|
|
|
@ -232,6 +232,10 @@ export default class KanDanHandOver extends BasePage {
|
|
|
|
|
this.customToast(this.$t('message.Warehouse_Tip5') as string);
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
if (!this.centerlist.value) {
|
|
|
|
|
this.customToast(this.$t('message.Pleasecenter') as string);
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
if (this.Some.fileNo == '' || this.Some.fileNo == null || this.Some.fileNo == undefined) {
|
|
|
|
|
this.customToast(this.$t('message.fileNumber') as string);
|
|
|
|
|
return;
|
|
|
|
@ -335,10 +339,6 @@ export default class KanDanHandOver extends BasePage {
|
|
|
|
|
this.customToast(this.$t('message.Pi_NoData') as string);
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
if (!this.centerlist.value) {
|
|
|
|
|
this.customToast(this.$t('message.Pleasecenter') as string);
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
let isTrue = true;
|
|
|
|
|
this.model.orderInInfoList.forEach((item: any) => {
|
|
|
|
|
if (item.totalqty != 0) {
|
|
|
|
@ -359,7 +359,7 @@ export default class KanDanHandOver extends BasePage {
|
|
|
|
|
image: '/static/icons/icon-51.png',
|
|
|
|
|
});
|
|
|
|
|
this.Some = {};
|
|
|
|
|
this.Some.fileNo = ' ';
|
|
|
|
|
this.Some.fileNo = '';
|
|
|
|
|
this.wl = {};
|
|
|
|
|
this.MaterialList = [];
|
|
|
|
|
this.qty = 0;
|
|
|
|
|