|
|
@@ -199,7 +199,7 @@
|
|
|
v-model="formData['sczl_bh' + index]" :id="'bh' + index"
|
|
|
@keydown="ent($event, index.toString())" />
|
|
|
<el-input style="width: 100px; margin-right: 5px; color: red;" :readonly="true"
|
|
|
- :value="formData['sczl_bh' + index + '_name']" :id="'name' + index"
|
|
|
+ v-model="formData['sczl_bh' + index + '_name']" :id="'name' + index"
|
|
|
@keydown="ent1($event)" />
|
|
|
<el-input style="width: 100px; margin-right: 5px;"
|
|
|
v-model="formData['sczl_cl' + index]" :id="'cl' + index"
|
|
|
@@ -214,12 +214,12 @@
|
|
|
v-model="formData['sczl_bh' + (index + 6)]" :id="'bh' + (index + 6)"
|
|
|
@keydown="ent($event, (index + 6).toString())" />
|
|
|
<el-input style="width: 100px; margin-right: 5px; color: red;" :readonly="true"
|
|
|
- :value="formData['sczl_bh' + (index + 6) + '_name']"
|
|
|
+ v-model="formData['sczl_bh' + (index + 6) + '_name']"
|
|
|
:id="'name' + (index + 6)" @keydown="ent1($event)" />
|
|
|
<el-input style="width: 100px; margin-right: 5px;"
|
|
|
- :value="formData['sczl_cl' + (index + 6)]" :id="'cl' + (index + 6)"
|
|
|
+ v-model="formData['sczl_cl' + (index + 6)]" :id="'cl' + (index + 6)"
|
|
|
@keydown="ent1($event)" />
|
|
|
- <el-input style="width: 100px;" :value="formData['sczl_fp' + (index + 6)]"
|
|
|
+ <el-input style="width: 100px;" v-model="formData['sczl_fp' + (index + 6)]"
|
|
|
:id="'fp' + (index + 6)" @keydown="ent1($event)" />
|
|
|
</div>
|
|
|
</div>
|