|
|
@ -335,6 +335,10 @@ export default class KanDanHandOver extends BasePage {
|
|
|
|
this.customToast(this.$t('message.Pi_NoData') as string);
|
|
|
|
this.customToast(this.$t('message.Pi_NoData') as string);
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if (!this.centerlist.value) {
|
|
|
|
|
|
|
|
this.customToast(this.$t('message.Pleasecenter') as string);
|
|
|
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
}
|
|
|
|
let isTrue = true;
|
|
|
|
let isTrue = true;
|
|
|
|
this.model.orderInInfoList.forEach((item: any) => {
|
|
|
|
this.model.orderInInfoList.forEach((item: any) => {
|
|
|
|
if (item.totalqty != 0) {
|
|
|
|
if (item.totalqty != 0) {
|
|
|
|