From bf90cf8568301edb38920e8b0a0ce7e137a668ef Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期四, 21 八月 2025 09:51:55 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/ERP_override

---
 north-glass-erp/northglass-erp/src/components/sd/delivery/PrintSheetLuoyang.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/components/sd/delivery/PrintSheetLuoyang.vue b/north-glass-erp/northglass-erp/src/components/sd/delivery/PrintSheetLuoyang.vue
index bff24f1..5b26402 100644
--- a/north-glass-erp/northglass-erp/src/components/sd/delivery/PrintSheetLuoyang.vue
+++ b/north-glass-erp/northglass-erp/src/components/sd/delivery/PrintSheetLuoyang.vue
@@ -213,7 +213,7 @@
 
 <template>
   <div >
-    <div v-for="(page,pageIndex) in pageData" class="content1">
+    <div v-for="(page,pageIndex) in pageData" class="content1" >
       <table>
         <thead>
         <tr style="height: 3.6cm"><td></td></tr>
@@ -311,7 +311,7 @@
         </tr>
         </tbody>
       </table>
-      <table class="foot">
+      <table class="foot" >
         <tr >
           <td style="width: 5cm"></td>
           <td  style="width: 150px" ></td>
@@ -330,6 +330,7 @@
                 :value="getMoneySum(pageIndex)"
                 style="font-size: 17px;border: 0;width: 100%"/>
           </td>
+          <td></td>
         </tr>
         <tr style="height: 0.65cm"><td></td></tr>
         <tr>

--
Gitblit v1.8.0