Browse Source

完善维修单

zhanglei
yunuo970428 9 months ago
parent
commit
ad3463e4a4
  1. 1
      yxt-as-ui/src/views/operation/repairbill/repairbillAdd.vue

1
yxt-as-ui/src/views/operation/repairbill/repairbillAdd.vue

@ -939,6 +939,7 @@ export default {
this.formobj.vehMark = value.vehMark
this.formobj.vinNo = value.vinNo
this.formobj.vehModel = value.vehModel
this.formobj.customerSource = value.source
},
billTypeChange(value) {
const choose = this.billType_list.filter((item) => item.dictValue === value)

Loading…
Cancel
Save