|
@@ -1099,38 +1099,38 @@
|
|
|
<el-table-column align="left" label="更新时间" prop="更新时间" width="160" />
|
|
<el-table-column align="left" label="更新时间" prop="更新时间" width="160" />
|
|
|
</el-table>
|
|
</el-table>
|
|
|
<el-table ref="multipleTable"
|
|
<el-table ref="multipleTable"
|
|
|
- v-else
|
|
|
|
|
- :show-overflow-tooltip="true"
|
|
|
|
|
- @selection-change="selectionChange($event)"
|
|
|
|
|
- :row-style="{ height: '20px' }" :row-class-name="totalClassName" :cell-class-name="tableDataCellClass"
|
|
|
|
|
- :cell-style="{ padding: '0px' }" :header-row-style="{ height: '20px' }"
|
|
|
|
|
- :header-cell-style="{ padding: '0px' }" @row-click="getUid"
|
|
|
|
|
- highlight-current-row="true" @row-dblclick="JPgytableDatadoubleClick"
|
|
|
|
|
- style="width: 100%;height: 70vh" border tooltip-effect="dark" :data="JPgytableData" row-key="ID" >
|
|
|
|
|
- <el-table-column type="selection" width="55" />
|
|
|
|
|
- <!-- <el-table-column fixed align="left" label="工单编号" prop="工单编号" width="130"/> -->
|
|
|
|
|
- <el-table-column align="left" fixed label="产品名称" prop="产品名称" width="200"/>
|
|
|
|
|
- <el-table-column align="left" fixed label="工序" prop="工序" width="150"/>
|
|
|
|
|
- <!-- <el-table-column align="left" label="印件号" prop="yjno" width="115"/>
|
|
|
|
|
- <el-table-column align="left" label="工序名称" prop="gxmc" width="200"/> -->
|
|
|
|
|
- <el-table-column align="left" fixed label="班组" prop="bzdh" width="70"/>
|
|
|
|
|
- <el-table-column align="left" label="计件箱数" prop="计件箱数" width="90"/>
|
|
|
|
|
- <el-table-column align="left" label="每箱数量" prop="每箱数量" width="90"/>
|
|
|
|
|
- <el-table-column align="left" label="检验类型" prop="检验类型" width="90"/>
|
|
|
|
|
- <el-table-column align="left" label="废品率系数" prop="废品率系数" width="100"/>
|
|
|
|
|
- <el-table-column align="left" label="千件工价" prop="千件工价" width="90"/>
|
|
|
|
|
- <el-table-column align="left" label="日定额" prop="日定额" width="80"/>
|
|
|
|
|
- <el-table-column align="left" label="补产标准" prop="补产标准" width="90"/>
|
|
|
|
|
- <el-table-column align="left" label="组员1" prop="组员1" width="170"/>
|
|
|
|
|
- <el-table-column align="left" label="组员2" prop="组员2" width="170"/>
|
|
|
|
|
- <el-table-column align="left" label="组员3" prop="组员3" width="170"/>
|
|
|
|
|
- <el-table-column align="left" label="换膜补时" prop="换膜补时" width="90"/>
|
|
|
|
|
- <el-table-column align="left" label="保养工时" prop="保养工时" width="90"/>
|
|
|
|
|
- <el-table-column align="left" label="异常总工时" prop="异常总工时" width="100"/>
|
|
|
|
|
- <el-table-column align="left" label="通电工时" prop="通电工时" width="90"/>
|
|
|
|
|
- <el-table-column align="left" label="难度系数" prop="难度系数" width="90"/>
|
|
|
|
|
- <el-table-column align="left" label="定额代号" prop="定额代号" width="90"/>
|
|
|
|
|
- <el-table-column align="left" label="更新时间" prop="更新时间" width="160"/>
|
|
|
|
|
|
|
+ v-else
|
|
|
|
|
+ :show-overflow-tooltip="true"
|
|
|
|
|
+ @selection-change="selectionChange($event)"
|
|
|
|
|
+ :row-style="{ height: '20px' }" :row-class-name="totalClassName" :cell-class-name="tableDataCellClass"
|
|
|
|
|
+ :cell-style="{ padding: '0px' }" :header-row-style="{ height: '20px' }"
|
|
|
|
|
+ :header-cell-style="{ padding: '0px' }" @row-click="getUid"
|
|
|
|
|
+ highlight-current-row="true" @row-dblclick="JPgytableDatadoubleClick"
|
|
|
|
|
+ style="width: 100%;height: 70vh" border tooltip-effect="dark" :data="JPgytableData" row-key="ID" >
|
|
|
|
|
+ <el-table-column type="selection" width="55" />
|
|
|
|
|
+ <!-- <el-table-column fixed align="left" label="工单编号" prop="工单编号" width="130"/> -->
|
|
|
|
|
+ <el-table-column align="left" fixed label="产品名称" prop="产品名称" width="300"/>
|
|
|
|
|
+ <el-table-column align="left" fixed label="工序" prop="工序" width="150"/>
|
|
|
|
|
+ <!-- <el-table-column align="left" label="印件号" prop="yjno" width="115"/>
|
|
|
|
|
+ <el-table-column align="left" label="工序名称" prop="gxmc" width="200"/> -->
|
|
|
|
|
+ <el-table-column align="left" fixed label="班组" prop="bzdh" width="70"/>
|
|
|
|
|
+ <el-table-column align="left" label="计件箱数" prop="计件箱数" width="90"/>
|
|
|
|
|
+ <el-table-column align="left" label="每箱数量" prop="每箱数量" width="90"/>
|
|
|
|
|
+ <el-table-column align="left" label="日定额" prop="日定额" width="80"/>
|
|
|
|
|
+ <el-table-column align="left" label="检验类型" prop="检验类型" width="90"/>
|
|
|
|
|
+ <el-table-column align="left" label="废品率系数" prop="废品率系数" width="100"/>
|
|
|
|
|
+ <el-table-column align="left" label="千件工价" prop="千件工价" width="90"/>
|
|
|
|
|
+ <el-table-column align="left" label="补产标准" prop="补产标准" width="90"/>
|
|
|
|
|
+ <el-table-column align="left" label="组员1" prop="组员1" width="170"/>
|
|
|
|
|
+ <el-table-column align="left" label="组员2" prop="组员2" width="170"/>
|
|
|
|
|
+ <el-table-column align="left" label="组员3" prop="组员3" width="170"/>
|
|
|
|
|
+ <el-table-column align="left" label="换膜补时" prop="换膜补时" width="90"/>
|
|
|
|
|
+ <el-table-column align="left" label="保养工时" prop="保养工时" width="90"/>
|
|
|
|
|
+ <el-table-column align="left" label="异常总工时" prop="异常总工时" width="100"/>
|
|
|
|
|
+ <el-table-column align="left" label="通电工时" prop="通电工时" width="90"/>
|
|
|
|
|
+ <el-table-column align="left" label="难度系数" prop="难度系数" width="90"/>
|
|
|
|
|
+ <el-table-column align="left" label="定额代号" prop="定额代号" width="90"/>
|
|
|
|
|
+ <el-table-column align="left" label="更新时间" prop="更新时间" width="160"/>
|
|
|
</el-table>
|
|
</el-table>
|
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
|
|
|
|