|
@@ -540,7 +540,7 @@
|
|
|
</el-table>
|
|
</el-table>
|
|
|
<el-row :gutter="24">
|
|
<el-row :gutter="24">
|
|
|
<el-col :span="17">
|
|
<el-col :span="17">
|
|
|
- <el-input v-model="pandingfangfa" style="margin-top=0px; height: 40px; margin-bottom: 0px;" />
|
|
|
|
|
|
|
+ <el-input v-model="pandingfangfa" style="margin-top:0px; height: 40px; margin-bottom: 0px;" />
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
</div>
|
|
</div>
|
|
@@ -554,36 +554,36 @@
|
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
|
|
|
|
|
<el-dialog v-model="zhichengVisible" title="制程检验记录" destroy-on-close fullscreen style="font-size: 3.5vh;font-weight: bold;" >
|
|
<el-dialog v-model="zhichengVisible" title="制程检验记录" destroy-on-close fullscreen style="font-size: 3.5vh;font-weight: bold;" >
|
|
|
- <el-row :gutter="24" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-col :span="5" style="margin-top=0px; margin-bottom: 0px;">
|
|
|
|
|
- <el-form-item label="工单编号" prop="id" style="margin-top=0px; margin-bottom: 0px;">
|
|
|
|
|
- <el-input v-model="xunchaData.order" placeholder="" style="margin-top=0px; margin-bottom: 0px;"/>
|
|
|
|
|
|
|
+ <el-row :gutter="24" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-col :span="5" style="margin-top:0px; margin-bottom: 0px;">
|
|
|
|
|
+ <el-form-item label="工单编号" prop="id" style="margin-top:0px; margin-bottom: 0px;">
|
|
|
|
|
+ <el-input v-model="xunchaData.order" placeholder="" style="margin-top:0px; margin-bottom: 0px;"/>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
|
|
|
- <el-col :span="15" style="margin-top=0px; margin-bottom: 0px;">
|
|
|
|
|
- <el-row style="margin-top=0px; margin-bottom: 0px;">
|
|
|
|
|
- <el-col style="margin-top=0px; margin-bottom: 0px;">
|
|
|
|
|
- <el-input v-model="xunchaData.product_name" placeholder="" style="margin-top=0px; margin-bottom: 0px;"/>
|
|
|
|
|
|
|
+ <el-col :span="15" style="margin-top:0px; margin-bottom: 0px;">
|
|
|
|
|
+ <el-row style="margin-top:0px; margin-bottom: 0px;">
|
|
|
|
|
+ <el-col style="margin-top:0px; margin-bottom: 0px;">
|
|
|
|
|
+ <el-input v-model="xunchaData.product_name" placeholder="" style="margin-top:0px; margin-bottom: 0px;"/>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="4" style="margin-top=0px; margin-bottom: 0px;">
|
|
|
|
|
- <el-form-item label="流程单" prop="id" style="margin-top=0px; margin-bottom: 0px;">
|
|
|
|
|
- <el-input v-model="xunchaData.lcdh" placeholder="" style="margin-top=0px; margin-bottom: 0px;"/>
|
|
|
|
|
|
|
+ <el-col :span="4" style="margin-top:0px; margin-bottom: 0px;">
|
|
|
|
|
+ <el-form-item label="流程单" prop="id" style="margin-top:0px; margin-bottom: 0px;">
|
|
|
|
|
+ <el-input v-model="xunchaData.lcdh" placeholder="" style="margin-top:0px; margin-bottom: 0px;"/>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
|
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
|
|
- <el-row :gutter="24" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-col :span="5" style="margin-top=0px; margin-bottom: 0px;">
|
|
|
|
|
- <el-form-item label="印件编号" prop="id" style="margin-top=0px; margin-bottom: 0px;">
|
|
|
|
|
- <el-input v-model="xunchaData.yjno" placeholder="" style="margin-top=0px; margin-bottom: 0px;"/>
|
|
|
|
|
|
|
+ <el-row :gutter="24" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-col :span="5" style="margin-top:0px; margin-bottom: 0px;">
|
|
|
|
|
+ <el-form-item label="印件编号" prop="id" style="margin-top:0px; margin-bottom: 0px;">
|
|
|
|
|
+ <el-input v-model="xunchaData.yjno" placeholder="" style="margin-top:0px; margin-bottom: 0px;"/>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="15" style="margin-top=0px; margin-bottom: 0px;">
|
|
|
|
|
- <el-input v-model="xunchaData.gxmc" placeholder="" style="margin-top=0px; margin-bottom: 0px;"/>
|
|
|
|
|
|
|
+ <el-col :span="15" style="margin-top:0px; margin-bottom: 0px;">
|
|
|
|
|
+ <el-input v-model="xunchaData.gxmc" placeholder="" style="margin-top:0px; margin-bottom: 0px;"/>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
|
@@ -713,24 +713,24 @@
|
|
|
<el-descriptions-item :span="9">
|
|
<el-descriptions-item :span="9">
|
|
|
<el-row :gutter="24" style="margin-bottom: 0px;margin-top: 0px;">
|
|
<el-row :gutter="24" style="margin-bottom: 0px;margin-top: 0px;">
|
|
|
<el-col :span="6" style="margin-bottom: 0px;margin-top: 0px;">
|
|
<el-col :span="6" style="margin-bottom: 0px;margin-top: 0px;">
|
|
|
- <el-form-item label="日期:" prop="id" style="margin-top=0px; margin-bottom: 0px;">
|
|
|
|
|
- <el-input v-model="huanxingData.日期" placeholder="" style="margin-top=0px; margin-bottom: 0px;"/>
|
|
|
|
|
|
|
+ <el-form-item label="日期:" prop="id" style="margin-top:0px; margin-bottom: 0px;">
|
|
|
|
|
+ <el-input v-model="huanxingData.日期" placeholder="" style="margin-top:0px; margin-bottom: 0px;"/>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
<el-col :span="2" style="margin-bottom: 0px;margin-top: 0px;">
|
|
<el-col :span="2" style="margin-bottom: 0px;margin-top: 0px;">
|
|
|
|
|
|
|
|
</el-col>
|
|
</el-col>
|
|
|
<el-col :span="6" style="margin-bottom: 0px;margin-top: 0px;">
|
|
<el-col :span="6" style="margin-bottom: 0px;margin-top: 0px;">
|
|
|
- <el-form-item label="机台编号:" prop="id" style="margin-top=0px; margin-bottom: 0px;">
|
|
|
|
|
- <el-input v-model="huanxingData.机台编号" placeholder="" style="margin-top=0px; margin-bottom: 0px;"/>
|
|
|
|
|
|
|
+ <el-form-item label="机台编号:" prop="id" style="margin-top:0px; margin-bottom: 0px;">
|
|
|
|
|
+ <el-input v-model="huanxingData.机台编号" placeholder="" style="margin-top:0px; margin-bottom: 0px;"/>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
<el-col :span="1" style="margin-bottom: 0px;margin-top: 0px;">
|
|
<el-col :span="1" style="margin-bottom: 0px;margin-top: 0px;">
|
|
|
|
|
|
|
|
</el-col>
|
|
</el-col>
|
|
|
<el-col :span="6" style="margin-bottom: 0px;margin-top: 0px;">
|
|
<el-col :span="6" style="margin-bottom: 0px;margin-top: 0px;">
|
|
|
- <el-form-item label="班组:" prop="id" style="margin-top=0px; margin-bottom: 0px;">
|
|
|
|
|
- <el-input v-model="huanxingData.班组" placeholder="" style="margin-top=0px; margin-bottom: 0px;"/>
|
|
|
|
|
|
|
+ <el-form-item label="班组:" prop="id" style="margin-top:0px; margin-bottom: 0px;">
|
|
|
|
|
+ <el-input v-model="huanxingData.班组" placeholder="" style="margin-top:0px; margin-bottom: 0px;"/>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
@@ -1110,58 +1110,58 @@
|
|
|
fullscreen
|
|
fullscreen
|
|
|
style="font-size: 3.5vh;font-weight: bold;"
|
|
style="font-size: 3.5vh;font-weight: bold;"
|
|
|
>
|
|
>
|
|
|
- <el-row :gutter="24" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-col :span="4" style="margin-top=0px; margin-bottom: 0px;">
|
|
|
|
|
- <el-form-item label="工单编号" prop="id" style="margin-top=0px; margin-bottom: 0px; color: red;">
|
|
|
|
|
- <el-input v-model="xunchaData.order" placeholder="" style="margin-top=0px; margin-bottom: 0px;"/>
|
|
|
|
|
|
|
+ <el-row :gutter="24" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-col :span="4" style="margin-top:0px; margin-bottom: 0px;">
|
|
|
|
|
+ <el-form-item label="工单编号" prop="id" style="margin-top:0px; margin-bottom: 0px; color: red;">
|
|
|
|
|
+ <el-input v-model="xunchaData.order" placeholder="" style="margin-top:0px; margin-bottom: 0px;"/>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
|
|
|
- <el-col :span="9" style="margin-top=0px; margin-bottom: 0px;">
|
|
|
|
|
- <el-row style="margin-top=0px; margin-bottom: 0px;">
|
|
|
|
|
- <el-col style="margin-top=0px; margin-bottom: 0px;">
|
|
|
|
|
- <el-input v-model="xunchaData.product_name" placeholder="" style="margin-top=0px; margin-bottom: 0px;"/>
|
|
|
|
|
|
|
+ <el-col :span="9" style="margin-top:0px; margin-bottom: 0px;">
|
|
|
|
|
+ <el-row style="margin-top:0px; margin-bottom: 0px;">
|
|
|
|
|
+ <el-col style="margin-top:0px; margin-bottom: 0px;">
|
|
|
|
|
+ <el-input v-model="xunchaData.product_name" placeholder="" style="margin-top:0px; margin-bottom: 0px;"/>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="4" style="margin-top=0px; margin-bottom: 0px;">
|
|
|
|
|
- <el-form-item label="工号 " prop="id" style="margin-top=0px; margin-bottom: 0px;">
|
|
|
|
|
- <el-input v-model="xunchaData.sczl_bh" @keyup.enter.native="getxunchayg($event)" placeholder="" style="margin-top=0px; margin-bottom: 0px;"/>
|
|
|
|
|
|
|
+ <el-col :span="4" style="margin-top:0px; margin-bottom: 0px;">
|
|
|
|
|
+ <el-form-item label="工号 " prop="id" style="margin-top:0px; margin-bottom: 0px;">
|
|
|
|
|
+ <el-input v-model="xunchaData.sczl_bh" @keyup.enter.native="getxunchayg($event)" placeholder="" style="margin-top:0px; margin-bottom: 0px;"/>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="4" style="margin-top=0px; margin-bottom: 0px;">
|
|
|
|
|
- <el-form-item label="流程单" prop="id" style="margin-top=0px; margin-bottom: 0px;">
|
|
|
|
|
- <el-input v-model="xunchaData.lcdh" placeholder="" style="margin-top=0px; margin-bottom: 0px;"/>
|
|
|
|
|
|
|
+ <el-col :span="4" style="margin-top:0px; margin-bottom: 0px;">
|
|
|
|
|
+ <el-form-item label="流程单" prop="id" style="margin-top:0px; margin-bottom: 0px;">
|
|
|
|
|
+ <el-input v-model="xunchaData.lcdh" placeholder="" style="margin-top:0px; margin-bottom: 0px;"/>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
|
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
|
|
- <el-row :gutter="24" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-col :span="3" style="margin-top=0px; margin-bottom: 0px;">
|
|
|
|
|
- <el-form-item label="印件编号" prop="id" style="margin-top=0px; margin-bottom: 0px;">
|
|
|
|
|
- <el-input v-model="xunchaData.yjno" placeholder="" style="margin-top=0px; margin-bottom: 0px;"/>
|
|
|
|
|
|
|
+ <el-row :gutter="24" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-col :span="3" style="margin-top:0px; margin-bottom: 0px;">
|
|
|
|
|
+ <el-form-item label="印件编号" prop="id" style="margin-top:0px; margin-bottom: 0px;">
|
|
|
|
|
+ <el-input v-model="xunchaData.yjno" placeholder="" style="margin-top:0px; margin-bottom: 0px;"/>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="10" style="margin-top=0px; margin-bottom: 0px;">
|
|
|
|
|
- <el-row style="margin-top=0px; margin-bottom: 0px;">
|
|
|
|
|
- <el-col style="margin-top=0px; margin-bottom: 0px;">
|
|
|
|
|
- <el-input v-model="xunchaData.gxmc" placeholder="" style="margin-top=0px; margin-bottom: 0px;"/>
|
|
|
|
|
|
|
+ <el-col :span="10" style="margin-top:0px; margin-bottom: 0px;">
|
|
|
|
|
+ <el-row style="margin-top:0px; margin-bottom: 0px;">
|
|
|
|
|
+ <el-col style="margin-top:0px; margin-bottom: 0px;">
|
|
|
|
|
+ <el-input v-model="xunchaData.gxmc" placeholder="" style="margin-top:0px; margin-bottom: 0px;"/>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="4" style="margin-top=0px; margin-bottom: 0px;">
|
|
|
|
|
- <el-form-item label="姓名" prop="id" style="margin-top=0px; margin-bottom: 0px;">
|
|
|
|
|
- <el-input v-model="xunchaData.sczl_name" placeholder="" style="margin-top=0px; margin-bottom: 0px;"/>
|
|
|
|
|
|
|
+ <el-col :span="4" style="margin-top:0px; margin-bottom: 0px;">
|
|
|
|
|
+ <el-form-item label="姓名" prop="id" style="margin-top:0px; margin-bottom: 0px;">
|
|
|
|
|
+ <el-input v-model="xunchaData.sczl_name" placeholder="" style="margin-top:0px; margin-bottom: 0px;"/>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
|
|
|
- <el-row :gutter="24" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-col :span="13" style="margin-top=0px; margin-bottom: 0px;">
|
|
|
|
|
- <el-form-item label="检验备注" prop="id" style="margin-top=0px; margin-bottom: 0px;">
|
|
|
|
|
- <el-input v-model="xunchaData.remark" placeholder="" style="margin-top=0px; margin-bottom: 0px;"/>
|
|
|
|
|
|
|
+ <el-row :gutter="24" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-col :span="13" style="margin-top:0px; margin-bottom: 0px;">
|
|
|
|
|
+ <el-form-item label="检验备注" prop="id" style="margin-top:0px; margin-bottom: 0px;">
|
|
|
|
|
+ <el-input v-model="xunchaData.remark" placeholder="" style="margin-top:0px; margin-bottom: 0px;"/>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
|
|
@@ -1264,66 +1264,66 @@
|
|
|
|
|
|
|
|
<el-dialog v-model="chanliangVisible" title="日产量上报" fullscreen :show-close="false" style="font-size: 2vh;font-weight: bold;padding: 0px 16px 10px 16px" >
|
|
<el-dialog v-model="chanliangVisible" title="日产量上报" fullscreen :show-close="false" style="font-size: 2vh;font-weight: bold;padding: 0px 16px 10px 16px" >
|
|
|
<div style="font-size: 1.5vh; font-weight: bold;color: red;">
|
|
<div style="font-size: 1.5vh; font-weight: bold;color: red;">
|
|
|
- <el-row :gutter="24" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="工单编号" prop="id" style="margin-top=0px; margin-bottom: 0px;">
|
|
|
|
|
- <el-input style="margin-top=0px; margin-bottom: 1px;" v-model="formData3.order" id="工单编号" @keydown="ent($event, 'rate10', '工单编号', '产品名称')" placeholder="" />
|
|
|
|
|
|
|
+ <el-row :gutter="24" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-col :span="4" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="工单编号" prop="id" style="margin-top:0px; margin-bottom: 0px;">
|
|
|
|
|
+ <el-input style="margin-top:0px; margin-bottom: 1px;" v-model="formData3.order" id="工单编号" @keydown="ent($event, 'rate10', '工单编号', '产品名称')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="10" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="产品名称" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="formData3.product_name" id="产品名称" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '工单编号', '产品名称', '工序名称')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="10" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="产品名称" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="formData3.product_name" id="产品名称" style="margin-top:0px; margin-bottom: 1px;" @keydown="ent($event, '工单编号', '产品名称', '工序名称')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="10" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="工序名称" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="formData3.gxmc" id="工序名称" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '产品名称', '工序名称', '印件号')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="10" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="工序名称" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="formData3.gxmc" id="工序名称" style="margin-top:0px; margin-bottom: 1px;" @keydown="ent($event, '产品名称', '工序名称', '印件号')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
- <el-row :gutter="24" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="印件号" prop="id" label-width="60" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="formData3.yjno" style="margin-top=0px; margin-bottom: 1px;" id="印件号" @keydown="ent($event, '工序名称', '印件号', '印件名称')" placeholder="" />
|
|
|
|
|
|
|
+ <el-row :gutter="24" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-col :span="4" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="印件号" prop="id" label-width="60" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="formData3.yjno" style="margin-top:0px; margin-bottom: 1px;" id="印件号" @keydown="ent($event, '工序名称', '印件号', '印件名称')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="10" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="印件名称" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="formData3.yj_name" id="印件名称" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '印件号', '印件名称', '工艺名称')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="10" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="印件名称" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="formData3.yj_name" id="印件名称" style="margin-top:0px; margin-bottom: 1px;" @keydown="ent($event, '印件号', '印件名称', '工艺名称')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="8" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="工艺名称" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="formData3.gy_name" id="工艺名称" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '印件名称', '工艺名称', 'gxh')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="8" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="工艺名称" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="formData3.gy_name" id="工艺名称" style="margin-top:0px; margin-bottom: 1px;" @keydown="ent($event, '印件名称', '工艺名称', 'gxh')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="2" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="formData3.gxh" id="gxh" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '工艺名称', 'gxh', '日期')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="2" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="formData3.gxh" id="gxh" style="margin-top:0px; margin-bottom: 1px;" @keydown="ent($event, '工艺名称', 'gxh', '日期')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
- <el-row :gutter="24" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-col :span="1" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
|
|
+ <el-row :gutter="24" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-col :span="1" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="5" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="日期" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="formData3.日期" id="日期" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, 'gxh', '日期', '流程标牌')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="5" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="日期" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="formData3.日期" id="日期" style="margin-top:0px; margin-bottom: 1px;" @keydown="ent($event, 'gxh', '日期', '流程标牌')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="5" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="流程标牌" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="formData3.流程标牌" id="流程标牌" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '日期', '流程标牌', '上机时间')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="5" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="流程标牌" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="formData3.流程标牌" id="流程标牌" style="margin-top:0px; margin-bottom: 1px;" @keydown="ent($event, '日期', '流程标牌', '上机时间')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="5" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="上机时间" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="formData3.上机时间" id="上机时间" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '流程标牌', '上机时间', '下机时间')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="5" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="上机时间" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="formData3.上机时间" id="上机时间" style="margin-top:0px; margin-bottom: 1px;" @keydown="ent($event, '流程标牌', '上机时间', '下机时间')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="5" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="下机时间" prop="" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="formData3.下机时间" style="margin-top=0px; margin-bottom: 1px;" id="下机时间" @keydown="ent($event, '上机时间', '下机时间', '产量')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="5" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="下机时间" prop="" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="formData3.下机时间" style="margin-top:0px; margin-bottom: 1px;" id="下机时间" @keydown="ent($event, '上机时间', '下机时间', '产量')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
<el-col :span="3">
|
|
<el-col :span="3">
|
|
@@ -1332,87 +1332,87 @@
|
|
|
</div>
|
|
</div>
|
|
|
<!-- <div style="margin-top: 20px;">-->
|
|
<!-- <div style="margin-top: 20px;">-->
|
|
|
<div style="margin-top: 5px;">
|
|
<div style="margin-top: 5px;">
|
|
|
- <el-row :gutter="24" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-col :span="1" style="margin-top=0px; margin-bottom: 1px;"></el-col>
|
|
|
|
|
- <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="产量" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="formData3.产量" id="产量" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '下机时间', '产量', '制程废品')" placeholder="" />
|
|
|
|
|
|
|
+ <el-row :gutter="24" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-col :span="1" style="margin-top:0px; margin-bottom: 1px;"></el-col>
|
|
|
|
|
+ <el-col :span="4" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="产量" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="formData3.产量" id="产量" style="margin-top:0px; margin-bottom: 1px;" @keydown="ent($event, '下机时间', '产量', '制程废品')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="制程废品" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="formData3.制程废品" id="制程废品" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '产量', '制程废品', '制程次品')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="4" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="制程废品" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="formData3.制程废品" id="制程废品" style="margin-top:0px; margin-bottom: 1px;" @keydown="ent($event, '产量', '制程废品', '制程次品')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="5" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="制程次品" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="formData3.制程次品" id="制程次品" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '制程废品', '制程次品', '前工序废')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="5" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="制程次品" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="formData3.制程次品" id="制程次品" style="margin-top:0px; margin-bottom: 1px;" @keydown="ent($event, '制程废品', '制程次品', '前工序废')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="5" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="前工序废" prop="" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="formData3.前工序废" id="前工序废" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '制程次品', '前工序废', '来料异常')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="5" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="前工序废" prop="" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="formData3.前工序废" id="前工序废" style="margin-top:0px; margin-bottom: 1px;" @keydown="ent($event, '制程次品', '前工序废', '来料异常')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="5" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="来料异常" prop="" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="formData3.来料异常" id="来料异常" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '前工序废', '来料异常', '联数')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="5" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="来料异常" prop="" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="formData3.来料异常" id="来料异常" style="margin-top:0px; margin-bottom: 1px;" @keydown="ent($event, '前工序废', '来料异常', '联数')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
|
|
|
- <el-row :gutter="24" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-col :span="1" style="margin-top=0px; margin-bottom: 1px;"></el-col>
|
|
|
|
|
- <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="联数" prop="" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="formData3.Gy0_ls" id="联数" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '来料异常', '联数', '墨色')" placeholder="" />
|
|
|
|
|
|
|
+ <el-row :gutter="24" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-col :span="1" style="margin-top:0px; margin-bottom: 1px;"></el-col>
|
|
|
|
|
+ <el-col :span="4" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="联数" prop="" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="formData3.Gy0_ls" id="联数" style="margin-top:0px; margin-bottom: 1px;" @keydown="ent($event, '来料异常', '联数', '墨色')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="墨色" prop="" label-width="60" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="formData3.Gy0_ms" id="墨色" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '联数', '墨色', '装版总时长')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="4" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="墨色" prop="" label-width="60" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="formData3.Gy0_ms" id="墨色" style="margin-top:0px; margin-bottom: 1px;" @keydown="ent($event, '联数', '墨色', '装版总时长')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="装版总时长" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="formData3.装版总时长" disabled id="装版总时长" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '墨色', '装版总时长', '打样总工时')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="4" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="装版总时长" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="formData3.装版总时长" disabled id="装版总时长" style="margin-top:0px; margin-bottom: 1px;" @keydown="ent($event, '墨色', '装版总时长', '打样总工时')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="打样总工时" label-width="100" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="formData3.打样总工时" disabled style="margin-top=0px; margin-bottom: 1px;" id="打样总工时" @keydown="ent($event, '装版总时长', '打样总工时', '通电工时')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="4" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="打样总工时" label-width="100" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="formData3.打样总工时" disabled style="margin-top:0px; margin-bottom: 1px;" id="打样总工时" @keydown="ent($event, '装版总时长', '打样总工时', '通电工时')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="通电工时" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="formData3.通电工时" style="margin-top=0px; margin-bottom: 1px;" id="通电工时" @keydown="ent($event, '打样总工时', '通电工时', '定额代号')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="4" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="通电工时" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="formData3.通电工时" style="margin-top:0px; margin-bottom: 1px;" id="通电工时" @keydown="ent($event, '打样总工时', '通电工时', '定额代号')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
- <el-row :gutter="20" style="margin-top=0px; margin-bottom: 1vh;">
|
|
|
|
|
- <el-col :span="1" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
|
|
+ <el-row :gutter="20" style="margin-top:0px; margin-bottom: 1vh;">
|
|
|
|
|
+ <el-col :span="1" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="定额代号" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="formData3.定额代号" id="定额代号" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '通电工时', '定额代号', '码包')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="4" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="定额代号" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="formData3.定额代号" id="定额代号" style="margin-top:0px; margin-bottom: 1px;" @keydown="ent($event, '通电工时', '定额代号', '码包')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
|
|
+ <el-col :span="4" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="码包" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="formData3.码包" style="margin-top=0px; margin-bottom: 1px;" id="码包" @keydown="ent($event, '定额代号', '码包', '主电表')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="4" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="码包" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="formData3.码包" style="margin-top:0px; margin-bottom: 1px;" id="码包" @keydown="ent($event, '定额代号', '码包', '主电表')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="主电表" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="formData3.主电表" style="margin-top=0px; margin-bottom: 1px;" id="主电表" @keydown="ent($event, '码包', '主电表', '辅电表')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="4" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="主电表" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="formData3.主电表" style="margin-top:0px; margin-bottom: 1px;" id="主电表" @keydown="ent($event, '码包', '主电表', '辅电表')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="辅电表" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="formData3.辅电表" id="辅电表" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '主电表', '辅电表', 'bzdh')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="4" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="辅电表" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="formData3.辅电表" id="辅电表" style="margin-top:0px; margin-bottom: 1px;" @keydown="ent($event, '主电表', '辅电表', 'bzdh')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
@@ -1760,74 +1760,74 @@
|
|
|
width="140vh"
|
|
width="140vh"
|
|
|
style="height: 60vh;"
|
|
style="height: 60vh;"
|
|
|
>
|
|
>
|
|
|
- <el-row :gutter="24" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="工单编号" prop="id" style="margin-top=0px; margin-bottom: 0px;">
|
|
|
|
|
- <el-input style="margin-top=0px; margin-bottom: 1px;" v-model="dbformData.order" id="工单编号" disabled @keydown="ent($event, 'rate10', '工单编号', '产品名称')" placeholder="" />
|
|
|
|
|
|
|
+ <el-row :gutter="24" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-col :span="4" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="工单编号" prop="id" style="margin-top:0px; margin-bottom: 0px;">
|
|
|
|
|
+ <el-input style="margin-top:0px; margin-bottom: 1px;" v-model="dbformData.order" id="工单编号" disabled @keydown="ent($event, 'rate10', '工单编号', '产品名称')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
|
|
|
- <el-col :span="10" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="产品名称" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="dbformData.product_name" id="产品名称" style="margin-top=0px; margin-bottom: 1px;" disabled @keydown="ent($event, '工单编号', '产品名称', '工序名称')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="10" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="产品名称" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="dbformData.product_name" id="产品名称" style="margin-top:0px; margin-bottom: 1px;" disabled @keydown="ent($event, '工单编号', '产品名称', '工序名称')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="10" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="工序名称" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="dbformData.gxmc" id="工序名称" style="margin-top=0px; margin-bottom: 1px;" disabled @keydown="ent($event, '产品名称', '工序名称', '印件号')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="10" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="工序名称" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="dbformData.gxmc" id="工序名称" style="margin-top:0px; margin-bottom: 1px;" disabled @keydown="ent($event, '产品名称', '工序名称', '印件号')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
|
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
|
|
- <el-row :gutter="24" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="印件号" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="dbformData.yjno" style="margin-top=0px; margin-bottom: 1px;" id="印件号" disabled @keydown="ent($event, '工序名称', '印件号', '印件名称')" placeholder="" />
|
|
|
|
|
|
|
+ <el-row :gutter="24" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-col :span="4" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="印件号" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="dbformData.yjno" style="margin-top:0px; margin-bottom: 1px;" id="印件号" disabled @keydown="ent($event, '工序名称', '印件号', '印件名称')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
|
|
|
- <el-col :span="10" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="印件名称" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="dbformData.yj_name" id="印件名称" style="margin-top=0px; margin-bottom: 1px;" disabled @keydown="ent($event, '印件号', '印件名称', '工艺名称')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="10" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="印件名称" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="dbformData.yj_name" id="印件名称" style="margin-top:0px; margin-bottom: 1px;" disabled @keydown="ent($event, '印件号', '印件名称', '工艺名称')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="8" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="工艺名称" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="dbformData.gy_name" id="工艺名称" style="margin-top=0px; margin-bottom: 1px;" disabled @keydown="ent($event, '印件名称', '工艺名称', 'gxh')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="8" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="工艺名称" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="dbformData.gy_name" id="工艺名称" style="margin-top:0px; margin-bottom: 1px;" disabled @keydown="ent($event, '印件名称', '工艺名称', 'gxh')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="2" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="dbformData.gxh" id="gxh" style="margin-top=0px; margin-bottom: 1px;" disabled @keydown="ent($event, '工艺名称', 'gxh', '日期')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="2" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="dbformData.gxh" id="gxh" style="margin-top:0px; margin-bottom: 1px;" disabled @keydown="ent($event, '工艺名称', 'gxh', '日期')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- <el-row :gutter="24" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-col :span="1" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
|
|
+ <el-row :gutter="24" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-col :span="1" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="5" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="日期" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="dbformData.日期" id="日期" readonly style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, 'gxh', '日期', '流程标牌')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="5" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="日期" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="dbformData.日期" id="日期" readonly style="margin-top:0px; margin-bottom: 1px;" @keydown="ent($event, 'gxh', '日期', '流程标牌')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
|
|
|
|
|
- <el-col :span="5" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="流程标牌" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="dbformData.流程标牌" id="流程标牌" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '日期', '流程标牌', '上机时间')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="5" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="流程标牌" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="dbformData.流程标牌" id="流程标牌" style="margin-top:0px; margin-bottom: 1px;" @keydown="ent($event, '日期', '流程标牌', '上机时间')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="5" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="上机时间" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="dbformData.上机时间" id="上机时间" disabled style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '流程标牌', '上机时间', '下机时间')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="5" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="上机时间" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="dbformData.上机时间" id="上机时间" disabled style="margin-top:0px; margin-bottom: 1px;" @keydown="ent($event, '流程标牌', '上机时间', '下机时间')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="5" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="下机时间" prop="" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="dbformData.下机时间" style="margin-top=0px; margin-bottom: 1px;" id="下机时间" disabled @keydown="ent($event, '上机时间', '下机时间', '产量')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="5" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="下机时间" prop="" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="dbformData.下机时间" style="margin-top:0px; margin-bottom: 1px;" id="下机时间" disabled @keydown="ent($event, '上机时间', '下机时间', '产量')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
<el-col :span="3">
|
|
<el-col :span="3">
|
|
@@ -1836,87 +1836,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- <el-row :gutter="24" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-col :span="1" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
|
|
+ <el-row :gutter="24" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-col :span="1" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="产量" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="dbformData.产量" id="产量" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '下机时间', '产量', '制程废品')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="4" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="产量" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="dbformData.产量" id="产量" style="margin-top:0px; margin-bottom: 1px;" @keydown="ent($event, '下机时间', '产量', '制程废品')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="制程废品" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="dbformData.制程废品" id="制程废品" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '产量', '制程废品', '制程次品')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="4" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="制程废品" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="dbformData.制程废品" id="制程废品" style="margin-top:0px; margin-bottom: 1px;" @keydown="ent($event, '产量', '制程废品', '制程次品')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="3" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="制程次品" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="dbformData.制程次品" id="制程次品" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '制程废品', '制程次品', '前工序废')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="3" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="制程次品" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="dbformData.制程次品" id="制程次品" style="margin-top:0px; margin-bottom: 1px;" @keydown="ent($event, '制程废品', '制程次品', '前工序废')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="3" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="前工序废" prop="" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="dbformData.前工序废" id="前工序废" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '制程次品', '前工序废', '来料异常')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="3" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="前工序废" prop="" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="dbformData.前工序废" id="前工序废" style="margin-top:0px; margin-bottom: 1px;" @keydown="ent($event, '制程次品', '前工序废', '来料异常')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="3" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="来料异常" prop="" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="dbformData.来料异常" id="来料异常" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '前工序废', '来料异常', '联数')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="3" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="来料异常" prop="" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="dbformData.来料异常" id="来料异常" style="margin-top:0px; margin-bottom: 1px;" @keydown="ent($event, '前工序废', '来料异常', '联数')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="3" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="联数" prop="" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="dbformData.联数" id="联数" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '来料异常', '联数', '墨色')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="3" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="联数" prop="" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="dbformData.联数" id="联数" style="margin-top:0px; margin-bottom: 1px;" @keydown="ent($event, '来料异常', '联数', '墨色')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="3" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="墨色" prop="" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="dbformData.墨色" id="墨色" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '联数', '墨色', '装版总时长')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="3" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="墨色" prop="" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="dbformData.墨色" id="墨色" style="margin-top:0px; margin-bottom: 1px;" @keydown="ent($event, '联数', '墨色', '装版总时长')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
|
|
|
- <el-row :gutter="20" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="装版总时长" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="dbformData.装版总时长" id="装版总时长" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '墨色', '装版总时长', '打样总工时')" placeholder="" />
|
|
|
|
|
|
|
+ <el-row :gutter="20" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-col :span="4" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="装版总时长" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="dbformData.装版总时长" id="装版总时长" style="margin-top:0px; margin-bottom: 1px;" @keydown="ent($event, '墨色', '装版总时长', '打样总工时')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="打样总工时" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="dbformData.打样总工时" style="margin-top=0px; margin-bottom: 1px;" id="打样总工时" @keydown="ent($event, '装版总时长', '打样总工时', '通电工时')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="4" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="打样总工时" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="dbformData.打样总工时" style="margin-top:0px; margin-bottom: 1px;" id="打样总工时" @keydown="ent($event, '装版总时长', '打样总工时', '通电工时')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="通电工时" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="dbformData.通电工时" style="margin-top=0px; margin-bottom: 1px;" id="通电工时" @keydown="ent($event, '打样总工时', '通电工时', '定额代号')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="4" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="通电工时" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="dbformData.通电工时" style="margin-top:0px; margin-bottom: 1px;" id="通电工时" @keydown="ent($event, '打样总工时', '通电工时', '定额代号')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
|
|
|
- <el-row :gutter="20" style="margin-top=0px; margin-bottom: 1vh;">
|
|
|
|
|
- <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="定额代号" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="dbformData.定额代号" id="定额代号" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '通电工时', '定额代号', '码包')" placeholder="" />
|
|
|
|
|
|
|
+ <el-row :gutter="20" style="margin-top:0px; margin-bottom: 1vh;">
|
|
|
|
|
+ <el-col :span="4" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="定额代号" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="dbformData.定额代号" id="定额代号" style="margin-top:0px; margin-bottom: 1px;" @keydown="ent($event, '通电工时', '定额代号', '码包')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="8" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
|
|
+ <el-col :span="8" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="码包" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="dbformData.码包" style="margin-top=0px; margin-bottom: 1px;" id="码包" @keydown="ent($event, '定额代号', '码包', '主电表')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="4" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="码包" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="dbformData.码包" style="margin-top:0px; margin-bottom: 1px;" id="码包" @keydown="ent($event, '定额代号', '码包', '主电表')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="主电表" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="dbformData.主电表" style="margin-top=0px; margin-bottom: 1px;" id="主电表" @keydown="ent($event, '码包', '主电表', '辅电表')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="4" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="主电表" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="dbformData.主电表" style="margin-top:0px; margin-bottom: 1px;" id="主电表" @keydown="ent($event, '码包', '主电表', '辅电表')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="4" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-form-item label="辅电表" prop="id" style="margin-top=0px; margin-bottom: 1px;">
|
|
|
|
|
- <el-input v-model="dbformData.辅电表" id="辅电表" style="margin-top=0px; margin-bottom: 1px;" @keydown="ent($event, '主电表', '辅电表', 'bzdh')" placeholder="" />
|
|
|
|
|
|
|
+ <el-col :span="4" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-form-item label="辅电表" prop="id" style="margin-top:0px; margin-bottom: 1px;">
|
|
|
|
|
+ <el-input v-model="dbformData.辅电表" id="辅电表" style="margin-top:0px; margin-bottom: 1px;" @keydown="ent($event, '主电表', '辅电表', 'bzdh')" placeholder="" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
@@ -2568,6 +2568,10 @@ const bzonRightClick = async (row) => {
|
|
|
if(roww.value === null || roww.value === ''){
|
|
if(roww.value === null || roww.value === ''){
|
|
|
ElMessage({type: 'warning',message: '请选择 设备作业清单工单后,再操作此功能' })
|
|
ElMessage({type: 'warning',message: '请选择 设备作业清单工单后,再操作此功能' })
|
|
|
}else{
|
|
}else{
|
|
|
|
|
+ if(roww.value['班组号'] === '' || roww.value['班组号'] === null){
|
|
|
|
|
+ ElMessage({type: 'warning',message: '请在班组维护中选择 班组A班或B班后,再切换班组' })
|
|
|
|
|
+ return;
|
|
|
|
|
+ }
|
|
|
ElMessageBox.confirm('确定切换班组吗?', '提示', {
|
|
ElMessageBox.confirm('确定切换班组吗?', '提示', {
|
|
|
confirmButtonText: '确定',
|
|
confirmButtonText: '确定',
|
|
|
cancelButtonText: '取消',
|
|
cancelButtonText: '取消',
|
|
@@ -2581,30 +2585,23 @@ const bzonRightClick = async (row) => {
|
|
|
//数据接口调用
|
|
//数据接口调用
|
|
|
const SetMachineTeams = async(row) => {
|
|
const SetMachineTeams = async(row) => {
|
|
|
console.log(formData.value.工单编号)
|
|
console.log(formData.value.工单编号)
|
|
|
- console.log(row)
|
|
|
|
|
- console.log(55555555)
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
- const res = await setMachineTeam({
|
|
|
|
|
- machine: JTMC.split("#")[0],
|
|
|
|
|
- order: formData.value.工单编号,
|
|
|
|
|
- yjno: formData.value.印件号,
|
|
|
|
|
- gy_name:formData.value.工序名称,
|
|
|
|
|
- sczl_bzdh:row.班组号,
|
|
|
|
|
- status:'生产',
|
|
|
|
|
- production_now:0,
|
|
|
|
|
- production_all:0,
|
|
|
|
|
- team_id:row.ID
|
|
|
|
|
- })
|
|
|
|
|
- console.log(res)
|
|
|
|
|
- if (res.code === 0) {
|
|
|
|
|
- FacilityProduction()
|
|
|
|
|
- ElMessage({
|
|
|
|
|
- type: 'success',
|
|
|
|
|
- message: '成功'
|
|
|
|
|
- })
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ console.log(row)
|
|
|
|
|
+ const res = await setMachineTeam({
|
|
|
|
|
+ machine: JTMC.split("#")[0],
|
|
|
|
|
+ order: formData.value.工单编号,
|
|
|
|
|
+ yjno: formData.value.印件号,
|
|
|
|
|
+ gy_name:formData.value.工序名称,
|
|
|
|
|
+ sczl_bzdh:row.班组号,
|
|
|
|
|
+ status:'生产',
|
|
|
|
|
+ production_now:0,
|
|
|
|
|
+ production_all:0,
|
|
|
|
|
+ team_id:row.ID
|
|
|
|
|
+ })
|
|
|
|
|
+ console.log(res)
|
|
|
|
|
+ if (res.code === 0) {
|
|
|
|
|
+ FacilityProduction()
|
|
|
|
|
+ ElMessage({type: 'success',message: '成功'})
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
const setTeams = async(row) => {
|
|
const setTeams = async(row) => {
|
|
@@ -2690,7 +2687,6 @@ const FacilityDetail = async () => {
|
|
|
}
|
|
}
|
|
|
const response = await facilityDetail({ machine: JTMC, Gd_gdbh: formData.value.工单编号, team:BZMC.value });
|
|
const response = await facilityDetail({ machine: JTMC, Gd_gdbh: formData.value.工单编号, team:BZMC.value });
|
|
|
console.log(response)
|
|
console.log(response)
|
|
|
- console.log("↑↑↑↑facilityDetail_01 ↑↑↑↑↑↑")
|
|
|
|
|
|
|
|
|
|
// 日产量上报上机时间
|
|
// 日产量上报上机时间
|
|
|
if (response.code === 0) {
|
|
if (response.code === 0) {
|
|
@@ -2790,7 +2786,9 @@ const llclickedlist = ref(false);
|
|
|
|
|
|
|
|
const blModel = ref(false)
|
|
const blModel = ref(false)
|
|
|
const employeeData = ref('')
|
|
const employeeData = ref('')
|
|
|
|
|
+const Special = ref('')
|
|
|
const getbzyg = async (value,key) => {
|
|
const getbzyg = async (value,key) => {
|
|
|
|
|
+ Special.value = key
|
|
|
let bzyg=''
|
|
let bzyg=''
|
|
|
bzyg=`code${key}`
|
|
bzyg=`code${key}`
|
|
|
let bzxm=''
|
|
let bzxm=''
|
|
@@ -2816,6 +2814,7 @@ const tablebllickHandler = async (row, column, event) => {
|
|
|
// 如果已经点击过一次,则不再执行操作
|
|
// 如果已经点击过一次,则不再执行操作
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
|
|
+ console.log("Special",Special.value)
|
|
|
let nextIndex = 1;
|
|
let nextIndex = 1;
|
|
|
while (formDatas.value[`code${nextIndex}`] !== '' && formDatas.value[`name${nextIndex}`] !== '') {
|
|
while (formDatas.value[`code${nextIndex}`] !== '' && formDatas.value[`name${nextIndex}`] !== '') {
|
|
|
nextIndex++;
|
|
nextIndex++;
|
|
@@ -2824,11 +2823,21 @@ const tablebllickHandler = async (row, column, event) => {
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ if(Special.value === "8"){
|
|
|
|
|
+ formDatas.value.code8 = row.员工编号;
|
|
|
|
|
+ formDatas.value.name8= row.ygxm;
|
|
|
|
|
+ console.log(787878)
|
|
|
|
|
+ blModel.value = false;
|
|
|
|
|
+ clicked.value = true;
|
|
|
|
|
+ }else{
|
|
|
|
|
+ formDatas.value[`code${nextIndex}`] = row.员工编号;
|
|
|
|
|
+ formDatas.value[`name${nextIndex}`] = row.ygxm;
|
|
|
|
|
+ console.log(12345)
|
|
|
|
|
+ blModel.value = false;
|
|
|
|
|
+ clicked.value = true;
|
|
|
|
|
+ }
|
|
|
// 将选定的值分配给下一个空的代码和名称字段
|
|
// 将选定的值分配给下一个空的代码和名称字段
|
|
|
- formDatas.value[`code${nextIndex}`] = row.员工编号;
|
|
|
|
|
- formDatas.value[`name${nextIndex}`] = row.ygxm;
|
|
|
|
|
- blModel.value = false;
|
|
|
|
|
- clicked.value = true;
|
|
|
|
|
|
|
+
|
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
|
clicked.value = false;
|
|
clicked.value = false;
|
|
|
}, 300); // 300毫秒内再次点击将不会触发事件,你可以根据需要调整这个延迟时间
|
|
}, 300); // 300毫秒内再次点击将不会触发事件,你可以根据需要调整这个延迟时间
|
|
@@ -4951,21 +4960,26 @@ function updateTotal() {
|
|
|
//机台班组维护新增按钮
|
|
//机台班组维护新增按钮
|
|
|
const addBz = async() => {
|
|
const addBz = async() => {
|
|
|
updateTotal()
|
|
updateTotal()
|
|
|
- console.log(997666,fpsum.value)
|
|
|
|
|
- if(fpsum.value > 1){
|
|
|
|
|
- ElMessage({
|
|
|
|
|
- type: "error",
|
|
|
|
|
- message: "分配系数相加不能大于1",
|
|
|
|
|
- });
|
|
|
|
|
- return;
|
|
|
|
|
- }
|
|
|
|
|
- if(fpsum.value < 1){
|
|
|
|
|
- ElMessage({
|
|
|
|
|
- type: "error",
|
|
|
|
|
- message: "分配系数相加不能小于1",
|
|
|
|
|
- });
|
|
|
|
|
- return;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ const jt = selectedOption.value.split('|')[0]//获取车间数据
|
|
|
|
|
+ //判断车间分配比例【SY、PM、WY】
|
|
|
|
|
+ const shouldCheckLessThanOne = !jt.includes('SY') && !jt.includes('PM') && !jt.includes('WY');
|
|
|
|
|
+ console.log(fpsum.value)
|
|
|
|
|
+ if (fpsum.value > 1) {
|
|
|
|
|
+ ElMessage({
|
|
|
|
|
+ type: "error",
|
|
|
|
|
+ message: "分配系数相加不能大于1",
|
|
|
|
|
+ });
|
|
|
|
|
+ return;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ // 只有当 shouldCheckLessThanOne 为 true 时才检查 fpsum.value < 1
|
|
|
|
|
+ if (shouldCheckLessThanOne && fpsum.value < 1) {
|
|
|
|
|
+ ElMessage({
|
|
|
|
|
+ type: "error",
|
|
|
|
|
+ message: "分配系数相加不能小于1",
|
|
|
|
|
+ });
|
|
|
|
|
+ return;
|
|
|
|
|
+ }
|
|
|
// console.log(selectedOption.value)
|
|
// console.log(selectedOption.value)
|
|
|
console.log("机台编号"+selectedOption.value.split('|')[0])
|
|
console.log("机台编号"+selectedOption.value.split('|')[0])
|
|
|
console.log("班组编号"+BZMC.value)
|
|
console.log("班组编号"+BZMC.value)
|
|
@@ -5086,21 +5100,26 @@ const addBz = async() => {
|
|
|
//机台班组维护更新当前班组
|
|
//机台班组维护更新当前班组
|
|
|
const selectBz = async() => {
|
|
const selectBz = async() => {
|
|
|
updateTotal()
|
|
updateTotal()
|
|
|
- console.log(997666,fpsum.value)
|
|
|
|
|
- if(fpsum.value > 1){
|
|
|
|
|
- ElMessage({
|
|
|
|
|
- type: "error",
|
|
|
|
|
- message: "分配系数相加不能大于1",
|
|
|
|
|
- });
|
|
|
|
|
- return;
|
|
|
|
|
- }
|
|
|
|
|
- if(fpsum.value < 1){
|
|
|
|
|
- ElMessage({
|
|
|
|
|
- type: "error",
|
|
|
|
|
- message: "分配系数相加不能小于1",
|
|
|
|
|
- });
|
|
|
|
|
- return;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ const jt = selectedOption.value.split('|')[0]//获取车间数据
|
|
|
|
|
+ //判断车间分配比例【SY、PM、WY】
|
|
|
|
|
+ const shouldCheckLessThanOne = !jt.includes('SY') && !jt.includes('PM') && !jt.includes('WY');
|
|
|
|
|
+
|
|
|
|
|
+ if (fpsum.value > 1) {
|
|
|
|
|
+ ElMessage({
|
|
|
|
|
+ type: "error",
|
|
|
|
|
+ message: "分配系数相加不能大于1",
|
|
|
|
|
+ });
|
|
|
|
|
+ return;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ // 只有当 shouldCheckLessThanOne 为 true 时才检查 fpsum.value < 1
|
|
|
|
|
+ if (shouldCheckLessThanOne && fpsum.value < 1) {
|
|
|
|
|
+ ElMessage({
|
|
|
|
|
+ type: "error",
|
|
|
|
|
+ message: "分配系数相加不能小于1",
|
|
|
|
|
+ });
|
|
|
|
|
+ return;
|
|
|
|
|
+ }
|
|
|
// console.log(currentBz.value)
|
|
// console.log(currentBz.value)
|
|
|
// return false;
|
|
// return false;
|
|
|
if(currentBz.value){
|
|
if(currentBz.value){
|