Browse Source

完善上装台账管理

master
yunuo970428 2 years ago
parent
commit
5892598fbd
  1. 4
      anrui-scm/anrui-scm-ui/src/views/shangzhuang/shangzhuangtaizhangguanli/shangzhuangtaizhangAdd.vue

4
anrui-scm/anrui-scm-ui/src/views/shangzhuang/shangzhuangtaizhangguanli/shangzhuangtaizhangAdd.vue

@ -262,8 +262,6 @@ export default {
brandName: e.brandName, brandName: e.brandName,
brandSid: e.brandSid, brandSid: e.brandSid,
noticeModel: e.noticeModel, noticeModel: e.noticeModel,
priceDate: e.priceDate,
salesDate: e.salesDate,
vehicleAlias: e.vehicleAlias, vehicleAlias: e.vehicleAlias,
vehModelSid: e.vehModelSid, vehModelSid: e.vehModelSid,
vehicleStateKey: e.vehicleStateKey, vehicleStateKey: e.vehicleStateKey,
@ -280,8 +278,6 @@ export default {
this.formobj.brandSid = bb.brandSid this.formobj.brandSid = bb.brandSid
this.formobj.vehicleStateValue = bb.vehicleStateValue this.formobj.vehicleStateValue = bb.vehicleStateValue
this.formobj.vehicleStateKey = bb.vehicleStateKey this.formobj.vehicleStateKey = bb.vehicleStateKey
this.formobj.priceDate = bb.priceDate
this.formobj.salesDate = bb.salesDate
}, },
handleSave() { handleSave() {
console.log(this.formobj) console.log(this.formobj)

Loading…
Cancel
Save