From 38de059c83720527d3813448153390da3e6453dc Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期日, 02 七月 2023 13:52:25 +0800 Subject: [PATCH] 验质替换页面,称重判断修改 --- api/globalApi.js | 23 ++++++++++++++++++++--- 1 files changed, 20 insertions(+), 3 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index 730ec60..2191807 100644 --- a/api/globalApi.js +++ b/api/globalApi.js @@ -140,6 +140,18 @@ url: '/wrzs/jcproduct/getJcProductList', method: 'GET' }, + /** + * @description 楠岃川浜у搧 娌抽挗 */ + qualityInspection: { + url: '/wrzs/userOperation/qualityInspection', + method: 'GET' + }, + /** + * @description 楠岃川浜у搧鍘嗗彶 娌抽挗 */ + qualityInspectionHistory: { + url: '/wrzs/userOperation/qualityInspectionHistory', + method: 'GET' + }, // 鐢ㄦ埛 // 鑾峰彇鐢ㄦ埛淇℃伅 getUserEntity: { @@ -271,9 +283,14 @@ url: '/wrzs/userOperation/weighList', method: 'GET' }, - // 鍔犲噺鐓� + // 鍔犲噺鐓� 娌抽挗 addAndSubtractCoal: { url: '/wrzs/jcgatestate/repeatCheck', + method: 'POST' + }, + // 缁х画绉伴噸 + continueWeigh: { + url: '/wrzs/jcgatestate/continueWeigh', method: 'POST' }, // 鑾峰彇鎵�鍦ㄧ鎴� @@ -380,9 +397,9 @@ method: 'POST' }, /** - * @@description 鏍规嵁id鏇存柊鎶樻墸鐜� 娌抽挗*/ + * @description 鏍规嵁id鏇存柊鎶樻墸鐜� 娌抽挗*/ updateTmTaskCoalItem: { url: '/wrzs/tmtaskcoalitem/updateTmTaskCoalItem', method: 'POST' - } + }, } \ No newline at end of file -- Gitblit v1.9.1