修复一些错误
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user