chengsc
2025-06-19 7cdde15ff2ac8ad11c5ec70de9518e3957459229
Pda/View/AsnSetting/WorkshopIn.html
@@ -420,10 +420,12 @@
            //箱回车事件
            function checkBoxInfo() {
                var param = {
                    "BoxNo": $("#BoxCode").val(),
                    "boxNo": $("#BoxCode").val(),
                }
                sendData(IP + "/PdaAsn/GetWmsBoxInfos", param, 'post', function (res) {
                synData(IP + "/PdaAsn/GetWmsBoxInfos", param, 'get', function (res) {
                    
                    if (res.code == 0) { //成功
                        $("#BoxNum").val(res.data[0].Qty);