bug收尾

purchase
anthonyywj2 3 years ago
parent c5731c9631
commit ba7d382cc0

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save