Browse Source

Merge remote-tracking branch 'origin/master'

master
fanzongzhe 11 months ago
parent
commit
0c1a680b52
  1. 2
      yxt-as-ui/src/views/operation/preregistration/preregistrationAdd.vue
  2. 2
      yxt-as-ui/src/views/operation/repairbill/repairbillAdd.vue
  3. 2
      yxt-as-ui/src/views/operation/salesticket/salesticketAdd.vue

2
yxt-as-ui/src/views/operation/preregistration/preregistrationAdd.vue

@ -302,7 +302,7 @@ export default {
backData(value) {
this.viewState = 1
value = JSON.parse(JSON.stringify(value))
this.formobj.customerName = value.name
this.formobj.customerName = value.customerName
this.formobj.customerSid = value.sid
this.formobj.mobile = value.mobile
this.formobj.vehMark = value.vehMark

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

@ -933,7 +933,7 @@ export default {
backData(value) {
this.viewState = 1
value = JSON.parse(JSON.stringify(value))
this.formobj.customerName = value.name
this.formobj.customerName = value.customerName
this.formobj.customerSid = value.sid
this.formobj.mobile = value.mobile
this.formobj.vehMark = value.vehMark

2
yxt-as-ui/src/views/operation/salesticket/salesticketAdd.vue

@ -537,7 +537,7 @@ export default {
backData(value) {
this.viewState = 1
value = JSON.parse(JSON.stringify(value))
this.formobj.customerName = value.name
this.formobj.customerName = value.customerName
this.formobj.customerSid = value.sid
this.formobj.mobile = value.mobile
this.formobj.vehMark = value.vehMark

Loading…
Cancel
Save