|
|
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-49f6df72"],{6117:function(e,t,r){"use strict";r.r(t);var a=function(){var e=this,t=e._self._c;return t("div",[t("div",{staticClass:"main-content"},[e._m(0),t("div",{staticClass:"content"},[t("div",{staticClass:"content-btn"},[t("el-button",{staticClass:"init-button",attrs:{icon:"el-icon-plus"},on:{click:function(t){return e.add()}}},[e._v("新增供应商")])],1),t("div",{},[t("VueTable",{ref:"table",attrs:{config:e.config},on:{tableCheck:e.tableCheck}},[t("template",{slot:"footer"},[t("div",{staticClass:"table-footer"},[t("button",{on:{click:function(t){return e.del(e.table_row)}}},[e._v("删除")])])])],2)],1),t("Drawer",{attrs:{drawerTitle:"新增供应商",drawerVrisible:e.add_vrisible},on:{drawerClose:e.addClose}},[t("div",{staticStyle:{padding:"30px"}},[t("FromCard",[t("template",{slot:"title"},[e._v("填写供应商信息")]),[t("VueForm",{ref:"addForm",attrs:{formObj:e.addForm},on:{ruleSuccess:e.addRuleSuccess},scopedSlots:e._u([{key:"date",fn:function(){return[t("el-time-picker",{attrs:{"is-range":"","range-separator":"至","value-format":"HH:MM:SS","start-placeholder":"开始时间","end-placeholder":"结束时间",placeholder:"选择时间范围"},on:{change:e.dateTimeChange},model:{value:e.addDate,callback:function(t){e.addDate=t},expression:"addDate"}})]},proxy:!0}])},[t("template",{slot:"imgUrls"},[[t("el-upload",{attrs:{action:e.$baseUrl+"upload/uploadShoppingSupplier","on-success":e.ImgeSuccess,"file-list":e.imglist,"on-exceed":e.handleExceed,limit:1,accept:".jpg,.png,.JPG,.PNG","before-upload":e.beforeAvatarUpload}},[t("el-button",{attrs:{icon:"el-icon-edit",size:"small"}},[e._v("上传图片")]),t("span",{staticStyle:{"margin-left":"10px","font-size":"12px",color:"#444444"}},[e._v("建议比例:3:2")]),t("div",{staticClass:"el-upload__tip",attrs:{slot:"tip"},slot:"tip"},[t("span",[e._v("支持扩展名:png,jpg")])])],1)]],2)],2)]],2)],1),t("div",{attrs:{slot:"footer"},slot:"footer"},[t("button",{staticClass:"btn-orange",on:{click:function(t){return e.addSubmit()}}},[t("span",[t("i",{staticClass:"el-icon-circle-check"}),e._v("提交")])]),t("button",{staticClass:"btn-gray",on:{click:e.addClose}},[t("span",[e._v("取消")])])])])],1)])])},o=[function(){var e=this,t=e._self._c;return t("div",{staticClass:"main-titel"},[t("span",[e._v("供应商管理")])])}],n=r("e692"),s={data(){return{add_vrisible:!1,addDate:null,addForm:{ruleForm:{name:null,director:"",tel:null,address:null,imgUrls:[]},rules:{name:[{required:!0,message:"请输入",trigger:"change"}],director:[{required:!0,message:"请输入",trigger:"change"}],tel:[{required:!0,message:"请选择",trigger:"change"}],address:[{required:!0,message:"请选择",trigger:"change"}]},form_item:[{type:"Input",label:"供应商名称",placeholder:"请输入",width:"100%",prop:"name"},{type:"Input",label:"负责人",placeholder:"请输入",width:"100%",prop:"director"},{type:"Input",label:"联系方式",placeholder:"请输入",width:"100%",prop:"tel"},{type:"Input",label:"商家地址",placeholder:"请输入",width:"100%",prop:"address"},{type:"Slot",label:"商家图标",placeholder:"请输入",width:"100%",prop:"imgUrls",slotName:"imgUrls"}]},table_row:[],imglist:[],config:{thead:[{label:"序号",type:"index",width:"80"},{label:"供应商编号",prop:"code",width:"auto"},{label:"供应商名称",prop:"name",width:"auto"},{label:"负责人",prop:"director",width:"auto"},{label:"联系方式",prop:"tel",width:"auto"},{label:"商家地址",prop:"address",width:"auto"},{label:"创建时间",prop:"createDate",width:"220"}],table_data:[],url:"shopSupplierList",search_item:[{type:"Input",label:"供应商名称",placeholder:"请选择",prop:"name"}],data:{pageNum:1,size:10}}}},methods:{add(){this.add_vrisible=!0},addClose(){this.$refs.addForm.reset(),this.add_vrisible=!1},addRuleSuccess(){let e={...this.addForm.ruleForm};Object(n["m"])(e).then(e=>{e.status&&(this.$message({message:e.message,type:"success"}),this.$refs.table.loadData(),this.addClose())})},addSubmit(){this.$refs.addForm.submitForm()},dateTimeChange(e){this.addForm.ruleForm.openStartDate=e[0],this.addForm.ruleForm.openEndDate=e[1]},ImgeSuccess(e,t){this.addForm.ruleForm.imgUrls[0]=t.response.url},beforeAvatarUpload(e){const t=e.size/1024/1024<2,r="image/png"===e.type,a="image/jpeg"===e.type;return r||a||this.$message.error("上传头像图片只能是 JPG/PNG 格式!"),t||this.$message.error("上传头像图片大小不能超过 2MB!"),(r||a)&&t},handleExceed(e,t){this.$message.warning(`当前限制选择 1 个文件,本次选择了 ${e.length} 个文件,共选择了 ${e.length+t.length} 个文件`)},tableCheck(e){this.table_row=e},del(e){if(e.length){let e=[];for(let t=0;t<this.table_row.length;t++)e.push(this.table_row[t].id);this.$confirm("是否确认删除?删除不可恢复","删除",{confirmButtonText:"确定",cancelButtonText:"取消",confirmButtonClass:"confirmButton",cancelButtonClass:"cancelButton"}).then(()=>{this.$refs.table.tableDelete(e)}).catch(e=>{})}else this.$message.error("请选中需要删除的数据")}}},l=s,i=r("2877"),d=Object(i["a"])(l,a,o,!1,null,null,null);t["default"]=d.exports},e692:function(e,t,r){"use strict";r.d(t,"m",(function(){return o})),r.d(t,"h",(function(){return n})),r.d(t,"n",(function(){return s})),r.d(t,"a",(function(){return l})),r.d(t,"e",(function(){return i})),r.d(t,"f",(function(){return d})),r.d(t,"c",(function(){return u})),r.d(t,"d",(function(){return c})),r.d(t,"i",(function(){return p})),r.d(t,"j",(function(){return h})),r.d(t,"k",(function(){return m})),r.d(t,"b",(function(){return f})),r.d(t,"l",(function(){return g})),r.d(t,"g",(function(){return b}));var a=r("b775");r("2c37");function o(e){return a["a"].request({method:"POST",url:"shop/supplier/insert",data:e})}function n(e){return a["a"].request({method:"POST",url:"shop/goods/insert",data:e})}function s(e){return a["a"].request({method:"GET",url:"shop/supplier/list",params:e})}function l(e){return a["a"].request({method:"POST",url:"shop/order/arrivalGoods",data:e})}function i(e){return a["a"].request({method:"GET",url:"shop/category/list",params:e})}function d(e){return a["a"].request({method:"POST",url:"shop/category/update",data:e})}function u(e){return a["a"].request({method:"GET",url:"shop/category/delete",params:e})}function c(e){return a["a"].request({method:"POST",url:"shop/category/insert",data:e})}function p(e){return a["a"].request({method:"GET",url:"shop/goods/loading",params:e})}function h(e){return a["a"].request({method:"GET",url:"shop/goods/unloading",params:e})}function m(e){return a["a"].request({method:"POST",url:"shop/order/deliverGoods",data:e})}function f(e){return a["a"].request({method:"GET",url:"shop/refund/exchangeGoods",params:e})}function g(e){return a["a"].request({method:"POST",url:"shop/refund/examine",data:e})}function b(e){return a["a"].request({method:"POST",url:"shop/evaluation/reply",data:e})}}}]);
|