|
|
@@ -86,7 +86,7 @@
|
|
|
<el-row :gutter="24">
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="机器" prop="id" class="mab">
|
|
|
- <el-input v-model="formData.sczl_jtbh" id="机器" @keydown="ent($event, '日期', '机器', '组别')" @blur="getJTsubmit()" style="width: 200px; " placeholder="" />
|
|
|
+ <el-input v-model="formData.sczl_jtbh" id="机器" @keydown="ent($event, '日期', '机器', '组别')" @blur="getJTsubmit()" style="width: 200px; " placeholder="Enter回车" />
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="16">
|
|
|
@@ -95,9 +95,9 @@
|
|
|
</el-row>
|
|
|
|
|
|
<el-row :gutter="24">
|
|
|
- <el-col :span="6">
|
|
|
+ <el-col :span="8">
|
|
|
<el-form-item label="组别" prop="id" class="mab">
|
|
|
- <el-input v-model="formData.sczl_bzdh" id="组别" @keydown="ent($event, '机器', '组别', '通电时间')" @blur="getBzsubmit()" style="width: 120px;" placeholder="" />
|
|
|
+ <el-input v-model="formData.sczl_bzdh" id="组别" @keydown="ent($event, '机器', '组别', '通电时间')" @blur="getBzsubmit()" style="width: 150px;" placeholder="Enter回车" />
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|