...
|
...
|
@@ -264,8 +264,8 @@ |
|
|
</el-row>
|
|
|
<el-row>
|
|
|
<el-form-item label=" " prop="veCustomsNo">
|
|
|
<el-input v-model="addForm.veCustomsNo" auto-complete="on" placeholder="电子车牌编号">
|
|
|
<template slot="prepend">电子车牌编号</template>
|
|
|
<el-input v-model="addForm.veCustomsNo" auto-complete="on" placeholder="设备编号">
|
|
|
<template slot="prepend">设备编号</template>
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
</el-row>
|
...
|
...
|
@@ -395,7 +395,9 @@ |
|
|
createBy: '',
|
|
|
veState: 'N',
|
|
|
icCode: '',
|
|
|
lockNum: ''
|
|
|
lockNum: '',
|
|
|
vePriority:0,
|
|
|
veCustomsNo:'',
|
|
|
},
|
|
|
options: [{
|
|
|
value: '0',
|
...
|
...
|
|