Files
PropertyDeployment/resources/Web/MicroCommunityMallWeb/html/js/chunk-31a53a5e.910dea71.js
Anfioo adfd019d2d 江门
1
2026-02-01 15:37:55 +08:00

2 lines
7.6 KiB
JavaScript

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-31a53a5e"],{"5da95":function(t,e,r){"use strict";r("c5ee")},"82f5":function(t,e,r){"use strict";r.r(e);var o=function(){var t=this,e=t._self._c;return e("div",[e("el-card",{staticClass:"box-card"},[e("div",{staticClass:"flex justify-between",attrs:{slot:"header"},slot:"header"},[e("span",[t._v("订单备货")]),e("div",[e("el-button",{attrs:{type:"primary",size:"small"},on:{click:t._goBack}},[e("i",{staticClass:"el-icon-close"}),t._v(" 返回 ")])],1)]),e("div",{staticClass:"text item"},[e("el-row",{attrs:{gutter:20}},[e("el-col",{attrs:{span:6}},[e("div",{staticClass:"form-group"},[e("label",{staticClass:"col-form-label"},[t._v("订单编码:")]),e("label",[t._v(t._s(t.stockUpStoreOrderInfo.orderId))])])]),e("el-col",{attrs:{span:6}},[e("div",{staticClass:"form-group"},[e("label",{staticClass:"col-form-label"},[t._v("总金额:")]),e("label",[t._v(t._s(t.stockUpStoreOrderInfo.payPrice))])])]),e("el-col",{attrs:{span:6}},[e("div",{staticClass:"form-group"},[e("label",{staticClass:"col-form-label"},[t._v("下单时间:")]),e("label",[t._v(t._s(t.stockUpStoreOrderInfo.createTime))])])]),e("el-col",{attrs:{span:6}},[e("div",{staticClass:"form-group"},[e("label",{staticClass:"col-form-label"},[t._v("用户:")]),e("label",[t._v(t._s(t.stockUpStoreOrderInfo.personName))])])])],1),e("el-row",{attrs:{gutter:20}},[e("el-col",{attrs:{span:6}},[e("div",{staticClass:"form-group"},[e("label",{staticClass:"col-form-label"},[t._v("是否分账:")]),e("label",[t._v(t._s("N"==t.stockUpStoreOrderInfo.profitSharing?"否":"是"))])])]),e("el-col",{attrs:{span:6}},[e("div",{staticClass:"form-group"},[e("label",{staticClass:"col-form-label"},[t._v("平台:")]),e("label",[t._v(t._s(t.stockUpStoreOrderInfo.appName))])])])],1)],1)]),e("el-card",{staticClass:"box-card",staticStyle:{"margin-top":"20px"}},[e("div",{staticClass:"flex justify-between",attrs:{slot:"header"},slot:"header"},[e("span",[t._v("商品信息")])]),e("div",{staticClass:"text item"},[e("el-table",{staticStyle:{width:"100%"},attrs:{data:t.stockUpStoreOrderInfo.storeOrderCarts,border:""}},[e("el-table-column",{attrs:{type:"selection",width:"55",selectable:()=>!0},on:{"selection-change":t.handleSelectionChange}}),e("el-table-column",{attrs:{label:"商品图片",width:"100",align:"center"},scopedSlots:t._u([{key:"default",fn:function(t){return[e("el-image",{staticStyle:{width:"50px",height:"50px","border-radius":"10px"},attrs:{src:t.row.coverPhoto,"preview-src-list":[t.row.coverPhoto],fit:"cover"}},[e("div",{staticClass:"image-slot",attrs:{slot:"error"},slot:"error"},[e("img",{staticStyle:{width:"50px",height:"50px","border-radius":"10px"},attrs:{src:"/img/noPhoto.jpg"}})])])]}}])}),e("el-table-column",{attrs:{prop:"prodName",label:"商品名称",align:"center"},scopedSlots:t._u([{key:"default",fn:function(e){return[t._v(" "+t._s(e.row.prodName)+"("+t._s(e.row.specValue)+") ")]}}])}),e("el-table-column",{attrs:{prop:"productId",label:"商品编号",align:"center"}}),e("el-table-column",{attrs:{prop:"cartNum",label:"数量",align:"center"},scopedSlots:t._u([{key:"default",fn:function(r){return[t._v(" "+t._s(r.row.cartNum)+" "),r.row.cartNum>1?e("el-button",{attrs:{type:"text",icon:"el-icon-minus"},on:{click:function(e){return t._minusCartNum(r.row)}}}):t._e()]}}])}),e("el-table-column",{attrs:{prop:"payPrice",label:"支付金额",align:"center"}}),e("el-table-column",{attrs:{prop:"stateName",label:"状态",align:"center"}}),e("el-table-column",{attrs:{prop:"createTime",label:"支付时间",align:"center"}})],1)],1)]),e("el-card",{staticClass:"box-card",staticStyle:{"margin-top":"20px"}},[e("div",{staticClass:"flex justify-between",attrs:{slot:"header"},slot:"header"},[e("span",[t._v("说明")])]),e("div",{staticClass:"text item"},[e("el-form",{attrs:{"label-width":"120px"}},[e("el-form-item",{attrs:{label:"核销单号"}},[e("el-input",{staticStyle:{width:"100%"},attrs:{placeholder:"必填,请填写核销单号"},model:{value:t.stockUpStoreOrderInfo.extOrderId,callback:function(e){t.$set(t.stockUpStoreOrderInfo,"extOrderId",e)},expression:"stockUpStoreOrderInfo.extOrderId"}})],1),e("el-form-item",{attrs:{label:"备货说明"}},[e("el-input",{staticStyle:{width:"100%"},attrs:{type:"textarea",placeholder:"备货说明"},model:{value:t.stockUpStoreOrderInfo.stockUpRemark,callback:function(e){t.$set(t.stockUpStoreOrderInfo,"stockUpRemark",e)},expression:"stockUpStoreOrderInfo.stockUpRemark"}})],1),e("el-form-item",[e("el-button",{staticStyle:{float:"right"},attrs:{type:"primary"},on:{click:t._finishStockUpOrder}},[t._v("备货完成")])],1)],1)],1)])],1)},s=[],a=r("b775");function l(t){return new Promise((e,r)=>{Object(a["a"])({url:"/storeOrder.queryStoreOrder",method:"get",params:t}).then(t=>{const r=t.data;e(r)}).catch(t=>{r(t)})})}function c(t){return new Promise((e,r)=>{Object(a["a"])({url:"/storeOrder.queryStoreOrderCart",method:"get",params:t}).then(t=>{const r=t.data;e(r)}).catch(t=>{r(t)})})}function i(t){return new Promise((e,r)=>{Object(a["a"])({url:"/storeOrder.listStoreOrderWriteoff",method:"get",params:t}).then(t=>{const r=t.data;e(r)}).catch(t=>{r(t)})})}function n(t){return new Promise((e,r)=>{Object(a["a"])({url:"/storeOrder.stockUpStoreOrder",method:"post",data:t,headers:{"Content-Type":"application/json"}}).then(t=>{const r=t.data;e(r)}).catch(t=>{r(t)})})}var d=r("7323"),p={name:"StockUpStoreOrder",data(){return{stockUpStoreOrderInfo:{orderId:"",appId:"",appName:"",deduction:"",personName:"",stateName:"",profitSharing:"",payPrice:"",createTime:"",quan:!1,addressInfo:{username:"",tel:"",address:""},remark:"",storeOrderCarts:[],selectCarts:[],extOrderId:"",stockUpRemark:"备货完成"},shopId:""}},created(){this.shopId=Object(d["f"])(),console.log(this.shopId),this.stockUpStoreOrderInfo.orderId=this.$route.query.orderId,this._loadStoreOrder(),this._listOrderCart(),this._listOrderWriteOff()},methods:{handleSelectionChange(t){console.log("选中的商品:",t),console.log("商品列表:",this.stockUpStoreOrderInfo.storeOrderCarts),this.stockUpStoreOrderInfo.selectCarts=t},_loadStoreOrder(){const t={page:1,row:1,orderId:this.stockUpStoreOrderInfo.orderId};l(t).then(t=>{Object.assign(this.stockUpStoreOrderInfo,t.data[0])}).catch(t=>{console.log("请求失败处理",t)})},_listOrderCart(){const t={page:1,row:1,orderId:this.stockUpStoreOrderInfo.orderId,shopId:this.shopId};c(t).then(t=>{const e=t.data;e.forEach(t=>{if(t.productSpecDetails){let e="";t.productSpecDetails.forEach(t=>{e+=t.detailValue+"/"}),t.specValue=e}}),this.stockUpStoreOrderInfo.storeOrderCarts=e}).catch(t=>{console.log("请求失败处理",t)})},_listOrderWriteOff(){const t={page:1,row:1,orderId:this.stockUpStoreOrderInfo.orderId,shopId:this.shopId};i(t).then(t=>{this.stockUpStoreOrderInfo.extOrderId=t.data[0].woNum}).catch(t=>{console.log("请求失败处理",t)})},_goBack(){this.$router.go(-1)},_minusCartNum(t){t.cartNum-=1,t.cartNum<1&&(t.cartNum=1)},_finishStockUpOrder(){if(!this.stockUpStoreOrderInfo.selectCarts||this.stockUpStoreOrderInfo.selectCarts.length<1)return void this.$message.warning("请选择商品");const t=this.stockUpStoreOrderInfo.selectCarts;if(t.length<1)return void this.$message.warning("请选择商品");const e={shopId:this.shopId,orderId:this.stockUpStoreOrderInfo.orderId,carts:t,extOrderId:this.stockUpStoreOrderInfo.extOrderId,stockUpRemark:this.stockUpStoreOrderInfo.stockUpRemark};n(e).then(t=>{if(0===t.code)return this.$router.go(-1),void this.$message.success("添加成功");this.$message.error(t.msg)}).catch(t=>{console.log("请求失败处理",t),this.$message.error(t)})}}},h=p,u=(r("5da95"),r("2877")),f=Object(u["a"])(h,o,s,!1,null,"37dba4dc",null);e["default"]=f.exports},c5ee:function(t,e,r){}}]);
//# sourceMappingURL=chunk-31a53a5e.910dea71.js.map