修复一些错误

This commit is contained in:
liu
2026-08-14 21:28:55 +08:00
parent 398bb98356
commit 228212f8e3
20 changed files with 489 additions and 100 deletions
-1
View File
@@ -180,5 +180,4 @@ export const PURCHASE_STATUS_MAP: Record<number, { text: string; color: string }
3: { text: '已完成', color: 'success' },
};
export type PurchaseExportType = 'all' | 'category';
export type ExportFormat = 'xlsx' | 'pdf';
+2
View File
@@ -18,6 +18,8 @@ export default interface IStore {
pending_box_num?: number;
/** 待回托盘数量 */
pending_tray_num?: number;
/** 总采购金额(只统计商品金额,账单支付后累加) */
total_purchase_amount?: string;
status?: number;
remark?: string;
created_at?: string;