徐总多门店
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

8 lines
22 KiB

(window.webpackJsonp=window.webpackJsonp||[]).push([["chunk-51f949a1"],{"9cd3":function(t,e,r){"use strict";r("fb31")},afa3:function(t,e,r){t.exports=r.p+"view_admin/img/line.05bf1c84.jpg"},b311:function(t,e,r){
/*!
* clipboard.js v2.0.11
* https://clipboardjs.com/
*
* Licensed MIT © Zeno Rocha
*/
var n;n=function(){return function(){var t={686:function(t,e,r){"use strict";r.d(e,{default:function(){return C}});var n=r(279),o=r.n(n),i=r(370),a=r.n(i),s=r(817),c=r.n(s);function d(t){try{return document.execCommand(t)}catch(t){return!1}}var u=function(t){var e=c()(t);return d("cut"),e},l=function(t,e){var r=function(t){var e="rtl"===document.documentElement.getAttribute("dir"),r=document.createElement("textarea");r.style.fontSize="12pt",r.style.border="0",r.style.padding="0",r.style.margin="0",r.style.position="absolute",r.style[e?"right":"left"]="-9999px";var n=window.pageYOffset||document.documentElement.scrollTop;return r.style.top="".concat(n,"px"),r.setAttribute("readonly",""),r.value=t,r}(t);e.container.appendChild(r);var n=c()(r);return d("copy"),r.remove(),n},f=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{container:document.body},r="";return"string"==typeof t?r=l(t,e):t instanceof HTMLInputElement&&!["text","search","url","tel","password"].includes(null===t||void 0===t?void 0:t.type)?r=l(t.value,e):(r=c()(t),d("copy")),r};function v(t){return(v="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var p=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.action,r=void 0===e?"copy":e,n=t.container,o=t.target,i=t.text;if("copy"!==r&&"cut"!==r)throw new Error('Invalid "action" value, use either "copy" or "cut"');if(void 0!==o){if(!o||"object"!==v(o)||1!==o.nodeType)throw new Error('Invalid "target" value, use a valid Element');if("copy"===r&&o.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if("cut"===r&&(o.hasAttribute("readonly")||o.hasAttribute("disabled")))throw new Error('Invalid "target" attribute. You can\'t cut text from elements with "readonly" or "disabled" attributes')}return i?f(i,{container:n}):o?"cut"===r?u(o):f(o,{container:n}):void 0};function _(t){return(_="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function y(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function m(t,e){return(m=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function g(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}();return function(){var r,n=h(t);if(e){var o=h(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return function(t,e){return!e||"object"!==_(e)&&"function"!=typeof e?function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(t):e}(this,r)}}function h(t){return(h=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function w(t,e){var r="data-clipboard-".concat(t);if(e.hasAttribute(r))return e.getAttribute(r)}var C=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&m(t,e)}(s,o());var e,r,n,i=g(s);function s(t,e){var r;return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,s),(r=i.call(this)).resolveOptions(e),r.listenClick(t),r}return e=s,n=[{key:"copy",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{container:document.body};return f(t,e)}},{key:"cut",value:function(t){return u(t)}},{key:"isSupported",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:["copy","cut"],e="string"==typeof t?[t]:t,r=!!document.queryCommandSupported;return e.forEach((function(t){r=r&&!!document.queryCommandSupported(t)})),r}}],(r=[{key:"resolveOptions",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.action="function"==typeof t.action?t.action:this.defaultAction,this.target="function"==typeof t.target?t.target:this.defaultTarget,this.text="function"==typeof t.text?t.text:this.defaultText,this.container="object"===_(t.container)?t.container:document.body}},{key:"listenClick",value:function(t){var e=this;this.listener=a()(t,"click",(function(t){return e.onClick(t)}))}},{key:"onClick",value:function(t){var e=t.delegateTarget||t.currentTarget,r=this.action(e)||"copy",n=p({action:r,container:this.container,target:this.target(e),text:this.text(e)});this.emit(n?"success":"error",{action:r,text:n,trigger:e,clearSelection:function(){e&&e.focus(),window.getSelection().removeAllRanges()}})}},{key:"defaultAction",value:function(t){return w("action",t)}},{key:"defaultTarget",value:function(t){var e=w("target",t);if(e)return document.querySelector(e)}},{key:"defaultText",value:function(t){return w("text",t)}},{key:"destroy",value:function(){this.listener.destroy()}}])&&y(e.prototype,r),n&&y(e,n),s}()},828:function(t){var e=9;if("undefined"!=typeof Element&&!Element.prototype.matches){var r=Element.prototype;r.matches=r.matchesSelector||r.mozMatchesSelector||r.msMatchesSelector||r.oMatchesSelector||r.webkitMatchesSelector}t.exports=function(t,r){for(;t&&t.nodeType!==e;){if("function"==typeof t.matches&&t.matches(r))return t;t=t.parentNode}}},438:function(t,e,r){var n=r(828);function o(t,e,r,o,i){var a=function(t,e,r,o){return function(r){r.delegateTarget=n(r.target,e),r.delegateTarget&&o.call(t,r)}}.apply(this,arguments);return t.addEventListener(r,a,i),{destroy:function(){t.removeEventListener(r,a,i)}}}t.exports=function(t,e,r,n,i){return"function"==typeof t.addEventListener?o.apply(null,arguments):"function"==typeof r?o.bind(null,document).apply(null,arguments):("string"==typeof t&&(t=document.querySelectorAll(t)),Array.prototype.map.call(t,(function(t){return o(t,e,r,n,i)})))}},879:function(t,e){e.node=function(t){return void 0!==t&&t instanceof HTMLElement&&1===t.nodeType},e.nodeList=function(t){var r=Object.prototype.toString.call(t);return void 0!==t&&("[object NodeList]"===r||"[object HTMLCollection]"===r)&&"length"in t&&(0===t.length||e.node(t[0]))},e.string=function(t){return"string"==typeof t||t instanceof String},e.fn=function(t){return"[object Function]"===Object.prototype.toString.call(t)}},370:function(t,e,r){var n=r(879),o=r(438);t.exports=function(t,e,r){if(!t&&!e&&!r)throw new Error("Missing required arguments");if(!n.string(e))throw new TypeError("Second argument must be a String");if(!n.fn(r))throw new TypeError("Third argument must be a Function");if(n.node(t))return function(t,e,r){return t.addEventListener(e,r),{destroy:function(){t.removeEventListener(e,r)}}}(t,e,r);if(n.nodeList(t))return function(t,e,r){return Array.prototype.forEach.call(t,(function(t){t.addEventListener(e,r)})),{destroy:function(){Array.prototype.forEach.call(t,(function(t){t.removeEventListener(e,r)}))}}}(t,e,r);if(n.string(t))return function(t,e,r){return o(document.body,t,e,r)}(t,e,r);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList")}},817:function(t){t.exports=function(t){var e;if("SELECT"===t.nodeName)t.focus(),e=t.value;else if("INPUT"===t.nodeName||"TEXTAREA"===t.nodeName){var r=t.hasAttribute("readonly");r||t.setAttribute("readonly",""),t.select(),t.setSelectionRange(0,t.value.length),r||t.removeAttribute("readonly"),e=t.value}else{t.hasAttribute("contenteditable")&&t.focus();var n=window.getSelection(),o=document.createRange();o.selectNodeContents(t),n.removeAllRanges(),n.addRange(o),e=n.toString()}return e}},279:function(t){function e(){}e.prototype={on:function(t,e,r){var n=this.e||(this.e={});return(n[t]||(n[t]=[])).push({fn:e,ctx:r}),this},once:function(t,e,r){var n=this;function o(){n.off(t,o),e.apply(r,arguments)}return o._=e,this.on(t,o,r)},emit:function(t){for(var e=[].slice.call(arguments,1),r=((this.e||(this.e={}))[t]||[]).slice(),n=0,o=r.length;n<o;n++)r[n].fn.apply(r[n].ctx,e);return this},off:function(t,e){var r=this.e||(this.e={}),n=r[t],o=[];if(n&&e)for(var i=0,a=n.length;i<a;i++)n[i].fn!==e&&n[i].fn._!==e&&o.push(n[i]);return o.length?r[t]=o:delete r[t],this}},t.exports=e,t.exports.TinyEmitter=e}},e={};function r(n){if(e[n])return e[n].exports;var o=e[n]={exports:{}};return t[n](o,o.exports,r),o.exports}return r.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return r.d(e,{a:e}),e},r.d=function(t,e){for(var n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r(686)}().default},t.exports=n()},f23d:function(t,e,r){"use strict";r.r(e);var n=[function(){var t=this._self._c;return t("div",{staticClass:"line"},[t("img",{attrs:{src:r("afa3")}})])},function(){var t=this._self._c;return t("div",{staticClass:"pictrue acea-row row-center-wrapper"},[t("span",{staticClass:"iconfont iconpc-youhuiquan"})])},function(){var t=this._self._c;return t("div",{staticClass:"pictrue acea-row row-center-wrapper"},[t("span",{staticClass:"iconfont iconpc-jifen"})])}],o=r("8c8a"),i=r("b311"),a=r.n(i),s=r("42e3"),c=r("0fc4"),d=(r("61f7"),r("69ae"),r("d708")),u={name:"AdminOrder",components:{PriceChange:o.a},props:{},data:function(){return{roterPre:d.a.roterPre,routePreKF:d.a.routePreKF,openErp:!1,giveData:{give_integral:0,give_coupon:[]},giveCartInfo:[],order:!1,change:!1,orderId:"",orderInfo:{},status:0,title:"",payType:"",types:"",isReturen:0}},watch:{$route:function(t){void 0!=t&&(this.orderId=t,this.getIndex())}},mounted:function(){this.getErpConfig(),this.getIndex(),this.$nextTick((function(){var t=this,e=document.getElementsByClassName("copy-data");new a.a(e).on("success",(function(){t.$dialog.success("复制成功")}))}))},methods:{getErpConfig:function(){var t=this;Object(c.a)().then((function(e){t.openErp=e.data.open_erp})).catch((function(e){t.$Message.error(e.msg)}))},more:function(){this.order=!this.order},modify:function(t){1!=t&&openErp||(this.change=!0,this.status=t)},changeclose:function(t){this.change=t,this.getIndex()},closeChange:function(t){this.change=t},getIndex:function(){var t=this,e=this,r=this.$route.params.goname||0;this.isReturen=r,(1==r?Object(s.I)(this.$route.params.id):Object(s.v)(this.$route.params.id)).then((function(r){e.types=r.data.orderInfo._status._type,e.title=r.data.orderInfo._status._title,e.giveData.give_coupon=r.data.orderInfo.give_coupon,e.giveData.give_integral=r.data.orderInfo.give_integral;var n=[],o=[];r.data.orderInfo.cartInfo.forEach((function(t,e){1==t.is_gift?o.push(t):n.push(t)})),r.data.orderInfo.cartInfo=n,e.$set(e,"giveCartInfo",o),e.orderInfo=r.data.orderInfo,t.$nextTick((function(){var t=this,e=document.getElementsByClassName("copy-data");new a.a(e).on("success",(function(){t.$dialog.success("复制成功")}))}))}),(function(t){e.$dialog.error(t.msg)}))},offlinePay:function(){var t=this;openErp||setOfflinePay({orderId:this.orderInfo.orderId}).then((function(e){t.$dialog.success(e.msg),t.getIndex()}),(function(e){t.$dialog.error(e.msg)}))}}},l=(r("9cd3"),r("2877")),f=Object(l.a)(u,(function(){var t=this,e=t._self._c;return t.orderInfo?e("div",{staticClass:"order-details pos-order-details"},[e("div",{staticClass:"header acea-row row-middle"},[e("div",{staticClass:"state"},[t._v(t._s(t.title))]),e("div",{staticClass:"data"},[e("div",{staticClass:"order-num"},[t._v("订单:"+t._s(t.orderInfo.order_id))]),e("div",[e("span",{staticClass:"time"},[t._v(t._s(t.orderInfo._add_time))])])])]),"looks"!=t.$route.params.goname?e("div",{staticClass:"remarks acea-row"},[e("span",{staticClass:"iconfontYI icon-zhinengkefu- mr10"}),e("span",{staticClass:"line1",staticStyle:{"text-align":"left",width:"6.2rem"},domProps:{textContent:t._s(t.orderInfo.remark?t.orderInfo.remark:"订单未备注,点击添加备注信息")},on:{click:function(e){return t.modify(1)}}})]):t._e(),t.orderInfo.real_name?e("div",{staticClass:"orderingUser acea-row row-middle"},[e("span",{staticClass:"iconfontYI icon-yonghu2"}),t._v(t._s(t.orderInfo.real_name)+"\n ")]):t._e(),0==t.orderInfo.product_type&&"fictitious"!=t.orderInfo.delivery_type?e("div",{staticClass:"address"},[e("div",{staticClass:"name"},[t._v("\n "+t._s(t.orderInfo.real_name)),e("span",{staticClass:"phone"},[t._v(t._s(t.orderInfo.user_phone))])]),e("div",[t._v(t._s(t.orderInfo.user_address))])]):t._e(),t._m(0),e("div",{staticClass:"pos-order-goods"},[t._l(t.orderInfo.cartInfo,(function(r,n){return e("div",{key:n,staticClass:"goods acea-row row-between-wrapper"},[e("div",{staticClass:"picTxt acea-row row-between-wrapper"},[e("div",{staticClass:"pictrue"},[e("img",{attrs:{src:r.productInfo.image}})]),e("div",{staticClass:"text"},[e("div",{staticClass:"info line2"},[r.is_gift?e("span",{staticClass:"font-color-red"},[t._v("[赠品]")]):t._e(),t._v("\n "+t._s(r.productInfo.store_name)+"\n ")]),e("div",{staticClass:"attr line1"},[t._v(t._s(r.productInfo.attrInfo.suk))])])]),e("div",{staticClass:"money"},[e("div",{staticClass:"x-money"},[t._v("¥"+t._s(r.productInfo.attrInfo.price))]),e("div",{staticClass:"num"},[t._v("x"+t._s(r.cart_num))]),e("div",{staticClass:"y-money"},[t._v("¥"+t._s(r.productInfo.ot_price))])])])})),e("div",{staticClass:"giveGoods"},[t._l(t.giveCartInfo,(function(r,n){return e("div",{key:n,staticClass:"item acea-row row-between-wrapper"},[e("div",{staticClass:"picTxt acea-row row-middle"},[e("div",{staticClass:"pictrue"},[r.productInfo.attrInfo?e("img",{attrs:{src:r.productInfo.attrInfo.image}}):e("img",{attrs:{src:r.productInfo.image}})]),e("div",{staticClass:"texts"},[e("div",{staticClass:"name line1"},[t._v("[赠品]"+t._s(r.productInfo.store_name))]),r.productInfo.attrInfo?e("div",{staticClass:"limit line1"},[t._v(t._s(r.productInfo.attrInfo.suk))]):t._e()])]),e("div",{staticClass:"num"},[t._v("x"+t._s(r.cart_num))])])})),t._l(t.giveData.give_coupon,(function(r,n){return t.giveData.give_coupon.length?e("div",{key:n,staticClass:"item acea-row row-between-wrapper"},[e("div",{staticClass:"picTxt acea-row row-middle"},[t._m(1,!0),e("div",{staticClass:"texts"},[e("div",{staticClass:"line1"},[t._v("[赠品]"+t._s(r.coupon_title))])])])]):t._e()})),t.giveData.give_integral>0?e("div",{staticClass:"item acea-row row-between-wrapper"},[e("div",{staticClass:"picTxt acea-row row-middle"},[t._m(2),e("div",{staticClass:"texts"},[e("div",{staticClass:"line1"},[t._v("[赠品]"+t._s(t.giveData.give_integral)+"积分")])])])]):t._e()],2)],2),e("div",{staticClass:"public-total"},[t._v("\n 共"+t._s(t.orderInfo.cart_num)+"件商品,应支付\n "),e("span",{staticClass:"money"},[t._v("¥"+t._s(t.orderInfo.pay_price))]),t._v(" ( 邮费 ¥"+t._s(t.orderInfo.pay_postage)+"\n )\n ")]),"fictitious"==t.orderInfo.delivery_type&&1!=t.orderInfo.product_type?e("div",{staticClass:"wrapper"},[t.orderInfo.fictitious_content?e("div",{staticClass:"item acea-row row-between"},[e("div",[t._v("虚拟备注:")]),e("div",{staticClass:"conter"},[t._v(t._s(t.orderInfo.fictitious_content))])]):t._e()]):t._e(),t.orderInfo.virtual_info&&1==t.orderInfo.product_type?e("div",{staticClass:"wrapper"},[e("div",{staticClass:"item acea-row row-between"},[e("div",[t._v("卡密发货:")]),e("div",{staticClass:"conter"},[t._v(t._s(t.orderInfo.virtual_info))])])]):t._e(),t.orderInfo.custom_form&&t.orderInfo.custom_form.length?e("div",{staticClass:"wrapper",staticStyle:{"border-bottom":"1px solid #eee"}},t._l(t.orderInfo.custom_form,(function(r,n){return r.value?e("div",{key:n,staticClass:"item acea-row row-between"},[e("div",[t._v(t._s(r.titleConfig.value)+":")]),"dateranges"==r.name?e("div",{staticClass:"conter"},[t._v(t._s(r.value[0]+"/"+r.value[1]))]):"uploadPicture"==r.name?e("div",{staticClass:"conter"},t._l(r.value,(function(t,r){return e("div",{key:r,staticClass:"pictrue"},[e("img",{attrs:{src:t}})])})),0):e("div",{staticClass:"conter"},[t._v(t._s(r.value))])]):t._e()})),0):t._e(),e("div",{staticClass:"wrapper"},[e("div",{staticClass:"item acea-row row-between"},[e("div",[t._v("订单编号:")]),e("div",{staticClass:"conter acea-row row-middle row-right"},[t._v("\n "+t._s(t.orderInfo.order_id)+"\n "),e("span",{staticClass:"copy copy-data",attrs:{"data-clipboard-text":t.orderInfo.order_id}},[t._v("复制")])])]),e("div",{staticClass:"item acea-row row-between"},[e("div",[t._v("支付时间:")]),e("div",{staticClass:"conter"},[t._v(t._s(t.orderInfo._pay_time))])]),e("div",{staticClass:"item acea-row row-between"},[e("div",[t._v("支付状态:")]),e("div",{staticClass:"conter"},[t._v("\n "+t._s(t.title)+"\n ")])]),e("div",{staticClass:"item acea-row row-between"},[e("div",[t._v("支付方式:")]),e("div",{staticClass:"conter"},[t._v(t._s(t.orderInfo._status?t.orderInfo._status._payType:""))])]),t.orderInfo.mark?e("div",{staticClass:"item acea-row row-between"},[1==t.isReturen?e("div",[t._v("退款留言:")]):e("div",[t._v("买家留言:")]),e("div",{staticClass:"conter"},[t._v(t._s(t.orderInfo.mark))])]):t._e(),t.orderInfo.refund_goods_explain?e("div",{staticClass:"item acea-row row-between"},[e("div",[t._v("退货留言:")]),e("div",{staticClass:"conter"},[t._v(t._s(t.orderInfo.refund_goods_explain))])]):t._e(),t.orderInfo.refund_img&&t.orderInfo.refund_img.length?e("div",{staticClass:"item acea-row row-between"},[e("div",[t._v("退款凭证:")]),e("div",{staticClass:"conter"},t._l(t.orderInfo.refund_img,(function(t,r){return e("div",{staticClass:"pictrue"},[e("img",{attrs:{src:t,mode:"aspectFill"}})])})),0)]):t._e(),t.orderInfo.refund_goods_img&&t.orderInfo.refund_goods_img.length?e("div",{staticClass:"item acea-row row-between"},[e("div",[t._v("退货凭证:")]),e("div",{staticClass:"conter"},t._l(t.orderInfo.refund_goods_img,(function(t,r){return e("div",{staticClass:"pictrue"},[e("img",{attrs:{src:t,mode:"aspectFill"}})])})),0)]):t._e()]),e("div",{staticClass:"wrapper"},[e("div",{staticClass:"item acea-row row-between"},[e("div",[t._v("商品总价:")]),e("div",{staticClass:"conter"},[t._v("¥"+t._s((parseFloat(t.orderInfo.total_price)-parseFloat(t.orderInfo.vip_true_price)).toFixed(2)))])]),t.orderInfo.vip_true_price>0?e("div",{staticClass:"item acea-row row-between"},[e("div",[t._v("会员商品优惠:")]),e("div",{staticClass:"conter"},[t._v("-¥"+t._s(parseFloat(t.orderInfo.vip_true_price).toFixed(2)))])]):t._e(),e("div",{staticClass:"item acea-row row-between"},[e("div",[t._v("优惠券抵扣:")]),e("div",{staticClass:"conter"},[t._v("-¥"+t._s(t.orderInfo.coupon_price))])]),e("div",{staticClass:"item acea-row row-between"},[e("div",[t._v("运费:")]),e("div",{staticClass:"conter"},[t._v("¥"+t._s(t.orderInfo.pay_postage))])]),t.orderInfo.use_integral>0?e("div",{staticClass:"item acea-row row-between"},[e("div",[t._v("积分抵扣:")]),e("div",{staticClass:"conter"},[t._v("-¥"+t._s(parseFloat(t.orderInfo.deduction_price).toFixed(2)))])]):t._e(),t._l(t.orderInfo.promotions_detail,(function(r,n){return parseFloat(r.promotions_price)?e("div",{key:n,staticClass:"item acea-row row-between"},[e("div",[t._v(t._s(r.title)+":")]),e("div",{staticClass:"conter"},[t._v("-¥"+t._s(parseFloat(r.promotions_price).toFixed(2)))])]):t._e()})),e("div",{staticClass:"actualPay acea-row row-right"},[t._v("\n 实付款:"),e("span",{staticClass:"money font-color-red"},[t._v("¥"+t._s(t.orderInfo.pay_price))])])],2),"express"===t.orderInfo.deliveryType?e("div",{staticClass:"wrapper"},[e("div",{staticClass:"item acea-row row-between"},[e("div",[t._v("配送方式:")]),"express"===t.orderInfo.delivery_type?e("div",{staticClass:"conter"},[t._v("\n 快递\n ")]):t._e(),"send"===t.orderInfo.delivery_type?e("div",{staticClass:"conter"},[t._v("送货")]):t._e()]),e("div",{staticClass:"item acea-row row-between"},["express"===t.orderInfo.delivery_type?e("div",[t._v("快递公司:")]):t._e(),"send"===t.orderInfo.delivery_type?e("div",[t._v("送货人:")]):t._e(),e("div",{staticClass:"conter"},[t._v(t._s(t.orderInfo.deliveryName))])]),e("div",{staticClass:"item acea-row row-between"},["express"===t.orderInfo.delivery_type?e("div",[t._v("快递单号:")]):t._e(),"send"===t.orderInfo.delivery_type?e("div",[t._v("送货人电话:")]):t._e(),e("div",{staticClass:"conter"},[t._v("\n "+t._s(t.orderInfo.delivery_id)),e("span",{staticClass:"copy copy-data",attrs:{"data-clipboard-text":t.orderInfo.delivery_id}},[t._v("复制")])])])]):t._e(),e("div",{staticStyle:{height:"1.2rem"}}),"looks"!=t.$route.params.goname?e("div",{staticClass:"footer acea-row row-right row-middle"},[e("div",{staticClass:"more"}),0===t.types?e("div",{staticClass:"bnt cancel",class:t.openErp?"on":"",on:{click:function(e){return t.modify(0)}}},[t._v("\n 一键改价\n ")]):t._e(),-1===t.types?e("div",{staticClass:"bnt cancel",class:t.openErp?"on":"",on:{click:function(e){return t.modify(2)}}},[t._v("\n 立即退款\n ")]):t._e(),e("div",{staticClass:"bnt cancel",on:{click:function(e){return t.modify(1)}}},[t._v("订单备注")]),"offline"===t.orderInfo.pay_type&&0===t.orderInfo.paid?e("div",{staticClass:"bnt cancel",class:t.openErp?"on":"",on:{click:t.offlinePay}},[t._v("\n 确认付款\n ")]):t._e(),1!==t.types||2===t.orderInfo.shipping_type||null!==t.orderInfo.pinkStatus&&2!==t.orderInfo.pinkStatus?t._e():e("router-link",{staticClass:"bnt delivery",class:t.openErp?"on":"",attrs:{disabled:t.openErp,to:{path:"".concat(t.routePreKF,"/orderDelivery/").concat(t.orderInfo.id,"/").concat(t.orderInfo.order_id),query:{productType:t.orderInfo.product_type}}}},[t._v("去发货\n ")])],1):t._e(),e("PriceChange",{attrs:{change:t.change,orderInfo:t.orderInfo,status:t.status},on:{closechange:function(e){return t.changeclose(e)},closeChange:function(e){return t.closeChange(e)}}})],1):t._e()}),n,!1,null,"54670246",null);e.default=f.exports},fb31:function(t,e,r){}}]);