From 1c7b86f984498eab66968c8d9e9ece42634b96bb Mon Sep 17 00:00:00 2001
From: 819527061@qq.com <123456>
Date: 星期二, 28 十一月 2023 14:10:48 +0800
Subject: [PATCH] 收款明细页面及对接接口、详情页面 测试bug调整
---
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