|
|
@ -142,7 +142,7 @@ |
|
|
|
<el-col :span="12"> |
|
|
|
<el-form-item> |
|
|
|
<span slot="label">车架号:</span> |
|
|
|
<el-input v-model="temp.vinNo" placeholder="" clearable class="addinputw"/> |
|
|
|
<el-input v-model="temp.vinNo" placeholder="" maxlength="17" clearable class="addinputw"/> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
@ -320,7 +320,7 @@ |
|
|
|
</el-row> |
|
|
|
</el-form> |
|
|
|
</div> |
|
|
|
<el-dialog :visible.sync="dialogVisible" width="50%"> |
|
|
|
<el-dialog center :visible.sync="dialogVisible" width="50%" :close-on-click-modal="false"> |
|
|
|
<el-form class="formadd"> |
|
|
|
<el-row style="border-top: 1px solid #E0E3EB"> |
|
|
|
<el-col :span="3" class="tleftb"> |
|
|
@ -332,8 +332,8 @@ |
|
|
|
</el-row> |
|
|
|
</el-form> |
|
|
|
<span slot="footer" class="dialog-footer"> |
|
|
|
<el-button type="primary" @click="handleCreate">确 定</el-button> |
|
|
|
<el-button @click="handleReturn">取 消</el-button> |
|
|
|
<el-button type="primary" size="small" @click="handleCreate">确 定</el-button> |
|
|
|
<el-button size="small" @click="handleQuXiao">取 消</el-button> |
|
|
|
</span> |
|
|
|
</el-dialog> |
|
|
|
</div> |
|
|
@ -764,6 +764,10 @@ export default { |
|
|
|
} |
|
|
|
}) |
|
|
|
}, |
|
|
|
handleQuXiao() { |
|
|
|
this.smRemarks = '' |
|
|
|
this.dialogVisible = false |
|
|
|
}, |
|
|
|
// 打开修改 |
|
|
|
handleUpdate(row) { |
|
|
|
// this.resetTemp() |
|
|
|