bug收尾

purchase
anthonyywj2 3 years ago
parent c5731c9631
commit ba7d382cc0

@ -270,6 +270,7 @@ export default {
"6": "缺量补录单据", "6": "缺量补录单据",
"7": "UDI供应商平台", "7": "UDI供应商平台",
"8": "平衡补录单据", "8": "平衡补录单据",
"10":"手动补单"
}, },
erpCheckStatus: { erpCheckStatus: {
// error: "", // error: "",

@ -628,6 +628,7 @@ export default {
this.getCodeList(); this.getCodeList();
}, },
editCode(row) { editCode(row) {
this.editTitle = "编辑条码";
this.codeDetail = row; this.codeDetail = row;
this.editCodeVisible = true; this.editCodeVisible = true;
}, },

@ -326,6 +326,7 @@ export default {
"6": "缺量补录单据", "6": "缺量补录单据",
"7": "UDI供应商平台", "7": "UDI供应商平台",
"8": "平衡补录单据", "8": "平衡补录单据",
"10":"手动补单"
}, },
list: [], list: [],
storageList: [], storageList: [],

@ -529,6 +529,7 @@ export default {
"6": "缺量补录单据", "6": "缺量补录单据",
"7": "UDI供应商平台", "7": "UDI供应商平台",
"8": "平衡补录单据", "8": "平衡补录单据",
"10":"手动补单"
}, },
busTypes: [], busTypes: [],
// //

@ -436,6 +436,7 @@ export default {
"6": "缺量补录单据", "6": "缺量补录单据",
"7": "UDI供应商平台", "7": "UDI供应商平台",
"8": "平衡补录单据", "8": "平衡补录单据",
"10":"手动补单"
}, },
exportQuery: { exportQuery: {
orderId: "", orderId: "",

@ -333,6 +333,7 @@ export default {
"6": "缺量补录单据", "6": "缺量补录单据",
"7": "UDI供应商平台", "7": "UDI供应商平台",
"8": "平衡补录单据", "8": "平衡补录单据",
"10":"手动补单"
}, },
storageList: [], storageList: [],
subInvList: [], subInvList: [],

@ -447,6 +447,7 @@ export default {
"6": "缺量补录单据", "6": "缺量补录单据",
"7": "UDI供应商平台", "7": "UDI供应商平台",
"8": "平衡补录单据", "8": "平衡补录单据",
"10":"手动补单"
}, },
// //
unitquery: {key: "", page: 1, limit: 20}, unitquery: {key: "", page: 1, limit: 20},

@ -349,6 +349,7 @@ export default {
"6": "缺量补录单据", "6": "缺量补录单据",
"7": "UDI供应商平台", "7": "UDI供应商平台",
"8": "平衡补录单据", "8": "平衡补录单据",
"10":"手动补单"
}, },
deleteData: { deleteData: {
id: "", id: "",

@ -361,6 +361,7 @@ export default {
this.getCodeList(); this.getCodeList();
}, },
editCode(row) { editCode(row) {
this.editTitle = "编辑条码";
this.codeDetail = row; this.codeDetail = row;
this.editCodeVisible = true; this.editCodeVisible = true;
}, },

@ -294,6 +294,7 @@ export default {
"6": "缺量补录单据", "6": "缺量补录单据",
"7": "UDI供应商平台", "7": "UDI供应商平台",
"8": "平衡补录单据", "8": "平衡补录单据",
"10":"手动补单"
}, },
// //
unitquery: {key: "", page: 1, limit: 20}, unitquery: {key: "", page: 1, limit: 20},

@ -221,6 +221,7 @@ export default {
page: 1, page: 1,
limit: 20, limit: 20,
}; };
this.syncTime = null;
this.getList(); this.getList();
}, },
getList() { getList() {

Loading…
Cancel
Save