自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-07-09 ab5f513d865f3458b3721f352138d245fc1a4fe1
src/main/webapp/views/pda/stockIn.html
@@ -192,6 +192,7 @@
        $('#code').val("");
        matData = [];
        tableIns.reload({data: matData});
        $('input:radio[name="site"]').prop('checked',false);
        tips("");
    }
@@ -208,7 +209,6 @@
            return;
        }
        let site = $('input:radio[name="site"]:checked').next("span").html();
        console.log(site);
        if (null === site || undefined === site) {
            tips("请选择入库口", true);
            return;