From 7815d256ec9817bf80f552e9da26b22534144fc0 Mon Sep 17 00:00:00 2001
From: 王震 <10952869+daywangzhen@user.noreply.gitee.com>
Date: 星期三, 20 十二月 2023 15:15:51 +0800
Subject: [PATCH] 	modified:   src/views/plan/manufacturingorder/index.vue 	modified:   vue.config.js

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

diff --git a/src/views/plan/manufacturingorder/index.vue b/src/views/plan/manufacturingorder/index.vue
index 3301064..bac33c6 100644
--- a/src/views/plan/manufacturingorder/index.vue
+++ b/src/views/plan/manufacturingorder/index.vue
@@ -236,7 +236,7 @@
                     <el-row style="font-size: 14px;padding-left: 20px;">
                           <el-col  style="font-weight: bold;">{{ item.pName }}</el-col>
                     </el-row>
-                  <div style="display: flex;">
+                    <div style="display: flex;">
                       <div>
                         <el-col :span="8" :offset="4">
                           <vueQr :text="JSON.stringify(item.code)" :size="120" :margin="2"></vueQr>
@@ -267,7 +267,7 @@
     <div class="el-dialog__body" style="width:448.8px;overflow-y: auto;position: absolute;top:9999px;margin-top: 0;">
         <div id="printMOrder">
           <el-card class="box-card" v-for="(item, i) in checkDataList" :key="i" style="margin-top-top:0px;margin-bottom:10px;font-size: 16px !important;">
-            <el-row style="font-size:12px;">
+            <!-- <el-row style="font-size:12px;">
               <el-col :span="10" :offset="3">鎵规鍙�</el-col>
               <el-col :span="10" style="font-weight: bold;">{{ item.code.moNo2 }}</el-col>
             </el-row>
@@ -288,7 +288,28 @@
               <el-col :span="10">
                 <vueQr :text="JSON.stringify(item.code)" :size="80" :margin="2"></vueQr>
               </el-col>
-            </el-row>
+            </el-row> -->
+            <el-row style="font-size: 14px;padding-left: 20px;">
+                          <el-col  style="font-weight: bold;">{{ item.pName }}</el-col>
+                    </el-row>
+                    <div style="display: flex;">
+                      <div>
+                        <el-col :span="8" :offset="4">
+                          <vueQr :text="JSON.stringify(item.code)" :size="120" :margin="2"></vueQr>
+                        </el-col>
+                      </div>
+                      <div style="margin-left: 50px;width: 100%;">
+                        <el-row style="margin-top: 10px;">
+                          <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-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-col  style="font-weight: bold;"><span>瀹㈡埛鍚嶇О:&nbsp; </span>{{ item.cName }}</el-col>
+                        </el-row>
+                      </div>
+                    </div>
           </el-card>
         </div>
       </div>

--
Gitblit v1.9.3