Browse Source

YT-1063协定品收货和号试品收货任务详情页面标题不正确

intex
zhang_li 4 days ago
parent
commit
9b5ae21eb8
  1. 3
      src/pages/purchaseReceipt/job/receiptDetail.vue
  2. 2
      src/pages/purchaseReceipt/job/receiptJob.vue

3
src/pages/purchaseReceipt/job/receiptDetail.vue

@ -194,6 +194,9 @@
this.source_type = option.source_type;
this.switchCode = "purchasereceiptPrintPDA" //PDA
this.switchCode1 = "EnableQms" //QMSTRUEFALSE
uni.setNavigationBarTitle({
title:option.title + '详情'
})
if (this.id != undefined) {
//
if (this.status == "1") {

2
src/pages/purchaseReceipt/job/receiptJob.vue

@ -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 = ""
},

Loading…
Cancel
Save