From d7fe8ae3888c8e2b1eea3c1e3769be0d42a21cc9 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 16 十月 2023 09:03:47 +0800
Subject: [PATCH] Merge branch '1.0.3' of http://139.186.142.91:10010/r/productDev/dmMes into 1.0.3

---
 h5_standard/src/apis/PlanningAPI.ts |   53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 53 insertions(+), 0 deletions(-)

diff --git a/h5_standard/src/apis/PlanningAPI.ts b/h5_standard/src/apis/PlanningAPI.ts
index 2454c45..c8a608d 100644
--- a/h5_standard/src/apis/PlanningAPI.ts
+++ b/h5_standard/src/apis/PlanningAPI.ts
@@ -104,3 +104,56 @@
         method: 'get'
     })
 }
+
+// 鏍规嵁瀵硅薄淇℃伅鏌ヨ
+export function queryOne (data: any): Promise<any> {
+    return httpRequest({
+        url: '/ext/salaryParam/queryOne',
+        method: 'post',
+        data
+    })
+}
+
+// 鏍规嵁瀵硅薄淇℃伅鏌ヨ
+export function queryList (data: any): Promise<any> {
+    return httpRequest({
+        url: '/ext/salaryParam/queryList',
+        method: 'post',
+        data
+    })
+}
+
+// 涓�閿姤宸�
+export function autoWorkReport (data: any): Promise<any> {
+    return httpRequest({
+        url: '/ext/plansExt/autoWorkReport',
+        method: 'post',
+        data
+    })
+}
+
+// 鏍规嵁id鏌ヨ
+export function getIdPlansExt(id: any): Promise<any> {
+    return httpRequest({
+        url: `/ext/plansExt/${id}`,
+        method: 'get'
+    })
+}
+
+// 鍒楄〃鏌ヨ
+export function categoryExtList (data: any): Promise<any> {
+    return httpRequest({
+        url: '/ext/categoryExt/list',
+        method: 'post',
+        data
+    })
+}
+
+// 鏌ヨ鍏ㄩ儴
+export function allUser (data: any): Promise<any> {
+    return httpRequest({
+        url: '/ext/companyUserExt/allUser',
+        method: 'post',
+        data
+    })
+}
\ No newline at end of file

--
Gitblit v1.9.3