diff --git a/src/views/modules/shopOrder/productionOrderScheduling/searchProductionDispatchList.vue b/src/views/modules/shopOrder/productionOrderScheduling/searchProductionDispatchList.vue index 54f42fd..5fba047 100644 --- a/src/views/modules/shopOrder/productionOrderScheduling/searchProductionDispatchList.vue +++ b/src/views/modules/shopOrder/productionOrderScheduling/searchProductionDispatchList.vue @@ -244,7 +244,7 @@ export default { sortLv: 0, status: true, fixed: '', - columnWidth: 80 + columnWidth: 120 }, { userId: this.$store.state.user.name, @@ -254,7 +254,7 @@ export default { tableName: "查询生产派工单表", columnProp: "itemNo", headerAlign: "center", - align: "left", + align: "right", columnLabel: "工序号", columnHidden: false, columnImage: false, @@ -280,7 +280,25 @@ export default { sortLv: 0, status: true, fixed: '', - columnWidth: 160 + columnWidth: 120 + }, + { + userId: this.$store.state.user.name, + functionId: 6023, + serialNumber: '6023TableSResourceID', + tableId: "6023Table", + tableName: "查询生产派工单表", + columnProp: "sResourceID", + headerAlign: "center", + align: "left", + columnLabel: "机台号", + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 80 }, { userId: this.$store.state.user.name, @@ -290,7 +308,7 @@ export default { tableName: "查询生产派工单表", columnProp: "planStartTime", headerAlign: "center", - align: "left", + align: "center", columnLabel: "计划开工时间", columnHidden: false, columnImage: false, @@ -298,7 +316,7 @@ export default { sortLv: 0, status: true, fixed: '', - columnWidth: 120 + columnWidth: 150 }, { userId: this.$store.state.user.name, @@ -308,7 +326,7 @@ export default { tableName: "查询生产派工单表", columnProp: "planFinishTime", headerAlign: "center", - align: "left", + align: "center", columnLabel: "计划完工时间", columnHidden: false, columnImage: false, @@ -316,7 +334,7 @@ export default { sortLv: 0, status: true, fixed: '', - columnWidth: 120 + columnWidth: 150 }, { userId: this.$store.state.user.name, @@ -326,7 +344,7 @@ export default { tableName: "查询生产派工单表", columnProp: "inAdvancedFlag", headerAlign: "center", - align: "left", + align: "center", columnLabel: "排产早于上工序", columnHidden: false, columnImage: false, @@ -334,7 +352,7 @@ export default { sortLv: 0, status: true, fixed: '', - columnWidth: 120 + columnWidth: 100 }, { userId: this.$store.state.user.name, @@ -344,7 +362,7 @@ export default { tableName: "查询生产派工单表", columnProp: "preOpsPlanStartTime", headerAlign: "center", - align: "left", + align: "center", columnLabel: "上道工序计划开工日期", columnHidden: false, columnImage: false, @@ -362,7 +380,7 @@ export default { tableName: "查询生产派工单表", columnProp: "preOpsPlanFinishTime", headerAlign: "center", - align: "left", + align: "center", columnLabel: "上道工序计划完工日期", columnHidden: false, columnImage: false, @@ -388,7 +406,7 @@ export default { sortLv: 0, status: true, fixed: '', - columnWidth: 80 + columnWidth: 120 }, { userId: this.$store.state.user.name, @@ -406,7 +424,7 @@ export default { sortLv: 0, status: true, fixed: '', - columnWidth: 80 + columnWidth: 200 }, { userId: this.$store.state.user.name, @@ -434,15 +452,15 @@ export default { tableName: "查询生产派工单表", columnProp: "lotSize", headerAlign: "center", - align: "left", - columnLabel: "待生产数量", + align: "right", + columnLabel: "未完数量", columnHidden: false, columnImage: false, columnSortable: false, sortLv: 0, status: true, fixed: '', - columnWidth: 100 + columnWidth: 80 }, { userId: this.$store.state.user.name, @@ -452,15 +470,15 @@ export default { tableName: "查询生产派工单表", columnProp: "qtyReported", headerAlign: "center", - align: "left", - columnLabel: "已报告数量", + align: "right", + columnLabel: "完工数量", columnHidden: false, columnImage: false, columnSortable: false, sortLv: 0, status: true, fixed: '', - columnWidth: 100 + columnWidth: 80 }, { userId: this.$store.state.user.name, @@ -470,7 +488,7 @@ export default { tableName: "查询生产派工单表", columnProp: "closedFlag", headerAlign: "center", - align: "left", + align: "center", columnLabel: "是否关闭", columnHidden: false, columnImage: false, @@ -488,7 +506,7 @@ export default { tableName: "查询生产派工单表", columnProp: "timeRequired", headerAlign: "center", - align: "left", + align: "center", columnLabel: "计划时间", columnHidden: false, columnImage: false, @@ -506,7 +524,7 @@ export default { tableName: "查询生产派工单表", columnProp: "needDate", headerAlign: "center", - align: "left", + align: "center", columnLabel: "需求日期", columnHidden: false, columnImage: false, @@ -524,7 +542,7 @@ export default { tableName: "查询生产派工单表", columnProp: "preItemNo", headerAlign: "center", - align: "left", + align: "right", columnLabel: "前道工序", columnHidden: false, columnImage: false, @@ -532,7 +550,7 @@ export default { sortLv: 0, status: true, fixed: '', - columnWidth: 100 + columnWidth: 80 }, { userId: this.$store.state.user.name, @@ -560,7 +578,7 @@ export default { tableName: "查询生产派工单表", columnProp: "preScheduledFlag", headerAlign: "center", - align: "left", + align: "center", columnLabel: "前道工序是否排产", columnHidden: false, columnImage: false, @@ -568,7 +586,7 @@ export default { sortLv: 0, status: true, fixed: '', - columnWidth: 150 + columnWidth: 110 }, { userId: this.$store.state.user.name, @@ -578,7 +596,7 @@ export default { tableName: "查询生产派工单表", columnProp: "nextItemNo", headerAlign: "center", - align: "left", + align: "right", columnLabel: "后道工序", columnHidden: false, columnImage: false, @@ -614,7 +632,7 @@ export default { tableName: "查询生产派工单表", columnProp: "nextScheduledFlag", headerAlign: "center", - align: "left", + align: "center", columnLabel: "后道工序是否排产", columnHidden: false, columnImage: false, @@ -622,25 +640,7 @@ export default { sortLv: 0, status: true, fixed: '', - columnWidth: 150 - }, - { - userId: this.$store.state.user.name, - functionId: 6023, - serialNumber: '6023TableSResourceID', - tableId: "6023Table", - tableName: "查询生产派工单表", - columnProp: "sResourceID", - headerAlign: "center", - align: "left", - columnLabel: "机台号", - columnHidden: false, - columnImage: false, - columnSortable: false, - sortLv: 0, - status: true, - fixed: '', - columnWidth: 80 + columnWidth: 110 }, { userId: this.$store.state.user.name, @@ -658,7 +658,7 @@ export default { sortLv: 0, status: true, fixed: '', - columnWidth: 80 + columnWidth: 120 }, { userId: this.$store.state.user.name, @@ -668,7 +668,7 @@ export default { tableName: "查询生产派工单表", columnProp: "enterDate", headerAlign: "center", - align: "left", + align: "center", columnLabel: "录入日期", columnHidden: false, columnImage: false, @@ -694,7 +694,7 @@ export default { sortLv: 0, status: true, fixed: '', - columnWidth: 80 + columnWidth: 150 }, { userId: this.$store.state.user.name, @@ -712,7 +712,7 @@ export default { sortLv: 0, status: true, fixed: '', - columnWidth: 80 + columnWidth: 100 }, { userId: this.$store.state.user.name, @@ -722,7 +722,7 @@ export default { tableName: "查询生产派工单表", columnProp: "machRunFactor", headerAlign: "center", - align: "left", + align: "right", columnLabel: "单位产出", columnHidden: false, columnImage: false, @@ -740,7 +740,7 @@ export default { tableName: "查询生产派工单表", columnProp: "machSetupTime", headerAlign: "center", - align: "left", + align: "right", columnLabel: "调机时间", columnHidden: false, columnImage: false, @@ -768,24 +768,6 @@ export default { fixed: '', columnWidth: 80 }, - { - userId: this.$store.state.user.name, - functionId: 6023, - serialNumber: '6023TableSite', - tableId: "6023Table", - tableName: "查询生产派工单表", - columnProp: "site", - headerAlign: "center", - align: "left", - columnLabel: "工厂编号", - columnHidden: false, - columnImage: false, - columnSortable: false, - sortLv: 0, - status: true, - fixed: '', - columnWidth: 80 - }, { userId: this.$store.state.user.name, functionId: 6023, @@ -802,7 +784,7 @@ export default { sortLv: 0, status: true, fixed: '', - columnWidth: 80 + columnWidth: 120 }, { userId: this.$store.state.user.name, @@ -812,7 +794,7 @@ export default { tableName: "查询生产派工单表", columnProp: "qtyScheduledPreOps", headerAlign: "center", - align: "left", + align: "right", columnLabel: "前道工序已排产数量", columnHidden: false, columnImage: false, @@ -848,7 +830,7 @@ export default { tableName: "查询生产派工单表", columnProp: "requiredOriginal", headerAlign: "center", - align: "left", + align: "right", columnLabel: "派工单需求工时", columnHidden: false, columnImage: false, @@ -856,7 +838,7 @@ export default { sortLv: 0, status: true, fixed: '', - columnWidth: 120 + columnWidth: 110 }, { userId: this.$store.state.user.name, @@ -866,7 +848,7 @@ export default { tableName: "查询生产派工单表", columnProp: "parkFlag", headerAlign: "center", - align: "left", + align: "center", columnLabel: "暂停", columnHidden: false, columnImage: false, @@ -884,7 +866,7 @@ export default { tableName: "查询生产派工单表", columnProp: "qtyRequiredOriginal", headerAlign: "center", - align: "left", + align: "right", columnLabel: "派工单需求数量", columnHidden: false, columnImage: false, @@ -910,7 +892,7 @@ export default { sortLv: 0, status: true, fixed: '', - columnWidth: 100 + columnWidth: 120 }, { userId: this.$store.state.user.name, @@ -938,7 +920,7 @@ export default { tableName: "查询生产派工单表", columnProp: "closedDate", headerAlign: "center", - align: "left", + align: "center", columnLabel: "关闭日期", columnHidden: false, columnImage: false,