From 03c261b1b0c4db3d9570f10a4ae7909931ef8583 Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Sun, 5 Jan 2025 15:55:16 +0800 Subject: [PATCH] uu --- manifest.json | 2 +- pages/warehousing/detail.vue | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index affd1aa..bf9b98a 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "appid" : "__UNI__BCB0FB5", "description" : "探路国际速运", "versionName" : "1.0.1", - "versionCode" : "1054", + "versionCode" : "1055", "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages/warehousing/detail.vue b/pages/warehousing/detail.vue index 4df69e3..a080275 100644 --- a/pages/warehousing/detail.vue +++ b/pages/warehousing/detail.vue @@ -94,7 +94,7 @@ {{gdItem.goodsName}} - 异常:{{gdItem.abnormalQty}} + 异常:{{gdItem.abnormalQty || 0}} {{gdItem.brand}} - {{gdItem.nationArea}} @@ -190,7 +190,7 @@ 下载PDF - {{billInfo.confirmStatus==1?'已确认进仓':'确认可发货'}} @@ -291,6 +291,10 @@ let res = await apiService.exportWarehouseInTpl({ orderSn: this.postInfo.orderSn }) let sres = await saveNetFile(res) }, + confirmFahuo(){ + // 跳转开单页 + this.goto(`post/openorder?billCode=${this.postInfo.billCode || ''}`) + }, async confirmJinCang(inNo) { if(!inNo) { inNo = this.billInfo.inNo