fix: 采购价格上限按数量计算总价 (#181)
This commit is contained in:
@@ -19,6 +19,7 @@ class PurchasePageState:
|
||||
goods_id: str
|
||||
selected_options: Mapping[str, str] = field(default_factory=dict)
|
||||
quantity: int = 0
|
||||
# 当前页面显示的采购金额;最终确认页必须是订单总价,单位人民币分。
|
||||
price_cent: int = 0
|
||||
candidate_count: int = 1
|
||||
in_stock: bool = True
|
||||
|
||||
Reference in New Issue
Block a user