Browse Source

完善维修单

zhanglei
yunuo970428 7 months ago
parent
commit
4e1a4b9fe7
  1. 4
      yxt-as-ui/src/views/operation/repairbill/repairbillAdd.vue

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

@ -1066,7 +1066,7 @@ export default {
this.formobj.customerVehicleSid = value.customerVehicleSid
//
if (this.formobj.billTypeKey === '2') {
req.getListByCustomerSid({ customerSid: this.formobj.customerSid }).then((res) => {
req.getListByCustomerSid({ sid: this.formobj.customerSid }).then((res) => {
if (res.success) {
this.people_list = res.data
}
@ -1079,7 +1079,7 @@ export default {
this.formobj.billTypeKey = choose[0].dictKey
//
if (this.formobj.billTypeKey === '2' && this.formobj.customerSid !== '') {
req.getListByCustomerSid({ customerSid: this.formobj.customerSid }).then((res) => {
req.getListByCustomerSid({ sid: this.formobj.customerSid }).then((res) => {
if (res.success) {
this.people_list = res.data
}

Loading…
Cancel
Save