From 07e7049fe46931edd6ade7c6871fdccb360a9058 Mon Sep 17 00:00:00 2001
From: zhangxiaoxu <819527061@qq.com>
Date: 星期二, 16 十二月 2025 15:57:52 +0800
Subject: [PATCH] 新增   产品当前价格   当日收款情况   煤种发运情况   分客户煤种发运情况

---
 utils/api.js |   53 ++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 50 insertions(+), 3 deletions(-)

diff --git a/utils/api.js b/utils/api.js
index 9f61e06..16eafed 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,40 @@
 	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',
+	},
+    //棣栭〉鏂板鐓ょ浠锋牸
+    currentCoalPrice: {
+        url: '/yunxiao/api/index/currentCoalPrice',
+        method: 'GET',
+    },
+    getSkList: {  //褰撳ぉ鏀舵璁板綍
+        url: '/yunxiao/api/index/getSkList',
+        method: 'GET',
+    },
+    getStatistics1: {  //鎸夌叅绉嶇粺璁�
+        url: '/yunxiao/api/index/getStatistics1',
+        method: 'GET',
+    },
+    getStatistics2: {  //鎸夊鎴峰彂杩愮粺璁�
+        url: '/yunxiao/api/index/getStatistics2',
+        method: 'GET',
+    }
 }

--
Gitblit v1.9.1