From ab27e3ac8c7e90fd267bd6c3f0c0e06f25469697 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期二, 23 九月 2025 14:54:07 +0800
Subject: [PATCH] feat: 添加绞线/拉丝报工附件功能

---
 src/api/product/twist.ts |   31 ++++++++++++++++++++++++++++---
 1 files changed, 28 insertions(+), 3 deletions(-)

diff --git a/src/api/product/twist.ts b/src/api/product/twist.ts
index 7f980af..900e4a9 100644
--- a/src/api/product/twist.ts
+++ b/src/api/product/twist.ts
@@ -11,10 +11,35 @@
     });
   },
 
-  // 鏂板鎷変笣鎶ュ伐
-  addWireOutput(data: any) {
+  // 鏂板缁炰笣鎶ュ伐
+  addTwistOutput(data: any) {
     return request<BaseResult<any>>({
-      url: "/app/addWireOutput",
+      url: "/app/addWireOutput1",
+      method: "POST",
+      data: data,
+    });
+  },
+
+  // 鍗曚笣棰嗙敤鎵爜
+  getScarn(params: any) {
+    return request<BaseResult<any>>({
+      url: "/app/scarn",
+      method: "GET",
+      data: params,
+    });
+  },
+
+  addStrandedWireDish(data: any) {
+    return request<BaseResult<any>>({
+      url: "/app/addStrandedWireDish",
+      method: "POST",
+      data: data,
+    });
+  },
+
+  saveAge(data: any) {
+    return request<BaseResult<any>>({
+      url: "/app/ageing",
       method: "POST",
       data: data,
     });

--
Gitblit v1.9.3