From cf9c9afb38e1749b55ca6c3f58539b3cd7ff8019 Mon Sep 17 00:00:00 2001 From: zhaoxiaolin Date: Tue, 23 Jul 2024 17:51:03 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=95=8C=E9=9D=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/plan/order/index.vue | 4 +-- src/views/plan/workorder/index.vue | 26 ++++++++++--------- .../quality/qcIncome/checkProjectType.vue | 8 ++++++ 3 files changed, 24 insertions(+), 14 deletions(-) diff --git a/src/views/plan/order/index.vue b/src/views/plan/order/index.vue index 3bc9171..0482e07 100644 --- a/src/views/plan/order/index.vue +++ b/src/views/plan/order/index.vue @@ -116,14 +116,14 @@ >导出 - + diff --git a/src/views/plan/workorder/index.vue b/src/views/plan/workorder/index.vue index ad68014..f72479c 100644 --- a/src/views/plan/workorder/index.vue +++ b/src/views/plan/workorder/index.vue @@ -251,7 +251,7 @@
@@ -285,11 +285,11 @@ + width="130"> + - + - + +
diff --git a/src/views/quality/qcIncome/checkProjectType.vue b/src/views/quality/qcIncome/checkProjectType.vue index e1ffbc3..8540428 100644 --- a/src/views/quality/qcIncome/checkProjectType.vue +++ b/src/views/quality/qcIncome/checkProjectType.vue @@ -18,6 +18,7 @@ + + + + + + From 139fabc2861d89d087e44a6cdd4fba378f26ba78 Mon Sep 17 00:00:00 2001 From: Yangwl <1726150332@qq.com> Date: Thu, 25 Jul 2024 18:07:38 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E8=AE=A1=E4=BB=B6=E5=B7=A5=E8=B5=84?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/mes/unitPriceReport.js | 15 +- src/views/mes/unitpriceReport/index.vue | 272 +++++++++++++++++------- 2 files changed, 211 insertions(+), 76 deletions(-) diff --git a/src/api/mes/unitPriceReport.js b/src/api/mes/unitPriceReport.js index b465c2f..847ccf5 100644 --- a/src/api/mes/unitPriceReport.js +++ b/src/api/mes/unitPriceReport.js @@ -8,11 +8,18 @@ export function listUnitPriceReport(query) { params: query }); } +// export function getReport(id) { +// return request({ +// url: '/mes/unitPriceReport/' + id, +// method: 'get' +// }); +// } +// 查询【计件工资】详细 export function getReport(id) { - return request({ - url: '/mes/unitPriceReport/' + id, - method: 'get' - }); + return request({ + url: '/mes/unitPriceReport/' + id, + method: 'get' + }); } // 修改计件工资统计 export function updateUnitPriceReport(data) { diff --git a/src/views/mes/unitpriceReport/index.vue b/src/views/mes/unitpriceReport/index.vue index b025e1c..498d4e9 100644 --- a/src/views/mes/unitpriceReport/index.vue +++ b/src/views/mes/unitpriceReport/index.vue @@ -50,7 +50,7 @@ @keyup.enter.native="handleQuery" /> - + + + + + + + + + + + + 修改 + + + - + + - + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + @@ -147,41 +159,103 @@ + - - + + + + + + + + + + + + + + + + + + + + - - - - + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -200,7 +274,7 @@ - +