From ddb70b44442d91cb57678b06aa02813a8a0499f8 Mon Sep 17 00:00:00 2001 From: Administrator <Administrator@DESKTOP-5BIMHQ3> Date: 星期一, 11 三月 2024 13:27:51 +0800 Subject: [PATCH] AGV转运功能开发 --- 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 d8d62b5..bf23974 100644 --- a/Pda/View/AsnSetting/productEnterQuantity.html +++ b/Pda/View/AsnSetting/productEnterQuantity.html @@ -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