diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue index c466c4d..d14b830 100644 --- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue +++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue @@ -142,12 +142,12 @@ -
- - PE人员 - - -
+ + + + + +
CS人员 diff --git a/src/views/modules/sys/user.vue b/src/views/modules/sys/user.vue index 6addaa2..5959224 100644 --- a/src/views/modules/sys/user.vue +++ b/src/views/modules/sys/user.vue @@ -502,10 +502,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{'查询'}} + + { + this.searchProjectModel(); + this.projectRoleFlag=true + }, + searchProjectModel(){ + searchAccessProjectForUser(this.projectRoleSearchData).then(({data}) => { this.projectRoleList=data.rows }) - this.projectRoleFlag=true }, changeAll(row){ if(row.checkAll){ diff --git a/src/views/modules/tooling/searchToolApply.vue b/src/views/modules/tooling/searchToolApply.vue index 8917a54..d484e4b 100644 --- a/src/views/modules/tooling/searchToolApply.vue +++ b/src/views/modules/tooling/searchToolApply.vue @@ -1062,6 +1062,60 @@ fixed: '', columnWidth: 70 }, + { + userId: this.$store.state.user.name, + functionId: 106002, + serialNumber: '106002Table2PartDesc', + tableId: '106002Table2', + tableName: '工具申请明细', + columnProp: 'partDesc', + headerAlign: 'center', + align: 'center', + columnLabel: '物料描述', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 120 + }, + { + userId: this.$store.state.user.name, + functionId: 106002, + serialNumber: '106002Table2IfsPartNo', + tableId: '106002Table2', + tableName: '工具申请明细', + columnProp: 'ifsPartNo', + headerAlign: 'center', + align: 'center', + columnLabel: 'IFS料号', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 70 + }, + { + userId: this.$store.state.user.name, + functionId: 106002, + serialNumber: '106002Table2CustomerPartNo', + tableId: '106002Table2', + tableName: '工具申请明细', + columnProp: 'customerPartNo', + headerAlign: 'center', + align: 'center', + columnLabel: '客户料号', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 70 + }, { userId: this.$store.state.user.name, functionId: 106002, @@ -1846,7 +1900,7 @@ }) } - if (localStorage.getItem('ToolApplyData') != null) { + if (localStorage.getItem('ToolApplyData') != null&&localStorage.getItem('ToolApplyData') != undefined) { let data = JSON.parse(localStorage.getItem('ToolApplyData')); if (data){ this.searchData.applyNo = data.applyNo @@ -1872,6 +1926,7 @@ } this.dataListLoading = false }) + localStorage.removeItem('ToolApplyData'); } }, }