From 17427143356e8a410552cb44120a02eb6eb35540 Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期一, 17 七月 2023 15:44:22 +0800
Subject: [PATCH] 增加销类型称重判断逻辑
---
api/globalApi.js | 44 +++++++++++++++++++++++++++++++++++---------
1 files changed, 35 insertions(+), 9 deletions(-)
diff --git a/api/globalApi.js b/api/globalApi.js
index 730ec60..2fafc83 100644
--- a/api/globalApi.js
+++ b/api/globalApi.js
@@ -5,7 +5,7 @@
method: 'POST'
},
- // 鎻愮叅鍗�
+ // 閫氱煡鍗�
// 鑾峰彇鍙戣繍璁″垝鍒楄〃
GetOrderPlan: {
url: '/wrzs/wx/getOrderPlan',
@@ -57,7 +57,7 @@
method: 'POST'
},
/**
- * @description 鑾峰彇鍘嗗彶鎻愮叅鍗�
+ * @description 鑾峰彇鍘嗗彶閫氱煡鍗�
*/
getJhOrderPlanDataPage: {
url: '/wrzs/userOperation/getJhOrderPlanDataPage',
@@ -127,7 +127,7 @@
method: 'POST'
},
/**
- * @description 鑾峰彇鎻愮叅鍗曡鎯� 娌抽挗
+ * @description 鑾峰彇閫氱煡鍗曡鎯� 娌抽挗
*/
getTakeCoal: {
url: '/wrzs/userOperation/getTakeCoal',
@@ -138,6 +138,27 @@
*/
getJcProductList: {
url: '/wrzs/jcproduct/getJcProductList',
+ method: 'GET'
+ },
+ /**
+ * @description 楠岃川浜у搧 娌抽挗 */
+ qualityInspection: {
+ url: '/wrzs/userOperation/qualityInspection',
+ method: 'GET'
+ },
+ /**
+ * @description 楠岃川浜у搧鍘嗗彶 娌抽挗 */
+ qualityInspectionHistory: {
+ url: '/wrzs/userOperation/qualityInspectionHistory',
+ method: 'GET'
+ },
+ // 鑾峰彇appid鍜宻ecret
+ getAppidAndSercet: {
+ url: '/wrzs/wx/getAppidAndSercet',
+ method: 'GET'
+ },
+ getMaterialDetailByOrderCode: {
+ url: '/wrzs/materialdetail/getMaterialDetailByOrderCode',
method: 'GET'
},
// 鐢ㄦ埛
@@ -271,9 +292,14 @@
url: '/wrzs/userOperation/weighList',
method: 'GET'
},
- // 鍔犲噺鐓�
+ // 鍔犲噺鐓� 娌抽挗
addAndSubtractCoal: {
url: '/wrzs/jcgatestate/repeatCheck',
+ method: 'POST'
+ },
+ // 缁х画绉伴噸
+ continueWeigh: {
+ url: '/wrzs/jcgatestate/continueWeigh',
method: 'POST'
},
// 鑾峰彇鎵�鍦ㄧ鎴�
@@ -282,7 +308,7 @@
method: 'GET'
},
- // 鎻愮叅鍗曟棩蹇楁煡璇�
+ // 閫氱煡鍗曟棩蹇楁煡璇�
coalDayPage: {
url: '/wrzs/tmtaskcoallog/getTmId',
method: 'GET'
@@ -359,14 +385,14 @@
method: 'GET'
},
/**
- @description 鍒ゆ柇鏄惁瑕佸畬鎴愬閿�鎻愮叅鍗�
+ @description 鍒ゆ柇鏄惁瑕佸畬鎴愬閿�閫氱煡鍗�
*/
getTmTaskCoalOrderType: {
url: '/wrzs/tmtaskcoal/getTmTaskCoalOrderType',
method: 'GET'
},
/**
- @description 鏇存柊鎻愮叅鍗曠姸鎬�
+ @description 鏇存柊閫氱煡鍗曠姸鎬�
*/
updateTmTaskCoalState: {
url: '/wrzs/tmtaskcoal/updateTmTaskCoalState',
@@ -380,9 +406,9 @@
method: 'POST'
},
/**
- * @@description 鏍规嵁id鏇存柊鎶樻墸鐜� 娌抽挗*/
+ * @description 鏍规嵁id鏇存柊鎶樻墸鐜� 娌抽挗*/
updateTmTaskCoalItem: {
url: '/wrzs/tmtaskcoalitem/updateTmTaskCoalItem',
method: 'POST'
- }
+ },
}
\ No newline at end of file
--
Gitblit v1.9.1