From 95688fbabcde0e4fd8dbb622cc1b890aee1cc8ca Mon Sep 17 00:00:00 2001
From: wjt <1797368093@qq.com>
Date: 星期六, 22 六月 2024 19:39:26 +0800
Subject: [PATCH] Merge branch 'master' of http://218.28.192.34:9999/r/sqys/sqys_xcx

---
 api/qiye.js |   24 +++++++++++++++++++++---
 1 files changed, 21 insertions(+), 3 deletions(-)

diff --git a/api/qiye.js b/api/qiye.js
index f77b380..ccd8812 100644
--- a/api/qiye.js
+++ b/api/qiye.js
@@ -10,7 +10,25 @@
 export function companyList(data){
 	return http.get('/enforce/order/companyList', {params: data}, { custom: { loading: true }});
 }
-// 鎵ф硶璁板綍璇︽儏
-export function order(id){
-	return http.get('/enforce/order/'+id, { custom: { loading: true }});
+// 鑾峰彇鎵ф硶璇勪环閰嶇疆璇︽儏
+export function evaluate(){
+	return http.get('/enforce/evaluate/detail', { custom: { loading: true }});
+}
+// 淇濆瓨鎵ф硶璇勪环
+export function saveOrder(param) {
+  return http.post('/enforce/evaluate/saveOrder', param, { custom: { loading: true }});
+}
+// 鍙戣捣鎶曡瘔
+export function orderComplaint(param) {
+  return http.post('/enforce/order/orderComplaint', param, { custom: { loading: true }});
+}
+
+// 鎶曡瘔鍒楄〃
+export function logList(data){
+	return http.get('/enforce/complaint/log/list', {params: data}, { custom: { loading: true }});
+}
+
+// 鎶曡瘔璇︽儏
+export function complaint(id){
+	return http.get('/enforce/complaint/'+id, { custom: { loading: true }});
 }
\ No newline at end of file

--
Gitblit v1.9.1