From b478031d19c13092dc5f86e6d4f7fc114ea9a85d Mon Sep 17 00:00:00 2001
From: Administrator <Administrator@DESKTOP-5BIMHQ3>
Date: 星期一, 11 三月 2024 13:28:29 +0800
Subject: [PATCH] Merge branch 'wxw'

---
 Pda/View/AsnSetting/productEnterQuantity.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Pda/View/AsnSetting/productEnterQuantity.html b/Pda/View/AsnSetting/productEnterQuantity.html
index f9fd720..bf23974 100644
--- a/Pda/View/AsnSetting/productEnterQuantity.html
+++ b/Pda/View/AsnSetting/productEnterQuantity.html
@@ -248,7 +248,7 @@
                     </table>
                     <!-- 鍒嗛〉 -->
                     <table id="tableBoxPages" class="tbl-box-pages" border="" cellspacing="" cellpadding="">
-                        <tr style="display: ;">
+                        <tr >
                             <td class="page-prev">涓婁竴椤�</td>
                             <td class="page-num page-num-select">1</td>
                             <td class="page-num">2</td>
@@ -404,7 +404,7 @@
                     </table>
                     <!-- 鍒嗛〉 -->
                     <table id="tableBoxPages1" class="tbl-box-pages" border="" cellspacing="" cellpadding="">
-                        <tr style="display: ;">
+                        <tr>
                             <td class="page-prev">涓婁竴椤�</td>
                             <td class="page-num page-num-select">1</td>
                             <td class="page-num">2</td>
@@ -1524,11 +1524,11 @@
             form.on('switch(IsLianXu)', function (obj) {
                 if (obj.elem.checked) {
                     $('#BOX2').attr("style", "display:block")
-                    $('#zongDiv').attr("style", "height: 285px;")
+                    $('#zongDiv').attr("style", "height: 315px;")
                     isContinue = "1";
                 } else {
                     $('#BOX2').attr("style", "display:none")
-                    $('#zongDiv').attr("style", "height: 255px;")
+                    $('#zongDiv').attr("style", "height: 285px;")
                     isContinue = "0";
                 }
                 $('#BOXCODE2').val("");

--
Gitblit v1.8.0