From 40a7d8db73f81ad10de03684dc9f6720e18cc315 Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期二, 08 八月 2023 16:11:14 +0800
Subject: [PATCH] 称重异常修改
---
api/globalApi.js | 279 +++++++++++++++++++++++++++++++++++++++++++++----------
1 files changed, 225 insertions(+), 54 deletions(-)
diff --git a/api/globalApi.js b/api/globalApi.js
index 4dbc45f..c747764 100644
--- a/api/globalApi.js
+++ b/api/globalApi.js
@@ -1,10 +1,10 @@
export const globalApi = {
// 缁戝畾寰俊
- wxBind:{
- url:'/wrzs/social/bind',
- method:"POST"
+ wxBind: {
+ url: '/wrzs/social/bind',
+ method: 'POST'
},
-
+
// 鎻愮叅鍗�
// 鑾峰彇鍙戣繍璁″垝鍒楄〃
GetOrderPlan: {
@@ -27,8 +27,8 @@
// 瀹㈡埛棰嗗彇
customerGet: {
- url: "/wrzs/wx/customerGet",
- method: "POST"
+ url: '/wrzs/wx/customerGet',
+ method: 'POST'
},
// 杞彂
// forward: {
@@ -36,13 +36,33 @@
// method: "POST"
// },
/**
- * @杞彂淇敼
+ * @description 杞彂淇敼
*/
forward: {
- url: "/wrzs/userOperation/forward",
- method: "POST"
+ url: '/wrzs/userOperation/forwardList',
+ method: 'POST'
},
-
+ /**
+ * @description 杞彂淇敼鍥炴樉
+ */
+ forwardList: {
+ url: '/wrzs/userOperation/forwardListData',
+ method: 'GET'
+ },
+ /**
+ * @description 鍒犻櫎涓�缁勮浆鍙�
+ */
+ deleteForward: {
+ url: '/wrzs/userOperation/deleteForward',
+ method: 'POST'
+ },
+ /**
+ * @description 鑾峰彇鍘嗗彶鎻愮叅鍗�
+ */
+ getJhOrderPlanDataPage: {
+ url: '/wrzs/userOperation/getJhOrderPlanDataPage',
+ method: 'GET'
+ },
// 璐т唬棣栭〉鍒楄〃
// huoDaiList: {
// url: "/wrzs/wx/huoDaiList",
@@ -52,8 +72,8 @@
* @璐т唬棣栭〉鍒楄〃淇敼
*/
huoDaiList: {
- url: "/wrzs/userOperation/huoDaiList",
- method: "GET"
+ url: '/wrzs/userOperation/huoDaiList ',
+ method: 'GET'
},
//鍙告満棣栭〉鍒楄〃
@@ -65,8 +85,8 @@
* @鍙告満棣栭〉鍒楄〃淇敼
*/
qiangDanList: {
- url: "/wrzs/userOperation/qiangDanList",
- method: "GET"
+ url: '/wrzs/userOperation/qiangDanList',
+ method: 'GET'
},
//鎶㈠崟
@@ -78,14 +98,14 @@
* @鎶㈠崟淇敼
*/
qiangDan: {
- url: "/wrzs/userOperation/qiangDan",
- method: "POST"
+ url: '/wrzs/userOperation/qiangDan',
+ method: 'POST'
},
//鍙栨秷鎶㈠崟
quXiaoQiangDan: {
- url: "/wrzs/wx/quXiaoQiangDan",
- method: "POST"
+ url: '/wrzs/wx/quXiaoQiangDan',
+ method: 'POST'
},
//棰勭害鍒楄〃
// yuYueList: {
@@ -96,8 +116,8 @@
* @棰勭害鍒楄〃淇敼
*/
yuYueList: {
- url: "/wrzs/userOperation/yuYueList",
- method: "GET"
+ url: '/wrzs/userOperation/yuYueList',
+ method: 'GET'
},
//棰勭害
@@ -109,8 +129,8 @@
* @棰勭害淇敼
*/
yuYue: {
- url: "/wrzs/userOperation/yuYue",
- method: "POST"
+ url: '/wrzs/userOperation/yuYue',
+ method: 'POST'
},
//鑾峰彇鎻愮叅鍗曡鎯�
@@ -122,10 +142,9 @@
* @鑾峰彇鎻愮叅鍗曡鎯呬慨鏀瑰悗
*/
getTakeCoal: {
- url: "/wrzs/userOperation/getTakeCoal",
- method: "GET"
+ url: '/wrzs/userOperation/getTakeCoal',
+ method: 'GET'
},
-
// 鐢ㄦ埛
// 鑾峰彇鐢ㄦ埛淇℃伅
@@ -135,8 +154,8 @@
},
// 淇敼鐢ㄦ埛淇℃伅
updateUser: {
- url: "/wrzs/wx/updateUser",
- method: "POST"
+ url: '/wrzs/wx/updateUser',
+ method: 'POST'
},
// 鑾峰彇鐢ㄦ埛淇℃伅
getUserById: {
@@ -145,56 +164,56 @@
},
//鑾峰彇璐т唬鍒楄〃
getAllHuoDaiByCustomerId: {
- url: "/wrzs/wx/getAllHuoDaiByCustomerId",
- method: "GET"
+ url: '/wrzs/wx/getAllHuoDaiByCustomerId',
+ method: 'GET'
},
//閭�璇疯揣浠�
bindHuoDai: {
- url: "/wrzs/wx/bindHuoDai",
- method: "POST"
+ url: '/wrzs/wx/bindHuoDai',
+ method: 'POST'
},
//鍒犻櫎璐т唬
deleteHuoDai: {
- url: "/wrzs/wx/deleteHuoDai",
- method: "POST"
+ url: '/wrzs/wx/deleteHuoDai',
+ method: 'POST'
},
//鑾峰彇璐т唬璇︽儏
getHuoDaiDetail: {
- url: "/wrzs/wx/getHuoDaiDetail",
- method: "GET"
+ url: '/wrzs/wx/getHuoDaiDetail',
+ method: 'GET'
},
//鑾峰彇鍙告満鍒楄〃
GetUserFleet: {
- url: "/wrzs/wx/getUserFleet",
- method: "GET"
+ url: '/wrzs/wx/getUserFleet',
+ method: 'GET'
},
//閭�璇峰徃鏈�
bindUserFleet: {
- url: "/wrzs/wx/bindUserFleet",
- method: "POST"
+ url: '/wrzs/wx/bindUserFleet',
+ method: 'POST'
},
//鍒犻櫎鍙告満
deleteSiJi: {
- url: "/wrzs/wx/deleteSiJi",
- method: "POST",
+ url: '/wrzs/wx/deleteSiJi',
+ method: 'POST',
},
// 杞﹁締
// 鑾峰彇杞﹂槦鍒楄〃
getFleet: {
- url: "/wrzs/wx/getFleet",
- method: "GET"
+ url: '/wrzs/wx/getFleet',
+ method: 'GET'
},
//鏂板杞﹂槦
saveFleet: {
- url: "/wrzs/wx/saveFleet",
- method: "POST"
+ url: '/wrzs/wx/saveFleet',
+ method: 'POST'
},
// 鍒犻櫎杞﹂槦
deleteFleet: {
- url: "/wrzs/wx/deleteFleet",
- method: "POST"
+ url: '/wrzs/wx/deleteFleet',
+ method: 'POST'
},
/**
@@ -209,20 +228,34 @@
*/
// 鏂板
saveRCSQ: {
- url: "/wrzs/tminapply/save",
+ url: '/wrzs/tminapply/save',
method: 'POST'
},
// 淇敼
updateByIdRCSQ: {
- url: "/wrzs/tminapply/updateById",
+ url: '/wrzs/tminapply/updateById',
method: 'PUT'
},
// 鏌ヨ
pageRCSQ: {
- url: "/wrzs/tminapply/page",
+ url: '/wrzs/tminapply/page',
method: 'GET'
},
+ /**
+ * @description 绗竴娆℃斁绌�
+ */
+ getOneEvacuation: {
+ url: '/wrzs/userOperation/getOneEvacuation',
+ method: 'POST'
+ },
+ /**
+ * @description 绗簩娆℃斁绌�
+ */
+ getTwoEvacuation: {
+ url: '/wrzs/userOperation/getTwoEvacuation',
+ method: 'POST'
+ },
/**
* @绉伴噸
*/
@@ -232,13 +265,151 @@
},
// 鑾峰彇绉伴噸淇℃伅
weighList: {
- url: "/wrzs/userOperation/weighList",
+ url: '/wrzs/userOperation/weighList',
+ method: 'GET'
+ },
+ // 鍔犲噺鐓�
+ addAndSubtractCoal: {
+ url: '/wrzs/jcgatestate/repeatCheck',
+ method: 'POST'
+ },
+ // 鑾峰彇鎵�鍦ㄧ鎴�
+ getWeighHouse: {
+ url: '/wrzs/jccoalweighhouse/getWeighHouse',
method: 'GET'
},
// 鎻愮叅鍗曟棩蹇楁煡璇�
coalDayPage: {
- url: "/wrzs/tmtaskcoallog/page",
+ url: '/wrzs/tmtaskcoallog/getTmId',
method: 'GET'
- }
-}
+ },
+
+ // 鑾峰彇openId
+ getCallOutList: {
+ url: '/wrzs/callout/getCallOutList',
+ method: 'GET'
+ },
+ // 鑾峰彇娑堟伅鍒楄〃
+ getMessageByUser: {
+ url: '/wrzs/appMessage/getMessageByUser',
+ method: 'GET'
+ },
+ // 宸茶娑堟伅
+ readMessage: { url: '/wrzs/appMessage/readMessage' },
+ // 鍒犻櫎娑堟伅
+ delteMessage: { url: '/wrzs/appMessage/deleteMessage', method: 'GET' },
+ // 娑堟伅璇︽儏
+ getMsgDetail: {
+ url: '/wrzs/appMessage/getMsgById',
+ method: 'GET'
+ },
+ // 鍙戣繍缁熻绛涢�夋潯浠�
+ getShippingCondition: {
+ url: '/wrzs/tmtaskcoal/getShippingCondition',
+ method: 'GET'
+ },
+ // 鍙戣繍缁熻鏁版嵁
+ getTmTaskCoalData: {
+ url: '/wrzs/tmtaskcoal/getTmTaskCoalData',
+ method: 'GET'
+ },
+ //鏍规嵁id鎷垮埌杞彂涓殑鍘熷鏁伴噺
+ jhorderplanforward: {
+ url: '/wrzs/jhorderplanforward/getAppById',
+ method: 'GET'
+ },
+ /**
+ @description 绠$悊鐢ㄦ埛椤甸潰鑾峰彇鐢ㄦ埛鍒楄〃淇℃伅
+ */
+ appUserPage: {
+ url: '/wrzs/userentity/appUserPage',
+ method: 'GET'
+ },
+ /**
+ @description 鏍规嵁鐢ㄦ埛鍒楄〃淇℃伅鐨剈serid鏌ユ壘
+ */
+ getAppById: {
+ url: '/wrzs/userentity/getAppById',
+ method: 'GET'
+ },
+ /**
+ @description 鏍规嵁鐢ㄦ埛鍒楄〃淇℃伅鐨剈serid缂栬緫
+ */
+ appUpdateById: { url: '/wrzs/userentity/appUpdateById', },
+ /**
+ @description 鏍规嵁鐢ㄦ埛鍒楄〃淇℃伅鐨剈serid鍒犻櫎
+ */
+ appRemoveById: { url: '/wrzs/userentity/appRemoveById' },
+ /**
+ @description 鏂板鐢ㄦ埛淇℃伅
+ */
+ appSave: {
+ url: '/wrzs/userentity/appSave',
+ method: 'POST'
+ },
+ /**
+ @description 鍙告満棣栭〉鐐瑰嚮鍦板浘icon鑾峰彇缁忕含搴�
+ */
+ getAppLocation: {
+ url: '/wrzs/userOperation/getAppLocation',
+ method: 'GET'
+ },
+ /**
+ @description 鍒ゆ柇鏄惁瑕佸畬鎴愬閿�鎻愮叅鍗�
+ */
+ getTmTaskCoalOrderType: {
+ url: '/wrzs/tmtaskcoal/getTmTaskCoalOrderType',
+ method: 'GET'
+ },
+ /**
+ @description 鏇存柊鎻愮叅鍗曠姸鎬�
+ */
+ updateTmTaskCoalState: {
+ url: '/wrzs/tmtaskcoal/updateTmTaskCoalState',
+ method: 'POST'
+ },
+ /**
+ @description 鍚庡彴鐢ㄦ埛缁戝畾
+ */
+ setUpWxOpenid: {
+ url: '/admin/user/setUpWxOpenid',
+ method: 'POST'
+ },
+ /**
+ * @description 瑁呭嵏鍛樻煡鐪嬫墍鏈夌叅绉嶇被鍨� */
+ getCoalNameAll: {
+ url: '/wrzs/jccoalbunker/getCoalNameAll',
+ method: 'GET'
+ },
+ /**
+ * @description 閫夋嫨鐓ょ */
+ getAccordingCoalNameAll: {
+ url: '/wrzs/tmtaskcoal/getAccordingCoalNameAll',
+ method: 'GET'
+ },
+ /**
+ * @description 纭鍗歌揣 */
+ confirmLoadAndUnload: {
+ url: '/wrzs/tmtaskcoal/confirmLoadAndUnload',
+ method: 'POST'
+ },
+ /**
+ * @description 鐨噸寮傚父 */
+ getAvgSkin: {
+ url: '/wrzs/tmtaskcoal/getAvgSkin',
+ method: 'GET'
+ },
+ /**
+ * @description 鐨噸寮傚父鍘熷洜濉啓 */
+ tmAbnormalTextAdd: {
+ url: '/wrzs/tmtaskcoal/tmAbnormalTextAdd',
+ method: 'POST'
+ },
+ /**
+ * @description 鑾峰彇appid鍜宻ecret */
+ getAppidAndSercet: {
+ url: '/wrzs/wx/getAppidAndSercet',
+ method: 'GET'
+ },
+}
\ No newline at end of file
--
Gitblit v1.9.1