Commit d124e78e authored by guoyou's avatar guoyou

Merge branch 'master' into base-modify

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
parents 18aa4567 5eccf079
...@@ -681,7 +681,8 @@ ...@@ -681,7 +681,8 @@
<el-row> <el-row>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="交强险单号" prop="strongInsuranceNo"> <el-form-item label="交强险单号" prop="strongInsuranceNo">
<el-input v-model.text="form.strongInsuranceNo" @input="handleInput" placeholder="请输入交强险单号"></el-input> <el-input v-model.text="form.strongInsuranceNo" placeholder="请输入交强险单号"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
...@@ -2816,9 +2817,11 @@ export default { ...@@ -2816,9 +2817,11 @@ export default {
that.form.parkBranchCompanyName = iitem.name that.form.parkBranchCompanyName = iitem.name
that.form.parkBranchCompanyId = iitem.id that.form.parkBranchCompanyId = iitem.id
} }
if (that.form.insurancePDF) { if (that.form.insurancePDF) {
that.pdfList = JSON.parse(that.form.insurancePDF) that.pdfList = JSON.parse(that.form.insurancePDF)
} }
}) })
selectVehicleModelArry.map(function(value) { selectVehicleModelArry.map(function(value) {
if (that.form['modelId'] == value.id) { if (that.form['modelId'] == value.id) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment