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 }