ÏîÄ¿´úÂë/WIDESEA_WMSClient/src/extension/outbound/extend/outOrderDetail.vue
@@ -346,13 +346,11 @@ if (this.selection.length === 0) { return this.$message.error("è¯·éæ©åæ®æç»"); } if (this.selection.length > 1) { return this.$message.error("åªè½éæ©ä¸æ¡åæ®æç»è¿è¡åæ¹åºåº"); } const keys = this.selection.map((item) => item.id); const requestParams = { detailIds: keys, outboundQuantity: this.selection[0].orderQuantity, outboundQuantity: this.selection.length>1?1: this.selection[0].orderQuantity, operator: "", orderNo: this.row.orderNo, isBatch: this.isBatch