bug收尾

featFunction
anthonywj 3 years ago
parent 6dd441d85d
commit 8307190a07

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

@ -223,8 +223,10 @@ export default {
});
this.filterQuery = {
id: null,
status: null,
page: 1,
limit: 20,
};
this.syncTime = null;
this.getList();

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

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

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

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

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

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

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

File diff suppressed because it is too large Load Diff

@ -273,6 +273,7 @@ export default {
"6": "缺量补录单据",
"7": "UDI供应商平台",
"8": "平衡补录单据",
"10":"手动补单"
},
erpCheckStatus: {
0: "未校验",

@ -354,10 +354,6 @@ export default {
type: Object,
required: true,
}
// closeConfirmFunction: {
// type: Function,
// required: true,
// },
},
data() {
return {

Loading…
Cancel
Save