This commit is contained in:
aihe 2025-01-05 15:55:16 +08:00
parent 5564de4e7b
commit 03c261b1b0
2 changed files with 7 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"appid" : "__UNI__BCB0FB5",
"description" : "探路国际速运",
"versionName" : "1.0.1",
"versionCode" : "1054",
"versionCode" : "1055",
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {

View File

@ -94,7 +94,7 @@
<view v-for="(gdItem) in item.cargoList" class="yditem">
<view class="ydi-lab">
<text class="font-weight">{{gdItem.goodsName}}</text>
<text>异常:{{gdItem.abnormalQty}}</text>
<text>异常:{{gdItem.abnormalQty || 0}}</text>
</view>
<view class="ydi-lab mt-10">
<text class="clr-sub">{{gdItem.brand}} - {{gdItem.nationArea}}</text>
@ -190,7 +190,7 @@
<u-button @click="handleDownloadPdf()" :plain="true" size="large" shape="circle" custom-style="margin: 0 10rpx;height:80rpx;font-size: 30rpx;"
>下载PDF
</u-button>
<u-button v-if="billInfo.stockInFlag == 1" :disabled="billInfo.confirmStatus==1" @click="confirmJinCang()" type="primary" size="large" shape="circle" custom-style="margin: 0 10rpx;height:80rpx;font-size: 30rpx;"
<u-button v-if="billInfo.stockInFlag == 1" :disabled="billInfo.confirmStatus==1" @click="confirmFahuo()" type="primary" size="large" shape="circle" custom-style="margin: 0 10rpx;height:80rpx;font-size: 30rpx;"
>{{billInfo.confirmStatus==1?'已确认进仓':'确认可发货'}}
</u-button>
</u-row>
@ -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