uu
This commit is contained in:
parent
ae6fcd8f66
commit
c2724d09c5
@ -206,6 +206,8 @@
|
||||
}
|
||||
},
|
||||
async calcWaybillFee(params = {}) {
|
||||
// calcFeeType计算入参特殊处理
|
||||
params.calcFeeType == 3 && (params.calcFeeType = 1);
|
||||
let res = await apiService.calcWaybillFee({ custNo: this.modelInfo.custNo, ...params })
|
||||
this.modelInfo.feeItems = res.data.feeList
|
||||
this.modelInfo.freight = res.data.totalFee
|
||||
|
||||
Loading…
Reference in New Issue
Block a user