From 5ddef0a940f499768ac9cae14633645a8621079c Mon Sep 17 00:00:00 2001
From: Zhu Zhonghua <zhonghua@qq.com>
Date: 星期五, 16 五月 2025 13:32:26 +0800
Subject: [PATCH] 修改right toolbar
---
src/api/basicData/sheetMetalConfig/sheetMetalConfig.js | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/src/api/basicData/sheetMetalConfig/sheetMetalConfig.js b/src/api/basicData/sheetMetalConfig/sheetMetalConfig.js
index 442cb26..c4effbc 100644
--- a/src/api/basicData/sheetMetalConfig/sheetMetalConfig.js
+++ b/src/api/basicData/sheetMetalConfig/sheetMetalConfig.js
@@ -23,3 +23,21 @@
params: query
});
}
+
+// 閽i噾鍐椾綑宸ュ崟鎶ヨ〃 apsPlatePlan/redundantOrderList
+export function redundantOrderList(query) {
+ return request({
+ url: `/aps/apsPlatePlan/redundantOrderList`,
+ method: "get",
+ params: query
+ });
+}
+
+// 閽i噾寮傚父鏂欏彿宸ュ崟 /ApsPlateStandardRequireError/list
+export function plateStandardRequireErrorList(query) {
+ return request({
+ url: `/aps/ApsPlateStandardRequireError/list`,
+ method: "get",
+ params: query
+ });
+}
\ No newline at end of file
--
Gitblit v1.9.3