diff --git a/src/views/modules/board/VulcanizationDispatchOrder.vue b/src/views/modules/board/VulcanizationDispatchOrder.vue index 85f17c9..9c59775 100644 --- a/src/views/modules/board/VulcanizationDispatchOrder.vue +++ b/src/views/modules/board/VulcanizationDispatchOrder.vue @@ -67,8 +67,8 @@ export default { }, { tableId: "vulcanizationTable", tableName: this.$route.meta.title, - columnProp: "partSpec", - columnLabel: "规格型号", + columnProp: "partNo", + columnLabel: "物料编码", columnHidden: false, columnImage: false, columnSortable: false, @@ -84,12 +84,12 @@ export default { },{ tableId: "vulcanizationTable", tableName: this.$route.meta.title, - columnProp: "qtyReported", - columnLabel: "报工数量", + columnProp: "partSpec", + columnLabel: "规格型号", columnHidden: false, columnImage: false, columnSortable: false, - columnWidth: 70, + columnWidth: 120, format: null, functionId: this.$route.meta.menuId, sortLv: 0, @@ -97,16 +97,16 @@ export default { fixed: '', serialNumber: null, columnType: null, - align: 'right' - }, { + align: 'left' + },{ tableId: "vulcanizationTable", tableName: this.$route.meta.title, - columnProp: "liuhuaTime", - columnLabel: "硫化首次报工", + columnProp: "qtyReported", + columnLabel: "派工数量", columnHidden: false, columnImage: false, columnSortable: false, - columnWidth: 130, + columnWidth: 70, format: null, functionId: this.$route.meta.menuId, sortLv: 0, @@ -114,16 +114,16 @@ export default { fixed: '', serialNumber: null, columnType: null, - align: 'center' - }, { + align: 'right' + },{ tableId: "vulcanizationTable", tableName: this.$route.meta.title, - columnProp: "xiubianWancheng", - columnLabel: "修边完成率", + columnProp: "qtyApprove", + columnLabel: "报工数量", columnHidden: false, columnImage: false, columnSortable: false, - columnWidth: 80, + columnWidth: 70, format: null, functionId: this.$route.meta.menuId, sortLv: 0, @@ -132,11 +132,12 @@ export default { serialNumber: null, columnType: null, align: 'right' - }, { + }, + { tableId: "vulcanizationTable", tableName: this.$route.meta.title, - columnProp: "xiubianTime", - columnLabel: "修边首次报工", + columnProp: "liuhuaTime", + columnLabel: "硫化首次报工", columnHidden: false, columnImage: false, columnSortable: false, @@ -149,28 +150,12 @@ export default { serialNumber: null, columnType: null, align: 'center' - }, { - tableId: "vulcanizationTable", - tableName: this.$route.meta.title, - columnProp: "hongkaoWancheng", - columnLabel: "烘烤完成率", - columnHidden: false, - columnImage: false, - columnSortable: false, - columnWidth: 80, - format: null, - functionId: this.$route.meta.menuId, - sortLv: 0, - status: true, - fixed: '', - serialNumber: null, - columnType: null, - align: 'right' - }, { + }, + { tableId: "vulcanizationTable", tableName: this.$route.meta.title, - columnProp: "hongkaoTime", - columnLabel: "烘烤首次报工", + columnProp: "liuhuaWancheng", + columnLabel: "硫化完成率", columnHidden: false, columnImage: false, columnSortable: false, @@ -183,28 +168,12 @@ export default { serialNumber: null, columnType: null, align: 'center' - }, { - tableId: "vulcanizationTable", - tableName: this.$route.meta.title, - columnProp: "jiagongWancheng", - columnLabel: "加工完成率", - columnHidden: false, - columnImage: false, - columnSortable: false, - columnWidth: 80, - format: null, - functionId: this.$route.meta.menuId, - sortLv: 0, - status: true, - fixed: '', - serialNumber: null, - columnType: null, - align: 'right' - }, { + }, + { tableId: "vulcanizationTable", tableName: this.$route.meta.title, - columnProp: "jiagongTime", - columnLabel: "加工首次报工", + columnProp: "ScheduledDate", + columnLabel: "派工日期", columnHidden: false, columnImage: false, columnSortable: false, @@ -217,28 +186,12 @@ export default { serialNumber: null, columnType: null, align: 'center' - }, { - tableId: "vulcanizationTable", - tableName: this.$route.meta.title, - columnProp: "jianyanWancheng", - columnLabel: "检验完成率", - columnHidden: false, - columnImage: false, - columnSortable: false, - columnWidth: 80, - format: null, - functionId: this.$route.meta.menuId, - sortLv: 0, - status: true, - fixed: '', - serialNumber: null, - columnType: null, - align: 'right' - }, { + }, + { tableId: "vulcanizationTable", tableName: this.$route.meta.title, - columnProp: "jianyanTime", - columnLabel: "检验首次报工", + columnProp: "lastCloseDepartment", + columnLabel: "最后关闭工序", columnHidden: false, columnImage: false, columnSortable: false, @@ -251,28 +204,12 @@ export default { serialNumber: null, columnType: null, align: 'center' - }, { - tableId: "vulcanizationTable", - tableName: this.$route.meta.title, - columnProp: "baozhuangWancheng", - columnLabel: "包装完成率", - columnHidden: false, - columnImage: false, - columnSortable: false, - columnWidth: 80, - format: null, - functionId: this.$route.meta.menuId, - sortLv: 0, - status: true, - fixed: '', - serialNumber: null, - columnType: null, - align: 'right' - }, { + }, + { tableId: "vulcanizationTable", tableName: this.$route.meta.title, - columnProp: "baozhuangTime", - columnLabel: "包装首次报工", + columnProp: "LatestReportDepartment", + columnLabel: "最后报工工序", columnHidden: false, columnImage: false, columnSortable: false,