From 95499df322310c4cb8ef73feb90f28fd5bb0a52b Mon Sep 17 00:00:00 2001 From: yinq Date: Wed, 10 Jan 2024 15:02:11 +0800 Subject: [PATCH 1/2] =?UTF-8?q?update=20-=20=E7=94=9F=E4=BA=A7=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/production/planInfo/index.vue | 272 +++++++++++++----------- 1 file changed, 147 insertions(+), 125 deletions(-) diff --git a/src/views/production/planInfo/index.vue b/src/views/production/planInfo/index.vue index b3809f7..6c8f13d 100644 --- a/src/views/production/planInfo/index.vue +++ b/src/views/production/planInfo/index.vue @@ -54,16 +54,16 @@ - - - - - - - - - - + + + + + + + + + + 修改 + >修改 + 删除 + >删除 + 导出 + >导出 + - + - - - - - - - - - - - + + + + + + + + + + + + + - + - + - - + + - - + + @@ -147,14 +152,15 @@ icon="el-icon-edit" @click="handleUpdate(scope.row)" v-hasPermi="['production:planInfo:edit']" - >修改计划 - - - - - - - + >修改计划 + + + + + + + + @@ -170,11 +176,21 @@ + + + + + - + - + @@ -188,8 +204,9 @@ + - + - + - + + v-model="form.beginTime" + type="datetime" + value-format="yyyy-MM-dd HH:mm:ss" + placeholder="请选择实际开始时间" + > + v-model="form.endTime" + type="datetime" + value-format="yyyy-MM-dd HH:mm:ss" + placeholder="请选择实际完成时间" + > @@ -230,11 +249,11 @@ From 28a51fa9546bbf332630f334ec6a85389939d5d5 Mon Sep 17 00:00:00 2001 From: yinq Date: Thu, 11 Jan 2024 13:37:29 +0800 Subject: [PATCH 2/2] =?UTF-8?q?update=20-=20=E8=B4=A8=E9=87=8F=E7=BC=BA?= =?UTF-8?q?=E9=99=B7=E7=BB=9F=E8=AE=A1=E5=88=86=E6=9E=90=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/report/reportAPI.js | 9 + src/views/base/orderInfo/index.vue | 8 + .../index.vue | 172 +++++++++++------- 3 files changed, 128 insertions(+), 61 deletions(-) diff --git a/src/api/report/reportAPI.js b/src/api/report/reportAPI.js index d60cdfe..40d74d6 100644 --- a/src/api/report/reportAPI.js +++ b/src/api/report/reportAPI.js @@ -54,6 +54,15 @@ export function qualityDefectsStatisticalAnalysisList(query) { }) } +// 质量缺陷统计分析明细 +export function qualityDefectsDetailList(query) { + return request({ + url: '/report/qualityReport/qualityDefectsDetailList', + method: 'get', + params: query + }) +} + // 少错件报表 export function fewerMistakesReportList(query) { return request({ diff --git a/src/views/base/orderInfo/index.vue b/src/views/base/orderInfo/index.vue index ca2398a..a196011 100644 --- a/src/views/base/orderInfo/index.vue +++ b/src/views/base/orderInfo/index.vue @@ -19,6 +19,14 @@ @keyup.enter.native="handleQuery" /> + + +
- - + + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - + + + + + + + @@ -108,16 +106,52 @@ + + + + + + + + + + + + + + + + + + 工位缺陷明细信息 + + + + + + + + + + + + + + +