|
|
@ -165,7 +165,7 @@ export default class RawSo extends BasePage {
|
|
|
|
this.customToast(this.$t('message.Commission_tips1') as any);
|
|
|
|
this.customToast(this.$t('message.Commission_tips1') as any);
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
let res = await this.model.queryOutsourcing(this.form.documentNo);
|
|
|
|
let res = await this.model.queryOutsourcingRaw(this.form.documentNo);
|
|
|
|
this.material = res.data;
|
|
|
|
this.material = res.data;
|
|
|
|
this.materialList = [];
|
|
|
|
this.materialList = [];
|
|
|
|
this.Loc = [];
|
|
|
|
this.Loc = [];
|
|
|
@ -329,7 +329,7 @@ export default class RawSo extends BasePage {
|
|
|
|
this.customToast(this.$t('message.Pi_NoData') as any);
|
|
|
|
this.customToast(this.$t('message.Pi_NoData') as any);
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
await this.model.submitOutsourcing(this.list);
|
|
|
|
await this.model.submitOutsourcingRaw(this.list);
|
|
|
|
this.empty();
|
|
|
|
this.empty();
|
|
|
|
await this.query();
|
|
|
|
await this.query();
|
|
|
|
}
|
|
|
|
}
|
|
|
|