自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-15 c22fcebe5f0b183935f3ef833ae2eafe8f18519a
src/main/webapp/static/js/pakStore/pakStore.js
@@ -152,7 +152,7 @@
            success: function (res) {
                if (res.code === 200){
                    layer.closeAll();
                    layer.msg(res.msg);
                    layer.msg("入库启动成功,目标库位:" + res.data);
                    matCodeData = [];
                    tableIns.reload({data: matCodeData,done:function (res) { limit();}});
                } else if (res.code === 403){