From 6151d9c306a5803e5176160c9d924390e02d9166 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Thu, 18 Jul 2024 10:33:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=87=E9=A2=98=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productReceipt/job/ccProductReceiptDetail.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/pages/productReceipt/job/ccProductReceiptDetail.vue b/src/pages/productReceipt/job/ccProductReceiptDetail.vue index a9cf863b..ca8dd3ea 100644 --- a/src/pages/productReceipt/job/ccProductReceiptDetail.vue +++ b/src/pages/productReceipt/job/ccProductReceiptDetail.vue @@ -139,9 +139,11 @@ }; }, onLoad(option) { - uni.setNavigationBarTitle({ - title: option.title+'详情' - }) + setTimeout(res=>{ + uni.setNavigationBarTitle({ + title: option.title+'详情' + }) + },50) this.id = option.id; this.scanedPackingNumber = option.scaned || ''; @@ -419,7 +421,7 @@ ccProductReceiptJobsubmit(params).then(res => { uni.hideLoading() if (res.data) { - this.showCommitSuccessMessage("提交成功
生成预生产收货记录
" + res.data, ) + this.showCommitSuccessMessage("提交成功
生成装配收货记录
" + res.data ) } else { this.showErrorMessage("提交失败[" + res.msg + "]") }