task#16101,工单记账,小轮个数和费用优化
This commit is contained in:
@ -529,8 +529,8 @@ export default {
|
||||
this.form.supplierBasePrice = data.data.basePrice
|
||||
this.form.supplierExtraPrice = data.data.extraPrice
|
||||
this.form.supplierSettleAmount = data.data.totalPrice
|
||||
if (data.supplierTyreAmount){
|
||||
this.form.supplierTyreAmount=data.supplierTyreAmount
|
||||
if (data.data?.supplierTyreAmount){
|
||||
this.form.supplierTyreAmount=data.data.supplierTyreAmount
|
||||
}
|
||||
}
|
||||
// }
|
||||
|
Reference in New Issue
Block a user