2 lines
6.7 KiB
JavaScript
2 lines
6.7 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-d24960f2"],{"338a":function(e,t,r){"use strict";r.r(t);var a=function(){var e=this,t=e._self._c;return t("div",[t("el-card",{},[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:e.openAddShopHouseModal}},[t("i",{staticClass:"el-icon-plus"}),e._v("选择商品 ")])],1)]),t("el-table",{staticStyle:{width:"100%"},attrs:{data:e.transferPartnerGoodsInfo.products,border:""}},[t("el-table-column",{attrs:{prop:"coverPhoto",label:"商品图片",align:"center"},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:"specName",label:"规格",align:"center"}}),t("el-table-column",{attrs:{prop:"stock",label:"库存",align:"center"}}),t("el-table-column",{attrs:{prop:"price",label:"单价",align:"center"}}),t("el-table-column",{attrs:{label:"操作",align:"center"},scopedSlots:e._u([{key:"default",fn:function(r){return[t("el-button",{attrs:{size:"mini",type:"danger"},on:{click:function(t){return e.deleteProduct(r.row)}}},[e._v("删除")])]}}])})],1),t("el-pagination",{attrs:{"current-page":e.currentPage,"page-sizes":[10,20,30,50],"page-size":e.pageSize,layout:"total, sizes, prev, pager, next, jumper",total:e.total},on:{"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange}}),t("div",{staticStyle:{"margin-top":"20px","text-align":"right"}},[t("el-button",{staticStyle:{"margin-right":"20px"},attrs:{type:"warning"},on:{click:e.goBack}},[e._v("取消")]),t("el-button",{attrs:{type:"primary"},on:{click:e.doInoutOrder}},[e._v("提交")])],1)],1),t("choose-partner-goods",{ref:"choosePartnerGoods",on:{chooseParknerGoods:e.handleChooseProduct}})],1)},o=[],s=r("b775");function n(e){return new Promise((t,r)=>{Object(s["a"])({url:"/partner.syncPartnerGoods",method:"post",data:e}).then(e=>{const r=e.data;t(r)}).catch(e=>{r(e)})})}function l(e){return new Promise((t,r)=>{Object(s["a"])({url:"/partner.listPartnerGoods",method:"get",params:e}).then(e=>{const r=e.data;t(r)}).catch(e=>{r(e)})})}var i=r("7323"),c=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:"filter-container"},[t("el-input",{staticClass:"filter-item",staticStyle:{width:"200px"},attrs:{placeholder:"搜索商品名称"},nativeOn:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.handleFilter.apply(null,arguments)}},model:{value:e.listQuery.keyword,callback:function(t){e.$set(e.listQuery,"keyword",t)},expression:"listQuery.keyword"}}),t("el-button",{staticClass:"filter-item",attrs:{type:"primary"},on:{click:e.handleFilter}},[e._v(" 搜索 ")])],1),t("el-table",{staticStyle:{width:"100%"},attrs:{data:e.list,border:"",fit:"","highlight-current-row":""},on:{"selection-change":e.handleSelectionChange}},[t("el-table-column",{attrs:{type:"selection",width:"55",align:"center"}}),t("el-table-column",{attrs:{label:"商品图片",align:"center"},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:{label:"商品名称",prop:"prodName",align:"center"}}),t("el-table-column",{attrs:{label:"规格",prop:"specName",align:"center"}}),t("el-table-column",{attrs:{label:"库存",prop:"stock",align:"center"}}),t("el-table-column",{attrs:{label:"单价",prop:"price",align:"center"}})],1),t("el-pagination",{attrs:{"current-page":e.listQuery.page,"page-sizes":[10,20,30,50],"page-size":e.listQuery.limit,layout:"total, sizes, prev, pager, next, jumper",total:e.total},on:{"size-change":e.handleSizeChange,"current-change":e.handleCurrentChange}}),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)],1)},d=[],u={name:"ChoosePartnerGoods",data(){return{dialogVisible:!1,list:[],total:0,listQuery:{page:1,limit:10,keyword:"",ppId:""},selectedProducts:[]}},methods:{open(e){this.listQuery.ppId=e.ppId,this.dialogVisible=!0,this.getList()},handleClose(e){this.$confirm("确认关闭?").then(t=>{console.log(t),e()}).catch(e=>{console.log(e)})},getList(){l(this.listQuery).then(e=>{this.list=e.data.items,this.total=e.data.total})},handleFilter(){this.listQuery.page=1,this.getList()},handleSizeChange(e){this.listQuery.limit=e,this.getList()},handleCurrentChange(e){this.listQuery.page=e,this.getList()},handleSelectionChange(e){this.selectedProducts=e},confirmSelection(){0!==this.selectedProducts.length?(this.$emit("chooseParknerGoods",...this.selectedProducts),this.dialogVisible=!1):this.$message.warning("请至少选择一件商品")}}},p=u,h=(r("501e"),r("2877")),g=Object(h["a"])(p,c,d,!1,null,"d88eaa10",null),f=g.exports,b={components:{ChoosePartnerGoods:f},data(){return{currentPage:1,pageSize:10,total:0,transferPartnerGoodsInfo:{ppId:"",products:[],remark:"",shopId:""}}},created(){this.initData()},methods:{initData(){this.transferPartnerGoodsInfo.ppId=this.$route.query.ppId,this.transferPartnerGoodsInfo.shopId=Object(i["f"])()},handleChooseProduct(e){const t=this.transferPartnerGoodsInfo.products,r=t.some(t=>t.valueId===e.valueId);r?this.$message.warning("请勿重复选择"):t.push(e)},async doInoutOrder(){if(this.transferPartnerGoodsInfo.products.length<1)this.$message.warning("请选择商品");else try{const e=await n(this.transferPartnerGoodsInfo);0===e.code?(this.$message.success(e.msg),this.goBack()):this.$message.error(e.msg)}catch(e){this.$message.error("请求失败"),console.error(e)}},openAddShopHouseModal(){this.$refs.choosePartnerGoods.open({ppId:this.transferPartnerGoodsInfo.ppId})},goBack(){this.$router.go(-1)},deleteProduct(e){const t=this.transferPartnerGoodsInfo.products.indexOf(e);t>-1&&this.transferPartnerGoodsInfo.products.splice(t,1)},handleSizeChange(e){console.log(e),this.pageSize=e},handleCurrentChange(e){console.log(e),this.currentPage=e}}},m=b,y=(r("4e95"),Object(h["a"])(m,a,o,!1,null,"b003f010",null));t["default"]=y.exports},"4e95":function(e,t,r){"use strict";r("febb")},"501e":function(e,t,r){"use strict";r("672f")},"672f":function(e,t,r){},febb:function(e,t,r){}}]);
|
|
//# sourceMappingURL=chunk-d24960f2.302f3105.js.map
|