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 | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/src/common/request/http.api.js b/src/common/request/http.api.js index ac51b42..fe4c860 100644 --- a/src/common/request/http.api.js +++ b/src/common/request/http.api.js @@ -570,6 +570,15 @@ } }); +// 鍙告満涓婁笅鐝墦鍗� +let Clock = (params, config = {}) => http.post(`/api/CyOSSDriver/Clock`, params,{ + custom: { + methodName: 'Clock', + needToken: true + } +}); + + // 灏嗗悇涓畾涔夌殑鎺ュ彛鍚嶇О锛岀粺涓�鏀捐繘瀵硅薄鎸傝浇鍒皏m.$u.api(鍥犱负vm灏辨槸this锛屼篃鍗硉his.$u.api)涓� @@ -643,7 +652,8 @@ GetDeliverPlanInfo, manageGetDeliverPlanInfo, workerGetDeliverPlans, - workerGetDeliverPlanInfo + workerGetDeliverPlanInfo, + Clock }; // } -- Gitblit v1.9.1