@ -194,6 +194,9 @@
this.source_type = option.source_type;
this.switchCode = "purchasereceiptPrintPDA" //采购收货PDA打印开关
this.switchCode1 = "EnableQms" //根据开关中是否启用QMS去判断,如果为TRUE显示检验指引单,如果为FALSE不显示检验指引单
uni.setNavigationBarTitle({
title:option.title + '详情'
})
if (this.id != undefined) {
//新建的任务自动接收
if (this.status == "1") {
@ -310,7 +310,7 @@
openJobDetail(item, scanMessage = '') {
uni.navigateTo({
url: './receiptDetail?id=' + item.masterId + '&status=' + item.status + '&operation=' + this
.operation + '&scanMessage=' + scanMessage + '&source_type=' + this.source_type
.operation + '&scanMessage=' + scanMessage + '&source_type=' + this.source_type + '&title=' + this.title
});
this.scanMessage = ""
},