|
|
@ -159,6 +159,7 @@ export default class dnReceiptDom extends BasePage {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
//输入单号 查询数据
|
|
|
|
//输入单号 查询数据
|
|
|
|
async query() {
|
|
|
|
async query() {
|
|
|
|
|
|
|
|
this.empty()
|
|
|
|
if (!this.form.documentNo) {
|
|
|
|
if (!this.form.documentNo) {
|
|
|
|
this.customToast(this.$t('message.Commission_tips1') as any);
|
|
|
|
this.customToast(this.$t('message.Commission_tips1') as any);
|
|
|
|
return;
|
|
|
|
return;
|
|
|
@ -374,8 +375,10 @@ export default class dnReceiptDom extends BasePage {
|
|
|
|
return null;
|
|
|
|
return null;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
await this.model.submitOrderInEnter(this.DNReceivingList);
|
|
|
|
await this.model.submitOrderInEnter(this.DNReceivingList);
|
|
|
|
|
|
|
|
if(this.model.SubmitCode == '1'){
|
|
|
|
this.resetForm();
|
|
|
|
this.resetForm();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
async bill() {
|
|
|
|
async bill() {
|
|
|
|
if (this.form.documentNo == '') {
|
|
|
|
if (this.form.documentNo == '') {
|
|
|
|
this.customToast(this.$t('message._tips6') as any);
|
|
|
|
this.customToast(this.$t('message._tips6') as any);
|
|
|
|