From c56e67c77e2a36c894346830c1ab1e6df36fe935 Mon Sep 17 00:00:00 2001
From: 819527061@qq.com <123456>
Date: 星期五, 01 十二月 2023 16:55:02 +0800
Subject: [PATCH] 测试bug调整

---
 utils/api.js |   33 ++++++++++++++++++++++++++++++++-
 1 files changed, 32 insertions(+), 1 deletions(-)

diff --git a/utils/api.js b/utils/api.js
index 9f61e06..27a940a 100644
--- a/utils/api.js
+++ b/utils/api.js
@@ -26,6 +26,15 @@
 		name: 'pig',
 		mehtod: 'GET'
 	},
+	//鏂板鏀舵鏄庣粏
+	//璐﹀鎺ュ彛鏌ヨ
+	getLedgerList: {
+		url: '/yunxiao/zhaccountledger/page',
+		name: 'pig',
+		mehtod: 'GET'
+	},
+
+
 	// 鎿嶄綔浜哄憳
 	operator: {
 		url: '/admin/dict/type/operator',
@@ -78,7 +87,7 @@
 
 	/**
 	 * @閫夋嫨瀹㈡埛
-	 */ 
+	 */
 	// 鎼滅储
 	customer: {
 		url: '/yunxiao/customer/page',
@@ -192,6 +201,10 @@
 		url: '/oa/actTask/backAll',
 		method: "POST"
 	},
+	back: {
+		url: '/oa/actTask/back',
+		method: "POST"
+	},
 	deleteHistoric: {
 		url: '/oa/actTask/deleteHistoric',
 		method: "POST"
@@ -211,6 +224,24 @@
 	coalbunker: {
 		url: '/yunxiao/coalbunker/page',
 		method: 'GET'
+	},
+	//鏂板鏀舵鏄庣粏
+	addObj: {
+		url: '/yunxiao/gatheringbill',
+		method: 'post',
+	},
+	putObj: {
+		url: '/yunxiao/gatheringbill',
+		method: 'PUT',
+	},
+	//鏀舵鏄庣粏璇︽儏
+	getObj: {
+		url: '/yunxiao/gatheringbill',
+		method: 'GET',
+	},
+	getListByComp: {
+		url: '/yunxiao/jcncskuser/getListByComp',
+		method: 'GET',
 	}
 
 }

--
Gitblit v1.9.1