From 6dc59277cedc8c995b1c68807e40a6ee5903f0f4 Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期一, 10 三月 2025 17:18:15 +0800
Subject: [PATCH] 送货受理受理成功生成送货安排

---
 src/common/request/http.api.js |   41 +++++++++++++++++++++++++++++++++++++++--
 1 files changed, 39 insertions(+), 2 deletions(-)

diff --git a/src/common/request/http.api.js b/src/common/request/http.api.js
index 38b8572..fe4c860 100644
--- a/src/common/request/http.api.js
+++ b/src/common/request/http.api.js
@@ -482,6 +482,14 @@
 	}
 });
 
+//绠$悊鍛樿幏鍙栭�佽揣鍗曡鎯�
+let manageGetDeliverPlanInfo = (KeyId, config = {}) => http.get(`/api/CyOsDeliverManage/GetDeliverPlanInfo/${KeyId}`,{
+	custom: {
+		methodName: 'manageGetDeliverPlanInfo',
+		needToken: true
+	}
+});
+
 //淇敼閫佽揣鍗�
 let UpDataDeliverPlans = (params, config = {}) => http.post(`/api/CyOsDeliverManage/UpDataDeliverPlans`, params, {
 	custom: {
@@ -522,10 +530,26 @@
 	}
 });
 
+//鍛樺伐鑾峰彇閫佽揣鍗�
+let workerGetDeliverPlans = (params, config = {}) => http.post(`/api/CyOSStaff/GetDeliverPlans`, params,{
+	custom: {
+		methodName: 'workerGetDeliverPlans',
+		needToken: true
+	}
+});
+
 //鍙告満鑾峰彇閫佽揣鍗曡鎯�
 let GetDeliverPlanInfo = (KeyId, config = {}) => http.get(`/api/CyOSSDriver/GetDeliverPlanInfo/${KeyId}`,{
 	custom: {
 		methodName: 'GetDeliverPlanInfo',
+		needToken: true
+	}
+});
+
+//鍛樺伐鑾峰彇閫佽揣鍗曡鎯�
+let workerGetDeliverPlanInfo = (KeyId, config = {}) => http.get(`/api/CyOSStaff/GetDeliverPlanInfo/${KeyId}`,{
+	custom: {
+		methodName: 'workerGetDeliverPlanInfo',
 		needToken: true
 	}
 });
@@ -539,12 +563,21 @@
 });
 
 // 鍙告満瀹屾垚閰嶉��
-let FinishDeliverPlan = (KeyId, config = {}) => http.post(`/api/CyOSSDriver/FinishDeliverPlan`, params,{
+let FinishDeliverPlan = (params, config = {}) => http.post(`/api/CyOSSDriver/FinishDeliverPlan`, params,{
 	custom: {
 		methodName: 'FinishDeliverPlan',
 		needToken: true
 	}
 });
+
+// 鍙告満涓婁笅鐝墦鍗�
+let Clock = (params, config = {}) => http.post(`/api/CyOSSDriver/Clock`, params,{
+	custom: {
+		methodName: 'Clock',
+		needToken: true
+	}
+});
+
 
 
 
@@ -616,7 +649,11 @@
 	driverGetDeliverPlans,
 	StartDeliverPlan,
 	FinishDeliverPlan,
-	GetDeliverPlanInfo
+	GetDeliverPlanInfo,
+	manageGetDeliverPlanInfo,
+	workerGetDeliverPlans,
+	workerGetDeliverPlanInfo,
+	Clock
 };
 // }
 

--
Gitblit v1.9.1