From 61fc2ef49c5f369c2db6eb3aad5a98c0ebe3fcbc Mon Sep 17 00:00:00 2001
From: YLouie <929705085@qq.com>
Date: 星期二, 21 十月 2025 15:11:51 +0800
Subject: [PATCH] 绞线报工完填写领用数据

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

diff --git a/src/pages/production/twist/report/form.vue b/src/pages/production/twist/report/form.vue
index 2047d38..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>
@@ -76,6 +84,7 @@
   oneLength: undefined, // 鐩橀暱(m)
   theoryWeight: undefined, // 鐞嗚閲嶉噺(kg)
   model: undefined, // 瑙勬牸鍨嬪彿
+  actuallyLength: undefined, // 瀹為檯鐩橀暱(m)
 });
 
 const submit = async () => {

--
Gitblit v1.9.3