From 57704defda1b3b3155a6ef53644e8b0aa0d87abd Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期四, 06 七月 2023 16:32:53 +0800
Subject: [PATCH] 验质功能修改
---
api/globalApi.js | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/api/globalApi.js b/api/globalApi.js
index 0f4d899..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: {
--
Gitblit v1.9.1