|
|
@ -137,14 +137,7 @@ |
|
|
|
</el-form> |
|
|
|
</div> |
|
|
|
<!-- ======== 打开选择车架号 ======== --> |
|
|
|
<el-dialog :showClose="false" :visible.sync="vinNoVisible"> |
|
|
|
<div slot="title"> |
|
|
|
<span>选择车架号</span> |
|
|
|
<div class="vinNoBtn"> |
|
|
|
<el-button type="primary" size="small" @click="selectionvinNo()">确 定</el-button> |
|
|
|
<el-button size="small" @click="vinNoVisible = false">取 消</el-button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<el-dialog title="选择车架号" :visible.sync="vinNoVisible"> |
|
|
|
<div> |
|
|
|
<el-form ref="multipleTable" :inline="true" :model="vinNoList" class="vinNoForm" label-width="100px"> |
|
|
|
<el-col :span="14"> |
|
|
@ -154,6 +147,7 @@ |
|
|
|
</el-col> |
|
|
|
<el-col :span="10" class="dialogBtn"> |
|
|
|
<el-button type="primary" size="small" @click="handlevinNo">查询</el-button> |
|
|
|
<el-button type="primary" size="small" @click="selectionvinNo()">确 定</el-button> |
|
|
|
</el-col> |
|
|
|
</el-form> |
|
|
|
</div> |
|
|
@ -547,11 +541,6 @@ export default { |
|
|
|
justify-content: space-between; |
|
|
|
align-items: center; |
|
|
|
} |
|
|
|
|
|
|
|
.vinNoBtn { |
|
|
|
float: right; |
|
|
|
} |
|
|
|
|
|
|
|
.vinNoForm { |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|