|
|
@@ -77,7 +77,6 @@
|
|
|
<el-input type="date" max="9999-12-31" v-model="formData.sczl_rq" id="日期" @focus="rqHandleFocus()" @keydown="ent1($event)" style="width: 120px; " />
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
-<<<<<<< HEAD
|
|
|
</el-row>
|
|
|
<el-row :gutter="24">
|
|
|
<div style="width: 900px; margin-left: 40px;">
|
|
|
@@ -101,245 +100,6 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-row>
|
|
|
-=======
|
|
|
- </el-row>
|
|
|
- <el-table :data="detailData.table" border
|
|
|
- tooltip-effect="dark" :row-style="{ height: '20px' }"
|
|
|
- :cell-style="{ padding: '0px' }" :header-row-style="{ height: '20px' }"
|
|
|
- :header-cell-style="{ padding: '0px' }"
|
|
|
- >
|
|
|
-
|
|
|
- <el-table-column label="工单编号" width="100" >
|
|
|
- <template #default="{ row, $index }">
|
|
|
- <el-input
|
|
|
- v-model="row.sczl_gdbh"
|
|
|
- id="工单编号"
|
|
|
- @keyup.enter="handleEnter($index, row)"
|
|
|
- />
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column
|
|
|
- label="印件工序"
|
|
|
- width="100"
|
|
|
- >
|
|
|
- <template #default="{ row }">
|
|
|
- <el-input v-model="row.sczl_yjGx" id="印件工序" @keydown="ent($event, '工单编号', '印件工序', '工序名称')" />
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column
|
|
|
- label="工序名称"
|
|
|
- width="100"
|
|
|
- >
|
|
|
- <template #default="{ row }">
|
|
|
- <el-input v-model="row.sczl_gxmc" id="工序名称" @keydown="ent($event, '印件工序', '工序名称', '印件名称')"/>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column label="印件名称">
|
|
|
- <template #default="{ row }">
|
|
|
- <el-input v-model="row.Gd_cpmc" id="印件名称" @keydown="ent($event, '工序名称', '印件名称', '包装产量')" />
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column
|
|
|
- label="包装产量"
|
|
|
- width="100"
|
|
|
- >
|
|
|
- <template #default="{ row }">
|
|
|
- <el-input v-model="row.sczl_cl" id="包装产量" @keydown="ent($event, '印件名称', '包装产量', '每箱数量')" />
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column
|
|
|
- label="每箱数量"
|
|
|
- width="100"
|
|
|
- >
|
|
|
- <template #default="{ row }">
|
|
|
- <el-input v-model="row.sczl_PgCl" id="每箱数量" @keydown="ent($event, '包装产量', '每箱数量', '零头')" />
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- <el-table-column
|
|
|
- label="零头"
|
|
|
- width="100"
|
|
|
- >
|
|
|
- <template #default="{ row }">
|
|
|
- <el-input v-model="row.sczl_clAdd" id="零头" @keydown="ent($event, '每箱数量', '零头', '工单编号')" />
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- </el-table>
|
|
|
- <!-- 标题栏 -->
|
|
|
- <!-- <el-row :gutter="10">
|
|
|
- <el-col :span="3">
|
|
|
- <span>工单编号</span>
|
|
|
- </el-col>
|
|
|
- <el-col :span="3">
|
|
|
- <span>印件工序</span>
|
|
|
- </el-col>
|
|
|
- <el-col :span="3">
|
|
|
- <span>工序名称</span>
|
|
|
- </el-col>
|
|
|
- <el-col :span="9">
|
|
|
- <span>印件名称</span>
|
|
|
- </el-col>
|
|
|
- <el-col :span="2">
|
|
|
- <span>包装产量</span>
|
|
|
- </el-col>
|
|
|
- <el-col :span="2">
|
|
|
- <span>每箱数量</span>
|
|
|
- </el-col>
|
|
|
- <el-col :span="2">
|
|
|
- <span>零头</span>
|
|
|
- </el-col>
|
|
|
- </el-row> -->
|
|
|
-
|
|
|
- <!-- 员工1 -->
|
|
|
- <!-- <el-row :gutter="5" style="margin-top: 10px;">
|
|
|
- <el-col :span="3">
|
|
|
- <el-input v-model="formData.sczl_gdbh1" :clearable="true" @keyup.enter.native="getGxMcsubmit($event, '1')" placeholder="ZI00401" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="3">
|
|
|
- <el-input v-model="formData.sczl_yjGx1" :clearable="true" placeholder="瞿春生" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="3">
|
|
|
- <el-input v-model="formData.sczl_gxmc1" :clearable="true" placeholder="11.0" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="9">
|
|
|
- <el-input v-model="formData.Gd_cpmc1" :clearable="true" placeholder="打包废纸" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="2">
|
|
|
- <el-input v-model="formData.sczl_cl1" :clearable="true" placeholder="是" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="2">
|
|
|
- <el-input v-model="formData.sczl_PgCl1" :clearable="true" placeholder="是" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="2">
|
|
|
- <el-input v-model="formData.sczl_clAdd1" :clearable="true" placeholder="是" />
|
|
|
- </el-col>
|
|
|
- </el-row> -->
|
|
|
-
|
|
|
- <!-- 员工2 -->
|
|
|
- <!-- <el-row :gutter="5" style="margin-top: 10px;">
|
|
|
- <el-col :span="3">
|
|
|
- <el-input v-model="formData.sczl_gdbh2" :clearable="true" @keyup.enter.native="getGxMcsubmit($event, '2')" placeholder="ZI00401" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="3">
|
|
|
- <el-input v-model="formData.sczl_yjGx2" :clearable="true" placeholder="瞿春生" data-="" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="3">
|
|
|
- <el-input v-model="formData.sczl_gxmc2" :clearable="true" placeholder="11.0" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="9">
|
|
|
- <el-input v-model="formData.Gd_cpmc2" :clearable="true" placeholder="打包废纸" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="2">
|
|
|
- <el-input v-model="formData.sczl_cl2" :clearable="true" placeholder="是" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="2">
|
|
|
- <el-input v-model="formData.sczl_PgCl2" :clearable="true" placeholder="是" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="2">
|
|
|
- <el-input v-model="formData.sczl_clAdd2" :clearable="true" placeholder="是" />
|
|
|
- </el-col>
|
|
|
- </el-row> -->
|
|
|
-
|
|
|
- <!-- 员工3 -->
|
|
|
- <!-- <el-row :gutter="5" style="margin-top: 10px;">
|
|
|
- <el-col :span="3">
|
|
|
- <el-input v-model="formData.sczl_gdbh3" :clearable="true" @keyup.enter.native="getGxMcsubmit($event, '3')" placeholder="ZI00401" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="3">
|
|
|
- <el-input v-model="formData.sczl_yjGx3" :clearable="true" placeholder="瞿春生" data-="" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="3">
|
|
|
- <el-input v-model="formData.sczl_gxmc3" :clearable="true" placeholder="11.0" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="9">
|
|
|
- <el-input v-model="formData.Gd_cpmc3" :clearable="true" placeholder="打包废纸" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="2">
|
|
|
- <el-input v-model="formData.sczl_cl3" :clearable="true" placeholder="是" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="2">
|
|
|
- <el-input v-model="formData.sczl_PgCl3" :clearable="true" placeholder="是" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="2">
|
|
|
- <el-input v-model="formData.sczl_clAdd3" :clearable="true" placeholder="是" />
|
|
|
- </el-col>
|
|
|
- </el-row> -->
|
|
|
-
|
|
|
- <!-- 员工4 -->
|
|
|
- <!-- <el-row :gutter="5" style="margin-top: 10px;">
|
|
|
- <el-col :span="3">
|
|
|
- <el-input v-model="formData.sczl_gdbh4" :clearable="true" @keyup.enter.native="getGxMcsubmit($event, '4')" placeholder="ZI00401" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="3">
|
|
|
- <el-input v-model="formData.sczl_yjGx4" :clearable="true" placeholder="瞿春生" data-="" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="3">
|
|
|
- <el-input v-model="formData.sczl_gxmc4" :clearable="true" placeholder="11.0" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="9">
|
|
|
- <el-input v-model="formData.Gd_cpmc4" :clearable="true" placeholder="打包废纸" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="2">
|
|
|
- <el-input v-model="formData.sczl_cl4" :clearable="true" placeholder="是" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="2">
|
|
|
- <el-input v-model="formData.sczl_PgCl4" :clearable="true" placeholder="是" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="2">
|
|
|
- <el-input v-model="formData.sczl_clAdd4" :clearable="true" placeholder="是" />
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
- -->
|
|
|
- <!-- 员工5 -->
|
|
|
- <!-- <el-row :gutter="5" style="margin-top: 10px;">
|
|
|
- <el-col :span="3">
|
|
|
- <el-input v-model="formData.sczl_gdbh5" @keyup.enter.native="getGxMcsubmit($event, '5')" :clearable="true" placeholder="ZI00401" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="3">
|
|
|
- <el-input v-model="formData.sczl_yjGx5" :clearable="true" placeholder="瞿春生" data-="" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="3">
|
|
|
- <el-input v-model="formData.sczl_gxmc5" :clearable="true" placeholder="11.0" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="9">
|
|
|
- <el-input v-model="formData.Gd_cpmc5" :clearable="true" placeholder="打包废纸" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="2">
|
|
|
- <el-input v-model="formData.sczl_cl5" :clearable="true" placeholder="是" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="2">
|
|
|
- <el-input v-model="formData.sczl_PgCl5" :clearable="true" placeholder="是" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="2">
|
|
|
- <el-input v-model="formData.sczl_clAdd5" :clearable="true" placeholder="是" />
|
|
|
- </el-col>
|
|
|
- </el-row> -->
|
|
|
-
|
|
|
- <!-- 员工6 -->
|
|
|
- <!-- <el-row :gutter="5" style="margin-top: 10px;">
|
|
|
- <el-col :span="3">
|
|
|
- <el-input v-model="formData.sczl_gdbh6" :clearable="true" @keyup.enter.native="getGxMcsubmit($event, '6')" placeholder="ZI00401" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="3">
|
|
|
- <el-input v-model="formData.sczl_yjGx6" :clearable="true" placeholder="瞿春生" data-="" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="3">
|
|
|
- <el-input v-model="formData.sczl_gxmc6" :clearable="true" placeholder="11.0" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="9">
|
|
|
- <el-input v-model="formData.Gd_cpmc6" :clearable="true" placeholder="打包废纸" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="2">
|
|
|
- <el-input v-model="formData.sczl_cl6" :clearable="true" placeholder="是" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="2">
|
|
|
- <el-input v-model="formData.sczl_PgCl6" :clearable="true" placeholder="是" />
|
|
|
- </el-col>
|
|
|
- <el-col :span="2">
|
|
|
- <el-input v-model="formData.sczl_clAdd6" :clearable="true" placeholder="是" />
|
|
|
- </el-col>
|
|
|
- </el-row> -->
|
|
|
-
|
|
|
->>>>>>> 68c4818c353819a17e677fa2c020d19f457ff857
|
|
|
</el-form>
|
|
|
<!-- </el-scrollbar> -->
|
|
|
<template #footer>
|