This commit is contained in:
aihe 2024-06-19 22:54:17 +08:00
parent a809b46bf3
commit a4368aa714

View File

@ -215,9 +215,9 @@
this.calteFreight()
},
handleAddFee(val) {
handleAddFee(code) {
this.costModal.show = {}
this.costModal.item = this.getNewCostItem()
this.costModal.item = this.getNewCostItem(code)
},
async calcWaybillFee(params = {}) {
// calcFeeType计算入参特殊处理