| | |
| | | :checkRules="[{ message: '请输入线下场所省市编码', type: 'number' }]" |
| | | > |
| | | <ProFormText v-model.trim="form.biz_address_code" placeholder="请输入线下场所省市编码" /> |
| | | <el-button type="primary" link @click="downloadAddressCodeTemplate" |
| | | >省市编码模板</el-button |
| | | > |
| | | </ProFormItemV2> |
| | | <ProFormItemV2 |
| | | label="线下场所地址:" |
| | |
| | | :checkRules="[{ message: '请输入开户银行省市编码' }]" |
| | | > |
| | | <ProFormText v-model.trim="form.bank_address_code" placeholder="请输入开户银行省市编码" /> |
| | | <el-button type="primary" link @click="downloadAddressCodeTemplate">省市编码模板</el-button> |
| | | </ProFormItemV2> |
| | | <ProFormItemV2 |
| | | label="开户银行银行号:" |
| | |
| | | format(x.ubo_period_end, 'YYYY-MM-DD'), |
| | | ], |
| | | })) |
| | | : []; |
| | | : [ |
| | | { |
| | | ubo_id_doc_type: '' as any as EnumWeChatPayApplymentIdDocType, |
| | | ubo_id_doc_copy: [], |
| | | ubo_id_doc_name: '', |
| | | ubo_id_doc_number: '', |
| | | ubo_id_doc_address: '', |
| | | ubo_period: [], |
| | | }, |
| | | ]; |
| | | form.merchant_shortname = data.business_info?.merchant_shortname ?? ''; |
| | | form.service_phone = data.business_info?.service_phone ?? ''; |
| | | form.sales_scenes_type = data.business_info?.sales_info?.sales_scenes_type ?? []; |
| | |
| | | } |
| | | |
| | | function deleteUboInfo(index: number) { |
| | | if (form.ubo_info_list.length <= 1) { |
| | | Message.errorMessage('至少保留一个受益人'); |
| | | return; |
| | | } |
| | | form.ubo_info_list.splice(index, 1); |
| | | } |
| | | |
| | |
| | | '网站授权函' |
| | | ); |
| | | } |
| | | function downloadAddressCodeTemplate() { |
| | | downloadFileByUrl( |
| | | 'https://parkmanagement.oss-cn-hangzhou.aliyuncs.com/FlexJob/temp/%E3%80%8A%E7%9C%81%E5%B8%82%E5%8C%BA%E7%BC%96%E5%8F%B7%E5%AF%B9%E7%85%A7%E8%A1%A8%E3%80%8B.xlsx', |
| | | '省市编码模版' |
| | | ); |
| | | } |
| | | |
| | | defineExpose({ |
| | | onConfirm: enterpriseWalletExpandindirectCreate, |