| src/main/webapp/views/orderCargoGrouping/orderCargoGroupingOperate.html | ●●●●● 补丁 | 查看 | 原始文档 | 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({