From 9e22d4c9438fa55425badb9dc089901cfda10b1b Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 24 十月 2023 09:18:18 +0800
Subject: [PATCH] 1. 委外工序明细报表 100% 2.不良明细报表 100% 3.维修明细报表
---
src/api/ProductModel.js | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/api/ProductModel.js b/src/api/ProductModel.js
index 3935f3b..124f76d 100644
--- a/src/api/ProductModel.js
+++ b/src/api/ProductModel.js
@@ -105,3 +105,12 @@
params: data
})
}
+
+// 宸ュ崟浜у搧淇℃伅涓嬫媺妗嗘煡璇�
+export function PartSelect(data) {
+ return request({
+ url: 'ProductModel/PartSelect',
+ method: 'get',
+ params: data
+ })
+}
--
Gitblit v1.9.3