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 | 20 ++++++++++++++++++--
1 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/utils/api.js b/utils/api.js
index 27a940a..16eafed 100644
--- a/utils/api.js
+++ b/utils/api.js
@@ -242,6 +242,22 @@
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