From 1e71cfb6ec97cff6531dec65a3fb5cb24b2c18ac Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期一, 03 十一月 2025 09:57:48 +0800
Subject: [PATCH] fix: 附件完善

---
 src/pages/production/twist/report/form.vue |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/src/pages/production/twist/report/form.vue b/src/pages/production/twist/report/form.vue
index b03ee0b..2e62f0c 100644
--- a/src/pages/production/twist/report/form.vue
+++ b/src/pages/production/twist/report/form.vue
@@ -57,6 +57,14 @@
         clearable
         placeholder="璇疯緭鍏ヨ鏍煎瀷鍙�"
       />
+      <wd-input
+        v-model="model.actuallyLength"
+        label="瀹為檯鐩橀暱(m)"
+        label-width="100px"
+        prop="actuallyLength"
+        clearable
+        placeholder="璇疯緭鍏ュ疄闄呯洏闀�"
+      />
     </wd-cell-group>
   </wd-form>
 </template>
@@ -73,9 +81,10 @@
   poleWeight: undefined, // 鏉嗛噸(kg)
   monofilamentNumber: undefined, // 鍗曚笣鐩樺彿
   actuallyWeight: undefined, // 瀹為檯閲嶉噺(kg)
-  ontLength: undefined, // 鐩橀暱(m)
+  oneLength: undefined, // 鐩橀暱(m)
   theoryWeight: undefined, // 鐞嗚閲嶉噺(kg)
   model: undefined, // 瑙勬牸鍨嬪彿
+  actuallyLength: undefined, // 瀹為檯鐩橀暱(m)
 });
 
 const submit = async () => {

--
Gitblit v1.9.3