| | |
| | | <AppContainer> |
| | | <ProTableV2 v-bind="proTableProps" :columns="column" :operationBtns="operationBtns"> |
| | | </ProTableV2> |
| | | <FourStreamsMaterialFileDialog |
| | | <FourStreamsMaterialFileDialogV2 |
| | | v-bind="dialogMaterialFileProps" |
| | | :show-upload-btn="false" |
| | | :show-delete-btn="false" |
| | |
| | | } from '@bole-core/components'; |
| | | import { OrderInputType } from '@bole-core/core'; |
| | | import * as parkBountyApplyServices from '@/services/api/ParkBountyApply'; |
| | | import { IncomeStatusEnumText } from '@/constants'; |
| | | import { ApplyTransferFileBusinessTypeEnumText } from '@/components/commonView/types'; |
| | | import { ApplyTransferFileBusinessTypeEnumText } from '@/constants'; |
| | | import { FourStreamsMaterialUtils } from '@/components/commonView/utils'; |
| | | import { ApplyTransferMaterialFileTableItem } from '@/components/commonView/types'; |
| | | |
| | |
| | | }, |
| | | { |
| | | id: '2', |
| | | enCode: 'batchNo', |
| | | enCode: 'applySumAmount', |
| | | name: '申报总额', |
| | | }, |
| | | { |
| | | id: '3', |
| | | enCode: 'applySumAmount', |
| | | enCode: 'financeToAmount', |
| | | name: '财政拨付金额', |
| | | }, |
| | | { |
| | | id: '4', |
| | | enCode: 'settleTime', |
| | | enCode: 'financeTime', |
| | | name: '财政拨付日期', |
| | | }, |
| | | { |
| | | id: '5', |
| | | enCode: 'applySumAmount', |
| | | enCode: 'transferToAmount', |
| | | name: '平台充值金额', |
| | | }, |
| | | { |
| | | id: '6', |
| | | enCode: 'incomeTime', |
| | | enCode: 'settleTime', |
| | | name: '平台充值日期', |
| | | }, |
| | | ]; |
| | |
| | | }, |
| | | columnsRenderProps: { |
| | | settleTime: { type: 'date', format: 'YYYY-MM-DD HH:mm:ss' }, |
| | | incomeTime: { type: 'date', format: 'YYYY-MM-DD HH:mm:ss' }, |
| | | financeTime: { type: 'date', format: 'YYYY-MM-DD HH:mm:ss' }, |
| | | applySumAmount: { type: 'money' }, |
| | | incomeStatus: { type: 'enum', valueEnum: IncomeStatusEnumText }, |
| | | financeToAmount: { type: 'money' }, |
| | | transferToAmount: { type: 'money' }, |
| | | }, |
| | | } |
| | | ); |
| | | |
| | | function openMaterialFileDialog(row: API.ParkBountyApplyTransferDetailInfo) { |
| | | function openMaterialFileDialog(row: API.GetParkCustomerBountyGrantOutput) { |
| | | handleMaterialFileAdd({ |
| | | list: FourStreamsMaterialUtils.initApplyTransferMaterialFileList(row), |
| | | }); |