@ -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 {
list: [],
storageList: [],
@ -503,6 +503,7 @@ export default {
busTypes: [],
@ -332,6 +332,7 @@ export default {
subInvList: [],
@ -368,6 +368,7 @@ export default {
deleteData: {
id: "",
@ -401,6 +401,7 @@ export default {
@ -468,6 +468,7 @@ export default {
exportQuery: {
orderId: "",
@ -639,6 +639,7 @@ export default {
this.getCodeList();
editCode(row) {
this.editTitle = "编辑条码";
this.codeDetail = row;
this.editCodeVisible = true;
@ -273,6 +273,7 @@ export default {
erpCheckStatus: {
0: "未校验",
@ -354,10 +354,6 @@ export default {
type: Object,
required: true,
}
// closeConfirmFunction: {
// type: Function,
// required: true,
// },
data() {
return {