diff --git a/src/pages/purchaseReceipt/job/receiptDetail.vue b/src/pages/purchaseReceipt/job/receiptDetail.vue index 96493f0c..2e755ac3 100644 --- a/src/pages/purchaseReceipt/job/receiptDetail.vue +++ b/src/pages/purchaseReceipt/job/receiptDetail.vue @@ -194,9 +194,6 @@ this.source_type = option.source_type; this.switchCode = "purchasereceiptPrintPDA" //采购收货PDA打印开关 this.switchCode1 = "EnableQms" //根据开关中是否启用QMS去判断,如果为TRUE显示检验指引单,如果为FALSE不显示检验指引单 - }, - - onShow() { if (this.id != undefined) { //新建的任务自动接收 if (this.status == "1") { @@ -208,6 +205,10 @@ } } }, + + onShow() { + + }, //返回首页 onNavigationBarButtonTap(e) { if (e.index === 0) {