| 1 |
- "use strict";(self["webpackChunkyos_manage"]=self["webpackChunkyos_manage"]||[]).push([[7951],{37951:function(t,e,a){a.r(e),a.d(e,{default:function(){return m}});var l=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",[a("el-button",{attrs:{type:"primary",size:"small"},on:{click:function(e){t.drawer=!0}}},[t._v("新 建")]),a("el-drawer",{attrs:{title:"创建商品组",visible:t.drawer,size:"80%",direction:"rtl","append-to-body":"","show-close":!1},on:{"update:visible":function(e){t.drawer=e},close:t.onCancel}},[a("div",{staticClass:"drawer__panel"},[a("el-row",{attrs:{gutter:20}},[a("el-form",{ref:"form",attrs:{model:t.form,rules:t.rules,size:"small","label-position":"right","label-width":"100px"}},[a("el-col",{attrs:{span:6}},[a("el-form-item",{attrs:{label:"商品组名称:",prop:"groupname"}},[a("el-input",{attrs:{placeholder:"请输入商品组名称"},model:{value:t.form.groupname,callback:function(e){t.$set(t.form,"groupname",e)},expression:"form.groupname"}})],1)],1),a("el-col",{attrs:{span:6}},[a("el-form-item",{attrs:{label:"品牌:",prop:"sa_brandid"}},[a("el-select",{staticStyle:{width:"100%"},attrs:{placeholder:"请选择品牌"},model:{value:t.form.sa_brandid,callback:function(e){t.$set(t.form,"sa_brandid",e)},expression:"form.sa_brandid"}},t._l(t.brandList(),(function(t){return a("el-option",{key:t.sa_brandid,attrs:{label:t.brandname,value:t.sa_brandid,size:"small"}})})),1)],1)],1),a("el-col",{attrs:{span:6}},[a("el-form-item",{attrs:{label:"序号:",prop:"sequence"}},[a("el-input",{attrs:{placeholder:"请输入商品组序号"},model:{value:t.form.sequence,callback:function(e){t.$set(t.form,"sequence",e)},expression:"form.sequence"}})],1)],1),a("el-col",{attrs:{span:6}},[a("el-form-item",{attrs:{label:"默认商品:",prop:"sequence"}},[a("selectProduct",{ref:"product",attrs:{productData:t.tableData},on:{selectRow:t.productChange}},[a("el-input",{attrs:{slot:"input",disabled:0==t.tableData.length,readonly:"",type:"text",size:"small"},on:{focus:function(e){t.$refs.product.tableData=t.tableData,t.$refs.product.visible=!0}},slot:"input",model:{value:t.form.itemname,callback:function(e){t.$set(t.form,"itemname",e)},expression:"form.itemname"}})],1)],1)],1),a("el-col",{attrs:{span:24}},[a("p",{staticClass:"normal-title normal-margin"},[t._v(" 添加产品 "),0===t.col?a("el-button",{attrs:{type:"text",size:"mini"},on:{click:function(e){t.col=12}}},[t._v("选择商品")]):a("el-button",{attrs:{type:"text",size:"mini"},on:{click:function(e){t.col=0}}},[t._v("关闭选择")])],1)]),a("el-col",{attrs:{span:24-t.col}},[a("Table",{ref:"submitProduct",attrs:{type:"add",data:t.tableData},on:{onSuccess:t.onSuccess,deleteProduct:t.deleteProduct}})],1),a("el-col",{attrs:{span:t.col}},[a("selectTable",{on:{addProduct:t.addProduct}})],1)],1)],1)],1),a("div",{staticClass:"fixed__btn__panel"},[a("el-button",{staticClass:"normal-btn-width",attrs:{size:"small"},on:{click:t.onCancel}},[t._v("取 消")]),a("el-button",{staticClass:"normal-btn-width",attrs:{size:"small",type:"primary"},on:{click:t.submit}},[t._v("确 定")])],1)])],1)},n=[],r=a(39115),i=a(74178),s=a(63411),o=a(31022),c={props:["data","type"],components:{selectTable:i.Z,previewImage:r.Z,Table:o.Z,selectProduct:s.Z},data(){return{drawer:!1,col:0,tableData:[],index:0,form:{sa_brandid:"",groupname:"",itemno:"",itemname:"",sequence:"",tag:[],sequence:"",sa_itemgroupid:0},rules:{sa_brandid:[{required:!0,message:"请选择品牌",trigger:"blur"}],groupname:[{required:!0,message:"请输入商品组名称",trigger:"blur"}],itemno:[{required:!0,message:"请选择商品",trigger:"blur"}],sequence:[{required:!0,message:"请输入序号",trigger:"blur"}]}}},inject:["brandList"],created(){},methods:{onCancel(){this.drawer=!1,this.form={sa_brandid:"",groupname:"",itemno:"",itemname:"",tag:[]},this.tableData=[]},addProduct(t){this.index++,t.sequence=this.index,this.tableData.push(t);const e=new Map;this.tableData=this.tableData.filter((t=>!e.has(t["itemid"])&&e.set(t["itemid"],1)))},deleteProduct(t){this.tableData=this.tableData.filter((e=>e.itemid!==t.itemid)),-1==this.tableData.findIndex((t=>t.itemno==this.form.itemno))&&(this.form.itemno="",this.form.itemname="")},async submit(){if(0===this.tableData.length)return this.$message({message:"商品组明细不能为空",type:"error"});this.$refs.form.validate((async t=>{if(t){const t=await this.$api.requested({id:"20220922164303",content:this.form});this.tool.showMessage(t,(()=>{this.groupdata=t.data,this.index=0,this.$refs["submitProduct"].submitProduct(t.data.sa_itemgroupid),this.$store.dispatch("changeDetailDrawer",!0),this.$router.push({path:"/productGroupDetail",query:{id:t.data.sa_itemgroupid,rowindex:t.data.rowindex}})}))}}))},productChange(t){this.form.itemno=t.itemno,this.form.itemname=t.itemname,this.$refs.product.visible=!1},async onSuccess(){await this.$api.requested({id:"20220922164303",content:{sa_itemgroupid:this.groupdata.sa_itemgroupid,sa_brandid:this.groupdata.sa_brandid,groupname:this.groupdata.groupname,itemno:this.tableData[0].itemno,tag:[]}});this.$emit("onSuccess"),this.drawer=!1}}},u=c,d=a(43736),p=(0,d.Z)(u,l,n,!1,null,"11f3b815",null),m=p.exports},31022:function(t,e,a){a.d(e,{Z:function(){return u}});var l=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",[a("el-table",{ref:"multipleTable",staticStyle:{width:"100%"},attrs:{data:t.data,"header-cell-style":{height:"50px",color:"#606266",fontWeight:"400"},"cell-style":{height:"50px",color:"#666666",fontWeight:"400"}}},[a("el-table-column",{attrs:{prop:"itemno",label:"产品编号",width:"180"}}),"add"==t.type?a("el-table-column",{attrs:{prop:"sequence",label:"排序",width:"100"},scopedSlots:t._u([{key:"default",fn:function(e){return[a("el-input",{attrs:{type:"text",size:"mini"},on:{input:function(a){return t.onInput(a,e.row)}},model:{value:e.row.sequence,callback:function(a){t.$set(e.row,"sequence",a)},expression:"scope.row.sequence"}})]}}],null,!1,2806779695)}):t._e(),a("el-table-column",{attrs:{prop:"itemname",label:"产品名称",width:"180"}}),a("el-table-column",{attrs:{prop:"erpitemname",label:"品名",width:"180"}}),a("el-table-column",{attrs:{prop:"erpitemno",label:"品号",width:"180"}}),a("el-table-column",{attrs:{label:"型号",width:"180"},scopedSlots:t._u([{key:"default",fn:function(e){return[a("p",[a("span",[t._v(t._s(e.row.model))])])]}}])}),a("el-table-column",{attrs:{label:"规格",width:"180"},scopedSlots:t._u([{key:"default",fn:function(e){return[a("p",[a("span",[t._v(t._s(e.row.spec))])])]}}])}),a("el-table-column",{attrs:{prop:"material",label:"材质",width:"180"}}),a("el-table-column",{attrs:{prop:"itemclass",label:"类别",width:"180"},scopedSlots:t._u([{key:"default",fn:function(e){return t._l(e.row.itemclass,(function(e,l){return a("span",{key:l},[t._v(" "+t._s(e?e.itemclassname+",":"--")+" ")])}))}}])}),a("el-table-column",{attrs:{prop:"marketprice",label:"牌价",width:"100"}}),a("el-table-column",{attrs:{label:"操作",width:"90",fixed:"right"},scopedSlots:t._u([{key:"default",fn:function(e){return[a("el-popconfirm",{attrs:{title:"确定删除吗?"},on:{confirm:function(a){return t.deleteProduct(e.row)}}},[a("el-button",{attrs:{slot:"reference",type:"text",size:"mini"},slot:"reference"},[t._v("删 除")])],1)]}}])})],1)],1)},n=[],r=a(39115),i=(a(52266),{components:{previewImage:r.Z},props:["data","type"],data(){return{}},methods:{async submitProduct(t){const e=await this.$api.requested({id:"20220923110303",content:{sa_itemgroupid:t,itemclassinfos:this.data.map((t=>({sa_itemgroupmxid:0,itemno:t.itemno,itemid:t.itemid,sequence:t.sequence})))}});1===e.code?this.$emit("onSuccess"):this.tool.showMessage(e)},onInput(t,e){this.$forceUpdate()},deleteProduct(t){this.$emit("deleteProduct",t)}}}),s=i,o=a(43736),c=(0,o.Z)(s,l,n,!1,null,"6f7b1204",null),u=c.exports},74178:function(t,e,a){a.d(e,{Z:function(){return d}});var l=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",[a("div",{staticClass:"flex-align-center flex-between normal-margin"},[t._t("operation"),a("div",{staticClass:"flex-align-center"},[a("el-input",{attrs:{size:"small","suffix-icon":"el-icon-search",placeholder:"产品名称,编号",clearable:""},on:{clear:function(e){return t.listData(t.params.content.pageNumber=1)}},nativeOn:{keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.listData(t.params.content.pageNumber=1)}},model:{value:t.params.content.where.condition,callback:function(e){t.$set(t.params.content.where,"condition",e)},expression:"params.content.where.condition"}}),t._v(" ")],1)],2),a("div",{staticClass:"produtMag-panel"},[a("el-table",{ref:"multipleTable",staticStyle:{width:"100%"},attrs:{data:t.tableData,"header-cell-style":{height:"50px",color:"#606266",fontWeight:"400"},"cell-style":{height:"50px",color:"#666666",fontWeight:"400"}}},[a("el-table-column",{attrs:{align:"center",label:"产品图",width:"80"},scopedSlots:t._u([{key:"default",fn:function(e){return[e.row.attinfos[0]?a("div",[a("previewImage",{staticStyle:{height:"38px",width:"38px"},attrs:{image:e.row.attinfos[0],list:e.row.attinfos,deletebtn:!1}})],1):t._e()]}}])}),a("el-table-column",{attrs:{prop:"itemno",label:"产品编号",width:"180"}}),a("el-table-column",{attrs:{prop:"itemname",label:"产品名称",width:"180"}}),a("el-table-column",{attrs:{label:"型号",width:"180"},scopedSlots:t._u([{key:"default",fn:function(e){return[a("p",[a("span",[t._v(t._s(e.row.model))])])]}}])}),a("el-table-column",{attrs:{label:"规格",width:"180"},scopedSlots:t._u([{key:"default",fn:function(e){return[a("p",[a("span",[t._v(t._s(e.row.spec))])])]}}])}),a("el-table-column",{attrs:{prop:"caliber",label:"口径",width:"180"}}),a("el-table-column",{attrs:{prop:"pressure",label:"压力",width:"180"}}),a("el-table-column",{attrs:{prop:"material",label:"材质",width:"180"}}),a("el-table-column",{attrs:{prop:"brand",label:"品牌",width:"180"},scopedSlots:t._u([{key:"default",fn:function(e){return t._l(e.row.brand,(function(l,n){return a("p",{key:n},[n===e.row.brand.length-1?a("span",{staticStyle:{float:"left"}},[t._v(t._s(l?l.brandname+"":"--"))]):a("span",{staticStyle:{float:"left"}},[t._v(t._s(l?l.brandname+",":"--"))])])}))}}])}),a("el-table-column",{attrs:{prop:"itemclass",label:"类别",width:"180"},scopedSlots:t._u([{key:"default",fn:function(e){return t._l(e.row.itemclass,(function(e,l){return a("span",{key:l},[t._v(" "+t._s(e?e.itemclassname+",":"--")+" ")])}))}}])}),a("el-table-column",{attrs:{prop:"unitid",label:"计量单位",width:"100"},scopedSlots:t._u([{key:"default",fn:function(e){return[a("el-tag",{attrs:{size:"mini",type:"info",effect:"plain"}},[t._v(t._s(e.row.unitname)+"/"+t._s(e.row.axunitname))])]}}])}),a("el-table-column",{attrs:{prop:"marketprice",label:"牌价",width:"100"}}),a("el-table-column",{attrs:{label:"操作",fixed:"right"},scopedSlots:t._u([{key:"default",fn:function(e){return[a("el-button",{attrs:{type:"text",size:"small"},on:{click:function(a){return t.addProduct(e.row)}}},[t._v("添 加")])]}}])})],1),a("div",{staticStyle:{"margin-top":"16px",float:"right"}},[a("el-pagination",{attrs:{background:"","current-page":t.currentPage,"page-size":t.params.content.pageSize,layout:"total,sizes, prev, pager, next, jumper",total:t.total},on:{"size-change":t.handleSizeChange,"current-change":t.handleCurrentChange}})],1)],1)])},n=[],r=a(33028),i=a(39115),s={props:["id"],data(){return{params:{id:20220923112503,content:{nocache:!0,pageNumber:1,pageSize:20,sa_itemgroupid:0,where:{condition:""}}},tableSelectData:[],tableData:[],total:0,currentPage:0}},components:{uploadFile:r.Z,previewImage:i.Z},methods:{async listData(){this.params.content.sa_itemgroupid=this.id?this.id:0;const t=await this.$api.requested(this.params);this.tableData=t.data,this.total=t.total,this.currentPage=t.pageNumber,console.log(this.tableData)},handleSizeChange(t){this.params.content.pageSize=t,this.listData()},handleCurrentChange(t){this.params.content.pageNumber=t,this.listData()},selectionChange(t){this.tableSelectData=t,this.$emit("selectionChange",t)},clearSelection(){this.$refs.multipleTable.clearSelection()},addProduct(t){this.$emit("addProduct",t),this.tableData.splice(this.tableData.findIndex((e=>e.itemid==t.itemid)),1)}},mounted(){this.listData()}},o=s,c=a(43736),u=(0,c.Z)(o,l,n,!1,null,"a96a62c6",null),d=u.exports},63411:function(t,e,a){a.d(e,{Z:function(){return d}});var l=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",[a("el-dialog",{attrs:{visible:t.visible,"append-to-body":"",width:"70%"},on:{"update:visible":function(e){t.visible=e}}},[a("div",{staticClass:"flex-align-center flex-between normal-margin"},[t._t("operation"),a("div",{staticClass:"flex-align-center"},[a("el-input",{attrs:{size:"small","suffix-icon":"el-icon-search",placeholder:"产品名称,编号",clearable:""},on:{clear:function(e){return t.listData(t.params.content.pageNumber=1)}},nativeOn:{keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.listData(t.params.content.pageNumber=1)}},model:{value:t.params.content.where.condition,callback:function(e){t.$set(t.params.content.where,"condition",e)},expression:"params.content.where.condition"}}),t._v(" ")],1)],2),a("div",{staticClass:"produtMag-panel"},[a("el-table",{ref:"multipleTable",staticStyle:{width:"100%"},attrs:{data:t.tableData,height:"50vh"}},[a("el-table-column",{attrs:{align:"center",label:"产品图",width:"80"},scopedSlots:t._u([{key:"default",fn:function(e){return[e.row.attinfos[0]?a("div",[a("previewImage",{staticStyle:{height:"38px",width:"38px"},attrs:{image:e.row.attinfos[0],list:e.row.attinfos,deletebtn:!1}})],1):t._e()]}}])}),a("el-table-column",{attrs:{prop:"itemno",label:"产品编号",width:"180"}}),a("el-table-column",{attrs:{prop:"itemname",label:"产品名称",width:"180"}}),a("el-table-column",{attrs:{label:"型号",width:"180"},scopedSlots:t._u([{key:"default",fn:function(e){return[a("p",[a("span",[t._v(t._s(e.row.model))])])]}}])}),a("el-table-column",{attrs:{label:"规格",width:"180"},scopedSlots:t._u([{key:"default",fn:function(e){return[a("p",[a("span",[t._v(t._s(e.row.spec))])])]}}])}),a("el-table-column",{attrs:{prop:"caliber",label:"口径",width:"180"}}),a("el-table-column",{attrs:{prop:"pressure",label:"压力",width:"180"}}),a("el-table-column",{attrs:{prop:"material",label:"材质",width:"180"}}),a("el-table-column",{attrs:{prop:"brand",label:"品牌",width:"180"},scopedSlots:t._u([{key:"default",fn:function(e){return t._l(e.row.brand,(function(l,n){return a("p",{key:n},[n===e.row.brand.length-1?a("span",{staticStyle:{float:"left"}},[t._v(t._s(l?l.brandname+"":"--"))]):a("span",{staticStyle:{float:"left"}},[t._v(t._s(l?l.brandname+",":"--"))])])}))}}])}),a("el-table-column",{attrs:{prop:"itemclass",label:"类别",width:"180"},scopedSlots:t._u([{key:"default",fn:function(e){return t._l(e.row.itemclass,(function(e,l){return a("span",{key:l},[t._v(" "+t._s(e?e.itemclassname+",":"--")+" ")])}))}}])}),a("el-table-column",{attrs:{prop:"unitid",label:"计量单位",width:"100"},scopedSlots:t._u([{key:"default",fn:function(e){return[a("el-tag",{attrs:{size:"mini",type:"info",effect:"plain"}},[t._v(t._s(e.row.unitname)+"/"+t._s(e.row.axunitname))])]}}])}),a("el-table-column",{attrs:{prop:"marketprice",label:"牌价",width:"100"}}),a("el-table-column",{attrs:{label:"操作",fixed:"right"},scopedSlots:t._u([{key:"default",fn:function(e){return[a("el-button",{attrs:{type:"text",size:"small"},on:{click:function(a){return t.addProduct(e.row)}}},[t._v("选 择")])]}}])})],1),a("div",{staticStyle:{"margin-top":"16px",float:"right"}},[a("el-pagination",{attrs:{background:"","current-page":t.currentPage,"page-size":t.params.content.pageSize,layout:"total,sizes, prev, pager, next, jumper",total:t.total},on:{"size-change":t.handleSizeChange,"current-change":t.handleCurrentChange}})],1)],1)]),t._t("input")],2)},n=[],r=a(33028),i=a(39115),s={data(){return{params:{id:20220923112503,content:{pageNumber:1,pageSize:20,sa_itemgroupid:0,where:{condition:""}}},tableSelectData:[],tableData:[],total:0,currentPage:0,visible:!1}},components:{uploadFile:r.Z,previewImage:i.Z},methods:{async listData(){const t=await this.$api.requested(this.params);this.tableData=t.data,this.total=t.total,this.currentPage=t.pageNumber},handleSizeChange(t){this.params.content.pageSize=t,this.listData()},handleCurrentChange(t){this.params.content.pageNumber=t,this.listData()},selectionChange(t){this.tableSelectData=t,this.$emit("selectionChange",t)},clearSelection(){this.$refs.multipleTable.clearSelection()},addProduct(t){this.$emit("selectRow",t)}},mounted(){},created(){}},o=s,c=a(43736),u=(0,c.Z)(o,l,n,!1,null,"7f19963b",null),d=u.exports}}]);
|