From 4d8e61ec448b4c5246478e75d5e8763a14bc5b5e Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期五, 02 二月 2024 20:55:51 +0800
Subject: [PATCH] fix:验质功能修复

---
 api/globalApi.js |   64 +++++++++++++++++++++++++++++---
 1 files changed, 58 insertions(+), 6 deletions(-)

diff --git a/api/globalApi.js b/api/globalApi.js
index 0f4d899..6b7d09e 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'
 	},
 	//	鐢ㄦ埛
@@ -287,7 +308,7 @@
 		method: 'GET'
 	},
 
-	// 鎻愮叅鍗曟棩蹇楁煡璇�
+	// 閫氱煡鍗曟棩蹇楁煡璇�
 	coalDayPage: {
 		url: '/wrzs/tmtaskcoallog/getTmId',
 		method: 'GET'
@@ -364,14 +385,14 @@
 		method: 'GET'
 	},
 	/**
-	 @description 鍒ゆ柇鏄惁瑕佸畬鎴愬閿�鎻愮叅鍗�
+	 @description 鍒ゆ柇鏄惁瑕佸畬鎴愬閿�閫氱煡鍗�
 	 */
 	getTmTaskCoalOrderType: {
 		url: '/wrzs/tmtaskcoal/getTmTaskCoalOrderType',
 		method: 'GET'
 	},
 	/**
-	 @description 鏇存柊鎻愮叅鍗曠姸鎬�
+	 @description 鏇存柊閫氱煡鍗曠姸鎬�
 	 */
 	updateTmTaskCoalState: {
 		url: '/wrzs/tmtaskcoal/updateTmTaskCoalState',
@@ -390,4 +411,35 @@
 		url: '/wrzs/tmtaskcoalitem/updateTmTaskCoalItem',
 		method: 'POST'
 	},
+	/**
+	 *@description 鏌ヨ涓�绾у搧绫� */
+	getFirstCategoryName: {
+		url: '/wrzs/jcproduct/getFirstCategoryName',
+		method: 'GET'
+	},
+	/**
+	 *@description 鏌ヨ浜岀骇鍝佺被 */
+	getSecondCategoryName: {
+		url: '/wrzs/jcproduct/getSecondCategoryName',
+		method: 'GET'
+	},
+	/**
+	 *@description 鏍规嵁涓�绾у搧绫� 浜岀骇鍝佺被鏌ヨ瑙勬牸*/
+	getSpec: {
+		url: '/wrzs/jcproduct/getSpec',
+		method: 'GET'
+	},
+	/**
+	 * @description 鑾峰彇鐧诲綍鏃ュ織 濡傛灉绗竴娆$櫥褰� 灏卞己鍒舵墦寮�鏂版墜鎸囧紩 */
+	getLogOn: {
+		url: 'admin/log/getLogOn',
+		method: 'GET'
+	},
+		/**
+	 * @description 鎵撳嵃纾呭崟 */
+	// handler
+	printerHandler:{
+		url: '/wrzs/printer/handler1',
+		method: 'GET'
+	}
 }
\ No newline at end of file

--
Gitblit v1.9.1