chengsc
2025-06-11 1c2541b283ce6ba855e67c476412dffe2c693480
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);