售后金额上浮
This commit is contained in:
@@ -147,6 +147,10 @@ export const BILL_STATUS_MAP: Record<number, { text: string; color: string }> =
|
||||
export interface IBillPrepareStore {
|
||||
store_id: number;
|
||||
store_name: string;
|
||||
/** 客户等级名(无等级为 null) */
|
||||
level_name?: string | null;
|
||||
/** 客户等级上浮比例(售后金额折算用;无等级为 '0') */
|
||||
level_percent?: string;
|
||||
order_count: number;
|
||||
/** 商品金额(订单汇总,不可修改) */
|
||||
product_amount: string;
|
||||
|
||||
Reference in New Issue
Block a user