diff --git a/src/views/modules/recv/qualifiedStorage.vue b/src/views/modules/recv/qualifiedStorage.vue index 836c80a..7754acc 100644 --- a/src/views/modules/recv/qualifiedStorage.vue +++ b/src/views/modules/recv/qualifiedStorage.vue @@ -174,7 +174,7 @@ - {{ label.qty }} {{ label.unit}} + {{ label.qty }} @@ -564,7 +564,7 @@ export default { lotBatchNo: '', // 后端会从HandlingUnit中获取 wdr: '', // 后端会从HandlingUnit中获取 toLocationNo: this.targetLocationId, - qtyToMove: Math.floor(totalQty), + qtyToMove: totalQty, qtyArrived: this.selectedReceipt.qtyArrived, scrappedQty: this.selectedReceipt.scrappedQty || 0, returnedQty: this.selectedReceipt.returnedQty || 0,