From 6a763bff12bcc9edfd878da50905247ec1ad4e07 Mon Sep 17 00:00:00 2001
From: chengxiangling <291105840@qq.com>
Date: 星期五, 16 五月 2025 17:00:26 +0800
Subject: [PATCH] 提交注释国际化切换
---
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