|
|
@@ -257,7 +257,7 @@
|
|
|
@selection-change="handleSelectionChange" :show-overflow-tooltip="true">
|
|
|
|
|
|
<template v-for="item in tableFields[currentNode]">
|
|
|
- <el-table-column :align="item.align" :label="item.title" :prop="item.prop" :width="item.width" />
|
|
|
+ <el-table-column :align="item.align" :label="item.title" :prop="item.prop" :width="item.width" :sortable="item.sortable" />
|
|
|
</template>
|
|
|
</el-table>
|
|
|
<!-- 分页 -->
|
|
|
@@ -280,20 +280,20 @@
|
|
|
:cell-style="{ padding: '0px' }" :header-row-style="{ height: '20px' }"
|
|
|
:header-cell-style="{ padding: '0px' }" highlight-current-row="true"
|
|
|
style="width: 100%;height: 42vh" border tooltip-effect="dark" :data="gytableData" row-key="ID" @selection-change="handleSelectionChange">
|
|
|
- <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="500"/>
|
|
|
- <el-table-column align="left" label="工序备注" prop="工序备注" width="150"/>
|
|
|
- <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="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="70"/>
|
|
|
- <el-table-column align="left" label="创建用户" prop="创建用户" width="100"/>
|
|
|
- <el-table-column align="left" label="创建时间" prop="创建时间" width="110"/>
|
|
|
- <el-table-column align="left" label="修改时间" prop="修改时间" width="110"/>
|
|
|
- <el-table-column align="left" label="UNIQID" prop="UNIQID" width="90"/>
|
|
|
+ <el-table-column align="left" sortable label="工单编号" prop="工单编号" width="110"/>
|
|
|
+ <el-table-column align="left" sortable label="重点工序" prop="重点工序" width="110"/>
|
|
|
+ <el-table-column align="left" sortable label="印件工序及名称" prop="印件工序及名称" width="500"/>
|
|
|
+ <el-table-column align="left" sortable label="工序备注" prop="工序备注" width="150"/>
|
|
|
+ <el-table-column align="left" sortable label="机组" prop="机组" width="110"/>
|
|
|
+ <el-table-column align="left" sortable label="小时产能" prop="小时产能" width="110"/>
|
|
|
+ <el-table-column align="left" sortable label="生产工时" prop="生产工时" width="110"/>
|
|
|
+ <el-table-column align="left" sortable label="辅助工时" prop="辅助工时" width="110"/>
|
|
|
+ <el-table-column align="left" sortable label="印刷方式" prop="印刷方式" width="110"/>
|
|
|
+ <el-table-column align="left" sortable label="版距" prop="版距" width="100"/>
|
|
|
+ <el-table-column align="left" sortable label="创建用户" prop="创建用户" width="110"/>
|
|
|
+ <el-table-column align="left" sortable label="创建时间" prop="创建时间" width="110"/>
|
|
|
+ <el-table-column align="left" sortable label="修改时间" prop="修改时间" width="110"/>
|
|
|
+ <el-table-column align="left" sortable label="UNIQID" prop="UNIQID" width="110"/>
|
|
|
</el-table>
|
|
|
</el-tab-pane>
|
|
|
|
|
|
@@ -303,22 +303,22 @@
|
|
|
:header-cell-style="{ padding: '0px' }" :show-overflow-tooltip="true"
|
|
|
:highlight-current-row="true"
|
|
|
style="width: 100%;height: 42vh" border tooltip-effect="dark" :data="yjtableData" row-key="ID" @selection-change="handleSelectionChange">
|
|
|
- <el-table-column align="left" label="工单编号" prop="工单编号" width="90"/>
|
|
|
- <el-table-column align="left" label="印件号" prop="印件号" width="70"/>
|
|
|
- <el-table-column align="left" label="印件代号" prop="印件代号" width="100"/>
|
|
|
- <el-table-column align="left" label="印件名称" prop="印件名称" width="240"/>
|
|
|
- <el-table-column align="left" label="纸张名称" prop="纸张名称" width="230"/>
|
|
|
- <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="85"/>
|
|
|
- <el-table-column align="left" label="平张投料" prop="平张投料" width="90"/>
|
|
|
- <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="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="UNIQID" prop="UNIQID" width="90"/>
|
|
|
+ <el-table-column align="left" sortable label="工单编号" prop="工单编号" width="110"/>
|
|
|
+ <el-table-column align="left" sortable label="印件号" prop="印件号" width="110"/>
|
|
|
+ <el-table-column align="left" sortable label="印件代号" prop="印件代号" width="110"/>
|
|
|
+ <el-table-column align="left" sortable label="印件名称" prop="印件名称" width="240"/>
|
|
|
+ <el-table-column align="left" sortable label="纸张名称" prop="纸张名称" width="230"/>
|
|
|
+ <el-table-column align="left" sortable label="投料规格" prop="投料规格" width="110"/>
|
|
|
+ <el-table-column align="left" sortable label="成品数量" prop="成品数量" width="110"/>
|
|
|
+ <el-table-column align="left" sortable label="实际投料" prop="实际投料" width="110"/>
|
|
|
+ <el-table-column align="left" sortable label="投料单位" prop="投料单位" width="110"/>
|
|
|
+ <el-table-column align="left" sortable label="平张投料" prop="平张投料" width="110"/>
|
|
|
+ <el-table-column align="left" sortable label="联数" prop="联数" width="110"/>
|
|
|
+ <el-table-column align="left" sortable label="开数" prop="开数" width="110"/>
|
|
|
+ <el-table-column align="left" sortable label="创建用户" prop="创建用户" width="110"/>
|
|
|
+ <el-table-column align="left" sortable label="创建时间" prop="创建时间" width="110"/>
|
|
|
+ <el-table-column align="left" sortable label="修改时间" prop="修改时间" width="110"/>
|
|
|
+ <el-table-column align="left" sortable label="UNIQID" prop="UNIQID" width="110"/>
|
|
|
</el-table>
|
|
|
</el-tab-pane>
|
|
|
</el-tabs>
|
|
|
@@ -332,7 +332,7 @@
|
|
|
:cell-class-name="pczc_planUsageCellClass"
|
|
|
style="width: 100%;height: 42vh" border tooltip-effect="dark" :data="bottomData" row-key="ID" @selection-change="handleSelectionChange">
|
|
|
<template v-for="item in bottomTableF[currentNode]">
|
|
|
- <el-table-column :align="item.align" :label="item.title" :prop="item.prop" :width="item.width" />
|
|
|
+ <el-table-column :align="item.align" :label="item.title" :prop="item.prop" :width="item.width" :sortable="item.sortable" />
|
|
|
</template>
|
|
|
</el-table>
|
|
|
</div>
|
|
|
@@ -347,25 +347,25 @@
|
|
|
<!-- 排程列表-->
|
|
|
<el-table-column type="selection" width="30" />
|
|
|
<template v-for="item in [
|
|
|
- { align:'left', title: '工单编号', prop: '工单编号', width: 85 },
|
|
|
- { align:'left', title: '销售订单号', prop: '销售订单号', width: 200 },
|
|
|
- { align:'left', title: '印件名称', prop: '印件名称', width: 320 },
|
|
|
- { align:'left', title: '印件工序及名称', prop: '印件工序及名称', width: 200 },
|
|
|
- { align:'left', title: '工序产量', prop: '工序产量', width: 90 },
|
|
|
- { align:'left', title: '已完成产量', prop: '已完成产量', width: 100 },
|
|
|
- { align:'left', title: '产品名称', prop: '产品名称', width: 320 },
|
|
|
- { align:'left', title: '订单数量', prop: '订单数量', width: 120 },
|
|
|
- { align:'left', title: '计量单位', prop: '计量单位', width: 120 },
|
|
|
- { align:'left', title: '交货日期', prop: '交货日期', width: 115 },
|
|
|
- { align:'left', title: '产品代号', prop: '产品代号', width: 140 },
|
|
|
- { align:'left', title: '工序名称', prop: '工序名称', width: 120 },
|
|
|
- { align:'left', title: '机组', prop: '机组', width: 90 },
|
|
|
- { align:'left', title: '设备编号', prop: '设备编号', width: 90 },
|
|
|
- { align:'left', title: 'GYUID', prop: 'GYUID', width: 90 },
|
|
|
- { align:'left', title: '印件号', prop: 'yjno', width: 90 },
|
|
|
- { align:'left', title: '工序号', prop: 'gxh', width: 90 },
|
|
|
+ { align:'left', title: '工单编号', prop: '工单编号', width: 110 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '销售订单号', prop: '销售订单号', width: 200 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '印件名称', prop: '印件名称', width: 320 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '印件工序及名称', prop: '印件工序及名称', width: 200 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '工序产量', prop: '工序产量', width: 110 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '已完成产量', prop: '已完成产量', width: 120 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '产品名称', prop: '产品名称', width: 320 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '订单数量', prop: '订单数量', width: 120 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '计量单位', prop: '计量单位', width: 120 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '交货日期', prop: '交货日期', width: 115 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '产品代号', prop: '产品代号', width: 140 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '工序名称', prop: '工序名称', width: 120 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '机组', prop: '机组', width: 110 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '设备编号', prop: '设备编号', width: 110 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: 'GYUID', prop: 'GYUID', width: 110 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '印件号', prop: 'yjno', width: 110 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '工序号', prop: 'gxh', width: 110 , sortable: 'sortable', },
|
|
|
]">
|
|
|
- <el-table-column :align="item.align" :label="item.title" :prop="item.prop" :width="item.width" />
|
|
|
+ <el-table-column :align="item.align" :label="item.title" :prop="item.prop" :width="item.width" :sortable="item.sortable" />
|
|
|
</template>
|
|
|
</el-table>
|
|
|
<!-- 制程列表-->
|
|
|
@@ -376,35 +376,35 @@
|
|
|
style="width: 100%;height: 49vh;margin-top: 10px" border tooltip-effect="dark" :data="chejianfuData" row-key="ID" @selection-change="ZP_handleChange">
|
|
|
<el-table-column type="selection" width="30" />
|
|
|
<template v-for="item in [
|
|
|
- { align:'left', title: '工单编号', prop: '工单编号', width: 85 },
|
|
|
- { align:'left', title: '销售订单号', prop: '销售订单号', width: 200 },
|
|
|
- { align:'left', title: '印件名称', prop: '印件名称', width: 320 },
|
|
|
- { align:'left', title: '印件工序及名称', prop: '印件工序及名称', width: 200 },
|
|
|
- { align:'left', title: '工序产量', prop: '工序产量', width: 90 },
|
|
|
- { align:'left', title: '已完成产量', prop: '已完成产量', width: 100 },
|
|
|
- { align:'left', title: '小时产能', prop: '小时产能', width: 90 },
|
|
|
- { align:'left', title: '产能系数', prop: '产能系数', width: 90 },
|
|
|
- { align:'left', title: '生产工时', prop: '生产工时', width: 90 },
|
|
|
- { align:'left', title: '辅助工时', prop: '辅助工时', width: 90 },
|
|
|
- { align:'left', title: '最早开工时间', prop: '最早开工时间', width: 160 },
|
|
|
- { align:'left', title: '计划开工时间', prop: '计划开工时间', width: 160 },
|
|
|
- { align:'left', title: '计划完工时间', prop: '计划完工时间', width: 160 },
|
|
|
- { align:'left', title: '班次安排', prop: '班次安排', width: 90 },
|
|
|
- { align:'left', title: '排单备注', prop: '排单备注', width: 120 },
|
|
|
- { align:'left', title: '产品名称', prop: '产品名称', width: 180 },
|
|
|
- { align:'left', title: '订单数量', prop: '订单数量', width: 120 },
|
|
|
- { align:'left', title: '计量单位', prop: '计量单位', width: 120 },
|
|
|
- { align:'left', title: '交货日期', prop: '交货日期', width: 115 },
|
|
|
- { align:'left', title: '优先次序', prop: '优先次序', width: 90 },
|
|
|
- { align:'left', title: '产品代号', prop: '产品代号', width: 100 },
|
|
|
- { align:'left', title: '工序名称', prop: '工序名称', width: 120 },
|
|
|
- { align:'left', title: '设备编号', prop: '设备编号', width: 90 },
|
|
|
- { align:'left', title: '车间名称', prop: '车间名称', width: 90 },
|
|
|
- { align:'left', title: 'GYUID', prop: 'GYUID', width: 90 },
|
|
|
- { align:'left', title: '印件号', prop: 'yjno', width: 90 },
|
|
|
- { align:'left', title: '工序号', prop: 'gxh', width: 90 },
|
|
|
+ { align:'left', title: '工单编号', prop: '工单编号', width: 110 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '销售订单号', prop: '销售订单号', width: 200 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '印件名称', prop: '印件名称', width: 320 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '印件工序及名称', prop: '印件工序及名称', width: 200 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '工序产量', prop: '工序产量', width: 110 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '已完成产量', prop: '已完成产量', width: 120 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '小时产能', prop: '小时产能', width: 110 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '产能系数', prop: '产能系数', width: 110 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '生产工时', prop: '生产工时', width: 110 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '辅助工时', prop: '辅助工时', width: 110 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '最早开工时间', prop: '最早开工时间', width: 160 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '计划开工时间', prop: '计划开工时间', width: 160 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '计划完工时间', prop: '计划完工时间', width: 160 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '班次安排', prop: '班次安排', width: 110 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '排单备注', prop: '排单备注', width: 120 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '产品名称', prop: '产品名称', width: 180 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '订单数量', prop: '订单数量', width: 120 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '计量单位', prop: '计量单位', width: 120 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '交货日期', prop: '交货日期', width: 115 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '优先次序', prop: '优先次序', width: 110 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '产品代号', prop: '产品代号', width: 110 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '工序名称', prop: '工序名称', width: 120 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '设备编号', prop: '设备编号', width: 110 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '车间名称', prop: '车间名称', width: 110 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: 'GYUID', prop: 'GYUID', width: 110 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '印件号', prop: 'yjno', width: 110 , sortable: 'sortable', },
|
|
|
+ { align:'left', title: '工序号', prop: 'gxh', width: 110 , sortable: 'sortable', },
|
|
|
]">
|
|
|
- <el-table-column :align="item.align" :label="item.title" :prop="item.prop" :width="item.width" />
|
|
|
+ <el-table-column :align="item.align" :label="item.title" :prop="item.prop" :width="item.width" :sortable="item.sortable" />
|
|
|
</template>
|
|
|
</el-table>
|
|
|
</div>
|
|
|
@@ -496,119 +496,119 @@ const sctreeData = ref([
|
|
|
//上方表格
|
|
|
const tableFields = ref({
|
|
|
"计划中": [
|
|
|
- { title:'获取状态', prop: 'statusColumn', width: 80, align:'center'},
|
|
|
- { title:'生产分类', prop: '生产分类', width: 80, align:'left', },
|
|
|
- { title: '工单编号', prop: '工单编号', width: 80, align:'center', },
|
|
|
- { title: '产品代号', prop: '产品代号', width: 90, align:'center', },
|
|
|
- { title: '产品名称', prop: '产品名称', width: 280, align:'left', },
|
|
|
- { title: '接单日期', prop: '接单日期', width: 110, align:'left', },
|
|
|
- { title: '交货日期', prop: '交货日期', width: 110, align:'left', },
|
|
|
- { title: '订单数量', prop: '订单数量', width: 80, align:'left', },
|
|
|
- { title: '计量单位', prop: '计量单位', width: 80, align:'center', },
|
|
|
- { title: '客户名称', prop: '客户名称', width: 200, align:'left', },
|
|
|
- { title: '客户编号', prop: '客户编号', width: 80, align:'center', },
|
|
|
- { title: '备注', prop: '备注', width: 230, align:'left', },
|
|
|
- { title: '客户料号', prop: '客户料号', width: 120, align:'left', },
|
|
|
- { title: '创建用户', prop: '创建用户', width: 110, align:'left', },
|
|
|
- { title: '创建时间', prop: '创建时间', width: 110, align:'left', },
|
|
|
- { title: '修改时间', prop: '修改时间', width: 110, align:'left', },
|
|
|
- { title: 'UNIQID', prop: 'UNIQID', width: 80 , align:'left', },
|
|
|
- { title: '投料率', prop: '投料率', width: 100, align:'left', },
|
|
|
- { title: '销售订单号', prop: '销售订单号', width: 120, align:'left', },
|
|
|
+ { title:'获取状态', prop: 'statusColumn', width: 100, align:'center',sortable: 'sortable', },
|
|
|
+ { title:'生产分类', prop: '生产分类', width: 100, align:'left',sortable: 'sortable', },
|
|
|
+ { title: '工单编号', prop: '工单编号', width: 100, align:'center', sortable: 'sortable', },
|
|
|
+ { title: '产品代号', prop: '产品代号', width: 100, align:'center', sortable: 'sortable', },
|
|
|
+ { title: '产品名称', prop: '产品名称', width: 280, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '接单日期', prop: '接单日期', width: 110, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '交货日期', prop: '交货日期', width: 110, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '订单数量', prop: '订单数量', width: 100, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '计量单位', prop: '计量单位', width: 100, align:'center', sortable: 'sortable', },
|
|
|
+ { title: '客户名称', prop: '客户名称', width: 200, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '客户编号', prop: '客户编号', width: 100, align:'center', sortable: 'sortable', },
|
|
|
+ { title: '备注', prop: '备注', width: 230, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '客户料号', prop: '客户料号', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '创建用户', prop: '创建用户', width: 110, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '创建时间', prop: '创建时间', width: 110, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '修改时间', prop: '修改时间', width: 110, align:'left', sortable: 'sortable', },
|
|
|
+ { title: 'UNIQID', prop: 'UNIQID', width: 100 , align:'left', sortable: 'sortable', },
|
|
|
+ { title: '投料率', prop: '投料率', width: 100, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '销售订单号', prop: '销售订单号', width: 120, align:'left', sortable: 'sortable', },
|
|
|
],
|
|
|
"排程中": [
|
|
|
// { title: '最早开工时间', prop: '最早开工时间', width: 120, align:'left', },
|
|
|
- { title: '工单编号', prop: '工单编号', width: 80, align:'left', },
|
|
|
- { title: '产品代号', prop: '产品代号', width: 90, align:'left', },
|
|
|
- { title: '产品名称', prop: '产品名称', width: 340, align:'left', },
|
|
|
- { title: '接单日期', prop: '接单日期', width: 110, align:'left', },
|
|
|
- { title: '交货日期', prop: '交货日期', width: 110, align:'left', },
|
|
|
- { title: '订单数量', prop: '订单数量', width: 80, align:'left', },
|
|
|
- { title: '计量单位', prop: '计量单位', width: 80, align:'left', },
|
|
|
- { title: '销售订单号', prop: '销售订单号', width: 200, align:'left', },
|
|
|
- // { title: '排程类型', prop: '排程类型', width: 120, align:'left', },
|
|
|
- { title: '客户编号', prop: '客户编号', width: 120, align:'left', },
|
|
|
- { title: '客户名称', prop: '客户名称', width: 230, align:'left', },
|
|
|
- { title: '创建用户', prop: '创建用户', width: 120, align:'left', },
|
|
|
- // { title: 'GDUID', prop: 'GDUID', width: 120, align:'left', },
|
|
|
- { title: 'GYUID', prop: 'GYUID', width: 100, align:'left', },
|
|
|
+ { title: '工单编号', prop: '工单编号', width: 110, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '产品代号', prop: '产品代号', width: 110, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '产品名称', prop: '产品名称', width: 340, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '接单日期', prop: '接单日期', width: 110, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '交货日期', prop: '交货日期', width: 110, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '订单数量', prop: '订单数量', width: 110, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '计量单位', prop: '计量单位', width: 110, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '销售订单号', prop: '销售订单号', width: 200, align:'left', sortable: 'sortable', },
|
|
|
+ // { title: '排程类型', prop: '排程类型', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '客户编号', prop: '客户编号', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '客户名称', prop: '客户名称', width: 230, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '创建用户', prop: '创建用户', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ // { title: 'GDUID', prop: 'GDUID', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title: 'GYUID', prop: 'GYUID', width: 100, align:'left', sortable: 'sortable', },
|
|
|
],
|
|
|
"制程中": [
|
|
|
- // { title: '最早开工时间', prop: '最早开工时间', width: 120, align:'left', },
|
|
|
- { title: '工单编号', prop: '工单编号', width: 80, align:'left', },
|
|
|
- { title: '产品代号', prop: '产品代号', width: 90, align:'left', },
|
|
|
- { title: '产品名称', prop: '产品名称', width: 340, align:'left', },
|
|
|
- { title: '接单日期', prop: '接单日期', width: 110, align:'left', },
|
|
|
- { title: '交货日期', prop: '交货日期', width: 110, align:'left', },
|
|
|
- { title: '订单数量', prop: '订单数量', width: 80, align:'left', },
|
|
|
- { title: '计量单位', prop: '计量单位', width: 80, align:'left', },
|
|
|
- { title: '销售订单号', prop: '销售订单号', width: 200, align:'left', },
|
|
|
- // { title: '排程类型', prop: '排程类型', width: 120, align:'left', },
|
|
|
- { title: '客户编号', prop: '客户编号', width: 120, align:'left', },
|
|
|
- { title: '客户名称', prop: '客户名称', width: 120, align:'left', },
|
|
|
- { title: '客户料号', prop: '客户料号', width: 160, align:'left', },
|
|
|
- // { title: 'GDUID', prop: 'GDUID', width: 120, align:'left', },
|
|
|
- { title: 'GYUID', prop: 'GYUID', width: 100, align:'left', },
|
|
|
+ // { title: '最早开工时间', prop: '最早开工时间', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '工单编号', prop: '工单编号', width: 110, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '产品代号', prop: '产品代号', width: 110, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '产品名称', prop: '产品名称', width: 340, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '接单日期', prop: '接单日期', width: 110, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '交货日期', prop: '交货日期', width: 110, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '订单数量', prop: '订单数量', width: 110, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '计量单位', prop: '计量单位', width: 110, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '销售订单号', prop: '销售订单号', width: 200, align:'left', sortable: 'sortable', },
|
|
|
+ // { title: '排程类型', prop: '排程类型', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '客户编号', prop: '客户编号', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '客户名称', prop: '客户名称', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '客户料号', prop: '客户料号', width: 160, align:'left', sortable: 'sortable', },
|
|
|
+ // { title: 'GDUID', prop: 'GDUID', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title: 'GYUID', prop: 'GYUID', width: 100, align:'left', sortable: 'sortable', },
|
|
|
],
|
|
|
"已完工": [
|
|
|
- { title: '工单编号', prop: '工单编号', width: 80, align:'left', },
|
|
|
- { title: '产品代号', prop: '产品代号', width: 110, align:'left', },
|
|
|
- { title: '产品名称', prop: '产品名称', width: 340, align:'left', },
|
|
|
- { title: '接单日期', prop: '接单日期', width: 110, align:'left', },
|
|
|
- { title: '交货日期', prop: '交货日期', width: 110, align:'left', },
|
|
|
- { title: '订单数量', prop: '订单数量', width: 80, align:'left', },
|
|
|
- { title: '计量单位', prop: '计量单位', width: 80, align:'left', },
|
|
|
- { title: '销售订单号', prop: '销售订单号', width: 120, align:'left', },
|
|
|
- { title: '客户编号', prop: '客户编号', width: 80, align:'left', },
|
|
|
- { title: '客户名称', prop: '客户名称', width: 120, align:'left', },
|
|
|
- { title: '客户料号', prop: '客户料号', width: 120, align:'left', },
|
|
|
- // { title: '排程类型', prop: '排程类型', width: 120, align:'left', },
|
|
|
- { title: 'GDUID', prop: 'GDUID', width: 80, align:'left', },
|
|
|
+ { title: '工单编号', prop: '工单编号', width: 110, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '产品代号', prop: '产品代号', width: 110, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '产品名称', prop: '产品名称', width: 340, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '接单日期', prop: '接单日期', width: 110, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '交货日期', prop: '交货日期', width: 110, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '订单数量', prop: '订单数量', width: 110, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '计量单位', prop: '计量单位', width: 110, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '销售订单号', prop: '销售订单号', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '客户编号', prop: '客户编号', width: 110, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '客户名称', prop: '客户名称', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title: '客户料号', prop: '客户料号', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ // { title: '排程类型', prop: '排程类型', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title: 'GDUID', prop: 'GDUID', width: 110, align:'left', sortable: 'sortable', },
|
|
|
]
|
|
|
})
|
|
|
//排程中、制程中下方表格列表
|
|
|
const bottomTableF = ref({
|
|
|
"排程中": [
|
|
|
- { title:'工单编号', prop: '工单编号', width: 90, align:'left', },
|
|
|
- { title:'印件工序及名称', prop: '印件工序及名称', width: 160, align:'left', },
|
|
|
- { title:'机组', prop: '机组', width: 120, align:'left', },
|
|
|
- { title:'设备编号', prop: '设备编号', width: 120, align:'left', },
|
|
|
- { title:'工序产量', prop: '工序产量', width: 120, align:'left', },
|
|
|
- { title:'已完成产量', prop: '产量', width: 120, align:'left', },
|
|
|
- { title:'剩余产量', prop: '剩余产量', width: 120, align:'left', },
|
|
|
- { title:'小时产能', prop: '小时产能', width: 120, align:'left', },
|
|
|
- { title:'产能系数', prop: '产能系数', width: 120, align:'left', },
|
|
|
- { title:'生产工时', prop: '生产工时', width: 120, align:'left', },
|
|
|
- { title:'辅助工时', prop: '辅助工时', width: 120, align:'left', },
|
|
|
- { title:'最早开工时间', prop: '最早开工时间', width: 120, align:'left', },
|
|
|
- { title:'计划开工时间', prop: '计划开工时间', width: 120, align:'left', },
|
|
|
- { title:'计划完工时间', prop: '计划完工时间', width: 120, align:'left', },
|
|
|
- { title:'班次安排', prop: '班次安排', width: 120, align:'left', },
|
|
|
- { title:'设备名称', prop: '设备名称', width: 120, align:'left', },
|
|
|
- { title:'排单备注', prop: '排单备注', width: 120, align:'left', },
|
|
|
- { title:'工序完工', prop: '工序完工', width: 160, align:'left', },
|
|
|
- { title:'UNIQID', prop: 'UNIQID', width: 120, align:'left', },
|
|
|
+ { title:'工单编号', prop: '工单编号', width: 110, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'印件工序及名称', prop: '印件工序及名称', width: 160, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'机组', prop: '机组', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'设备编号', prop: '设备编号', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'工序产量', prop: '工序产量', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'已完成产量', prop: '产量', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'剩余产量', prop: '剩余产量', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'小时产能', prop: '小时产能', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'产能系数', prop: '产能系数', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'生产工时', prop: '生产工时', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'辅助工时', prop: '辅助工时', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'最早开工时间', prop: '最早开工时间', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'计划开工时间', prop: '计划开工时间', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'计划完工时间', prop: '计划完工时间', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'班次安排', prop: '班次安排', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'设备名称', prop: '设备名称', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'排单备注', prop: '排单备注', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'工序完工', prop: '工序完工', width: 160, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'UNIQID', prop: 'UNIQID', width: 120, align:'left', sortable: 'sortable', },
|
|
|
],
|
|
|
"制程中": [
|
|
|
- { title:'工单编号', prop: '工单编号', width: 90, align:'left', },
|
|
|
- { title:'印件工序及名称', prop: '印件工序及名称', width: 160, align:'left', },
|
|
|
- { title:'机组', prop: '机组', width: 120, align:'left', },
|
|
|
- { title:'设备编号', prop: '设备编号', width: 120, align:'left', },
|
|
|
- { title:'工序产量', prop: '工序产量', width: 120, align:'left', },
|
|
|
- { title:'已完成产量', prop: '产量', width: 120, align:'left', },
|
|
|
- { title:'剩余产量', prop: '剩余产量', width: 120, align:'left', },
|
|
|
- { title:'小时产能', prop: '小时产能', width: 120, align:'left', },
|
|
|
- { title:'产能系数', prop: '产能系数', width: 120, align:'left', },
|
|
|
- { title:'生产工时', prop: '生产工时', width: 120, align:'left', },
|
|
|
- { title:'辅助工时', prop: '辅助工时', width: 120, align:'left', },
|
|
|
- { title:'最早开工时间', prop: '最早开工时间', width: 120, align:'left', },
|
|
|
- { title:'计划开工时间', prop: '计划开工时间', width: 120, align:'left', },
|
|
|
- { title:'计划完工时间', prop: '计划完工时间', width: 120, align:'left', },
|
|
|
- { title:'班次安排', prop: '班次安排', width: 120, align:'left', },
|
|
|
- { title:'设备名称', prop: '设备名称', width: 120, align:'left', },
|
|
|
- { title:'排单备注', prop: '排单备注', width: 120, align:'left', },
|
|
|
- { title:'工序完工', prop: '工序完工', width: 160, align:'left', },
|
|
|
- { title:'UNIQID', prop: 'UNIQID', width: 120, align:'left', },
|
|
|
+ { title:'工单编号', prop: '工单编号', width: 110, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'印件工序及名称', prop: '印件工序及名称', width: 160, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'机组', prop: '机组', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'设备编号', prop: '设备编号', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'工序产量', prop: '工序产量', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'已完成产量', prop: '产量', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'剩余产量', prop: '剩余产量', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'小时产能', prop: '小时产能', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'产能系数', prop: '产能系数', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'生产工时', prop: '生产工时', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'辅助工时', prop: '辅助工时', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'最早开工时间', prop: '最早开工时间', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'计划开工时间', prop: '计划开工时间', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'计划完工时间', prop: '计划完工时间', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'班次安排', prop: '班次安排', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'设备名称', prop: '设备名称', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'排单备注', prop: '排单备注', width: 120, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'工序完工', prop: '工序完工', width: 160, align:'left', sortable: 'sortable', },
|
|
|
+ { title:'UNIQID', prop: 'UNIQID', width: 120, align:'left', sortable: 'sortable', },
|
|
|
],
|
|
|
})
|
|
|
//左侧左边栏
|