自动化立体仓库 - WMS系统
1
zhang
10 天以前 aa2d0845d83b95135d0c86a2cc62f66947ecd6f9
src/main/webapp/static/js/inventoryCheckOrder/inventoryCheckOrder.js
@@ -153,6 +153,7 @@
            });
            doDelSensor({ids: ids});
        } else if (obj.event === 'submitERP') { // 提交erp
            let loadIndex = layer.load(2);
            $.ajax({
                url: baseUrl + "/mobile/checkOut/submit/auth",
                headers: {'token': localStorage.getItem('token')},
@@ -162,6 +163,7 @@
                },
                method: 'GET',
                success: function (res) {
                    layer.close(loadIndex);
                    notice.destroy();
                    if (res.code === 200) {
                        layer.msg(res.msg, {icon: 1});