From df85764203947543c0ced0a0cdf8b7299f6b40ff Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期二, 28 五月 2024 13:28:22 +0800
Subject: [PATCH] 优化

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