|
|
|
@ -135,6 +135,7 @@ export default class dnReceiptDom extends BasePage {
|
|
|
|
|
|
|
|
|
|
async query() {
|
|
|
|
|
this.carNo = '';
|
|
|
|
|
this.company = '';
|
|
|
|
|
this.showVehicle = false;
|
|
|
|
|
this.showMsg = false;
|
|
|
|
|
if (!this.stoNo) {
|
|
|
|
@ -163,6 +164,7 @@ export default class dnReceiptDom extends BasePage {
|
|
|
|
|
//SunmitList: any = [];
|
|
|
|
|
async onOk() {
|
|
|
|
|
this.carNo = '';
|
|
|
|
|
this.company = '';
|
|
|
|
|
this.showVehicle = false;
|
|
|
|
|
this.showMsg = false;
|
|
|
|
|
if (!this.stoNo) {
|
|
|
|
@ -205,6 +207,7 @@ export default class dnReceiptDom extends BasePage {
|
|
|
|
|
loginName: session.loginName,
|
|
|
|
|
factoryCode: session.factoryCode,
|
|
|
|
|
stoNo: this.stoNo,
|
|
|
|
|
carNo: this.carNo,
|
|
|
|
|
carSize: this.company,
|
|
|
|
|
};
|
|
|
|
|
await this.model.ConfirmList(SunmitList);
|
|
|
|
@ -254,6 +257,7 @@ export default class dnReceiptDom extends BasePage {
|
|
|
|
|
this.stoItem = {};
|
|
|
|
|
this.barcode = '';
|
|
|
|
|
this.carNo = '';
|
|
|
|
|
this.company = '';
|
|
|
|
|
this.showVehicle = false;
|
|
|
|
|
this.showMsg = false;
|
|
|
|
|
//this.SunmitList = [];
|
|
|
|
|