zuozhengqing
2023-12-20 15bcbd44b6a3b2ec34092bc5ed3e213fa9c55de4
src/views/operate/inventoryAdjustment/inventoryAdjustmentHistory.vue
@@ -145,7 +145,7 @@
              from: item.fromLocation.name,
              to: item.toLocation.name,
              productName: product.name,
              amount: product.amount,
              amount: item.details[0].amount,
              unit: product.unit
            }
          })