304 lines
5.2 KiB
JavaScript
304 lines
5.2 KiB
JavaScript
const baseInfo = [
|
|
{
|
|
key: 'store_name',
|
|
label: '店铺名称',
|
|
},
|
|
{
|
|
key: 'biz_category',
|
|
label: '经营品类',
|
|
},
|
|
{
|
|
key: 'contact_name',
|
|
label: '联系人',
|
|
},
|
|
]
|
|
|
|
const addressInfo = [
|
|
{
|
|
key: 'mapAddress',
|
|
label: '地图地址',
|
|
},
|
|
{
|
|
key: 'store_address',
|
|
label: '详细地址',
|
|
},
|
|
{
|
|
key: 'front_facade_image',
|
|
label: '门脸图',
|
|
},
|
|
{
|
|
key: 'environment_image',
|
|
label: '环境图',
|
|
},
|
|
]
|
|
|
|
const certificate = [
|
|
// {
|
|
// key: 'biz_license_company',
|
|
// label: '公司名',
|
|
// },
|
|
// {
|
|
// key:'biz_license_number',
|
|
// label:'营业执照编号',
|
|
// },
|
|
{
|
|
key: 'businessLicenseOCR',
|
|
label: '营业执照OCR识别',
|
|
},
|
|
{
|
|
key: 'license_type',
|
|
label: '许可证类型',
|
|
},
|
|
{
|
|
key: 'license_number',
|
|
label: '许可证编号',
|
|
},
|
|
{
|
|
key: 'license_image',
|
|
label: '许可证图片',
|
|
},
|
|
// {
|
|
// key: 'legal_person_mobile',
|
|
// label: '法人手机号',
|
|
// },
|
|
{
|
|
key: 'legalPersonOCR',
|
|
label: '法人身份证OCR识别',
|
|
},
|
|
// {
|
|
// key: 'legal_person_id_number',
|
|
// label: '法人身份证号码',
|
|
// },
|
|
// {
|
|
// key: 'legal_person_id_images',
|
|
// label: '法人身份证正面图片',
|
|
// },
|
|
// {
|
|
// key: 'legal_person_id_images2',
|
|
// label: '法人身份证反面图片',
|
|
// },
|
|
]
|
|
|
|
const certificate2 = [
|
|
{
|
|
key: 'personOCR',
|
|
label: '身份证OCR',
|
|
placeholder: '地图地址',
|
|
},
|
|
// {
|
|
// key: 'individual_id_images',
|
|
// label: '身份证正面图片',
|
|
// placeholder: '地图地址',
|
|
// },
|
|
// {
|
|
// key: 'individual_id_images2',
|
|
// label: '身份证反面图片',
|
|
// placeholder: '地图地址',
|
|
// },
|
|
]
|
|
|
|
const bankInfo = [
|
|
{
|
|
key: 'bankOCR',
|
|
label: '银行OCR',
|
|
},
|
|
// {
|
|
// key: 'bank_branch_name',
|
|
// label: '开户银行的支行名称',
|
|
// },
|
|
// {
|
|
// key: 'account_number',
|
|
// label: '收款账户号码',
|
|
// },
|
|
// {
|
|
// key: 'account_holder_name',
|
|
// label: '收款账户姓名',
|
|
// },
|
|
]
|
|
|
|
const formConfig = [
|
|
{
|
|
key: 'contact_name',
|
|
label: '联系人',
|
|
},
|
|
{
|
|
key: 'biz_category',
|
|
label: '经营品类',
|
|
},
|
|
{
|
|
key: 'store_name',
|
|
label: '店铺名称',
|
|
},
|
|
{
|
|
key: 'mapAddress',
|
|
label: '地图地址',
|
|
},
|
|
{
|
|
key: 'store_address',
|
|
label: '详细地址',
|
|
},
|
|
{
|
|
key: 'storefrontImg',
|
|
label: '门脸图',
|
|
},
|
|
{
|
|
key: 'surroundingsImg',
|
|
label: '环境图',
|
|
},
|
|
{
|
|
key: 'entity_type',
|
|
label: '许可证类型',
|
|
},
|
|
{
|
|
key: 'license_number',
|
|
label: '许可证编号',
|
|
},
|
|
{
|
|
key: 'biz_license_number',
|
|
label: '营业执照编号',
|
|
},
|
|
{
|
|
key: 'biz_license_company',
|
|
label: '营业执照公司名或真实的公司名',
|
|
},
|
|
{
|
|
key: 'legal_person_name',
|
|
label: '法人姓名',
|
|
},
|
|
{
|
|
key: 'legal_person_mobile',
|
|
label: '法人手机号',
|
|
},
|
|
{
|
|
key: 'legal_person_id_number',
|
|
label: '法人身份证号码',
|
|
},
|
|
{
|
|
key: 'biz_license_image',
|
|
label: '营业执照图片',
|
|
},
|
|
{
|
|
key: 'license_type',
|
|
label: '许可证类型',
|
|
},
|
|
{
|
|
key: 'license_number',
|
|
label: '许可证编号',
|
|
},
|
|
{
|
|
key: 'license_image',
|
|
label: '许可证图片',
|
|
},
|
|
{
|
|
key: 'legal_person_id_images',
|
|
label: '法人身份证正面图片',
|
|
},
|
|
{
|
|
key: 'legal_person_id_images2',
|
|
label: '法人身份证反面图片',
|
|
},
|
|
{
|
|
key: 'bank_name',
|
|
label: '开户银行',
|
|
},
|
|
{
|
|
key: 'bank_branch_name',
|
|
label: '开户银行的支行名称',
|
|
},
|
|
{
|
|
key: 'account_number',
|
|
label: '收款账户号码',
|
|
},
|
|
{
|
|
key: 'account_holder_name',
|
|
label: '收款账户姓名',
|
|
},
|
|
{
|
|
key: 'account_holder_name',
|
|
label: '收款账户姓名',
|
|
},
|
|
]
|
|
|
|
const formConfig2 = [
|
|
{
|
|
key: 'contact_name',
|
|
label: '联系人',
|
|
placeholder: '请输入联系人',
|
|
},
|
|
{
|
|
key: 'biz_category',
|
|
label: '经营品类',
|
|
placeholder: '请选择经营品类',
|
|
},
|
|
{
|
|
key: 'store_name',
|
|
label: '门店名称',
|
|
placeholder: '请输入门店名称',
|
|
},
|
|
{
|
|
key: 'mapAddress',
|
|
label: '地图地址',
|
|
placeholder: '请在地图上选择门店地址',
|
|
},
|
|
{
|
|
key: 'store_address',
|
|
label: '详细地址',
|
|
placeholder: '详细地址:如:人民大道205号2楼213',
|
|
},
|
|
{
|
|
key: 'storefrontImg',
|
|
label: '门脸图',
|
|
placeholder: '',
|
|
},
|
|
{
|
|
key: 'surroundingsImg',
|
|
label: '环境图',
|
|
placeholder: '',
|
|
},
|
|
{
|
|
key: 'individual_id_number',
|
|
label: '身份证号码',
|
|
placeholder: '地图地址',
|
|
},
|
|
{
|
|
key: 'individual_id_images',
|
|
label: '身份证正面图片',
|
|
placeholder: '地图地址',
|
|
},
|
|
{
|
|
key: 'individual_id_images2',
|
|
label: '身份证反面图片',
|
|
placeholder: '地图地址',
|
|
},
|
|
{
|
|
key: 'bank_name',
|
|
label: '开户银行',
|
|
},
|
|
{
|
|
key: 'bank_branch_name',
|
|
label: '开户银行的支行名称',
|
|
},
|
|
{
|
|
key: 'account_number',
|
|
label: '收款账户号码',
|
|
},
|
|
{
|
|
key: 'account_holder_name',
|
|
label: '收款账户姓名',
|
|
},
|
|
{
|
|
key: 'account_holder_name',
|
|
label: '收款账户姓名',
|
|
},
|
|
]
|
|
|
|
export default {
|
|
formConfig,
|
|
formConfig2,
|
|
baseInfo,
|
|
addressInfo,
|
|
certificate,
|
|
certificate2,
|
|
bankInfo,
|
|
}
|