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 | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index ccfcbc8..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,11 +283,16 @@ url: '/wrzs/userOperation/weighList', method: 'GET' }, - // 鍔犲噺鐓� + // 鍔犲噺鐓� 娌抽挗 addAndSubtractCoal: { url: '/wrzs/jcgatestate/repeatCheck', method: 'POST' }, + // 缁х画绉伴噸 + continueWeigh: { + url: '/wrzs/jcgatestate/continueWeigh', + method: 'POST' + }, // 鑾峰彇鎵�鍦ㄧ鎴� getWeighHouse: { url: '/wrzs/jccoalweighhouse/getWeighHouse', -- Gitblit v1.9.1