Browse Source

完善车辆台账

master
yunuo970428 3 years ago
parent
commit
e3e214c040
  1. 5
      anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangtaizhang/cheliangtaizhangAdd.vue

5
anrui-scm/anrui-scm-ui/src/views/cheliang/cheliangtaizhang/cheliangtaizhangAdd.vue

@ -497,6 +497,11 @@ export default {
if (this.carBrand_list.length > 0) {
this.temp.carBrandName = this.carBrand_list[0].brandName
this.temp.carBrandSid = this.carBrand_list[0].sid
selectNameByOrg({ carBrandSid: this.temp.carBrandSid }).then((respsone) => {
if (respsone.success) {
this.actualPay_list = respsone.data
}
})
}
}
})

Loading…
Cancel
Save