From 5c8906cc4aaa7fcf70ee37de2dd1069161d80a61 Mon Sep 17 00:00:00 2001
From: 819527061@qq.com <123456>
Date: 星期五, 24 十一月 2023 14:08:19 +0800
Subject: [PATCH] 收款明细页面及对接接口、详情页面

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

diff --git a/utils/api.js b/utils/api.js
index 9f61e06..9e702f9 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',
@@ -211,6 +220,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