diff --git a/src/views/modules/knifemold/tool-info.vue b/src/views/modules/knifemold/tool-info.vue index e4859b6..df7d717 100644 --- a/src/views/modules/knifemold/tool-info.vue +++ b/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,