|
|
@@ -602,30 +602,30 @@
|
|
|
@selection-change="selectionChange($event, '工艺资料')"
|
|
|
style="width: 100%;height: 36vh" border tooltip-effect="dark" :data="gytableData" row-key="ID">
|
|
|
<el-table-column type="selection" width="30" />
|
|
|
- <el-table-column align="left" label="完工状态" prop="status" width="75"/>
|
|
|
- <el-table-column align="left" label="重点工序" prop="重点工序" width="80"/>
|
|
|
- <el-table-column align="left" label="印件号" prop="印件号" width="65"/>
|
|
|
- <el-table-column align="left" label="工序号" prop="工序号" width="65"/>
|
|
|
- <el-table-column align="left" label="备选工序" prop="备选工序" width="80"/>
|
|
|
+ <el-table-column align="left" label="完工状态" prop="status" width="73"/>
|
|
|
+ <el-table-column align="left" label="重点工序" prop="重点工序" width="45"/>
|
|
|
+ <el-table-column align="left" label="印件" prop="印件号" width="45"/>
|
|
|
+ <el-table-column align="left" label="工序" prop="工序号" width="45"/>
|
|
|
+ <el-table-column align="left" label="备选工序" prop="备选工序" width="45"/>
|
|
|
<!-- <el-table-column align="left" label="工艺名称" prop="工艺名称" width="150"/>-->
|
|
|
- <el-table-column align="left" label="工序名称" prop="工序名称" width="280"/>
|
|
|
- <el-table-column align="left" label="计划产量" prop="计划产量" width="80"/>
|
|
|
- <el-table-column align="left" label="基础损耗" prop="基础损耗" width="80"/>
|
|
|
- <el-table-column align="left" label="损耗率" prop="损耗率" width="80"/>
|
|
|
- <el-table-column align="left" label="报废定额" prop="报废定额" width="80"/>
|
|
|
- <el-table-column align="left" label="允损比例" prop="允损比例" width="80"/>
|
|
|
- <el-table-column align="left" label="难度系数" prop="难度系数" width="80"/>
|
|
|
- <el-table-column align="left" label="损耗系数" prop="损耗系数" width="80"/>
|
|
|
- <el-table-column align="left" label="人工检_次品板" prop="人工检_次品板" width="110"/>
|
|
|
- <el-table-column align="left" label="人工检_废检" prop="人工检_废检" width="110"/>
|
|
|
- <el-table-column align="left" label="机检_正品板" prop="机检_正品板" width="110"/>
|
|
|
- <el-table-column align="left" label="机检_次品板" prop="机检_次品板" width="110"/>
|
|
|
- <el-table-column align="left" label="机检_废检" prop="机检_废检" width="90"/>
|
|
|
+ <el-table-column align="left" label="工序名称" prop="工序名称" width="125"/>
|
|
|
+ <el-table-column align="left" label="计划产量" prop="计划产量" width="73"/>
|
|
|
+ <el-table-column align="left" label="基础损耗" prop="基础损耗" width="45"/>
|
|
|
+ <el-table-column align="left" label="损耗率" prop="损耗率" width="70"/>
|
|
|
+ <el-table-column align="left" label="报废定额" prop="报废定额" width="45"/>
|
|
|
+ <el-table-column align="left" label="允损比例" prop="允损比例" width="60"/>
|
|
|
+ <el-table-column align="left" label="难度系数" prop="难度系数" width="73"/>
|
|
|
+ <el-table-column align="left" label="损耗系数" prop="损耗系数" width="73"/>
|
|
|
+ <el-table-column align="left" label="人工检次品板" prop="人工检_次品板" width="70"/>
|
|
|
+ <el-table-column align="left" label="人工检废检" prop="人工检_废检" width="70"/>
|
|
|
+ <el-table-column align="left" label="机检正品板" prop="机检_正品板" width="70"/>
|
|
|
+ <el-table-column align="left" label="机检次品板" prop="机检_次品板" width="70"/>
|
|
|
+ <el-table-column align="left" label="机检废检" prop="机检_废检" width="45"/>
|
|
|
<el-table-column align="center" label="开数" prop="开数" width="45"/>
|
|
|
<el-table-column align="center" label="联数" prop="联数" width="45"/>
|
|
|
- <el-table-column align="left" label="备注" prop="备注" width="230"/>
|
|
|
+ <el-table-column align="left" label="备注" prop="备注" width="115"/>
|
|
|
<el-table-column align="left" label="印刷方式" prop="印刷方式" width="80"/>
|
|
|
- <el-table-column align="center" label="版距" prop="版距" width="45"/>
|
|
|
+ <el-table-column align="center" label="版距" prop="版距" width="60"/>
|
|
|
<el-table-column align="left" label="建档用户" prop="建档用户" width="90"/>
|
|
|
<el-table-column align="left" label="建档日期" prop="建档日期" width="150"/>
|
|
|
<el-table-column align="left" label="更新时间" prop="更新时间" width="150"/>
|