From 837c21ced9ed0aafe17a7c0c16975a1b6731eb9d Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期五, 07 七月 2023 11:30:37 +0800 Subject: [PATCH] 验质功能修改,websocket优化 --- api/globalApi.js | 23 ++++++++++++++++++++++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git a/api/globalApi.js b/api/globalApi.js index ccfcbc8..384cc47 100644 --- a/api/globalApi.js +++ b/api/globalApi.js @@ -140,6 +140,22 @@ url: '/wrzs/jcproduct/getJcProductList', method: 'GET' }, + /** + * @description 楠岃川浜у搧 娌抽挗 */ + qualityInspection: { + url: '/wrzs/userOperation/qualityInspection', + method: 'GET' + }, + /** + * @description 楠岃川浜у搧鍘嗗彶 娌抽挗 */ + qualityInspectionHistory: { + url: '/wrzs/userOperation/qualityInspectionHistory', + method: 'GET' + }, + getMaterialDetailByOrderCode: { + url: '/wrzs/materialdetail/getMaterialDetailByOrderCode', + method: 'GET' + }, // 鐢ㄦ埛 // 鑾峰彇鐢ㄦ埛淇℃伅 getUserEntity: { @@ -271,11 +287,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