diff --git a/src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue b/src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue index 80ada50..5d27a64 100644 --- a/src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue +++ b/src/views/modules/orderIssure/soIssueNotify/searchIssureNotify.vue @@ -3073,8 +3073,7 @@ // 查加工中心 getWorkCenterList() { let inData = { - site: this.userBuList[0].buNo.split('_')[0], - buNo: this.userBuList[0].buNo.split('_')[1] + username: this.$store.state.user.name } getWorkCenterList(inData).then(({data}) =>{ if (data && data.code === 0) { diff --git a/src/views/modules/orderIssure/soIssueNotify/searchIssureNotifyForCK.vue b/src/views/modules/orderIssure/soIssueNotify/searchIssureNotifyForCK.vue index ef0fd65..b0c53f0 100644 --- a/src/views/modules/orderIssure/soIssueNotify/searchIssureNotifyForCK.vue +++ b/src/views/modules/orderIssure/soIssueNotify/searchIssureNotifyForCK.vue @@ -454,11 +454,8 @@ export default { }, // 加载加工中心列表 loadWorkCenterList() { - if (this.userBuList.length === 0) return - const buNo = this.userBuList[0].buNo const inData = { - site: buNo.split('_')[0], - buNo: buNo.split('_')[1] + username: this.$store.state.user.name } getWorkCenterList(inData).then(({data}) => { if (data && data.code === 0) { diff --git a/src/views/modules/qc/FQCResultEntry.vue b/src/views/modules/qc/FQCResultEntry.vue index 1c1e476..bbb9033 100644 --- a/src/views/modules/qc/FQCResultEntry.vue +++ b/src/views/modules/qc/FQCResultEntry.vue @@ -661,8 +661,14 @@ :min-width="item.columnWidth" :label="item.columnLabel"> - + + + + + + + + + @@ -146,7 +158,6 @@ - @@ -687,8 +698,14 @@ :min-width="item.columnWidth" :label="item.columnLabel"> { this.resourceList3 = data.rows }) }, + // 加载加工中心列表 + loadWorkCenterList() { + const inData = { + username: this.$store.state.user.name + } + getWorkCenterList(inData).then(({data}) => { + if (data && data.code === 0) { + this.workCenterList = data.rows || [] + } + }) + }, + // 批量打印标签 printList () { if (this.IPQCSelections.length === 0) { diff --git a/src/views/modules/qc/IQCResultEntry.vue b/src/views/modules/qc/IQCResultEntry.vue index 917ba3b..e7df99a 100644 --- a/src/views/modules/qc/IQCResultEntry.vue +++ b/src/views/modules/qc/IQCResultEntry.vue @@ -576,8 +576,14 @@ :min-width="item.columnWidth" :label="item.columnLabel"> + diff --git a/src/views/modules/yieldReport/com_process_inspection.vue b/src/views/modules/yieldReport/com_process_inspection.vue index bcdcaaf..fbd5e2a 100644 --- a/src/views/modules/yieldReport/com_process_inspection.vue +++ b/src/views/modules/yieldReport/com_process_inspection.vue @@ -547,6 +547,29 @@ align="center" min-width="100" label="标准值"> + + + + + + +