|
|
@ -351,14 +351,13 @@ export default class dnReceiptDom extends BasePage {
|
|
|
|
this.customToast(this.$t('message._tips6') as any);
|
|
|
|
this.customToast(this.$t('message._tips6') as any);
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
let person = JSON.parse(uni.getStorageSync('__GWMS_APP_STATE_DATA__') as any);
|
|
|
|
|
|
|
|
let content = {
|
|
|
|
let content = {
|
|
|
|
loginName: person.session.user.loginName,
|
|
|
|
loginName: session.loginName,
|
|
|
|
poNo: this.form.documentNo,
|
|
|
|
poNo: this.form.documentNo,
|
|
|
|
factoryCode: person.session.user.factoryCode,
|
|
|
|
factoryCode: session.factoryCode,
|
|
|
|
};
|
|
|
|
};
|
|
|
|
await this.model.querydetaildlist(content);
|
|
|
|
await this.model.querydetaildlist(content);
|
|
|
|
this.toPage(this.page.raw.commission.goOut.detail);
|
|
|
|
this.toPage(this.page.raw.commission.RUSgoOut.detail);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|