|
@@ -88,7 +88,7 @@
|
|
|
<el-row :gutter="24">
|
|
<el-row :gutter="24">
|
|
|
<el-col :span="24">
|
|
<el-col :span="24">
|
|
|
<el-form-item label="工单编号" prop="id" class="mab">
|
|
<el-form-item label="工单编号" prop="id" class="mab">
|
|
|
- <el-input v-model="formData.sczl_gdbh" id="工单编号" @keydown="ent1($event)" @blur="getMachineGxMcsubmit()" style="width: 118px; margin-right: 5px;"/>
|
|
|
|
|
|
|
+ <el-input v-model="formData.sczl_gdbh" id="工单编号" placeholder="Enter回车" @keydown="ent1($event)" @blur="getMachineGxMcsubmit()" style="width: 118px; margin-right: 5px;"/>
|
|
|
<el-input v-model="formData.sczl_yjgx" id="yjgx" :readonly="true" @keydown="ent1($event)" style="color: red; width: 80px; margin-right: 5px;"/>
|
|
<el-input v-model="formData.sczl_yjgx" id="yjgx" :readonly="true" @keydown="ent1($event)" style="color: red; width: 80px; margin-right: 5px;"/>
|
|
|
<el-input v-model="formData.sczl_gxmc" id="gxmc" :readonly="true" @keydown="ent1($event)" style="color: red; width: 135px; margin-right: 5px;"/>
|
|
<el-input v-model="formData.sczl_gxmc" id="gxmc" :readonly="true" @keydown="ent1($event)" style="color: red; width: 135px; margin-right: 5px;"/>
|
|
|
<el-input v-model="formData.yj_yjmc" id="yjmc" :readonly="true" @keydown="ent1($event)" style="color: red; width: 542px;"/>
|
|
<el-input v-model="formData.yj_yjmc" id="yjmc" :readonly="true" @keydown="ent1($event)" style="color: red; width: 542px;"/>
|
|
@@ -104,12 +104,12 @@
|
|
|
</el-col>
|
|
</el-col>
|
|
|
<el-col :span="6">
|
|
<el-col :span="6">
|
|
|
<el-form-item label="检验类型" prop="id" class="mab">
|
|
<el-form-item label="检验类型" prop="id" class="mab">
|
|
|
- <el-input v-model="formData.sczl_单据类型" id="检验类型" @keydown="ent1($event)" @blur="getLxsubmit()" style="width: 150px;" />
|
|
|
|
|
|
|
+ <el-input v-model="formData.sczl_单据类型" id="检验类型" placeholder="Enter回车" @keydown="ent1($event)" @blur="getLxsubmit()" style="width: 150px;" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
<el-col :span="6">
|
|
<el-col :span="6">
|
|
|
<el-form-item label="检验类别" prop="name" class="mab">
|
|
<el-form-item label="检验类别" prop="name" class="mab">
|
|
|
- <el-input v-model="formData.sczl_检验类别" id="检验类别" @keydown="ent1($event)" @blur="getLbsubmit()" style="width: 150px;" />
|
|
|
|
|
|
|
+ <el-input v-model="formData.sczl_检验类别" id="检验类别" placeholder="Enter回车" @keydown="ent1($event)" @blur="getLbsubmit()" style="width: 150px;" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
<el-col :span="6">
|
|
<el-col :span="6">
|
|
@@ -132,7 +132,7 @@
|
|
|
</el-col>
|
|
</el-col>
|
|
|
<el-col :span="6">
|
|
<el-col :span="6">
|
|
|
<el-form-item label="定额代号" prop="id" class="mab">
|
|
<el-form-item label="定额代号" prop="id" class="mab">
|
|
|
- <el-input v-model="formData.sczl_dedh" id="定额代号" @keydown="ent1($event)" @blur="getMachineDedhsubmit()" style="width: 150px;" />
|
|
|
|
|
|
|
+ <el-input v-model="formData.sczl_dedh" id="定额代号" placeholder="Enter回车" @keydown="ent1($event)" @blur="getMachineDedhsubmit()" style="width: 150px;" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
@@ -189,7 +189,7 @@
|
|
|
<el-col :span="2"><span>组员信息</span></el-col>
|
|
<el-col :span="2"><span>组员信息</span></el-col>
|
|
|
<div v-for="index in 8" :key="index">
|
|
<div v-for="index in 8" :key="index">
|
|
|
<div style="width: 50px;margin-right: 50px;">
|
|
<div style="width: 50px;margin-right: 50px;">
|
|
|
- <el-input style="width: 90px; margin-right: 5px; margin-bottom: 5px;" v-model="formData['sczl_bh' + index]" :id="'bh' + index" @keydown="ent1($event)" @blur="getYgMcsubmit(index.toString())" />
|
|
|
|
|
|
|
+ <el-input style="width: 90px; margin-right: 5px; margin-bottom: 5px;" placeholder="Enter回车" v-model="formData['sczl_bh' + index]" :id="'bh' + index" @keydown="ent1($event)" @blur="getYgMcsubmit(index.toString())" />
|
|
|
<el-input style="color: red; width: 90px; margin-right: 5px; margin-bottom: 5px;" :readonly="true" :value="formData['sczl_bh' + index + '_name']" :id="'name' + index" @keydown="ent1($event)"/>
|
|
<el-input style="color: red; width: 90px; margin-right: 5px; margin-bottom: 5px;" :readonly="true" :value="formData['sczl_bh' + index + '_name']" :id="'name' + index" @keydown="ent1($event)"/>
|
|
|
<el-input style="width: 90px; margin-right: 5px;" v-model="formData['sczl_rate' + index]" :id="'rate' + index" @keydown="ent1($event)"/>
|
|
<el-input style="width: 90px; margin-right: 5px;" v-model="formData['sczl_rate' + index]" :id="'rate' + index" @keydown="ent1($event)"/>
|
|
|
</div>
|
|
</div>
|