chengsc
2025-06-04 32cfcc52c647b5dab8db7c5ca7b54ab3041e9d36
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);