From 235195d724949cb447d835837d510851bb642ea3 Mon Sep 17 00:00:00 2001
From: Demo <Demo@DESKTOP-CPA90BF>
Date: 星期二, 12 三月 2024 16:57:17 +0800
Subject: [PATCH] 添加删除标签菜单信息、用户权限及功能方法,编写PDA取样出库页面功能,添加获取入库单信息方法

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

diff --git a/Pda/View/AsnSetting/productEnterQuantity.html b/Pda/View/AsnSetting/productEnterQuantity.html
index 77618a0..aaba9fc 100644
--- a/Pda/View/AsnSetting/productEnterQuantity.html
+++ b/Pda/View/AsnSetting/productEnterQuantity.html
@@ -1526,11 +1526,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