| | |
| | | <ProFormItemV2 |
| | | label="上传凭证:" |
| | | prop="payAuditFileUrl" |
| | | :check-rules="[ |
| | | { |
| | | message: '请上传凭证', |
| | | type: 'upload', |
| | | }, |
| | | ]" |
| | | :required="!isApplyTrade" |
| | | :check-rules=" |
| | | !isApplyTrade && [ |
| | | { |
| | | message: '请上传凭证', |
| | | type: 'upload', |
| | | }, |
| | | ] |
| | | " |
| | | > |
| | | <ProFormUpload |
| | | v-model:file-url="form.payAuditFileUrl" |
| | |
| | | name: 'WithdrawalApprovalAuditDialog', |
| | | }); |
| | | |
| | | // type Props = {}; |
| | | type Props = { |
| | | //true 出账审批 false 财务审批 |
| | | isApplyTrade?: boolean; |
| | | }; |
| | | |
| | | // const props = withDefaults(defineProps<Props>(), {}); |
| | | const props = withDefaults(defineProps<Props>(), {}); |
| | | |
| | | const visible = defineModel({ type: Boolean }); |
| | | |
| | |
| | | parkName: string; |
| | | parkTypeName: string; |
| | | tradeAmount: number; |
| | | remianAmount: number; |
| | | bountyAmount: number; |
| | | tradeTime: string; |
| | | auditTime: string; |
| | | payRemark: string; |
| | |
| | | }, |
| | | { |
| | | label: '资金余额', |
| | | key: 'remianAmount', |
| | | key: 'bountyAmount', |
| | | type: 'money', |
| | | }, |
| | | ], |