From 6c235963d6fc46b38ea59d9b19c6519b892e080b Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Mon, 16 May 2022 09:42:06 +0800 Subject: [PATCH] 20220516 逻辑删除,更新字段IS_Delete字段为已删除,默认为空,删除后其余信息从查询中过滤了 --- zq-erp/src/main/resources/templates/views/admin/hive/printTemplates/meidu.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zq-erp/src/main/resources/templates/views/admin/hive/printTemplates/meidu.html b/zq-erp/src/main/resources/templates/views/admin/hive/printTemplates/meidu.html index 22c1c0a..b760539 100644 --- a/zq-erp/src/main/resources/templates/views/admin/hive/printTemplates/meidu.html +++ b/zq-erp/src/main/resources/templates/views/admin/hive/printTemplates/meidu.html @@ -32,7 +32,7 @@ <h1 style="text-align: center;font-size: 18px;margin: 20px auto;"> {{order.shopName}} </h1> - <table style="width: 100%; font-size:12px;line-height: 20px;"> + <table style="width: 100%; font-size:12px;"> <tr> <td colspan="2"> @@ -56,7 +56,7 @@ </tr> </table> <p>--------------------------------</p> - <table style="width: 80%;font-size:12px;margin-top: 20px;text-align: left"> + <table style="width: 80%;font-size:12px;margin-top: 10px;text-align: left; margin-bottom: 5px;"> <tr> <th style="text-align: left;" colspan="4">产品</th> @@ -89,7 +89,7 @@ </tr> </table> <p>--------------------------------</p> - <table style="width: 100%;font-size: 10px;line-height: 30px;"> + <table style="width: 100%;font-size: 10px; margin-bottom: 5px;"> <tr > <td> <b >储值卡余额:</b><span >{{totalMoney}}</span> -- Gitblit v1.9.1