This commit is contained in:
aihe 2024-10-29 23:14:43 +08:00
parent 30803c3261
commit fc139b22ac
3 changed files with 3 additions and 2 deletions

View File

@ -68,7 +68,7 @@
<u-row justify="end">
<view style="display: inline-block;white-space: nowrap;" class="mt-10">
<u-row>
<u-button v-if="modelInfo.pickupMethod == 1" @click="goto(`warehousing/detail?id=${211}`)" shape="circle" type="primary"
<u-button v-if="modelInfo.pickupMethod == 1 && modelInfo.intoWarehouseBillCode" @click="goto(`warehousing/detail?inNo=${modelInfo.intoWarehouseBillCode}`)" shape="circle" type="primary"
custom-style="height: 54rpx;margin-left: 20rpx;">入仓单</u-button>
<u-button shape="circle" type="primary" :plain="true"
custom-style="height: 54rpx;margin-left: 20rpx;">单证</u-button>

View File

@ -331,6 +331,7 @@
if(this.queryOption.copyBillCode) {
delete this.submitParam.billCode
delete this.submitParam.orderSn
this.submitParam.sendDate = getOrderModels().sendDate
}
}
this.pageLoading = false

View File

@ -230,7 +230,7 @@
this.cancelModal.show = false
break;
case 4: // 进仓确认
this.goto(`warehousing/detail${itemQuery}`)
this.goto(`warehousing/detail${itemQuery}&inNo=${item.intoWarehouseBillCode}`)
break;
case 5: // 付款
this.goto(`bill/detail${itemQuery}`)