From 6d213775d14a63d18d9eb17b44ba14bd3bb220da Mon Sep 17 00:00:00 2001 From: Crunchy <3114200645@qq.com> Date: 星期四, 07 十二月 2023 10:35:53 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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