From ee227cd1aa48547e6ca31257452b53b4a624e013 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Thu, 14 May 2026 09:14:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=8A=A5=E5=B7=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/longchuang/productionPlan.js | 2 + .../production-plan-machining-task.vue | 2 +- .../longtron/production-report-cancel.vue | 410 ++++++++++++++++++ 3 files changed, 413 insertions(+), 1 deletion(-) create mode 100644 src/views/modules/longtron/production-report-cancel.vue diff --git a/src/api/longchuang/productionPlan.js b/src/api/longchuang/productionPlan.js index abc5bb5e..57fcdb46 100644 --- a/src/api/longchuang/productionPlan.js +++ b/src/api/longchuang/productionPlan.js @@ -33,6 +33,8 @@ export const getNodeAssigneeList = data => createAPI(`/longchuang/productionPlan export const saveNodeAssignee = data => createAPI(`/longchuang/productionPlan/nodeAssignee/save`, 'post', data) export const getNodeAssigneeUsers = data => createAPI(`/longchuang/productionPlan/nodeAssignee/users`, 'post', data) export const getReportLogList = data => createAPI(`/longchuang/productionPlan/reportLog/list`, 'post', data) +export const getMyReportLogList = data => createAPI(`/longchuang/productionPlan/reportLog/myList`, 'post', data) +export const cancelReportLog = data => createAPI(`/longchuang/productionPlan/reportLog/cancel`, 'post', data) // ================= 生产报工 ================= export const getWorkReportOrderList = data => createAPI(`/longchuang/productionPlan/workReport/list`, 'post', data) diff --git a/src/views/modules/longtron/production-plan-machining-task.vue b/src/views/modules/longtron/production-plan-machining-task.vue index 967cf0d6..86e9d375 100644 --- a/src/views/modules/longtron/production-plan-machining-task.vue +++ b/src/views/modules/longtron/production-plan-machining-task.vue @@ -35,7 +35,7 @@ style="width: 100%" @current-change="onCurrentRowChange"> - + diff --git a/src/views/modules/longtron/production-report-cancel.vue b/src/views/modules/longtron/production-report-cancel.vue new file mode 100644 index 00000000..4df0e003 --- /dev/null +++ b/src/views/modules/longtron/production-report-cancel.vue @@ -0,0 +1,410 @@ + + + + +