Commit e04844ce authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

fix: 处理订单查看仓位库存减扣记录异常

parent 6a439db8
......@@ -338,7 +338,7 @@ const OrderProductTable:React.FC<OrderProductTableProps> = (props) => {
};
const handlePreviewWarehouse = (record) => {
setCheckProductId(record.productId)
setCheckProductId(record.skuId)
setWarehouseVisible(true)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment