|
|
@ -71,11 +71,11 @@ |
|
|
|
<span>{{ formobj.insideCode }}</span> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
|
<el-col :span="3" class="tleftb"> |
|
|
|
<span>车辆型号</span> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
<el-row> |
|
|
|
<el-col :span="5"> |
|
|
|
<el-form-item> |
|
|
|
<span>{{ formobj.vehMark }}</span> |
|
|
@ -515,6 +515,7 @@ export default { |
|
|
|
req.fetchBySid(sid).then(resp => { |
|
|
|
if (resp.success) { |
|
|
|
const vdata = resp.data |
|
|
|
this.formobj.sid = sid |
|
|
|
this.formobj.insideCode = vdata.insideCode |
|
|
|
this.formobj.contract = vdata.contract |
|
|
|
this.formobj.remarks = vdata.remarks |
|
|
|