Commit 0654e4c3 authored by guang.wu's avatar guang.wu

Merge branch 'feat-fake-pop-order-mession' of...

Merge branch 'feat-fake-pop-order-mession' of git.quantgroup.cn:ui/merchant-manage-ui into feature-20250212-fake-long-number
parents 1dd0abad 3bf0d4b1
......@@ -221,7 +221,7 @@ const UpdateStatusModal = (props, ref) => {
skuInfoList: skuInfoList
.filter(skuInfo => skuInfo.skuNo?.length)
.map(skuInfo => ({
skuNo: Number(skuInfo.skuNo[0]),
skuNo: skuInfo.skuNo[0],
quantity: Number(skuInfo.quantity),
})),
};
......
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