From 300a480751c63fa970e3879965ff64c5bbfb4eac Mon Sep 17 00:00:00 2001
From: Crunchy <3114200645@qq.com>
Date: 星期一, 13 一月 2025 14:04:32 +0800
Subject: [PATCH] 数采改为3秒刷新,无感刷新

---
 src/views/plan/manufacturingorder/index.vue |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/src/views/plan/manufacturingorder/index.vue b/src/views/plan/manufacturingorder/index.vue
index e3a8654..94c4bfd 100644
--- a/src/views/plan/manufacturingorder/index.vue
+++ b/src/views/plan/manufacturingorder/index.vue
@@ -223,14 +223,17 @@
                         </el-col>
                       </div>
                       <div style="margin-left: 50px;width: 100%;">
-                        <el-row style="margin-top: 10px;">
+                        <el-row>
                           <el-col  style="font-weight: bold;font-size: 14px;"><span>鎵�&nbsp; 娆�&nbsp;鍙�:&nbsp; </span>{{ item.code.moNo2 }}</el-col>
                         </el-row>
-                        <el-row style="margin-top: 9px;font-size: 14px;">
+                        <el-row style="margin-top: 6px;font-size: 14px;">
                           <el-col  style="font-weight: bold;"><span>璁�&nbsp; 鍗�&nbsp;鍙�:&nbsp; </span>{{ item.orderNo }}</el-col>
                         </el-row>
-                        <el-row style="margin-top: 9px;font-size: 14px;">
+                        <el-row style="margin-top: 6px;font-size: 14px;">
                           <el-col  style="font-weight: bold;"><span>瀹㈡埛鍚嶇О:&nbsp; </span>{{ item.cName }}</el-col>
+                        </el-row>
+                        <el-row style="margin-top: 6px;font-size: 14px;">
+                          <el-col  style="font-weight: bold;"><span>闆�&nbsp; 浠�&nbsp;鍙�:&nbsp; </span>{{ item.partNo }}</el-col>
                         </el-row>
                       </div>
                   </div>
@@ -1135,6 +1138,7 @@
             }
             let no = (i+"").padStart(3,'0')
             obj.code.moNo2 = data.moNo + no
+            obj.partNo = data.partNo
             this.qrData.push(obj)
           }
         }

--
Gitblit v1.9.3