自动化立体仓库 - WMS系统
#
lty
1 天以前 fe7d81036c6d285804330b65c7511b48dbb5b829
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({