|
|
@ -140,7 +140,7 @@ export default class returningDom extends BasePage {
|
|
|
|
this.customToast(this.$t('message.time') as string);
|
|
|
|
this.customToast(this.$t('message.time') as string);
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
//查询条件
|
|
|
|
//查询条件,增加物料号模糊查询
|
|
|
|
let time = {
|
|
|
|
let time = {
|
|
|
|
requireDateMin: this.startMobile,
|
|
|
|
requireDateMin: this.startMobile,
|
|
|
|
requireDateMax: this.endMobile,
|
|
|
|
requireDateMax: this.endMobile,
|
|
|
@ -148,6 +148,7 @@ export default class returningDom extends BasePage {
|
|
|
|
matCodeFuzzy: this.matCodeFuzzy,
|
|
|
|
matCodeFuzzy: this.matCodeFuzzy,
|
|
|
|
};
|
|
|
|
};
|
|
|
|
await this.model.queryTimeInInfo(time);
|
|
|
|
await this.model.queryTimeInInfo(time);
|
|
|
|
|
|
|
|
//刷新列表
|
|
|
|
this.OddList = model.materielList;
|
|
|
|
this.OddList = model.materielList;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|