From ffd1100e5bc5eabcaa7d18afa4c29c6d94944290 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期三, 14 一月 2026 17:38:21 +0800
Subject: [PATCH] 1.外购下单:标签打印样式调整 2.检验任务:委托订单去除【物料属性】筛选项

---
 src/views/business/outsourcingFinishProduct/components/printDialog.vue |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/views/business/outsourcingFinishProduct/components/printDialog.vue b/src/views/business/outsourcingFinishProduct/components/printDialog.vue
index 67aea38..67381ca 100644
--- a/src/views/business/outsourcingFinishProduct/components/printDialog.vue
+++ b/src/views/business/outsourcingFinishProduct/components/printDialog.vue
@@ -11,11 +11,11 @@
               <el-checkbox :label="i" :key="i" style="position: relative;top:0;left:10px"><br></el-checkbox>
               <div>
                 <div style="text-align: center; margin-bottom: 2px;font-size: 22px;font-weight: bold;">鎴愬搧妫�娴�</div>
-                <div style="text-align: center; margin-bottom: 2px;font-size: 16px;font-weight: bold;">{{ item.partDesc
+                <div style="text-align: left; margin-bottom: 2px;font-size: 16px;font-weight: bold;">{{ item.partDesc
                 }}</div>
-                <div style="display: flex; align-items: center;">
-                  <div style="flex: 0 0 45%; text-align: center;">
-                    <vueQr :text="getQrCodeText(item)" :size="160" :margin="2"></vueQr>
+                <div style="display: flex;">
+                  <div style="text-align: center;">
+                    <vueQr :text="getQrCodeText(item)" :size="200" :margin="2"></vueQr>
                     <div style="margin-top: 5px; font-size: 14px;">
                       <span class="print-person-label">鎵撳嵃浜�</span>
                       <span style="margin-left: 20px; font-weight: bold;">{{ nickName }}</span>
@@ -82,10 +82,10 @@
         <el-card class="box-card" v-for="(item, i) in checkDataList" :key="i"
           style="font-size: 0.29cm !important;font-weight: 700;page-break-after: always;color: #000;box-shadow: none;margin: 0 !important;padding: 0 !important;">
           <div>
-            <div class="titleH1" style="text-align: center;margin-bottom: 1px">鎴愬搧妫�娴�</div>
-            <div class="titleH1" style="text-align: center;margin-bottom: 1px">{{ item.partDesc }}</div>
-            <div style="display: flex; align-items: center;">
-              <div style="flex: 0 0 45%; text-align: center;">
+            <div class="titleH1" style="font-size:16px;font-weight:bold;text-align: center;margin-bottom: 1px">鎴愬搧妫�娴�</div>
+            <div class="titleH1" style="text-align: left;margin-bottom: 1px">{{ item.partDesc }}</div>
+            <div style="display: flex;">
+              <div style="text-align: center;">
                 <vueQr :text="getQrCodeText(item)" :size="160" :margin="2"></vueQr>
                 <div style="margin-top: 5px;">
                   <span class="print-person-label">鎵撳嵃浜�</span>
@@ -278,7 +278,7 @@
         targetStyles: ["*"], // 浣跨敤dom鐨勬墍鏈夋牱寮忥紝寰堥噸瑕�
         printable: 'printOrder',//椤甸潰
         type: "html",//鏂囨。绫诲瀷
-        maxWidth: 360,
+        maxWidth: 460,
         header: '',
         style:
           `@page {

--
Gitblit v1.9.3