Files
PropertyDeployment/resources/Web/MicroCommunityMallWeb/html/js/chunk-549287b4.60d5ff57.js
Anfioo adfd019d2d 江门
1
2026-02-01 15:37:55 +08:00

2 lines
8.7 KiB
JavaScript

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-549287b4"],{"39b8":function(e,t,o){"use strict";o.r(t);var a=function(){var e=this,t=e._self._c;return t("div",[t("el-row",[t("el-col",{attrs:{span:24}},[t("el-card",{staticClass:"ibox"},[t("div",{staticClass:"flex justify-between",attrs:{slot:"header"},slot:"header"},[t("span",[e._v("进货商品")]),t("div",[t("el-button",{attrs:{type:"primary",size:"small"},on:{click:function(t){return e._openAddShopHouseModal()}}},[t("i",{staticClass:"el-icon-plus"}),e._v("选择商品 ")])],1)]),t("div",{staticClass:"ibox-content"},[t("el-table",{staticStyle:{width:"100%"},attrs:{data:e.upShopHouseInManageInfo.inoutOrderProducts,border:"",stripe:""}},[t("el-table-column",{attrs:{prop:"coverPhoto",label:"商品图片",align:"center",width:"120"},scopedSlots:e._u([{key:"default",fn:function(e){return[t("img",{staticStyle:{width:"60px",height:"60px","border-radius":"5px"},attrs:{src:e.row.coverPhoto}})]}}])}),t("el-table-column",{attrs:{prop:"productId",label:"编号",align:"center"}}),t("el-table-column",{attrs:{prop:"prodName",label:"名称",align:"center"}}),t("el-table-column",{attrs:{prop:"defaultSpecValue.specName",label:"规格",align:"center"}}),t("el-table-column",{attrs:{prop:"defaultSpecValue.stock",label:"库存",align:"center"}}),t("el-table-column",{attrs:{label:"数量",align:"center"},scopedSlots:e._u([{key:"default",fn:function(o){return[t("el-input",{attrs:{type:"number"},nativeOn:{keyup:function(t){return e._caculTotalMount()}},model:{value:o.row.count,callback:function(t){e.$set(o.row,"count",e._n(t))},expression:"scope.row.count"}})]}}])}),t("el-table-column",{attrs:{label:"单价",align:"center"},scopedSlots:e._u([{key:"default",fn:function(o){return[t("el-input",{attrs:{type:"number"},nativeOn:{keyup:function(t){return e._caculTotalMount()}},model:{value:o.row.price,callback:function(t){e.$set(o.row,"price",e._n(t))},expression:"scope.row.price"}})]}}])}),t("el-table-column",{attrs:{label:"操作",align:"center",width:"120"},scopedSlots:e._u([{key:"default",fn:function(o){return[t("el-button",{attrs:{type:"text",size:"small"},on:{click:function(t){return e._deleteProduct(o.row)}}},[e._v("删除")])]}}])})],1),t("el-pagination",{attrs:{layout:"prev, pager, next",total:e.total,"page-size":e.pageSize},on:{"current-change":e.handleCurrentChange}})],1)])],1)],1),t("el-row",[t("el-col",{attrs:{span:24}},[t("el-card",{staticClass:"ibox"},[t("div",{staticClass:"flex justify-between",attrs:{slot:"header"},slot:"header"},[t("span",[e._v("说明")])]),t("div",{staticClass:"ibox-content"},[t("el-form",{attrs:{"label-width":"100px"}},[t("el-form-item",{attrs:{label:"总金额"}},[t("span",{staticStyle:{"font-size":"14px",color:"red"}},[e._v(e._s(e.upShopHouseInManageInfo.totalMount))])]),t("el-form-item",{attrs:{label:"选择供应商"}},[t("el-select",{staticStyle:{width:"100%"},attrs:{placeholder:"请选择供应商"},on:{change:function(t){return e._changeResourceSupp(e.upShopHouseInManageInfo.rsId)}},model:{value:e.upShopHouseInManageInfo.shId,callback:function(t){e.$set(e.upShopHouseInManageInfo,"shId",t)},expression:"upShopHouseInManageInfo.shId"}},e._l(e.upShopHouseInManageInfo.resourceSuppliers,(function(e){return t("el-option",{key:e.rsId,attrs:{label:e.supplierName,value:e.rsId}})})),1),t("el-link",{staticStyle:{"margin-left":"20px"},attrs:{type:"primary"},on:{click:function(t){return e._addSupplier()}}},[e._v("新增供应商")])],1),t("el-form-item",{attrs:{label:"进货说明"}},[t("el-input",{attrs:{type:"textarea",rows:3,placeholder:"必填,请填写进货说明",maxlength:"250"},model:{value:e.upShopHouseInManageInfo.remark,callback:function(t){e.$set(e.upShopHouseInManageInfo,"remark",t)},expression:"upShopHouseInManageInfo.remark"}})],1),t("el-form-item",{attrs:{label:"进货流程"}},[t("img",{attrs:{src:"/img/inOrder.png"}})])],1),t("div",{staticStyle:{"text-align":"right","margin-top":"20px"}},[t("el-button",{staticStyle:{"margin-right":"20px"},attrs:{type:"warning"},on:{click:function(t){return e._goBack()}}},[t("i",{staticClass:"el-icon-close"}),e._v("取消 ")]),t("el-button",{attrs:{type:"primary"},on:{click:function(t){return e._doInoutOrder()}}},[t("i",{staticClass:"el-icon-check"}),e._v("提交 ")])],1)],1)])],1)],1),t("choose-product-and-spec",{ref:"chooseProductAndSpec"})],1)},n=[],s=o("b775");function l(e){return new Promise((t,o)=>{Object(s["a"])({url:"/inoutOrder/saveInoutOrder",method:"post",data:e,headers:{"Content-Type":"application/json"}}).then(e=>{const o=e.data;t(o)}).catch(e=>{o(e)})})}function r(e){return new Promise((t,o)=>{Object(s["a"])({url:"/resourceSupplier/listResourceSuppliers",method:"get",params:e}).then(e=>{const o=e.data;t(o)}).catch(e=>{o(e)})})}var c=o("7323"),u=o("3d57"),i={components:{ChooseProductAndSpec:u["a"]},data(){return{upShopHouseInManageInfo:{rsId:"",shId:"",supplierName:"",resourceSuppliers:[],inoutOrderProducts:[],remark:"",totalMount:0,orderType:"10000",shopId:""},total:0,pageSize:10}},created(){this.upShopHouseInManageInfo.shopId=Object(c["f"])(),this._listResourceSuppliers()},mounted(){console.log(this.total),this.$on("upShopHouseInManage","chooseProductAndSpec",e=>{this.upShopHouseInManageInfo.inoutOrderProducts.push(e)})},methods:{_openAddShopHouseModal(){this.$refs.chooseProductAndSpec.open()},_doInoutOrder(){let e=this.upShopHouseInManageInfo.inoutOrderProducts;e.length<1?this.$message.warning("请选择商品"):(e.forEach(e=>{e.valueId=e.defaultSpecValue.valueId,e.specName=e.defaultSpecValue.specName}),l(this.upShopHouseInManageInfo).then(e=>{this.$message.success(e.msg),this._goBack()}).catch(e=>{this.$message.error(e)}))},_goBack(){this.$router.go(-1)},_deleteProduct(e){let t=this.upShopHouseInManageInfo.inoutOrderProducts.indexOf(e);t>-1&&this.upShopHouseInManageInfo.inoutOrderProducts.splice(t,1)},_listResourceSuppliers(){r({page:1,row:100,shopId:this.upShopHouseInManageInfo.shopId}).then(e=>{this.upShopHouseInManageInfo.resourceSuppliers=e.data}).catch(e=>{console.log("请求失败处理",e)})},_changeResourceSupp(e){this.upShopHouseInManageInfo.resourceSuppliers.forEach(t=>{t.rsId==e&&(this.upShopHouseInManageInfo.resourceSuppliers=t.supplierName)})},_addSupplier(){this.$router.push("/pages/goods/resourceSupplierManage?returnFlag=1")},_caculTotalMount(){let e=0;this.upShopHouseInManageInfo.inoutOrderProducts.forEach(t=>{if(isNaN(t.count)||isNaN(t.price))throw this.upShopHouseInManageInfo.totalMount="请输入正确的数字",Error();e+=parseFloat(t.count)*parseFloat(t.price).toFixed(2)}),this.upShopHouseInManageInfo.totalMount=e.toFixed(2)},handleCurrentChange(e){console.log(e)}}},p=i,d=(o("ad5c"),o("2877")),h=Object(d["a"])(p,a,n,!1,null,"ca9cc52a",null);t["default"]=h.exports},"3d57":function(e,t,o){"use strict";var a=function(){var e=this,t=e._self._c;return t("el-dialog",{attrs:{title:"选择商品",visible:e.dialogVisible,width:"70%","before-close":e.handleClose},on:{"update:visible":function(t){e.dialogVisible=t}}},[t("div",{staticClass:"product-select-container"},[t("el-row",{attrs:{gutter:20}},[t("el-col",{attrs:{span:8}},[t("div",{staticClass:"product-category"},[t("el-tree",{attrs:{data:e.categoryData,props:e.defaultProps},on:{"node-click":e.handleNodeClick}})],1)]),t("el-col",{attrs:{span:16}},[t("div",{staticClass:"product-list"},[t("el-table",{staticStyle:{width:"100%"},attrs:{data:e.productList,border:""},on:{"selection-change":e.handleSelectionChange}},[t("el-table-column",{attrs:{type:"selection",width:"55"}}),t("el-table-column",{attrs:{prop:"productId",label:"商品编号"}}),t("el-table-column",{attrs:{prop:"prodName",label:"商品名称"}}),t("el-table-column",{attrs:{prop:"defaultSpecValue.specName",label:"规格"}}),t("el-table-column",{attrs:{prop:"defaultSpecValue.stock",label:"库存"}})],1)],1)])],1)],1),t("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[t("el-button",{on:{click:function(t){e.dialogVisible=!1}}},[e._v("取 消")]),t("el-button",{attrs:{type:"primary"},on:{click:e.confirmSelection}},[e._v("确 定")])],1)])},n=[],s={name:"ChooseProductAndSpec",data(){return{dialogVisible:!1,categoryData:[],productList:[],selectedProducts:[],defaultProps:{children:"children",label:"name"}}},methods:{open(){this.dialogVisible=!0},handleClose(e){this.$confirm("确认关闭?").then(t=>{console.log(t),e()}).catch(e=>{console.log(e)})},handleNodeClick(e){console.log(e)},handleSelectionChange(e){this.selectedProducts=e},confirmSelection(){0!==this.selectedProducts.length?(this.$emit("chooseProductAndSpec",this.selectedProducts),this.dialogVisible=!1):this.$message.warning("请至少选择一件商品")}}},l=s,r=(o("6676"),o("2877")),c=Object(r["a"])(l,a,n,!1,null,"364dda58",null);t["a"]=c.exports},"650a":function(e,t,o){},6676:function(e,t,o){"use strict";o("80a7")},"80a7":function(e,t,o){},ad5c:function(e,t,o){"use strict";o("650a")}}]);
//# sourceMappingURL=chunk-549287b4.60d5ff57.js.map