|
|
@ -524,6 +524,13 @@ export default { |
|
|
|
this.formobj.expenseName = vdata.expenseName // 费用名称 |
|
|
|
this.formobj.totalExpenseAmount = vdata.totalExpenseAmount // 费用金额合计 |
|
|
|
this.formobj.orgSid = vdata.orgSid // 部门sid |
|
|
|
this.formobj.carBrandName = vdata.carBrandName |
|
|
|
this.formobj.carBrandSid = vdata.carBrandSid |
|
|
|
this.formobj.purchaseSystemName = vdata.purchaseSystemName |
|
|
|
this.formobj.purchaseSystemSid = vdata.purchaseSystemSid |
|
|
|
this.formobj.depositUseRuleValue = vdata.depositUseRuleValue |
|
|
|
this.formobj.depositUseRuleKey = vdata.depositUseRuleKey |
|
|
|
this.formobj.vehicleTypeKey = vdata.vehicleTypeKey |
|
|
|
this.formobj.baseOutsourcingApplicationVehicleDtos = vdata.baseOutsourcingApplicationVehicleVos |
|
|
|
} |
|
|
|
}).catch(e => { |
|
|
|