项目代码/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/stock/Boxing/AddInfo.vue
@@ -79,9 +79,7 @@ jsonData: JSON.parse(JSON.stringify(this.formData.items)), palletCode: this.palletCode, } }; this.http.post("/api/BoxingInfo/AddBoxingInfo", params, true).then((x) => { if (!x.status) { @@ -89,7 +87,7 @@ } else { this.$Message.success("鎴愬姛"); this.palletCode = ''; this.formData.items = []; this.formData.items = [{ MaterilName: '' }, { num: '' }]; this.show = false; $vue.refresh(); }