diff --git a/public/config/config.json b/public/config/config.json index cfb4e62..442726a 100644 --- a/public/config/config.json +++ b/public/config/config.json @@ -1,6 +1,6 @@ { "title":"计量业务管理系统", - "baseUrl": "http://111.198.10.15:21606/", + "baseUrl": "http://111.198.10.15:21606", "nbjlgl": "nbjlgl", "nbjszy": "nbjszy", "zlmbpc": "zlmbpc", @@ -76,5 +76,27 @@ "name":"纠正措施实施后的结果验证", "tips":"质量负责人进行纠正措施实施后的结果验证" } + ], + "noConform":[ + { + "director":"", + "ts":"", + "content":"", + "upload":"", + "uploadfield":"", + "title":"质量负责人", + "name":"对问题的分析确认及处理意见", + "tips":"质量负责人填写问题" + }, + { + "director":"", + "ts":"", + "content":"", + "upload":"", + "uploadfield":"", + "title":"计量测试站主任", + "name":"意见", + "tips":"记录测试站主任意见" + } ] } diff --git a/public/config/config.json b/public/config/config.json index cfb4e62..442726a 100644 --- a/public/config/config.json +++ b/public/config/config.json @@ -1,6 +1,6 @@ { "title":"计量业务管理系统", - "baseUrl": "http://111.198.10.15:21606/", + "baseUrl": "http://111.198.10.15:21606", "nbjlgl": "nbjlgl", "nbjszy": "nbjszy", "zlmbpc": "zlmbpc", @@ -76,5 +76,27 @@ "name":"纠正措施实施后的结果验证", "tips":"质量负责人进行纠正措施实施后的结果验证" } + ], + "noConform":[ + { + "director":"", + "ts":"", + "content":"", + "upload":"", + "uploadfield":"", + "title":"质量负责人", + "name":"对问题的分析确认及处理意见", + "tips":"质量负责人填写问题" + }, + { + "director":"", + "ts":"", + "content":"", + "upload":"", + "uploadfield":"", + "title":"计量测试站主任", + "name":"意见", + "tips":"记录测试站主任意见" + } ] } diff --git a/src/views/quality/correct/handle/components/ApprovalDialog.vue b/src/views/quality/correct/handle/components/ApprovalDialog.vue index 938831b..b151671 100644 --- a/src/views/quality/correct/handle/components/ApprovalDialog.vue +++ b/src/views/quality/correct/handle/components/ApprovalDialog.vue @@ -197,7 +197,7 @@ diff --git a/public/config/config.json b/public/config/config.json index cfb4e62..442726a 100644 --- a/public/config/config.json +++ b/public/config/config.json @@ -1,6 +1,6 @@ { "title":"计量业务管理系统", - "baseUrl": "http://111.198.10.15:21606/", + "baseUrl": "http://111.198.10.15:21606", "nbjlgl": "nbjlgl", "nbjszy": "nbjszy", "zlmbpc": "zlmbpc", @@ -76,5 +76,27 @@ "name":"纠正措施实施后的结果验证", "tips":"质量负责人进行纠正措施实施后的结果验证" } + ], + "noConform":[ + { + "director":"", + "ts":"", + "content":"", + "upload":"", + "uploadfield":"", + "title":"质量负责人", + "name":"对问题的分析确认及处理意见", + "tips":"质量负责人填写问题" + }, + { + "director":"", + "ts":"", + "content":"", + "upload":"", + "uploadfield":"", + "title":"计量测试站主任", + "name":"意见", + "tips":"记录测试站主任意见" + } ] } diff --git a/src/views/quality/correct/handle/components/ApprovalDialog.vue b/src/views/quality/correct/handle/components/ApprovalDialog.vue index 938831b..b151671 100644 --- a/src/views/quality/correct/handle/components/ApprovalDialog.vue +++ b/src/views/quality/correct/handle/components/ApprovalDialog.vue @@ -197,7 +197,7 @@ diff --git a/src/views/quality/correct/handle/components/approvalOpinion.vue b/src/views/quality/correct/handle/components/approvalOpinion.vue index 9fb57cb..92b5fe4 100644 --- a/src/views/quality/correct/handle/components/approvalOpinion.vue +++ b/src/views/quality/correct/handle/components/approvalOpinion.vue @@ -56,7 +56,7 @@ item.director = filterData.assigneeName item.ts = filterData.finishTime item.taskId = filterData.taskId - item.content = filterData.comment ? filterData.comment.comment : '-' + item.content = filterData.comment ? filterData.comment.comment : '' item.ruTaskId = filterData.ruTaskId if (item.upload) { // 附件相关 @@ -86,7 +86,7 @@