mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
Invoice (#2435)
* feat: invoice (#2293) * feat: default voice header * add i18n * refactor: 优化代码 * feat: 用户开票 * refactor: 代码优化&&样式联调 (#2384) * Feat: invoice upload (#2424) * refactor: 验收问题&&样式调整 * feat: 文件上传 * 小调整 * perf: invoice ui --------- Co-authored-by: papapatrick <109422393+Patrickill@users.noreply.github.com>
This commit is contained in:
16
packages/global/support/user/team/type.d.ts
vendored
16
packages/global/support/user/team/type.d.ts
vendored
@@ -90,3 +90,19 @@ export type LafAccountType = {
|
||||
appid: string;
|
||||
pat: string;
|
||||
};
|
||||
|
||||
export type TeamInvoiceHeaderType = {
|
||||
teamName: string;
|
||||
unifiedCreditCode: string;
|
||||
companyAddress: string;
|
||||
companyPhone: string;
|
||||
bankName: string;
|
||||
bankAccount: string;
|
||||
needSpecialInvoice?: boolean;
|
||||
emailAddress: string;
|
||||
};
|
||||
|
||||
export type TeamInvoiceHeaderInfoSchemaType = TeamInvoiceHeaderType & {
|
||||
_id: string;
|
||||
teamId: string;
|
||||
};
|
||||
|
Reference in New Issue
Block a user