Browse Source

硫化派工单跟踪表 - 增加列信息/筛选条件派工类型,操作员姓名后面

master
赵宏斌 5 months ago
parent
commit
e85bc342b1
  1. 20
      src/views/modules/production/liuhuaProductView.vue

20
src/views/modules/production/liuhuaProductView.vue

@ -202,7 +202,25 @@
serialNumber: null,
columnType: null,
align: 'left'
}, {
}, {
tableId: "liuhuaView",
tableName: this.$route.meta.title,
columnProp: "shiftType",
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: 'left'
},
{
tableId: "liuhuaView",
tableName: this.$route.meta.title,
columnProp: "partSpec",

Loading…
Cancel
Save