uu
This commit is contained in:
parent
30803c3261
commit
fc139b22ac
@ -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>
|
||||
|
||||
@ -331,6 +331,7 @@
|
||||
if(this.queryOption.copyBillCode) {
|
||||
delete this.submitParam.billCode
|
||||
delete this.submitParam.orderSn
|
||||
this.submitParam.sendDate = getOrderModels().sendDate
|
||||
}
|
||||
}
|
||||
this.pageLoading = false
|
||||
|
||||
@ -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}`)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user