自动化立体仓库 - WMS系统
#
Junjie
2025-08-02 1927665621eeea783bd95456d992f6bf66383a47
#
1个文件已修改
2 ■■■■■ 已修改文件
src/main/webapp/static/js/inventoryCheckOrder/inventoryCheckOrder.js 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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});