From 8971f0d0ad44b1e01e76b66e8cd231882841911c Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Wed, 4 Feb 2026 16:02:35 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=AE=A1=E7=90=86=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../workReportingManagement.js | 28 +++++++ .../workReportingManagement.vue | 74 +++++++++---------- 2 files changed, 61 insertions(+), 41 deletions(-) create mode 100644 src/api/productionManagement/workReportingManagement.js diff --git a/src/api/productionManagement/workReportingManagement.js b/src/api/productionManagement/workReportingManagement.js new file mode 100644 index 0000000..ecef396 --- /dev/null +++ b/src/api/productionManagement/workReportingManagement.js @@ -0,0 +1,28 @@ +import request from '@/axios'; +//列表接口 +export const getList = (params) => { + return request({ + url: '/blade-desk/order/plateGoodsApply/page', + method: 'get', + params + }); +}; + + +//报工记录接口 +export const getRecordList = (params) => { + return request({ + url: '/blade-desk/order/plateGoodsApply/page', + method: 'get', + params + }); +}; + +// 扫描流程卡号获取数据 +export const getDataByCardNo = (params) => { + return request({ + url: '/blade-desk/order/plateGoodsApply/getByCardNo', + method: 'get', + params + }); +}; \ No newline at end of file diff --git a/src/views/productionManagement/workReportingManagement.vue b/src/views/productionManagement/workReportingManagement.vue index 916fd04..26fa160 100644 --- a/src/views/productionManagement/workReportingManagement.vue +++ b/src/views/productionManagement/workReportingManagement.vue @@ -25,7 +25,7 @@ - + 保存 @@ -33,31 +33,13 @@ - - {{ row.receiveMan.userName }} - - - {{ row.prWorkOrder.cardNo }} - - - {{ row.prWorkOrder.pjYieldOrder.partCode }} - - - {{ row.prWorkOrder.batchNo }} - - - {{ row.procedureSet.ppsName }} - - - {{ row.makeTeam.tsName }} - - - {{ row.receiveMan.tsName }} - + 详情 + + 保存 @@ -68,6 +50,7 @@ + 旧班组:{{ data[0].prWorkOrder.makeTeam.tsName }} @@ -88,12 +71,14 @@