From 78c565e37520fad100693c4e298e30e7c916d1bb Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期二, 28 十月 2025 16:21:40 +0800
Subject: [PATCH] fix: 领用二维码异常提示,原材料自检重构

---
 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