ruanqi 2 years ago
parent
commit
e961a2a0de
  1. 48
      src/views/modules/knifemold/tool-info.vue

48
src/views/modules/knifemold/tool-info.vue

@ -781,6 +781,54 @@ export default {
sortLv: 0,
status: true,
fixed: false
}, {
userId: this.$store.state.user.name,
functionId: 106001003,
serialNumber: 'toolUseHist106001003SeqNo',
tableId: 'toolUseHist106001003',
tableName: '工具使用记录',
columnProp: 'seqNo',
headerAlign: 'center',
align: 'center',
columnLabel: '派工单号',
columnHidden: false,
columnImage: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
}, {
userId: this.$store.state.user.name,
functionId: 106001003,
serialNumber: 'toolUseHist106001003PartNo',
tableId: 'toolUseHist106001003',
tableName: '工具使用记录',
columnProp: 'partNo',
headerAlign: 'center',
align: 'center',
columnLabel: '物料编码',
columnHidden: false,
columnImage: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
}, {
userId: this.$store.state.user.name,
functionId: 106001003,
serialNumber: 'toolUseHist106001003PartDesc',
tableId: 'toolUseHist106001003',
tableName: '工具使用记录',
columnProp: 'partDesc',
headerAlign: 'center',
align: 'left',
columnLabel: '物料名称',
columnHidden: false,
columnImage: false,
columnSortable: true,
sortLv: 0,
status: true,
fixed: false
},
{
userId: this.$store.state.user.name,

Loading…
Cancel
Save