自动化立体仓库 - WMS系统
cl
2026-04-05 ad8574ad9f939f52ef31c843fb841a2afcc5fe2e
src/main/webapp/static/js/pakStore/locCheckOut.js
@@ -43,11 +43,13 @@
                    layer.msg('请先添加盘点库存', {icon: 2});
                } else {
                    var staNo = $("#staNoSelect").val();
                    var outStaArea = $("#outboundAreaSelect").val();
                    if (staNo === "" || staNo === null){
                        layer.msg("请选择盘点站", {icon: 2});
                        return;
                    }
                    let param = {
                        outStaArea: outStaArea,
                        outSite: staNo,
                        locDetls: locDetlData
                    }