获取焦点

This commit is contained in:
liu
2026-09-13 01:46:00 +08:00
parent 3005646179
commit 3d1ec9c833
13 changed files with 65 additions and 27 deletions
+2
View File
@@ -76,6 +76,8 @@ export default interface IPurchaseOrder {
actual_amount?: string;
/** 应付商品金额 = Σ 已生成门店账单的商品金额(列表接口附;未生成账单为 null) */
bill_product_amount?: string | null;
/** 账单总金额 = Σ 已生成门店账单的总金额(商品+配送费+附加+售后;未生成账单为 null) */
bill_total_amount?: string | null;
operator_id?: number;
operator?: { id: number; nickname: string };
remark?: string;