自动化立体仓库 - WMS系统
#
lty
17 小时以前 fe7d81036c6d285804330b65c7511b48dbb5b829
#
1个文件已修改
10 ■■■■■ 已修改文件
src/main/webapp/views/orderCargoGrouping/orderCargoGroupingOperate.html 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/orderCargoGrouping/orderCargoGroupingOperate.html
@@ -861,7 +861,15 @@
            confirmReport(orderNo, done) {
                this.reportLoading = true;
                const updates = (this.tableDataB || []).map(item => {
                const rowsToIssue = (this.tableDataB || []).filter(item => parseInt(item.inspect) === 1);
                if (rowsToIssue.length === 0) {
                    this.reportLoading = false;
                    if (typeof done === 'function') done();
                    this.$message.error('没有待下发项');
                    return;
                }
                const updates = rowsToIssue.map(item => {
                    const beBatchVal = Math.floor(parseFloat(item.sortingAnfme || 0));
                    return new Promise((resolve) => {
                        $.ajax({