fix:【antd】【erp 系统】finance/account 切换默认的逻辑未实现

This commit is contained in:
YunaiV
2025-10-05 14:19:28 +08:00
parent 8266490674
commit c6bd38f98d
6 changed files with 39 additions and 26 deletions

View File

@@ -49,13 +49,6 @@ export namespace ErpPurchaseInApi {
supplierId?: number;
status?: number;
}
// TODO @nehcupdatePurchaseInStatus 是不是需要?
/** 采购入库状态更新参数 */
export interface PurchaseInStatusParams {
id: number;
status: number;
}
}
/**