| | |
| | | }); |
| | | } |
| | | |
| | | /** 同步奖励金-企业自身出账-审批 POST /api/ParkBountyApply/SyncAuditParkBountyApplyTradeBySelf */ |
| | | export async function syncAuditParkBountyApplyTradeBySelf( |
| | | body: API.SyncAuditParkBountyApplyTradeBySelfInput, |
| | | options?: API.RequestConfig |
| | | ) { |
| | | return request<number>('/api/ParkBountyApply/SyncAuditParkBountyApplyTradeBySelf', { |
| | | method: 'POST', |
| | | headers: { |
| | | 'Content-Type': 'application/json', |
| | | }, |
| | | data: body, |
| | | ...(options || {}), |
| | | }); |
| | | } |
| | | |
| | | /** 同步奖励金出账信息 POST /api/ParkBountyApply/SyncParkBountyApplyTrade */ |
| | | export async function syncParkBountyApplyTrade( |
| | | body: API.CreateParkBountyTradeInput, |
| | |
| | | } |
| | | |
| | | interface CreateParkBountyTradeInput { |
| | | enterpriseId?: string; |
| | | /** 最近出账金额 */ |
| | | tradeAmount?: number; |
| | | /** 出账凭证 */ |
| | |
| | | incomeBankCardNumber?: string; |
| | | /** 开户行 */ |
| | | incomeBankName?: string; |
| | | enterpriseId?: string; |
| | | selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | } |
| | | |
| | | interface CreateParkOrHRAdvertiseInput { |
| | |
| | | financeType?: FinanceTypeEnum; |
| | | auditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | financeAuditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | } |
| | | |
| | | interface GetParkBountyTradeDetailOutput { |
| | |
| | | /** 开户行 */ |
| | | incomeBankName?: string; |
| | | creationTime?: string; |
| | | selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | /** 企业自身出账审核备注 */ |
| | | selfAuditRemark?: string; |
| | | /** 企业自身出账审核时间 */ |
| | | selfAuditTime?: string; |
| | | /** 企业自身审核凭证 */ |
| | | selfAuditFileUrl?: string; |
| | | /** 出账操作人 */ |
| | | auditOperator?: string; |
| | | /** 出账操作人ID */ |
| | | auditOperatorId?: string; |
| | | /** 财务审核操作人 */ |
| | | financeAuditOperator?: string; |
| | | /** 财务审核操作人Id */ |
| | | financeAuditOperatorId?: string; |
| | | /** 企业自身操作人 */ |
| | | selfAuditOperator?: string; |
| | | /** 企业自身操作人Id */ |
| | | selfAuditOperatorId?: string; |
| | | } |
| | | |
| | | interface GetParkBountyTradeDetailOutputPageOutput { |
| | |
| | | sequence?: number; |
| | | } |
| | | |
| | | interface SyncAuditParkBountyApplyTradeBySelfInput { |
| | | /** 江佑保出账记录Id */ |
| | | id?: string; |
| | | /** 818出账记录Id */ |
| | | parkBountyApplyDetailId?: string; |
| | | selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | /** 审核备注 */ |
| | | selfAuditRemark?: string; |
| | | /** 审核凭证 */ |
| | | selfAuditFileUrl?: string; |
| | | /** 企业自身操作人 */ |
| | | selfAuditOperator?: string; |
| | | /** 企业自身操作人Id */ |
| | | selfAuditOperatorId?: string; |
| | | } |
| | | |
| | | interface SyncParkBountyApplyTradeOutput { |
| | | bountyAmount?: number; |
| | | rechargeAmount?: number; |
| | |
| | | auditById?: string; |
| | | /** 审核时间 */ |
| | | auditTime?: string; |
| | | /** 进账单位 */ |
| | | incomeCompanyName?: string; |
| | | /** 保单号 */ |
| | | insureBillNo?: string; |
| | | /** 收款单位名称 */ |
| | | incomeBankAccount?: string; |
| | | /** 收款单位账号 */ |
| | | incomeBankCardNumber?: string; |
| | | /** 开户行 */ |
| | | incomeBankName?: string; |
| | | selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus; |
| | | /** 企业自身出账审核备注 */ |
| | | selfAuditRemark?: string; |
| | | /** 企业自身出账审核时间 */ |
| | | selfAuditTime?: string; |
| | | /** 企业自身审核凭证 */ |
| | | selfAuditFileUrl?: string; |
| | | } |
| | | |
| | | interface SysOrgDetailOutput { |
| | |
| | | auditTimeBegin: format(extraParamState.creationTime?.[0] ?? '', 'YYYY-MM-DD 00:00:00'), |
| | | auditTimeEnd: format(extraParamState.creationTime?.[1] ?? '', 'YYYY-MM-DD 23:59:59'), |
| | | auditStatus: EnumParkBountyTradeDetailAuditStatus.Pass, |
| | | selfAuditStatus: EnumParkBountyTradeDetailAuditStatus.Pass, |
| | | financeType: FinanceTypeEnum.PlatReward, |
| | | }; |
| | | let res = await parkBountyApplyServices.getParkBountyTradeDetailList(params, { |
| | |
| | | creationTimeBegin: format(extraParamState.creationTime?.[0] ?? '', 'YYYY-MM-DD 00:00:00'), |
| | | creationTimeEnd: format(extraParamState.creationTime?.[1] ?? '', 'YYYY-MM-DD 23:59:59'), |
| | | auditStatus: extraParamState.auditStatus, |
| | | selfAuditStatus: EnumParkBountyTradeDetailAuditStatus.Pass, |
| | | financeType: FinanceTypeEnum.PlatReward, |
| | | }; |
| | | let res = await parkBountyApplyServices.getParkBountyTradeDetailList(params, { |
| | |
| | | width: 180, |
| | | }, |
| | | { |
| | | id: '11-1', |
| | | enCode: 'incomeCompanyName', |
| | | name: '进账单位', |
| | | width: 180, |
| | | }, |
| | | { |
| | | id: '12', |
| | | enCode: 'bountyAmount', |
| | | name: '资金余额', |
| | | width: 120, |
| | | }, |
| | | { |
| | | id: '12-1', |
| | | enCode: 'auditOperator', |
| | | name: '审核人', |
| | | width: 180, |
| | | }, |
| | | { |
| | | id: '13', |
| | |
| | | width: 160, |
| | | }, |
| | | { |
| | | id: '11-1', |
| | | enCode: 'incomeCompanyName', |
| | | name: '进账单位', |
| | | width: 180, |
| | | }, |
| | | { |
| | | id: '10', |
| | | enCode: 'auditTime', |
| | | name: '出账审核日期', |
| | |
| | | width: 160, |
| | | }, |
| | | { |
| | | id: '12-1', |
| | | enCode: 'financeAuditOperator', |
| | | name: '审核人', |
| | | width: 180, |
| | | }, |
| | | { |
| | | id: '13', |
| | | enCode: 'financeAuditTime', |
| | | name: '审核时间', |
| | |
| | | __INTLIFY_PROD_DEVTOOLS__: false, |
| | | }, |
| | | build: { |
| | | outDir: `dist/${dayjs().format( |
| | | 'YYYY-MM-DD' |
| | | )}/dist-12333Governmentback-${VITE_AppType}-${mode}-${dayjs().format('YYYYMMDD')}`, |
| | | outDir: |
| | | mode === 'staging' |
| | | ? `dist/dist-12333Governmentback-${VITE_AppType}-${mode}` |
| | | : `dist/${dayjs().format( |
| | | 'YYYY-MM-DD' |
| | | )}/dist-12333Governmentback-${VITE_AppType}-${mode}-${dayjs().format('YYYYMMDD')}`, |
| | | }, |
| | | optimizeDeps: { |
| | | include: [ |