From 369ac04f4052fe6facfc8261aff0ca4af0341111 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E4=B8=BD=E5=90=9B?= <664953382@qq.com> Date: Fri, 17 Dec 2021 14:10:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=A1=E6=81=AF=E5=8C=96=E7=AE=A1=E7=90=862?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/chartList/page6/index.vue | 12 +- src/views/chartList/page6/indexApi.js | 42 +++---- src/views/chartList/page6/right1.vue | 160 ++++++++++++++++++++++++++ 3 files changed, 178 insertions(+), 36 deletions(-) create mode 100644 src/views/chartList/page6/right1.vue diff --git a/src/views/chartList/page6/index.vue b/src/views/chartList/page6/index.vue index fbd9ebd..2a6f93f 100644 --- a/src/views/chartList/page6/index.vue +++ b/src/views/chartList/page6/index.vue @@ -8,11 +8,9 @@ 信息化指标 - @@ -23,8 +21,7 @@ import left1 from './left1.vue' import left2 from './left2.vue' import left3 from './left3.vue' import center1 from './center1.vue' -// import center2 from './center2.vue' -// import right1 from './right1.vue' +import right1 from './right1.vue' // import right2 from './right2.vue' // import right3 from './right3.vue' export default { @@ -33,8 +30,7 @@ export default { left2, left3, center1, - // center2, - // right1, + right1, // right2, // right3, }, diff --git a/src/views/chartList/page6/indexApi.js b/src/views/chartList/page6/indexApi.js index 226cb52..e4dcd15 100644 --- a/src/views/chartList/page6/indexApi.js +++ b/src/views/chartList/page6/indexApi.js @@ -58,34 +58,20 @@ export function centerOneUpdate(data) { data, }) } -// /** --------------- center2 --------------- */ -// // 关键参数SPC分析 -// export function centerTwoList(params) { -// return request({ -// url: '/hx/spcInfo/list', -// params, -// }) -// } -// // 导出模板 -// export function centerTwoImportTemplate() { -// return request({ -// url: '/hx/spcInfo/importTemplate', -// }) -// } -// /** --------------- right1 --------------- */ -// // 质量问题 -// export function rightOneList(params) { -// return request({ -// url: '/hx/qualityProblem/list', -// params, -// }) -// } -// // 导出模板 -// export function rightOneImportTemplate() { -// return request({ -// url: '/hx/qualityProblem/importTemplate', -// }) -// } +/** --------------- right1 --------------- */ +// 部门计划完成情况列表 +export function rightOneList(params) { + return request({ + url: '/hx/planCompleted/list', + params, + }) +} +// 导出模板 +export function rightOneImportTemplate() { + return request({ + url: '/hx/planCompleted/importTemplate', + }) +} // /** --------------- right2 --------------- */ // // 质量检查分析 // export function rightTwoList(params) { diff --git a/src/views/chartList/page6/right1.vue b/src/views/chartList/page6/right1.vue new file mode 100644 index 0000000..ec90396 --- /dev/null +++ b/src/views/chartList/page6/right1.vue @@ -0,0 +1,160 @@ + +