From 768881faf1a042b963ec4a925efce395605219b5 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期日, 02 七月 2023 17:36:58 +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