From a8deb4d1b05d5c424ab92a348e364d2e2891196b Mon Sep 17 00:00:00 2001
From: admin <qiutairan163@163.com>
Date: 星期六, 29 十一月 2025 10:01:33 +0800
Subject: [PATCH] 格式化代码
---
HTML/views/StatisticalReport/BoxInfor.html | 106 ++++++++++++++++++++++++++--------------------------
1 files changed, 53 insertions(+), 53 deletions(-)
diff --git a/HTML/views/StatisticalReport/BoxInfor.html b/HTML/views/StatisticalReport/BoxInfor.html
index 507105e..b0e8a48 100644
--- a/HTML/views/StatisticalReport/BoxInfor.html
+++ b/HTML/views/StatisticalReport/BoxInfor.html
@@ -18,12 +18,12 @@
}
.hideCls {
- display: none;
- }
+ display: none;
+ }
- .showCls {
- display: block;
- }
+ .showCls {
+ display: block;
+ }
</style>
<script>
// 杩欓噷鏄渶瑕佸湪椤甸潰娓叉煋涔嬪墠鎵ц鐨勪唬鐮�
@@ -348,58 +348,58 @@
<i class="layui-icon layui-icon-print"></i>琛ユ墦
</button>
</script>
-
+
</div>
</div>
- <div class="layui-form hideCls" lay-filter="layuiadmin-app-form-list" id="print"
- style="width: 100%;height:100%;">
- <div style="display: flex;align-items: center;justify-content: center; height: 260px;">
- <table border="0" id="table"
- style="width: 90%; height:240px;border-collapse: collapse;table-layout: fixed;border:none">
- <tr>
- <td class="font-size12">
- 鐗╂枡缂栧彿锛�
- <table id="SkuNoP" class="font-size12"></table>
- </td>
- </tr>
- <tr>
- <td class="font-size12">
- 鐗╂枡鍚嶇О锛�
- <table id="SkuNameP" class="font-size12"></table>
- </td>
- </tr>
- <tr>
- <td class="font-size12">
- 鎵规鍙凤細
- <table id="LotNoP" class="font-size12"></table>
- </td>
- </tr>
- <tr>
- <td class="font-size12">
- 鐢熶骇鏃ユ湡锛�
- <table id="ProductionTimeP" class="font-size12"></table>
- </td>
- </tr>
- <tr>
- <td class="font-size12">
- 鏈夋晥鏈燂細
- <table id="ExpirationTimeP" class="font-size12"></table>
- </td>
- </tr>
+ <div class="layui-form hideCls" lay-filter="layuiadmin-app-form-list" id="print"
+ style="width: 100%;height:100%;">
+ <div style="display: flex;align-items: center;justify-content: center; height: 260px;">
+ <table border="0" id="table"
+ style="width: 90%; height:240px;border-collapse: collapse;table-layout: fixed;border:none">
+ <tr>
+ <td class="font-size12">
+ 鐗╂枡缂栧彿锛�
+ <table id="SkuNoP" class="font-size12"></table>
+ </td>
+ </tr>
+ <tr>
+ <td class="font-size12">
+ 鐗╂枡鍚嶇О锛�
+ <table id="SkuNameP" class="font-size12"></table>
+ </td>
+ </tr>
+ <tr>
+ <td class="font-size12">
+ 鎵规鍙凤細
+ <table id="LotNoP" class="font-size12"></table>
+ </td>
+ </tr>
+ <tr>
+ <td class="font-size12">
+ 鐢熶骇鏃ユ湡锛�
+ <table id="ProductionTimeP" class="font-size12"></table>
+ </td>
+ </tr>
+ <tr>
+ <td class="font-size12">
+ 鏈夋晥鏈燂細
+ <table id="ExpirationTimeP" class="font-size12"></table>
+ </td>
+ </tr>
- <tr>
- <td style="padding: 5px 0px;">
- <img id="imgBar" style=" height: 60px;" />
- </td>
- </tr>
+ <tr>
+ <td style="padding: 5px 0px;">
+ <img id="imgBar" style=" height: 60px;" />
+ </td>
+ </tr>
- </table>
- </div>
- <div style="page-break-after: always;"></div>
- </div>
- <div class="layui-form hideCls" lay-filter="layuiadmin-app-form-list" id="print2"
- style="width: 100%;height:100%;"></div>
+ </table>
+ </div>
+ <div style="page-break-after: always;"></div>
+ </div>
+ <div class="layui-form hideCls" lay-filter="layuiadmin-app-form-list" id="print2"
+ style="width: 100%;height:100%;"></div>
</div>
<script src="../../layuiadmin/layui/layui.js"></script>
@@ -458,7 +458,7 @@
function addZero(s) {
return s < 10 ? ('0' + s) : s;
};
-
+
var $ = layui.$;
var yemianid = 0;
refreshTable("", "", "", "", "", "", "", "", "", "", "", "", "", "");
--
Gitblit v1.8.0