From 1e7283cacb5eb6de492c6c6874aeaa316063989c Mon Sep 17 00:00:00 2001 From: Demo <Demo@DESKTOP-CPA90BF> Date: 星期三, 13 三月 2024 16:46:35 +0800 Subject: [PATCH] Merge branch 'csc' --- HTML/views/ASNSetting/PalletBindFrom.html | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/HTML/views/ASNSetting/PalletBindFrom.html b/HTML/views/ASNSetting/PalletBindFrom.html index bf81733..b3d50ff 100644 --- a/HTML/views/ASNSetting/PalletBindFrom.html +++ b/HTML/views/ASNSetting/PalletBindFrom.html @@ -299,6 +299,7 @@ AsnNo: $("#BillCode").val(), PalletNo: $("#palletNo").val(), AsnDetailId: parseInt($("#detail").val()), + LotNo: $("#detail").find("option:selected").text(), BoxNo: $("#boxNo").val(), IsContinue :IsContinue, TailBoxNo: $("#boxNo2").val(), -- Gitblit v1.8.0