From 80ff5e413237d80d37ecc171bdfc66a1979442a7 Mon Sep 17 00:00:00 2001
From: zhangdi <1104545947@qq.com>
Date: Thu, 16 Apr 2026 14:39:00 +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 | 4 +-
.../basicData/components/jobTransferAdd.vue | 209 +++++++++++++++---
src/views/basicData/jobTransferManagement.vue | 14 +-
.../shortageApplication/index.vue | 2 +-
.../components/wordReporting.vue | 59 ++++-
.../components/workReportingLog.vue | 16 +-
6 files changed, 246 insertions(+), 58 deletions(-)
diff --git a/src/api/productionManagement/workReportingManagement.js b/src/api/productionManagement/workReportingManagement.js
index e935108..3f1b84c 100644
--- a/src/api/productionManagement/workReportingManagement.js
+++ b/src/api/productionManagement/workReportingManagement.js
@@ -50,10 +50,10 @@ export const uploadPlan = (data) => {
};
// 报工调整-转班
-export const shiftTransfer = (params) => {
+export const shiftTransfer = (data) => {
return request({
url: '/blade-desk/disTasking/shiftTransfer',
method: 'post',
- params
+ data:data
});
};
\ No newline at end of file
diff --git a/src/views/basicData/components/jobTransferAdd.vue b/src/views/basicData/components/jobTransferAdd.vue
index 743adf3..d35d16e 100644
--- a/src/views/basicData/components/jobTransferAdd.vue
+++ b/src/views/basicData/components/jobTransferAdd.vue
@@ -4,12 +4,12 @@
-
+
-
+
@@ -33,102 +33,186 @@
/>
-
-
-
+
-
-
+ (form.station = val)"
+ placeholder="请搜索选择"
+ api-url="/blade-system/post/list"
+ echo-api="/blade-system/post/list"
+ echoParamsKey="ids"
+ echo-method="get"
+ api-method="get"
+ list-key="records"
+ total-key="total"
+ label-key="postName"
+ value-key="id"
+ search-key="id"
+ :debounce-time="500"
+ />
+
-
-
+
-
+
+
+
+
+
-
+
+
+
+
+
-
+
+
+
+
+
-
+
-
+
-
+
+
+
+
+
-
+
-
-
+
+
-
+
-
+
-
+
-
+
+
+
-
+
+
+
-
+
-
+
-
+
-
+
+
+
-
+
+
+
@@ -142,6 +226,8 @@