|
|
|
@ -1000,7 +1000,7 @@ export default class PurchaseWHSRM extends BasePage {
|
|
|
|
|
// this.formdata.checkResult = '不合格'
|
|
|
|
|
// }
|
|
|
|
|
this.show = true;
|
|
|
|
|
this.clearMessage();
|
|
|
|
|
// this.clearMessage();
|
|
|
|
|
}
|
|
|
|
|
// 最终判定是否合格
|
|
|
|
|
determine() {
|
|
|
|
@ -1699,7 +1699,7 @@ export default class PurchaseWHSRM extends BasePage {
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
this.show = false;
|
|
|
|
|
this.clickevent();
|
|
|
|
|
// this.clickevent();
|
|
|
|
|
this.getlist();
|
|
|
|
|
this.clear();
|
|
|
|
|
} else {
|
|
|
|
@ -1895,20 +1895,20 @@ export default class PurchaseWHSRM extends BasePage {
|
|
|
|
|
}
|
|
|
|
|
closepopup() {
|
|
|
|
|
//是否关闭弹窗
|
|
|
|
|
this.SaveDraft();
|
|
|
|
|
// this.SaveDraft();
|
|
|
|
|
this.$nextTick(() => {
|
|
|
|
|
this.show = false;
|
|
|
|
|
this.clickevent();
|
|
|
|
|
// this.clickevent();
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
onBackPress(e) {
|
|
|
|
|
if (e.from === 'backbutton') {
|
|
|
|
|
if (this.show === true) {
|
|
|
|
|
this.SaveDraft();
|
|
|
|
|
// this.SaveDraft();
|
|
|
|
|
this.$nextTick(() => {
|
|
|
|
|
this.show = false;
|
|
|
|
|
this.clickevent();
|
|
|
|
|
// this.clickevent();
|
|
|
|
|
});
|
|
|
|
|
return true;
|
|
|
|
|
} else {
|
|
|
|
|