From bc8fd7c761e64f8375856d12a9460d4da7512ef8 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期五, 19 四月 2024 13:55:01 +0800
Subject: [PATCH] 提交

---
 north-glass-erp/northglass-erp/src/views/sd/delivery/DeliveryPrinting.vue |   31 +++++++++++++++++--------------
 1 files changed, 17 insertions(+), 14 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/views/sd/delivery/DeliveryPrinting.vue b/north-glass-erp/northglass-erp/src/views/sd/delivery/DeliveryPrinting.vue
index 09b4144..24a3ce0 100644
--- a/north-glass-erp/northglass-erp/src/views/sd/delivery/DeliveryPrinting.vue
+++ b/north-glass-erp/northglass-erp/src/views/sd/delivery/DeliveryPrinting.vue
@@ -107,13 +107,14 @@
 
   <div>
     <el-button @click="Printing" style="margin-top: -5px"  id="searchButton" type="primary" >鎵撳嵃</el-button>
+
     <div id="pis" style="width: 100%;height: 100%">
       <div style="font-size: 30px;text-align: center;font-weight: bold;">甯稿窞甯傚悏鍒╃幓鐠冩湁闄愬叕鍙�</div>
       <el-row :gutter="20">
         <el-col :span="7"><div></div></el-col>
         <el-col :span="10"><div style="font-size: 25px;text-align: center;font-weight: bold;">閿�鍞彂璐у崟</div></el-col>
         <el-col :span="7">
-          <div style="display: flex;margin-top: 10px">
+          <div style="display: flex;margin-top: 10px;">
             <div style="font-weight: bold;font-size: 15px">鍙戣揣鍗曞彿锛�</div>
             <div style="font-weight: bold;font-size: 15px">{{delivery.deliveryId}}</div>
           </div>
@@ -122,25 +123,25 @@
       <div style="border: 1px solid #d3dce6;border-collapse: collapse;width: 100%;height: 100%;">
         <table id="table1" style="border: 1px solid #d3dce6;border-collapse: collapse;width: 100%;height: 100%;">
           <tr>
-            <th style="text-align: left;border:none;font-size: 15px;font-weight: bold;" colspan="3">瀹㈡埛鍚嶇О锛�<span>{{delivery.customerName}}</span></th>
-            <th style="text-align: left;border:none;font-size: 15px;font-weight: bold;" colspan="3">椤圭洰鍚嶇О锛�<span>{{delivery.project}}</span></th>
-            <th style="text-align: left;border:none;font-size: 15px;font-weight: bold;" colspan="2">鑱旂郴浜猴細<span>{{delivery.contacts}}</span></th>
+            <th style="text-align: left;border:none;" colspan="3">瀹㈡埛鍚嶇О锛�<span>{{delivery.customerName}}</span></th>
+            <th style="text-align: left;border:none;" colspan="3">椤圭洰鍚嶇О锛�<span>{{delivery.project}}</span></th>
+            <th style="text-align: left;border:none;" colspan="2">鑱旂郴浜猴細<span>{{delivery.contacts}}</span></th>
 
           </tr>
           <tr>
-            <th style="text-align: left;border:none;font-size: 15px;font-weight: bold;" colspan="6">閫佽揣鍦板潃锛�<span>{{delivery.deliveryAddress}}</span></th>
-            <th style="text-align: left;border:none;font-size: 15px;font-weight: bold;" colspan="2">鑱旂郴鐢佃瘽锛�<span>{{delivery.contactNumber}}</span></th>
+            <th style="text-align: left;border:none;" colspan="6">閫佽揣鍦板潃锛�<span>{{delivery.deliveryAddress}}</span></th>
+            <th style="text-align: left;border:none;" colspan="2">鑱旂郴鐢佃瘽锛�<span>{{delivery.contactNumber}}</span></th>
 
           </tr>
           <tr>
-            <th style="width: 6%;font-size: 15px;font-weight: bold;">搴忓彿</th>
-            <th style="width: 20%;font-size: 15px;font-weight: bold;">妤煎眰缂栧彿</th>
-            <th style="width: 20%;font-size: 15px;font-weight: bold;">瀹�(寮у害)*楂�</th>
-            <th style="width: 10%;font-size: 15px;font-weight: bold;">鏁伴噺</th>
-            <th style="width: 10%;font-size: 15px;font-weight: bold;">闈㈢Н</th>
-            <th style="width: 10%;font-size: 15px;font-weight: bold;">鍗曚环</th>
-            <th style="width: 12%;font-size: 15px;font-weight: bold;">閲戦</th>
-            <th style="width: 12%;font-size: 15px;font-weight: bold;">鍔犲伐瑕佹眰</th>
+            <th style="width: 6%;">搴忓彿</th>
+            <th style="width: 20%;">妤煎眰缂栧彿</th>
+            <th style="width: 20%;">瀹�(寮у害)*楂�</th>
+            <th style="width: 10%;">鏁伴噺</th>
+            <th style="width: 10%;">闈㈢Н</th>
+            <th style="width: 10%;">鍗曚环</th>
+            <th style="width: 12%;">閲戦</th>
+            <th style="width: 12%;">鍔犲伐瑕佹眰</th>
           </tr>
 
           <template v-for="(item, index) in produceList" :key="index" >
@@ -236,6 +237,8 @@
   height: 30px;
   border: 1px solid #d3dce6;
   border-collapse: collapse;
+  font-size: 15px;
+  font-weight: bold;
 }
 .day-in td{
 text-align: center;

--
Gitblit v1.8.0