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