|
|
|
@ -279,9 +279,6 @@ export default class dnReceiptDom extends BasePage {
|
|
|
|
|
this.receiptAmount = null;
|
|
|
|
|
}
|
|
|
|
|
async onSubmit() {
|
|
|
|
|
this.resetForm();
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
|
if (this.LocationList.length === 0) {
|
|
|
|
|
uni.showToast({
|
|
|
|
|
icon: 'none',
|
|
|
|
@ -289,8 +286,8 @@ export default class dnReceiptDom extends BasePage {
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
this.every.wllist = this.LocationList;
|
|
|
|
|
console.log('new this.every :::: ', this.every);
|
|
|
|
|
// await this.model.submitOrderInEnter([this.every]);
|
|
|
|
|
await this.model.submitOrderInEnter([this.every]);
|
|
|
|
|
this.resetForm();
|
|
|
|
|
}
|
|
|
|
|
async bill() {
|
|
|
|
|
if (this.form.documentNo == '') {
|
|
|
|
|