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