From 943e43fac9e2fefabaeffb20445361d5d02cea25 Mon Sep 17 00:00:00 2001
From: 86134 <aa>
Date: 星期一, 20 十一月 2023 10:24:45 +0800
Subject: [PATCH] 11

---
 src/api/product/handymantype.js |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/src/api/product/handymantype.js b/src/api/product/handymantype.js
index 6f71d44..09b43ea 100644
--- a/src/api/product/handymantype.js
+++ b/src/api/product/handymantype.js
@@ -119,3 +119,18 @@
     params: query
   })
 }
+
+export function isProductionCounting(query) {
+  return request({
+    url: '/mes/product/isProductionCounting',
+    method: 'get',
+		params: query
+  })
+}
+
+export function qualifiedLocation(id) {
+  return request({
+    url: '/mes/product/qualifiedLocation/' + id,
+    method: 'get'
+  })
+}

--
Gitblit v1.9.3