| | |
| | | * @deprecated 已经不用了 |
| | | */ |
| | | EnterRelateUrl = 50, |
| | | /** C端个税完税说明 */ |
| | | /** C端个税完税证明 */ |
| | | PersonTaxRatePayUrl = 60, |
| | | /** C端个税完税说明 */ |
| | | /** C端完税说明 */ |
| | | PersonTaxInstructUrl = 70, |
| | | } |
| | | |
| | |
| | | [FourStreamsMaterialFileBusinessTypeEnum.TaxSubFileUrl]: '企业缴税明细汇总表(盖章)', |
| | | [FourStreamsMaterialFileBusinessTypeEnum.OperateProfitesUrl]: '企业营收利润表', |
| | | [FourStreamsMaterialFileBusinessTypeEnum.EnterRelateUrl]: '入驻关联说明', |
| | | [FourStreamsMaterialFileBusinessTypeEnum.PersonTaxRatePayUrl]: 'C端个税完税说明', |
| | | [FourStreamsMaterialFileBusinessTypeEnum.PersonTaxRatePayUrl]: 'C端个税完税证明', |
| | | [FourStreamsMaterialFileBusinessTypeEnum.PersonTaxInstructUrl]: 'C端完税情况说明', |
| | | }; |
| | | |
| | |
| | | /**数字经济园材料 */ |
| | | static DigitIndustrialParkMaterialFile = [ |
| | | FourStreamsMaterialFileBusinessTypeEnum.ParkEnterPactUrl, |
| | | FourStreamsMaterialFileBusinessTypeEnum.EnterRelateUrl, |
| | | // FourStreamsMaterialFileBusinessTypeEnum.EnterRelateUrl, |
| | | FourStreamsMaterialFileBusinessTypeEnum.RatePaymentFileUrl, |
| | | FourStreamsMaterialFileBusinessTypeEnum.TaxSubFileUrl, |
| | | FourStreamsMaterialFileBusinessTypeEnum.OperateProfitesUrl, |
| | | FourStreamsMaterialFileBusinessTypeEnum.PersonTaxRatePayUrl, |
| | | FourStreamsMaterialFileBusinessTypeEnum.PersonTaxInstructUrl, |
| | | ]; |
| | | |
| | | /**财政拨付和平台充值凭证 */ |
| | |
| | | |
| | | interface GetEnterpriseRechargeDetail { |
| | | id?: string; |
| | | /** 收款账号 */ |
| | | /** 充值账号 */ |
| | | incomeBankNum?: string; |
| | | /** 收款企业名称 */ |
| | | /** 企业名称 */ |
| | | incomeEnterpriseName?: string; |
| | | /** 出款账号 */ |
| | | outBankNum?: string; |
| | |
| | | settleTimeBegin?: string; |
| | | /** 发放结束日期 */ |
| | | settleTimeEnd?: string; |
| | | /** 拨付起始日期 */ |
| | | financeTimeBegin?: string; |
| | | /** 拨付结束日期 */ |
| | | financeTimeEnd?: string; |
| | | /** 入账起始日期 */ |
| | | incomeTimeBegin?: string; |
| | | /** 入账结束日期 */ |
| | |
| | | /** 企业名/信用代码 */ |
| | | searchKeyWord?: string; |
| | | transferToStatus?: TransferToStatusEnum; |
| | | financeToStatus?: FinanceStatusEnum; |
| | | } |
| | | |
| | | interface GetParkBountyTradeDetailByIdInput { |
| | |
| | | tradeTime?: string; |
| | | /** 奖励金余额 */ |
| | | remianAmount?: number; |
| | | financeType?: FinanceTypeEnum; |
| | | } |
| | | |
| | | interface GetParkBountyTradeDetailOutputPageOutput { |
| | |
| | | parkBountyApplyDetailId?: string[]; |
| | | /** 充值金额 */ |
| | | financeToAmount?: number; |
| | | parkBountyApplyId?: string; |
| | | } |
| | | |
| | | interface ParkBountyApplyBatchTransferInput { |
| | | parkBountyApplyDetailId?: string[]; |
| | | /** 入账金额 */ |
| | | transferToAmount?: number; |
| | | parkBountyApplyId?: string; |
| | | } |
| | | |
| | | interface ParkBountyApplyDetailInfo { |
| | |
| | | parkBountyApplyDetailId?: string; |
| | | /** 财政拨付 */ |
| | | bountyAmount?: number; |
| | | parkBountyApplyId?: string; |
| | | } |
| | | |
| | | interface ParkBountyApplySettleInput { |
| | |
| | | parkBountyApplyDetailId?: string; |
| | | /** 入账金额 */ |
| | | transferToAmount?: number; |
| | | parkBountyApplyId?: string; |
| | | } |
| | | |
| | | type ParkCustomersCountTypeEnum = 10 | 50 | 100; |
| | |
| | | <ProTabPane lazy label="企业申报记录" name="enterpriseDeclareRecord"> |
| | | <EnterpriseDeclareRecordView></EnterpriseDeclareRecordView> |
| | | </ProTabPane> |
| | | <ProTabPane lazy label="奖励金发放记录" name="rewardGrantRecord"> |
| | | <ProTabPane lazy label="发放记录" name="rewardGrantRecord"> |
| | | <RewardGrantRecordView></RewardGrantRecordView> |
| | | </ProTabPane> |
| | | <ProTabPane lazy label="奖励金消费记录" name="rewardConsumeRecord"> |
| | | <ProTabPane lazy label="消费记录" name="rewardConsumeRecord"> |
| | | <RewardConsumeRecordView></RewardConsumeRecordView> |
| | | </ProTabPane> |
| | | </ProTabs> |
| | |
| | | @change="getList()" |
| | | ></FieldDatePicker> |
| | | </QueryFilterItem> |
| | | <QueryFilterItem tip-content="发放日期"> |
| | | <QueryFilterItem tip-content="拨付日期"> |
| | | <FieldDatePicker |
| | | v-model="extraParamState.financeTime" |
| | | type="daterange" |
| | | range-separator="~" |
| | | start-placeholder="开始日期" |
| | | end-placeholder="结束日期" |
| | | clearable |
| | | @change="getList()" |
| | | ></FieldDatePicker> |
| | | </QueryFilterItem> |
| | | <QueryFilterItem tip-content="充值日期"> |
| | | <FieldDatePicker |
| | | v-model="extraParamState.settleTime" |
| | | type="daterange" |
| | |
| | | creationTimeEnd: format(extraParamState.creationTime?.[1] ?? '', 'YYYY-MM-DD 23:59:59'), |
| | | settleTimeBegin: format(extraParamState.settleTime?.[0] ?? '', 'YYYY-MM-DD 00:00:00'), |
| | | settleTimeEnd: format(extraParamState.settleTime?.[1] ?? '', 'YYYY-MM-DD 23:59:59'), |
| | | financeTimeBegin: format(extraParamState.financeTime?.[0] ?? '', 'YYYY-MM-DD 00:00:00'), |
| | | financeTimeEnd: format(extraParamState.financeTime?.[1] ?? '', 'YYYY-MM-DD 23:59:59'), |
| | | }; |
| | | let res = await parkBountyApplyServices.getParkBountyApplyList(params, { |
| | | showLoading: !state.loading, |
| | |
| | | financeStatus: '' as any as FinanceStatusEnum, |
| | | creationTime: [] as unknown as ModelValueType, |
| | | settleTime: [] as unknown as ModelValueType, |
| | | financeTime: [] as unknown as ModelValueType, |
| | | orderInput: [{ property: 'creationTime', order: OrderInputType.Desc }], |
| | | }, |
| | | columnsRenderProps: { |