售后金额

This commit is contained in:
liu
2026-08-29 13:54:06 +08:00
parent c3ec416a77
commit d0ce897a0f
25 changed files with 175 additions and 58 deletions
+2 -2
View File
@@ -109,7 +109,7 @@ export interface IBill {
tray_price: string;
/** 附加金额 = 周转筐×筐单价 + 托盘×托盘单价 */
added_amount: string;
/** 账单总金额 = 商品金额 + 配送费 + 附加金额 */
/** 账单总金额 = 商品金额 + 配送费 + 附加金额 + 售后金额 */
total_amount: string;
/** 支付状态:0未支付 1已支付 */
status?: number;
@@ -122,7 +122,7 @@ export interface IBill {
paid_operator_id?: number;
order_count?: number;
remark?: string;
/** 售后说明(生成账单时按门店填写) */
/** 售后金额(生成账单时按门店填写,可正负,计入总金额 */
after_sale?: string;
created_at?: string;
/** 门店账单列表/详情接口附带 */