rq 3 years ago
parent
commit
5993daa852
  1. 17
      src/views/modules/production/cancelSfdc.vue
  2. 17
      src/views/modules/production/cancelSfdcForWareHouse.vue

17
src/views/modules/production/cancelSfdc.vue

@ -264,6 +264,23 @@
tableId: "sfdcList",
tableName: this.$route.meta.title,
columnProp: "reportDate",
columnLabel: "报工日期",
columnHidden: false,
columnImage: false,
columnSortable: false,
columnWidth: 100,
format: null,
functionId: this.$route.meta.menuId,
sortLv: 0,
status: true,
fixed: '',
serialNumber: null,
columnType: null,
align: 'left'
}, {
tableId: "sfdcList",
tableName: this.$route.meta.title,
columnProp: "statisticDate",
columnLabel: "报工时间",
columnHidden: false,
columnImage: false,

17
src/views/modules/production/cancelSfdcForWareHouse.vue

@ -209,6 +209,23 @@
tableId: "sfdcList",
tableName: this.$route.meta.title,
columnProp: "reportDate",
columnLabel: "报工日期",
columnHidden: false,
columnImage: false,
columnSortable: false,
columnWidth: 100,
format: null,
functionId: this.$route.meta.menuId,
sortLv: 0,
status: true,
fixed: '',
serialNumber: null,
columnType: null,
align: 'left'
}, {
tableId: "sfdcList",
tableName: this.$route.meta.title,
columnProp: "statisticDate",
columnLabel: "报工时间",
columnHidden: false,
columnImage: false,

Loading…
Cancel
Save