|
@ -68,6 +68,7 @@ export default { |
|
|
vehicleSid: '', |
|
|
vehicleSid: '', |
|
|
model: '', |
|
|
model: '', |
|
|
createBySid: '', |
|
|
createBySid: '', |
|
|
|
|
|
orgSidPath: '', |
|
|
busVehicleInformation: { |
|
|
busVehicleInformation: { |
|
|
vehicleKeyNum: '', |
|
|
vehicleKeyNum: '', |
|
|
certificate: '', |
|
|
certificate: '', |
|
@ -95,6 +96,8 @@ export default { |
|
|
this.formobj = resp.data |
|
|
this.formobj = resp.data |
|
|
this.formobj.busVehicleInformation.transferName = window.sessionStorage.getItem('name') |
|
|
this.formobj.busVehicleInformation.transferName = window.sessionStorage.getItem('name') |
|
|
this.formobj.busVehicleInformation.transferRemarks = '' |
|
|
this.formobj.busVehicleInformation.transferRemarks = '' |
|
|
|
|
|
this.formobj.createBySid = window.sessionStorage.getItem('userSid') |
|
|
|
|
|
this.formobj.orgSidPath = window.sessionStorage.getItem('defaultOrgPath') |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
@ -127,6 +130,7 @@ export default { |
|
|
createBySid: '', |
|
|
createBySid: '', |
|
|
recName: '', |
|
|
recName: '', |
|
|
recTime: '', |
|
|
recTime: '', |
|
|
|
|
|
orgSidPath: '', |
|
|
busVehicleInformation: { |
|
|
busVehicleInformation: { |
|
|
vehicleKeyNum: '', |
|
|
vehicleKeyNum: '', |
|
|
certificate: '', |
|
|
certificate: '', |
|
|