Commit 76daba8c by wuqian

Merge branch 'dev'

parents 934b386b 14ddd000
...@@ -1220,7 +1220,7 @@ const handleLocalImport = async ({ ...@@ -1220,7 +1220,7 @@ const handleLocalImport = async ({
totalPrice: new BigNumber( totalPrice: new BigNumber(
(importedItem?.buyStored ?? 0) as number | string, (importedItem?.buyStored ?? 0) as number | string,
) )
.multipliedBy(skuItem.price ?? 0) .multipliedBy(skuItem.factoryPrice ?? 0)
.toNumber(), .toNumber(),
usableInventory: skuItem.usableInventory, usableInventory: skuItem.usableInventory,
remark: importedItem?.remark ?? null, remark: importedItem?.remark ?? null,
......
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