|
@@ -1,231 +1,352 @@
|
|
|
<template>
|
|
|
- <div class="mUinitBusiness">
|
|
|
+ <div class="mUinitBusiness">
|
|
|
<div class="topTitle">
|
|
|
<h3>个体工商户入驻</h3>
|
|
|
<p>请认真填写申请信息,以便我们为您提供更好的服务!</p>
|
|
|
</div>
|
|
|
- <div class="centBox">
|
|
|
- <el-steps :active="active" align-center>
|
|
|
- <el-step @click.native="changeActive(index = 1)" title="店铺信息"></el-step>
|
|
|
- <el-step @click.native="changeActive(index = 2)" title="主体信息"></el-step>
|
|
|
- <el-step @click.native="changeActive(index = 3)" title="经营者信息"></el-step>
|
|
|
- </el-steps>
|
|
|
- <div class="mFormBox">
|
|
|
- <div class="shopInfo" v-show="active === 1">
|
|
|
- <div class="form">
|
|
|
- <div class="inputItem">
|
|
|
- <div class="labelTit"><label><i>*</i>店铺名称:</label></div>
|
|
|
- <input type="text" v-model="personalForm.shopName" placeholder="请输入店铺名称">
|
|
|
- </div>
|
|
|
- <div class="inputItem">
|
|
|
- <div class="labelTit"><label><i>*</i>客服电话:</label></div>
|
|
|
- <input type="text" v-model="personalForm.servicePhone" placeholder="请输入客服电话">
|
|
|
- </div>
|
|
|
- <div class="inputItem">
|
|
|
- <div class="labelTit"><label><i>*</i>店铺负责人:</label></div>
|
|
|
- <input type="text" v-model="personalForm.chargePersonName" placeholder="请输入店铺负责人">
|
|
|
- </div>
|
|
|
- <div class="inputItem">
|
|
|
- <div class="labelTit"><label><i>*</i>负责人电话:</label></div>
|
|
|
- <input type="text" v-model="personalForm.chargePersonPhone" placeholder="请输入负责人电话">
|
|
|
- </div>
|
|
|
- <div class="inputItem arrow">
|
|
|
+ <div class="centBox">
|
|
|
+ <el-steps :active="active" align-center>
|
|
|
+ <el-step @click.native="changeActive(index = 1)" title="店铺信息"></el-step>
|
|
|
+ <el-step @click.native="changeActive(index = 2)" title="主体信息"></el-step>
|
|
|
+ <!-- <el-step @click.native="changeActive(index = 3)" title="经营者信息"></el-step> -->
|
|
|
+ </el-steps>
|
|
|
+ <div class="mFormBox">
|
|
|
+ <div class="shopInfo" v-show="active === 1">
|
|
|
+ <div class="form">
|
|
|
+ <div class="inputItem">
|
|
|
+ <div class="labelTit"><label><i>*</i>店铺名称:</label></div>
|
|
|
+ <input type="text" v-model="personalForm.shopName" placeholder="请输入店铺名称">
|
|
|
+ </div>
|
|
|
+ <div class="inputItem">
|
|
|
+ <div class="labelTit"><label><i>*</i>客服电话:</label></div>
|
|
|
+ <input type="text" v-model="personalForm.servicePhone" placeholder="请输入客服电话">
|
|
|
+ </div>
|
|
|
+ <div class="inputItem">
|
|
|
+ <div class="labelTit"><label><i>*</i>店铺负责人:</label></div>
|
|
|
+ <input type="text" v-model="personalForm.chargePersonName" placeholder="请输入店铺负责人">
|
|
|
+ </div>
|
|
|
+ <div class="inputItem">
|
|
|
+ <div class="labelTit"><label><i>*</i>负责人电话:</label></div>
|
|
|
+ <input type="text" v-model="personalForm.chargePersonPhone" placeholder="请输入负责人电话">
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="inputItem">
|
|
|
+ <div class="labelTit"><label>邀请码:</label></div>
|
|
|
+ <input type="text" v-model="personalForm.invitationCode" placeholder="请输入邀请码">
|
|
|
+ </div>
|
|
|
+ <!-- <div class="inputItem arrow">
|
|
|
<div class="labelTit"><label><i>*</i>店铺地址:</label></div>
|
|
|
<input @click="showPopup" @focus="noBomBox" v-model="shopAdress" type="text" placeholder="请选择所在地区">
|
|
|
<span class="iconfont"></span>
|
|
|
<input type="text" v-model="personalForm.storeAddressDetail" placeholder="请输入详细地址">
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="subjectInfo" v-show="active === 2">
|
|
|
- <div class="form">
|
|
|
- <div class="inputItem">
|
|
|
- <div class="labelTit"><label><i>*</i>商户名称:</label></div>
|
|
|
- <input type="text" v-model="personalForm.subjectName" placeholder="请输入商户名称">
|
|
|
- </div>
|
|
|
- <p class="describe">需与当地政府颁发的商业许可证书或企业注册证上的企业名称完全一致,信息审核审核
|
|
|
- 成功后,企业名称不可修改</p>
|
|
|
- <div class="inputItem">
|
|
|
- <div class="labelTit"><label><i>*</i>社会信用代码:</label></div>
|
|
|
- <input type="text" v-model="personalForm.subjectCode" placeholder="请输入社会信用代码">
|
|
|
- </div>
|
|
|
- <div class="inputItem arrow">
|
|
|
- <div class="labelTit"><label><i>*</i>注册地址:</label></div>
|
|
|
- <input @click="showRegionPopup" @focus="noBomBox" v-model="personalForm.subjectRegion" type="text" placeholder="请选择注册地址">
|
|
|
- <span class="iconfont"></span>
|
|
|
- <input type="text" v-model="personalForm.subjectAdress" placeholder="请输入详细地址">
|
|
|
- </div>
|
|
|
- <div class="inputItem arrow">
|
|
|
- <div class="labelTit"><label><i>*</i>营业期限:</label></div>
|
|
|
- <input type="text" @focus="noBomBox" v-model="personalForm.subjectStartTime" placeholder="请选择营业开始时间" @click="selectStartDateBtn">
|
|
|
- <span class="iconfont"></span>
|
|
|
- </div>
|
|
|
- <div class="inputItem arrowTime">
|
|
|
- <input @focus="noBomBox" v-model="personalForm.subjectEndTime" type="text" placeholder="请选择营业截止时间" @click="selectEndDateBtn">
|
|
|
- <span class="iconfont"></span>
|
|
|
- </div>
|
|
|
- <p class="describe">
|
|
|
- 请填写营业执照上的营业期限 注意参照示例中的格式 结束时间需大于开始时间 有效期
|
|
|
- 必须大于60天
|
|
|
- </p>
|
|
|
- <div class="inputItem">
|
|
|
- <div class="labelTit"><label><i>*</i>营业执照:</label></div>
|
|
|
- <div class="businessLicense">
|
|
|
- <van-uploader v-model="fileList" :max-count="1" :after-read="(file)=>{return afterRead(file, type = 'license')}" @oversize="onOversize">
|
|
|
-<!-- <van-uploader v-model="fileList" :max-count="1" :after-read="afterRead" @oversize="onOversize">-->
|
|
|
- <div icon="plus" type="primary">
|
|
|
- <div class="updateLicense">
|
|
|
- <div class="updateTop">
|
|
|
- <img src="../../assets/images/yingyezhiz@2x.png" alt="">
|
|
|
- </div>
|
|
|
- <div class="updateBottom">添加营业执照</div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <template #preview-cover="{ file }">
|
|
|
- <div class="preview-cover van-ellipsis">营业执照</div>
|
|
|
- </template>
|
|
|
- </van-uploader>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <p class="describe">
|
|
|
- 仅支持在有效期内的中国大陆工商局或市场监督管理局颁发的工商营业执照。格式要求:
|
|
|
- 原证照片、扫描件或者 复印件加盖企业公章后的扫描
|
|
|
- </p>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="subjectInfo" v-show="active === 3">
|
|
|
- <div class="form">
|
|
|
- <div class="inputItem">
|
|
|
- <div class="labelTit"><label><i>*</i>经营者姓名:</label></div>
|
|
|
- <input v-model="personalForm.subjectOperator" type="text" placeholder="请输入经营者姓名">
|
|
|
- </div>
|
|
|
- <div class="inputItem arrow">
|
|
|
- <div class="labelTit"><label><i>*</i>证件类型:</label></div>
|
|
|
- <input v-model="idType" @focus="noBomBox" type="text" placeholder="请选择证件类型" @click="idTypeShowFn">
|
|
|
- <span class="iconfont"></span>
|
|
|
- </div>
|
|
|
- <div class="inputItem">
|
|
|
- <div class="labelTit"><label><i>*</i>身份证号码:</label></div>
|
|
|
- <input v-model="personalForm.subjectIdCard" type="text" placeholder="请输入居民身份证号">
|
|
|
- </div>
|
|
|
- <div class="inputItem arrow">
|
|
|
- <div class="labelTit"><label><i>*</i>身份证有效期:</label></div>
|
|
|
- <input v-model="personalForm.subjectCardStartTime" @focus="noBomBox" type="text" placeholder="请选择身份证开始时间" @click="selectIdStartDateBtn">
|
|
|
- <span class="iconfont"></span>
|
|
|
- </div>
|
|
|
- <div class="inputItem arrowTime">
|
|
|
- <input v-model="personalForm.subjectCardEndTime" @focus="noBomBox" type="text" placeholder="请选择身份证有效期结束时间" @click="selectIdEndDateBtn">
|
|
|
- <span class="iconfont"></span>
|
|
|
- </div>
|
|
|
- <div class="inputItem">
|
|
|
- <div class="labelTit"><label><i>*</i>证件照片:</label></div>
|
|
|
- <div class="businessLicense">
|
|
|
- <van-uploader v-model="positive" :max-count="1" :after-read="(file)=>{return afterRead(file, type = 'positive')}" @oversize="onOversize">
|
|
|
- <div icon="plus" type="primary">
|
|
|
- <div class="updateLicense">
|
|
|
- <div class="updateTop">
|
|
|
- <img src="../../assets/images/shouchishenfenz@2x.png" alt="">
|
|
|
- </div>
|
|
|
- <div class="updateBottom">身份证人像面</div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <template #preview-cover="{ file }">
|
|
|
- <div class="preview-cover van-ellipsis">身份证人像面</div>
|
|
|
- </template>
|
|
|
- </van-uploader>
|
|
|
- </div>
|
|
|
- <div class="businessLicense">
|
|
|
- <van-uploader v-model="backIdImg" :max-count="1" :after-read="(file)=>{return afterRead(file, type = 'back')}" @oversize="onOversize">
|
|
|
- <div icon="plus" type="primary">
|
|
|
- <div class="updateLicense">
|
|
|
- <div class="updateTop">
|
|
|
- <img src="../../assets/images/shenfenzb@2x.png" alt="">
|
|
|
- </div>
|
|
|
- <div class="updateBottom">身份证国徽面</div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <template #preview-cover="{ file }">
|
|
|
- <div class="preview-cover van-ellipsis">身份证国徽面</div>
|
|
|
- </template>
|
|
|
- </van-uploader>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <button class="nextBtn" @click="next" v-show="active < 3">下一步</button>
|
|
|
- <button class="nextBtn" @click="submitForm" v-show="active > 2">提交</button>
|
|
|
- </div>
|
|
|
- <van-popup v-model="show" round position="bottom" :style="{ height: '40%' }">
|
|
|
- <van-area title="请选择地区" :area-list="areaList" @confirm="selectArea" @cancel="closeSelect"/>
|
|
|
- </van-popup>
|
|
|
- <van-popup v-model="regionShow" round position="bottom" :style="{ height: '40%' }">
|
|
|
- <van-area title="请选择地区" :area-list="areaRegionList" @confirm="selectRegionArea" @cancel="closeRegionSelect"/>
|
|
|
- </van-popup>
|
|
|
- <van-popup v-model="startDateShow" round position="bottom" :style="{ height: '40%' }">
|
|
|
- <van-datetime-picker
|
|
|
- v-model="startDate"
|
|
|
- type="date"
|
|
|
- title="请选择营业执照开始时间"
|
|
|
- :min-date="minDate"
|
|
|
- :max-date="maxDate"
|
|
|
- :formatter="formatter"
|
|
|
- @confirm="selectStartTime"
|
|
|
- @cancel="closeStartTime"
|
|
|
- />
|
|
|
- </van-popup>
|
|
|
- <van-popup v-model="endDateShow" round position="bottom" :style="{ height: '40%' }">
|
|
|
- <van-datetime-picker
|
|
|
- v-model="endDate"
|
|
|
- type="date"
|
|
|
- title="请选择营业执照到期时间"
|
|
|
- :min-date="minDate"
|
|
|
- :max-date="maxDate"
|
|
|
- :formatter="formatter"
|
|
|
- @confirm="selectEndTime"
|
|
|
- @cancel="closeEndTime"
|
|
|
- />
|
|
|
- </van-popup>
|
|
|
- <van-popup v-model="idCardStartShow" round position="bottom" :style="{ height: '40%' }">
|
|
|
- <van-datetime-picker
|
|
|
- v-model="idCardStartDate"
|
|
|
- type="date"
|
|
|
- title="请选择身份证开始时间"
|
|
|
- :min-date="minDate"
|
|
|
- :max-date="maxDate"
|
|
|
- :formatter="formatter"
|
|
|
- @confirm="selectIdCardStartTime"
|
|
|
- @cancel="closeIdCardStartTime"
|
|
|
- />
|
|
|
- </van-popup>
|
|
|
- <van-popup v-model="idCardEndShow" round position="bottom" :style="{ height: '40%' }">
|
|
|
- <van-datetime-picker
|
|
|
- v-model="idCardEndDate"
|
|
|
- type="date"
|
|
|
- title="请选择身份证到期时间"
|
|
|
- :min-date="minDate"
|
|
|
- :max-date="maxDate"
|
|
|
- :formatter="formatter"
|
|
|
- @confirm="selectIdCardEndTime"
|
|
|
- @cancel="closeIdCardEndTime"
|
|
|
- />
|
|
|
- </van-popup>
|
|
|
- <van-popup v-model="idTypeShow" round position="bottom" :style="{ height: '40%' }">
|
|
|
- <van-picker
|
|
|
- title="请选择证件类型"
|
|
|
- show-toolbar
|
|
|
- :columns="columns"
|
|
|
- @confirm="onConfirm"
|
|
|
- @cancel="onCancel"
|
|
|
- />
|
|
|
- </van-popup>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
+ <div class="inputItem">
|
|
|
+ <div class="labelTit"><label><i>*</i>是否支持使用代金券</label></div>
|
|
|
+ <!-- <input type="text" v-model="plannerForm.email" placeholder="请选择性别"> -->
|
|
|
+ <div class="input">
|
|
|
+ <van-radio-group v-model="personalForm.isVoucher" direction="horizontal">
|
|
|
+ <van-radio :name="1">支持</van-radio>
|
|
|
+ <van-radio :name="0">不支持</van-radio>
|
|
|
+ </van-radio-group>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="inputItem">
|
|
|
+ <div class="labelTit"><label><i>*</i>店铺类型</label></div>
|
|
|
+ <!-- <input type="text" v-model="plannerForm.email" placeholder="请选择性别"> -->
|
|
|
+ <div class="input">
|
|
|
+ <van-radio-group v-model="personalForm.shopType" direction="horizontal">
|
|
|
+ <van-radio name="1">商城</van-radio>
|
|
|
+ <van-radio name="2">本地</van-radio>
|
|
|
+ </van-radio-group>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="time-select-container" v-show="personalForm.shopType === '2'">
|
|
|
+ <div class="inputItem">
|
|
|
+ <div class="labelTit"><label><i>*</i>营业开始时间</label></div>
|
|
|
+ <input @focus="noBomBox" type="text" v-model="personalForm.startTime" placeholder="请选择营业开始时间"
|
|
|
+ @click="startTimeShow = true">
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="inputItem">
|
|
|
+ <div class="labelTit"><label><i>*</i>营业结束时间</label></div>
|
|
|
+ <input @focus="noBomBox" type="text" v-model="personalForm.endtime" placeholder="请选择营业开始时间"
|
|
|
+ @click="endTimeShow = true">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="inputItem">
|
|
|
+ <div class="labelTit"><label><i>*</i>店铺分类</label></div>
|
|
|
+ <input @focus="noBomBox" type="text" placeholder="请选择店铺所属分类" v-model="selectShopCategoryStr"
|
|
|
+ @click="show2 = true">
|
|
|
+ <van-popup v-model="show2" round position="bottom">
|
|
|
+
|
|
|
+ <div v-show="isQueryShopCategory" class="loading-container"><van-loading color="#ee0a24" type="spinner" />
|
|
|
+ </div>
|
|
|
+ <van-cascader v-model="personalForm.classificationId" title="请选择店铺所属分类" :field-names="categoryFieldName"
|
|
|
+ :options="shopCategoryOptions" @close="show2 = false"
|
|
|
+ @change="onShopCategoryChange($event, onFinishChooseShopCategory)" />
|
|
|
+ </van-popup>
|
|
|
+ </div>
|
|
|
+ <div class="inputItem arrow" style="margin-top: 20px;">
|
|
|
+ <div class="labelTit"><label><i>*</i>请选择地址</label></div>
|
|
|
+ <div class="input" style="background-color: #a4a4a41f; overflow: hidden; white-space: nowrap; "
|
|
|
+ @click="show1 = true">
|
|
|
+ {{ fieldValue || '请选择地区' }}
|
|
|
+ </div>
|
|
|
+ <!-- <span class="iconfont"></span> -->
|
|
|
+ <input type="text" v-model="personalForm.storeAddressDetail" placeholder="请输入详细地址">
|
|
|
+ <van-popup :close-on-click-overlay="false" v-model="show1" round position="bottom"
|
|
|
+ @close="handleClosePopup('areaId')">
|
|
|
+ <!-- v-if="isRequestAddres" sb玩意不动态刷新,现在换了给方法,强行重新赋值,不完全完美的解决问题 -->
|
|
|
+ <van-cascader v-model="personalForm.areaId" title="请选择所在地区" :options="options" @close="show1 = false"
|
|
|
+ @change="onAddresChange" :field-names="{ text: 'name', value: 'id', children: 'children' }" />
|
|
|
+ </van-popup>
|
|
|
+ </div>
|
|
|
+ <!-- 代金券返还比例 人均消费 广告图 砍掉 -->
|
|
|
+ <!-- <div class="inputItem arrow" style="margin-top: 20px;">
|
|
|
+ <div class="labelTit"><label><i>*</i>代金券返还比例</label></div>
|
|
|
+ <div class="voucher-wrapper">
|
|
|
+ <input type="number" v-model.number="personalForm.voucherReturn" placeholder="请输入代金券返还比例,0 ~ 100%">
|
|
|
+ %
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="inputItem arrow" style="margin-top: 20px;">
|
|
|
+ <div class="labelTit"><label><i>*</i>人均消费</label></div>
|
|
|
+ <div class="voucher-wrapper">
|
|
|
+ <input type="number" v-model.number="personalForm.perCapita" placeholder="人均消费额">
|
|
|
+ 元
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+ <div class="inputItem arrow" style="margin-top: 20px;">
|
|
|
+ <div class="labelTit"><label><i>*</i>广告图</label></div>
|
|
|
+ <van-uploader style="margin-top: 20px;" v-model="advertisementList" @delete="handleDeleteAdvertisement"
|
|
|
+ :after-read="(file) => { return afterRead(file, type = 'advertisement') }" />
|
|
|
+ </div> -->
|
|
|
+
|
|
|
+ <!-- <div class="inputItem">
|
|
|
+ <div class="labelTit"><label><i>*</i>营销策划师</label></div>
|
|
|
+ <div class="input" style="background-color: #a4a4a41f;" v-if="personalForm.areaId.length <= 0">
|
|
|
+ 请先选择详细地址
|
|
|
+ </div>
|
|
|
+ <div class="input" style="background-color: #a4a4a41f;" v-else @click="showSubCompany = true">
|
|
|
+ {{ companyValue || '请选择营销策划师' }}
|
|
|
+ </div>
|
|
|
+ <van-popup v-model="showSubCompany" round position="bottom" :style="{ height: '50%' }">
|
|
|
+ <van-picker
|
|
|
+ title="选择您的营销策划师"
|
|
|
+ show-toolbar
|
|
|
+ :columns="plannerColumns"
|
|
|
+ value-key="name"
|
|
|
+ @confirm="onPlannerConfirm"
|
|
|
+ @cancel="showSubCompany = false"
|
|
|
+ @change="onPlannerChange"
|
|
|
+ visible-item-count="7"
|
|
|
+ />
|
|
|
+ <div class="loadingBox">
|
|
|
+ <van-button :loading="companyLoading" type="default" @click="getMoreCompany" loading-text="加载中...">点击加载更多</van-button>
|
|
|
+ </div>
|
|
|
+ </van-popup>
|
|
|
+ </div>
|
|
|
+ <div class="inputItem">
|
|
|
+ <div class="labelTit"><label><i>*</i>入驻套餐</label></div>
|
|
|
+ <div class="input" style="background-color: #a4a4a41f;" @click="showSetMeal = true">
|
|
|
+ {{ setMealValue || '请选择你的套餐'}}
|
|
|
+ </div>
|
|
|
+ <van-popup v-model="showSetMeal" round position="bottom" :style="{ height: '50%' }">
|
|
|
+ <van-picker
|
|
|
+ title="请选择你的套餐"
|
|
|
+ show-toolbar
|
|
|
+ :columns="setMealData"
|
|
|
+ value-key="title"
|
|
|
+ @confirm="onSetMealfirm"
|
|
|
+ @cancel="showSetMeal = false"
|
|
|
+ @change="onSetMealChange"
|
|
|
+ visible-item-count="7"
|
|
|
+ />
|
|
|
+ </van-popup>
|
|
|
+ </div> -->
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="subjectInfo" v-show="active === 2">
|
|
|
+ <div class="form">
|
|
|
+ <div class="inputItem">
|
|
|
+ <div class="labelTit"><label><i>*</i>营业执照:</label></div>
|
|
|
+ <div class="businessLicense">
|
|
|
+ <van-uploader v-model="fileList" :max-count="1"
|
|
|
+ :after-read="(file) => { return afterRead(file, type = 'license') }" @oversize="onOversize">
|
|
|
+ <!-- <van-uploader v-model="fileList" :max-count="1" :after-read="afterRead" @oversize="onOversize">-->
|
|
|
+ <div icon="plus" type="primary">
|
|
|
+ <div class="updateLicense">
|
|
|
+ <div class="updateTop">
|
|
|
+ <img src="../../assets/images/yingyezhiz@2x.png" alt="">
|
|
|
+ </div>
|
|
|
+ <div class="updateBottom">添加营业执照</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <template #preview-cover="{ file }">
|
|
|
+ <div class="preview-cover van-ellipsis">营业执照</div>
|
|
|
+ </template>
|
|
|
+ </van-uploader>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <p class="describe">
|
|
|
+ 仅支持在有效期内的中国大陆工商局或市场监督管理局颁发的工商营业执照。格式要求:
|
|
|
+ 原证照片、扫描件或者 复印件加盖企业公章后的扫描
|
|
|
+ </p>
|
|
|
+ <div class="inputItem">
|
|
|
+ <div class="labelTit"><label><i>*</i>商户名称:</label></div>
|
|
|
+ <input type="text" v-model="personalForm.subjectName" placeholder="请输入商户名称">
|
|
|
+ </div>
|
|
|
+ <p class="describe">需与当地政府颁发的商业许可证书或企业注册证上的企业名称完全一致,信息审核审核
|
|
|
+ 成功后,企业名称不可修改</p>
|
|
|
+ <div class="inputItem">
|
|
|
+ <div class="labelTit"><label><i>*</i>社会信用代码:</label></div>
|
|
|
+ <input type="text" v-model="personalForm.subjectCode" placeholder="请输入社会信用代码">
|
|
|
+ </div>
|
|
|
+ <div class="inputItem arrow">
|
|
|
+ <div class="labelTit"><label><i>*</i>注册地址:</label></div>
|
|
|
+ <input @click="showRegionPopup" @focus="noBomBox" v-model="personalForm.subjectRegion" type="text"
|
|
|
+ placeholder="请选择注册地址">
|
|
|
+ <span class="iconfont"></span>
|
|
|
+ <input type="text" v-model="personalForm.subjectAdress" placeholder="请输入详细地址">
|
|
|
+ </div>
|
|
|
+ <div class="inputItem arrow">
|
|
|
+ <div class="labelTit"><label><i>*</i>营业期限:</label></div>
|
|
|
+ <input type="text" @focus="noBomBox" v-model="personalForm.subjectStartTime" placeholder="请选择营业开始时间"
|
|
|
+ @click="selectStartDateBtn">
|
|
|
+ <span class="iconfont"></span>
|
|
|
+ </div>
|
|
|
+ <div class="inputItem arrowTime">
|
|
|
+ <input @focus="noBomBox" v-model="personalForm.subjectEndTime" type="text" placeholder="请选择营业截止时间"
|
|
|
+ @click="selectEndDateBtn">
|
|
|
+ <span class="iconfont"></span>
|
|
|
+ </div>
|
|
|
+ <p class="describe">
|
|
|
+ 请填写营业执照上的营业期限 注意参照示例中的格式 结束时间需大于开始时间 有效期
|
|
|
+ 必须大于60天
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <!-- 身份证认证模块砍掉 -->
|
|
|
+ <!-- <div class="subjectInfo" v-show="active === 3">
|
|
|
+ <div class="form">
|
|
|
+ <div class="inputItem">
|
|
|
+ <div class="labelTit"><label><i>*</i>证件照片:</label></div>
|
|
|
+ <div class="businessLicense">
|
|
|
+ <van-uploader v-model="positive" :max-count="1"
|
|
|
+ :after-read="(file) => { return afterRead(file, type = 'positive') }" @oversize="onOversize">
|
|
|
+ <div icon="plus" type="primary">
|
|
|
+ <div class="updateLicense">
|
|
|
+ <div class="updateTop">
|
|
|
+ <img src="../../assets/images/shouchishenfenz@2x.png" alt="">
|
|
|
+ </div>
|
|
|
+ <div class="updateBottom">身份证人像面</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <template #preview-cover="{ file }">
|
|
|
+ <div class="preview-cover van-ellipsis">身份证人像面</div>
|
|
|
+ </template>
|
|
|
+ </van-uploader>
|
|
|
+ </div>
|
|
|
+ <div class="businessLicense">
|
|
|
+ <van-uploader v-model="backIdImg" :max-count="1"
|
|
|
+ :after-read="(file) => { return afterRead(file, type = 'back') }" @oversize="onOversize">
|
|
|
+ <div icon="plus" type="primary">
|
|
|
+ <div class="updateLicense">
|
|
|
+ <div class="updateTop">
|
|
|
+ <img src="../../assets/images/shenfenzb@2x.png" alt="">
|
|
|
+ </div>
|
|
|
+ <div class="updateBottom">身份证国徽面</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <template #preview-cover="{ file }">
|
|
|
+ <div class="preview-cover van-ellipsis">身份证国徽面</div>
|
|
|
+ </template>
|
|
|
+ </van-uploader>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="inputItem">
|
|
|
+ <div class="labelTit"><label><i>*</i>经营者姓名:</label></div>
|
|
|
+ <input v-model="personalForm.subjectOperator" type="text" placeholder="请输入经营者姓名">
|
|
|
+ </div>
|
|
|
+ <div class="inputItem arrow">
|
|
|
+ <div class="labelTit"><label><i>*</i>证件类型:</label></div>
|
|
|
+ <input v-model="idType" @focus="noBomBox" type="text" placeholder="请选择证件类型" @click="idTypeShowFn">
|
|
|
+ <span class="iconfont"></span>
|
|
|
+ </div>
|
|
|
+ <div class="inputItem">
|
|
|
+ <div class="labelTit"><label><i>*</i>身份证号码:</label></div>
|
|
|
+ <input v-model="personalForm.subjectIdCard" type="text" placeholder="请输入居民身份证号">
|
|
|
+ </div>
|
|
|
+ <div class="inputItem arrow">
|
|
|
+ <div class="labelTit"><label><i>*</i>身份证有效期:</label></div>
|
|
|
+ <input v-model="personalForm.subjectCardStartTime" @focus="noBomBox" type="text" placeholder="请选择身份证开始时间"
|
|
|
+ @click="selectIdStartDateBtn">
|
|
|
+ <span class="iconfont"></span>
|
|
|
+ </div>
|
|
|
+ <div class="inputItem arrowTime">
|
|
|
+ <input v-model="personalForm.subjectCardEndTime" @focus="noBomBox" type="text" placeholder="请选择身份证有效期结束时间"
|
|
|
+ @click="selectIdEndDateBtn">
|
|
|
+ <span class="iconfont"></span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div> -->
|
|
|
+ </div>
|
|
|
+ <button class="nextBtn" @click="next" v-show="active < 2">下一步</button>
|
|
|
+ <button class="nextBtn" @click="submitForm" v-show="active > 1">提交</button>
|
|
|
+
|
|
|
+
|
|
|
+ <button @click="handleShowData"></button>
|
|
|
+ </div>
|
|
|
+ <van-popup v-model="show" round position="bottom" :style="{ height: '40%' }">
|
|
|
+ <van-area title="请选择地区" :area-list="areaList" @confirm="selectArea" @cancel="closeSelect" />
|
|
|
+ </van-popup>
|
|
|
+ <van-popup v-model="regionShow" round position="bottom" :style="{ height: '40%' }">
|
|
|
+ <van-area title="请选择地区" :area-list="areaRegionList" @confirm="selectRegionArea" @cancel="closeRegionSelect" />
|
|
|
+ </van-popup>
|
|
|
+ <van-popup v-model="startDateShow" round position="bottom" :style="{ height: '40%' }">
|
|
|
+ <van-datetime-picker v-model="startDate" type="date" title="请选择营业执照开始时间" :min-date="minDate" :max-date="maxDate"
|
|
|
+ :formatter="formatter" @confirm="selectStartTime" @cancel="closeStartTime" />
|
|
|
+ </van-popup>
|
|
|
+ <van-popup v-model="endDateShow" round position="bottom" :style="{ height: '40%' }">
|
|
|
+ <van-datetime-picker v-model="endDate" type="date" title="请选择营业执照到期时间" :min-date="minDate" :max-date="maxDate"
|
|
|
+ :formatter="formatter" @confirm="selectEndTime" @cancel="closeEndTime" />
|
|
|
+ </van-popup>
|
|
|
+ <van-popup v-model="idCardStartShow" round position="bottom" :style="{ height: '40%' }">
|
|
|
+ <van-datetime-picker v-model="idCardStartDate" type="date" title="请选择身份证开始时间" :min-date="minDate"
|
|
|
+ :max-date="maxDate" :formatter="formatter" @confirm="selectIdCardStartTime" @cancel="closeIdCardStartTime" />
|
|
|
+ </van-popup>
|
|
|
+ <van-popup v-model="idCardEndShow" round position="bottom" :style="{ height: '40%' }">
|
|
|
+ <van-datetime-picker v-model="idCardEndDate" type="date" title="请选择身份证到期时间" :min-date="minDate" :max-date="maxDate"
|
|
|
+ :formatter="formatter" @confirm="selectIdCardEndTime" @cancel="closeIdCardEndTime" />
|
|
|
+ </van-popup>
|
|
|
+ <van-popup v-model="idTypeShow" round position="bottom" :style="{ height: '40%' }">
|
|
|
+ <van-picker title="请选择证件类型" show-toolbar :columns="columns" @confirm="onConfirm" @cancel="onCancel" />
|
|
|
+ </van-popup>
|
|
|
+ <van-popup v-model="startTimeShow" round position="bottom">
|
|
|
+ <van-datetime-picker @confirm="startTimeShow = false" @cancel="startTimeShow = false" type="time" title="请选择营业开始时间"
|
|
|
+ :min-hour="1" :max-hour="24" v-model="personalForm.startTime" />
|
|
|
+ </van-popup>
|
|
|
+ <van-popup v-model="endTimeShow" round position="bottom">
|
|
|
+ <van-datetime-picker @confirm="endTimeShow = false" @cancel="endTimeShow = false" type="time" title="请选择营业结束时间"
|
|
|
+ :min-hour="1" :max-hour="24" v-model="personalForm.endtime" />
|
|
|
+ </van-popup>
|
|
|
+
|
|
|
+ <PageLoading ref="pageLoadingRef"></PageLoading>
|
|
|
+ </div>
|
|
|
</template>
|
|
|
<script>
|
|
|
-import { Area, Popup, DatetimePicker, Uploader, Toast, Picker } from 'vant'
|
|
|
+import { Area, Popup, DatetimePicker, Uploader, Toast, Picker, Cascader, RadioGroup, Radio, Button, Loading } from 'vant'
|
|
|
import api from '@/api'
|
|
|
import { listSearchMixin } from '@/config/mixin'
|
|
|
import AreaList from '../../util/area'
|
|
|
+import PageLoading from '../../components/pageLoading.vue'
|
|
|
+import { cardIdentify,businessIdentify,saveData } from "@/util/identify"
|
|
|
+
|
|
|
export default {
|
|
|
mixins: [listSearchMixin],
|
|
|
name: 'mPersonalBusiness',
|
|
@@ -235,14 +356,21 @@ export default {
|
|
|
[DatetimePicker.name]: DatetimePicker,
|
|
|
[Uploader.name]: Uploader,
|
|
|
[Toast.name]: Toast,
|
|
|
- [Picker.name]: Picker
|
|
|
+ [Picker.name]: Picker,
|
|
|
+ [Cascader.name]: Cascader,
|
|
|
+ [RadioGroup.name]: RadioGroup,
|
|
|
+ [Radio.name]: Radio,
|
|
|
+ [Button.name]: Button,
|
|
|
+ [Loading.name]: Loading,
|
|
|
+ PageLoading
|
|
|
},
|
|
|
- data () {
|
|
|
+ data() {
|
|
|
return {
|
|
|
active: 1,
|
|
|
areaList: AreaList,
|
|
|
areaRegionList: AreaList,
|
|
|
show: false,
|
|
|
+ show2: false,
|
|
|
regionShow: false,
|
|
|
minDate: new Date(1960, 1, 1),
|
|
|
maxDate: new Date(2077, 12, 31),
|
|
@@ -255,13 +383,18 @@ export default {
|
|
|
idCardStartShow: false,
|
|
|
idCardEndShow: false,
|
|
|
idTypeShow: false,
|
|
|
+ startTimeShow: false,
|
|
|
+ endTimeShow: false,
|
|
|
idType: '',
|
|
|
fileList: [],
|
|
|
backIdImg: [],
|
|
|
+ // advertisementList: [], // 广告图数组
|
|
|
+ advertisementList:"",
|
|
|
positive: [],
|
|
|
shopAdress: '', // 店铺地区
|
|
|
subjectRegion: '', // 注册地址地区
|
|
|
personalForm: {
|
|
|
+ startTime: '', // 营业开始时间
|
|
|
shopName: '', // 店铺名称
|
|
|
shopPhone: '', // 手机号
|
|
|
servicePhone: '', // 客服电话
|
|
@@ -284,18 +417,84 @@ export default {
|
|
|
subjectCardStartTime: '', // 证件有效开始时间
|
|
|
subjectCardEndTime: '', // 证件有效结束时间
|
|
|
subjectCardPositive: '', // 身份证正面照
|
|
|
- subjectCardSide: '' // 身份证反面照
|
|
|
+ subjectCardSide: '', // 身份证反面照
|
|
|
+ parentId: '',
|
|
|
+ shopType: '1', // 店铺类型 1商城 2本地
|
|
|
+ isVoucher: 1, // 是否支持使用代金卷
|
|
|
+ voucherReturn: '', // 代金卷的抵扣比例/返还比例
|
|
|
+ areaId: '', // 区域ID
|
|
|
+ packageId: '',
|
|
|
+ classificationId: '', // 商家所属分类
|
|
|
+ perCapita: "", // 人均消费
|
|
|
+ invitationCode: localStorage.getItem('INVITATION_CODE'), // 邀请码
|
|
|
+ advertisement: [],
|
|
|
+ longitude: "",
|
|
|
+ latitude: ''
|
|
|
},
|
|
|
+ show1: false,
|
|
|
+ show3: false,
|
|
|
+ showSubCompany: false,
|
|
|
+ showSetMeal: false,
|
|
|
+ plannerColumns: [],
|
|
|
+ companyLoading: false,
|
|
|
+ options: null,
|
|
|
+ shopCategoryOptions: [],
|
|
|
+ setMealData: [],
|
|
|
+ companyValue: '',
|
|
|
+ fieldValue: '',
|
|
|
+ selectShopCategoryStr: "",
|
|
|
+ setMealValue: '',
|
|
|
idCardList: [],
|
|
|
dictName: '证件类型',
|
|
|
- columns: []
|
|
|
+ columns: [],
|
|
|
+ categoryFieldName: {
|
|
|
+ text: 'storeName',
|
|
|
+ value: 'id',
|
|
|
+ children: 'items',
|
|
|
+ },
|
|
|
+ isQueryShopCategory: false
|
|
|
}
|
|
|
},
|
|
|
- mounted () {
|
|
|
+ mounted() {
|
|
|
this.getDictList()
|
|
|
+ // 刷新保存数据
|
|
|
+ saveData(this)
|
|
|
+ // console.log(localStorage.getItem('INVITATION_CODE'));
|
|
|
+ },
|
|
|
+ created() {
|
|
|
+ this.sendReq({
|
|
|
+ url: api.getTreeClass,
|
|
|
+ method: 'GET',
|
|
|
+ params: {}
|
|
|
+ }, (res) => {
|
|
|
+ // console.log(res) // 获取地址选择器数据并去除空的子项
|
|
|
+ this.options = res.data
|
|
|
+ // console.log(this.options)
|
|
|
+ })
|
|
|
+ this.sendReq({
|
|
|
+ url: api.getAdditional, // 套餐购买类型:1-商家,2-策划师 3-分公司
|
|
|
+ method: 'GET',
|
|
|
+ params: {
|
|
|
+ type: 1
|
|
|
+ }
|
|
|
+ }, (res) => {
|
|
|
+ // console.log(res) // 获取地址选择器数据并去除空的子项
|
|
|
+ this.setMealData = res.data
|
|
|
+ // console.log(this.options)
|
|
|
+ })
|
|
|
+
|
|
|
+ this.sendReq({
|
|
|
+ url: api.getCategoryList,
|
|
|
+ method: 'GET',
|
|
|
+ params: {
|
|
|
+ levelId: 1
|
|
|
+ }
|
|
|
+ }, res => {
|
|
|
+ this.shopCategoryOptions = res.data
|
|
|
+ })
|
|
|
},
|
|
|
methods: {
|
|
|
- getDictList () {
|
|
|
+ getDictList() {
|
|
|
let self = this
|
|
|
let params = {
|
|
|
url: api.getByName + '?dictName=' + self.dictName,
|
|
@@ -313,47 +512,47 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
},
|
|
|
- showPopup () {
|
|
|
+ showPopup() {
|
|
|
this.show = true
|
|
|
},
|
|
|
- showRegionPopup () {
|
|
|
+ showRegionPopup() {
|
|
|
this.regionShow = true
|
|
|
},
|
|
|
- next () {
|
|
|
+ next() {
|
|
|
this.active++
|
|
|
if (this.active === 4) {
|
|
|
}
|
|
|
},
|
|
|
- selectArea (address) {
|
|
|
+ selectArea(address) {
|
|
|
this.shopAdress = `${address[0].name}-${address[1].name}-${address[2].name}`
|
|
|
this.personalForm.shopAdressProvince = address[0].name
|
|
|
this.personalForm.shopAdressCity = address[1].name
|
|
|
console.log(address)
|
|
|
this.show = false
|
|
|
},
|
|
|
- selectRegionArea (address) {
|
|
|
+ selectRegionArea(address) {
|
|
|
this.personalForm.subjectRegion = `${address[0].name}-${address[1].name}-${address[2].name}`
|
|
|
this.regionShow = false
|
|
|
},
|
|
|
- closeRegionSelect () {
|
|
|
+ closeRegionSelect() {
|
|
|
this.regionShow = false
|
|
|
},
|
|
|
- closeSelect () {
|
|
|
+ closeSelect() {
|
|
|
this.show = false
|
|
|
},
|
|
|
- selectStartDateBtn () {
|
|
|
+ selectStartDateBtn() {
|
|
|
this.startDateShow = true
|
|
|
},
|
|
|
- selectEndDateBtn () {
|
|
|
+ selectEndDateBtn() {
|
|
|
this.endDateShow = true
|
|
|
},
|
|
|
- selectIdStartDateBtn () {
|
|
|
+ selectIdStartDateBtn() {
|
|
|
this.idCardStartShow = true
|
|
|
},
|
|
|
- selectIdEndDateBtn () {
|
|
|
+ selectIdEndDateBtn() {
|
|
|
this.idCardEndShow = true
|
|
|
},
|
|
|
- dateTime (value) {
|
|
|
+ dateTime(value) {
|
|
|
let date = value
|
|
|
let m = date.getMonth() + 1
|
|
|
let d = date.getDate()
|
|
@@ -365,59 +564,59 @@ export default {
|
|
|
}
|
|
|
return date.getFullYear() + '年-' + m + '月-' + d + '日'
|
|
|
},
|
|
|
- idTypeShowFn () {
|
|
|
+ idTypeShowFn() {
|
|
|
this.idTypeShow = true
|
|
|
},
|
|
|
// 选择证件类型
|
|
|
- onConfirm (type) {
|
|
|
+ onConfirm(type) {
|
|
|
this.idType = type.text
|
|
|
this.personalForm.subjectCardType = type.value
|
|
|
this.idTypeShow = false
|
|
|
},
|
|
|
- onCancel () {
|
|
|
+ onCancel() {
|
|
|
this.personalForm.subjectCardType = ''
|
|
|
this.idTypeShow = false
|
|
|
},
|
|
|
// 选择开始时间
|
|
|
- selectStartTime (value) {
|
|
|
+ selectStartTime(value) {
|
|
|
this.personalForm.subjectStartTime = this.dateTime(value)
|
|
|
this.startDateShow = false
|
|
|
},
|
|
|
// 取消选择开始时间
|
|
|
- closeStartTime () {
|
|
|
+ closeStartTime() {
|
|
|
this.startDateShow = false
|
|
|
},
|
|
|
// 选择截止时间
|
|
|
- selectEndTime (value) {
|
|
|
+ selectEndTime(value) {
|
|
|
this.personalForm.subjectEndTime = this.dateTime(value)
|
|
|
this.endDateShow = false
|
|
|
},
|
|
|
// 取消选择截止时间
|
|
|
- closeEndTime () {
|
|
|
+ closeEndTime() {
|
|
|
this.endDateShow = false
|
|
|
},
|
|
|
// 选择证件日期开始时间
|
|
|
- selectIdCardStartTime (value) {
|
|
|
+ selectIdCardStartTime(value) {
|
|
|
this.personalForm.subjectCardStartTime = this.dateTime(value)
|
|
|
this.idCardStartShow = false
|
|
|
},
|
|
|
// 取消选择身份证开始时间
|
|
|
- closeIdCardStartTime () {
|
|
|
+ closeIdCardStartTime() {
|
|
|
this.idCardStartShow = false
|
|
|
},
|
|
|
// 证件到期时间
|
|
|
- selectIdCardEndTime (value) {
|
|
|
+ selectIdCardEndTime(value) {
|
|
|
this.personalForm.subjectCardEndTime = this.dateTime(value)
|
|
|
this.idCardEndShow = false
|
|
|
},
|
|
|
// 取消选择身份证到期时间
|
|
|
- closeIdCardEndTime () {
|
|
|
+ closeIdCardEndTime() {
|
|
|
this.idCardEndShow = false
|
|
|
},
|
|
|
- changeActive (index) {
|
|
|
+ changeActive(index) {
|
|
|
this.active = index
|
|
|
},
|
|
|
- formatter (type, val) {
|
|
|
+ formatter(type, val) {
|
|
|
if (type === 'year') {
|
|
|
return `${val}年`
|
|
|
} else if (type === 'month') {
|
|
@@ -427,7 +626,7 @@ export default {
|
|
|
}
|
|
|
return val
|
|
|
},
|
|
|
- afterRead (file, type) {
|
|
|
+ afterRead(file, type) {
|
|
|
// console.log(file.content, file.file.name)
|
|
|
// let fileData = this.dataURLtoFileFun(file.content, file.file.name)
|
|
|
let formData = new FormData()
|
|
@@ -440,18 +639,35 @@ export default {
|
|
|
contentType: 'multipart/form-data',
|
|
|
data: formData
|
|
|
}
|
|
|
+
|
|
|
+ this.$refs.pageLoadingRef.showPageLoading('上传中...')
|
|
|
self.sendReq(params, (res) => {
|
|
|
if (res.code === '200') {
|
|
|
+ this.$refs.pageLoadingRef.cloasePageLoading()
|
|
|
+ // console.log(res);
|
|
|
if (type === 'license') {
|
|
|
+ // 营业执照识别
|
|
|
+ businessIdentify(res.data.url,this,0)
|
|
|
self.personalForm.subjectLicense = res.data.url
|
|
|
} else if (type === 'positive') {
|
|
|
+ console.log(res.data.url);
|
|
|
+ // 身份证正面识别
|
|
|
+ cardIdentify(res.data.url,0,this)
|
|
|
self.personalForm.subjectCardPositive = res.data.url
|
|
|
} else if (type === 'back') {
|
|
|
+ // 身份证反面识别
|
|
|
+ cardIdentify(res.data.url,1,this)
|
|
|
self.personalForm.subjectCardSide = res.data.url
|
|
|
+ } else if (type === 'advertisement') {
|
|
|
+ self.personalForm.advertisement.push(res.data.url)
|
|
|
}
|
|
|
+
|
|
|
+ // console.log("这是为什么呢?", this.advertisementList, res.data);
|
|
|
} else {
|
|
|
Toast.fail(res.message)
|
|
|
}
|
|
|
+ }, () => {
|
|
|
+ this.$refs.pageLoadingRef.cloasePageLoading()
|
|
|
})
|
|
|
// file.status = 'uploading'
|
|
|
// file.message = '上传中...'
|
|
@@ -460,7 +676,7 @@ export default {
|
|
|
// file.message = '上传失败'
|
|
|
// }, 1000)
|
|
|
},
|
|
|
- dataURLtoFileFun (dataurl, filename) {
|
|
|
+ dataURLtoFileFun(dataurl, filename) {
|
|
|
// 将base64转换为文件,dataurl为base64字符串,filename为文件名(必须带后缀名,如.jpg,.png)
|
|
|
let arr = dataurl.split(',')
|
|
|
let mime = arr[0].match(/:(.*?);/)[1]
|
|
@@ -472,339 +688,649 @@ export default {
|
|
|
}
|
|
|
return new File([u8arr], filename, { type: mime })
|
|
|
},
|
|
|
- onOversize (file) {
|
|
|
+ onOversize(file) {
|
|
|
console.log(file)
|
|
|
Toast.fail('文件大小不能超过 500kb')
|
|
|
},
|
|
|
// 禁止弹出键盘
|
|
|
- noBomBox (Event) {
|
|
|
+ noBomBox(Event) {
|
|
|
document.activeElement.blur()
|
|
|
},
|
|
|
+ handleClosePopup(type) {
|
|
|
+ if (type === 'areaId') {
|
|
|
+ if (!this.personalForm.shopAdressProvince || !this.personalForm.shopAdressCity) {
|
|
|
+ this.personalForm.areaId = null
|
|
|
+ this.fieldValue = ''
|
|
|
+ this.personalForm.shopAdressProvince = ''
|
|
|
+ this.personalForm.shopAdressCity = ''
|
|
|
+ this.personalForm.storeAddressDetail = ''
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
// 提交申请
|
|
|
- submitForm () {
|
|
|
+ submitForm() {
|
|
|
let self = this
|
|
|
- self.personalForm.shopAdress = ''
|
|
|
+ const subData = JSON.parse(JSON.stringify(self.personalForm))
|
|
|
+ subData.shopAdress = ''
|
|
|
let reg = /^1[13456789]\d{9}$/
|
|
|
var idReg = /(^\d{15}$)|(^\d{18}$)|(^\d{17}(\d|X|x)$)/
|
|
|
- self.personalForm.shopPhone = self.personalForm.servicePhone
|
|
|
- self.personalForm.shopAdress = `${self.shopAdress},${self.personalForm.storeAddressDetail}`
|
|
|
+ subData.shopPhone = subData.servicePhone
|
|
|
+ subData.shopAdress = `${self.shopAdress},${subData.storeAddressDetail}`
|
|
|
// alert('submit!')
|
|
|
- if (self.personalForm.shopName === '') {
|
|
|
+ if (subData.shopName === '') {
|
|
|
Toast.fail('请输入店铺名称')
|
|
|
return false
|
|
|
}
|
|
|
- if (self.personalForm.servicePhone === '') {
|
|
|
+ if (subData.servicePhone === '') {
|
|
|
Toast.fail('请输入客服电话')
|
|
|
return false
|
|
|
- } else if (!reg.test(self.personalForm.servicePhone)) {
|
|
|
+ } else if (!reg.test(subData.servicePhone)) {
|
|
|
Toast.fail('客服电话号格式错误')
|
|
|
return false
|
|
|
}
|
|
|
- if (self.personalForm.chargePersonName === '') {
|
|
|
+
|
|
|
+ if (subData.chargePersonName === '') {
|
|
|
Toast.fail('请输入店铺负责人')
|
|
|
return false
|
|
|
}
|
|
|
- if (self.personalForm.chargePersonPhone === '') {
|
|
|
+ if (subData.chargePersonPhone === '') {
|
|
|
Toast.fail('请输入负责人电话')
|
|
|
return false
|
|
|
- } else if (!reg.test(self.personalForm.chargePersonPhone)) {
|
|
|
+ } else if (!reg.test(subData.chargePersonPhone)) {
|
|
|
Toast.fail('负责人电话式错误')
|
|
|
return false
|
|
|
}
|
|
|
- if (self.personalForm.shopAdress === '') {
|
|
|
+
|
|
|
+ if (subData.shopType === '2') {
|
|
|
+ if (!subData.startTime) {
|
|
|
+ Toast.fail('请选择营业开始时间')
|
|
|
+ return
|
|
|
+ }
|
|
|
+
|
|
|
+ if (!subData.endtime) {
|
|
|
+ Toast.fail('请选择营业结束时间')
|
|
|
+ return
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ if (subData.shopAdress === '') {
|
|
|
Toast.fail('请选择所在地区')
|
|
|
return false
|
|
|
}
|
|
|
- if (self.personalForm.storeAddressDetail === '') {
|
|
|
+ if (subData.storeAddressDetail === '') {
|
|
|
Toast.fail('请输入详细地址')
|
|
|
return false
|
|
|
}
|
|
|
- if (self.personalForm.subjectName === '') {
|
|
|
+
|
|
|
+ if (!subData.classificationId) {
|
|
|
+ Toast.fail('请选择店铺所属分类')
|
|
|
+ return
|
|
|
+ }
|
|
|
+
|
|
|
+ // 代金券 人均消费 广告图都砍掉
|
|
|
+ // if (!subData.voucherReturn && subData.voucherReturn != 0) {
|
|
|
+ // Toast.fail('请输入代金券返回比例')
|
|
|
+ // return
|
|
|
+ // } else {
|
|
|
+ // if (isNaN(subData.voucherReturn) || subData.voucherReturn < 0 || subData.voucherReturn > 100) {
|
|
|
+ // Toast.fail('代金券返还比例应是0 ~ 100的数字')
|
|
|
+ // return
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+
|
|
|
+ // if (!subData.perCapita) {
|
|
|
+ // Toast.fail('请填写人均消费额')
|
|
|
+ // return
|
|
|
+ // } else if (isNaN(subData.perCapita) || subData.perCapita <= 0) {
|
|
|
+ // Toast.fail('人均消费额不能小于等于0元')
|
|
|
+ // return
|
|
|
+ // }
|
|
|
+
|
|
|
+ // if (!subData.advertisement.length) {
|
|
|
+ // Toast.fail('请上传广告图')
|
|
|
+ // return
|
|
|
+ // } else {
|
|
|
+ // subData.advertisement = subData.advertisement.join(",")
|
|
|
+ // }
|
|
|
+
|
|
|
+ if (subData.subjectName === '') {
|
|
|
Toast.fail('请输入商户名称')
|
|
|
return false
|
|
|
}
|
|
|
- if (self.personalForm.subjectCode === '') {
|
|
|
+ if (subData.subjectCode === '') {
|
|
|
Toast.fail('请输入社会信用代码')
|
|
|
return false
|
|
|
}
|
|
|
- if (self.personalForm.subjectRegion === '') {
|
|
|
+ if (subData.subjectRegion === '') {
|
|
|
Toast.fail('请输入注册地址')
|
|
|
return false
|
|
|
}
|
|
|
- if (self.personalForm.subjectAdress === '') {
|
|
|
+ if (subData.subjectAdress === '') {
|
|
|
Toast.fail('请输入注册详情地址')
|
|
|
return false
|
|
|
}
|
|
|
- if (self.personalForm.subjectStartTime === '') {
|
|
|
+ if (subData.subjectStartTime === '') {
|
|
|
Toast.fail('请选择营业开始时间')
|
|
|
return false
|
|
|
}
|
|
|
- if (self.personalForm.subjectEndTime === '') {
|
|
|
+ if (subData.subjectEndTime === '') {
|
|
|
Toast.fail('请选择营业截止时间')
|
|
|
return false
|
|
|
}
|
|
|
- if (self.personalForm.subjectLicense === '') {
|
|
|
+ if (subData.subjectLicense === '') {
|
|
|
Toast.fail('请上传营业执照')
|
|
|
return false
|
|
|
}
|
|
|
- if (self.personalForm.subjectOperator === '') {
|
|
|
- Toast.fail('请输入经营者姓名')
|
|
|
- return false
|
|
|
- }
|
|
|
- if (self.personalForm.subjectCardType === '') {
|
|
|
- Toast.fail('请选择证件类型')
|
|
|
- return false
|
|
|
- }
|
|
|
- if (self.personalForm.subjectIdCard === '') {
|
|
|
- Toast.fail('请输入居民身份证号')
|
|
|
- return false
|
|
|
- } else if (!idReg.test(self.personalForm.subjectIdCard)) {
|
|
|
- Toast.fail('身份证号码格式错误')
|
|
|
- return false
|
|
|
- }
|
|
|
- if (self.personalForm.subjectCardStartTime === '') {
|
|
|
- Toast.fail('请选择身份证开始时间')
|
|
|
- return false
|
|
|
- }
|
|
|
- if (self.personalForm.subjectCardEndTime === '') {
|
|
|
- Toast.fail('请选择身份证有效期结束时间')
|
|
|
- return false
|
|
|
- }
|
|
|
- if (self.personalForm.subjectCardPositive === '') {
|
|
|
- Toast.fail('请上传身份证正面照')
|
|
|
- return false
|
|
|
- }
|
|
|
- if (self.personalForm.subjectCardSide === '') {
|
|
|
- Toast.fail('请上传身份证背面照')
|
|
|
- return false
|
|
|
- }
|
|
|
+
|
|
|
+ // 按要求砍掉身份验证
|
|
|
+ // if (subData.subjectOperator === '') {
|
|
|
+ // Toast.fail('请输入经营者姓名')
|
|
|
+ // return false
|
|
|
+ // }
|
|
|
+ // if (subData.subjectCardType === '') {
|
|
|
+ // Toast.fail('请选择证件类型')
|
|
|
+ // return false
|
|
|
+ // }
|
|
|
+ // if (subData.subjectIdCard === '') {
|
|
|
+ // Toast.fail('请输入居民身份证号')
|
|
|
+ // return false
|
|
|
+ // } else if (!idReg.test(subData.subjectIdCard)) {
|
|
|
+ // Toast.fail('身份证号码格式错误')
|
|
|
+ // return false
|
|
|
+ // }
|
|
|
+ // if (subData.subjectCardStartTime === '') {
|
|
|
+ // Toast.fail('请选择身份证开始时间')
|
|
|
+ // return false
|
|
|
+ // }
|
|
|
+ // if (subData.subjectCardEndTime === '') {
|
|
|
+ // Toast.fail('请选择身份证有效期结束时间')
|
|
|
+ // return false
|
|
|
+ // }
|
|
|
+ // if (subData.subjectCardPositive === '') {
|
|
|
+ // Toast.fail('请上传身份证正面照')
|
|
|
+ // return false
|
|
|
+ // }
|
|
|
+ // if (subData.subjectCardSide === '') {
|
|
|
+ // Toast.fail('请上传身份证背面照')
|
|
|
+ // return false
|
|
|
+ // }
|
|
|
let params = {
|
|
|
url: api.individualCheck,
|
|
|
method: 'POST',
|
|
|
- data: self.personalForm
|
|
|
+ data: subData
|
|
|
}
|
|
|
self.sendReq(params, (res) => {
|
|
|
if (res.code === '200') {
|
|
|
Toast.success('提交成功')
|
|
|
- self.$router.push({path: '/mStatus'})
|
|
|
+ self.$router.push({ path: '/mStatus' })
|
|
|
} else {
|
|
|
Toast.fail(res.message)
|
|
|
}
|
|
|
})
|
|
|
+ },
|
|
|
+ onAddresChange({ value, selectedOptions, tabIndex }) { // 选择完地址后转为显示的字符串
|
|
|
+ this.fieldValue = ''
|
|
|
+ let cacheArray = []
|
|
|
+ let addresString = ''
|
|
|
+ let level = ''
|
|
|
+ this.sendReq({
|
|
|
+ url: api.getTreeOne,
|
|
|
+ method: 'GET',
|
|
|
+ params: {
|
|
|
+ parentId: value
|
|
|
+ }
|
|
|
+ }, (res) => {
|
|
|
+
|
|
|
+
|
|
|
+ if (res.data && res.data.length > 0) {
|
|
|
+ selectedOptions[selectedOptions.length - 1].children = res.data
|
|
|
+ cacheArray = this.options.map(item => { // 这里重新再赋值一遍是因为这里直接改变数组页面不会动态刷新,所以每次都重新给options赋值,强制刷新
|
|
|
+ return item
|
|
|
+ })
|
|
|
+ this.options = cacheArray
|
|
|
+ }
|
|
|
+ // this.isRequestAddres = true
|
|
|
+ })
|
|
|
+
|
|
|
+ for (let i = 0; i < selectedOptions.length; i++) {
|
|
|
+ if (i >= selectedOptions.length - 1) {
|
|
|
+ addresString += selectedOptions[i].name
|
|
|
+ level = selectedOptions[i].level // 获取最后选择的地址的层级
|
|
|
+ this.level = level
|
|
|
+ } else {
|
|
|
+ addresString += selectedOptions[i].name + ' / '
|
|
|
+ }
|
|
|
+ }
|
|
|
+ if (selectedOptions.length === 4) {
|
|
|
+ const addeessInfo = selectedOptions[3]
|
|
|
+ console.log("拿到地址了", addeessInfo);
|
|
|
+ this.personalForm.latitude = addeessInfo.latitude
|
|
|
+ this.personalForm.longitude = addeessInfo.longitude
|
|
|
+ // alert(this.personalForm.latitude)
|
|
|
+ this.fieldValue = addresString
|
|
|
+ this.personalForm.shopAdressProvince = selectedOptions[0].name
|
|
|
+ this.personalForm.shopAdressCity = selectedOptions[1].name
|
|
|
+ this.show1 = false
|
|
|
+
|
|
|
+ // this.personalForm.province =
|
|
|
+ }
|
|
|
+ // this.sendReq({ // 获取可选择的分公司
|
|
|
+ // url: api.selectAnd,
|
|
|
+ // method: 'POST',
|
|
|
+ // data: {
|
|
|
+ // area: value, // 地区编号
|
|
|
+ // type: 2,
|
|
|
+ // level, // "区级别不能为空"
|
|
|
+ // page: this.queryData.page,
|
|
|
+ // pageSize: this.queryData.size
|
|
|
+ // }
|
|
|
+ // }, (res) => {
|
|
|
+ // this.plannerColumns = res.data.list
|
|
|
+ // console.log(res)
|
|
|
+ // })
|
|
|
+ // console.log(this.personalForm)
|
|
|
+ },
|
|
|
+ onPlannerConfirm(value) { // 确认选择的公司
|
|
|
+ this.companyValue = value.name
|
|
|
+ this.personalForm.parentId = value.platformUserId
|
|
|
+ this.showSubCompany = false
|
|
|
+ },
|
|
|
+ onPlannerChange(value) {
|
|
|
+ // console.log(value)
|
|
|
+ },
|
|
|
+ getMoreCompany() {
|
|
|
+ this.companyLoading = true
|
|
|
+ // eslint-disable-next-line eqeqeq
|
|
|
+ if (this.plannerColumns.length == this.queryData.total) {
|
|
|
+ this.queryData.pageSize += 7
|
|
|
+ this.sendReq({ // 获取可选择的营销策划师
|
|
|
+ url: api.selectAnd,
|
|
|
+ method: 'POST',
|
|
|
+ data: {
|
|
|
+ area: this.personalForm.areaId, // 地区编号
|
|
|
+ type: 2,
|
|
|
+ level: this.level, // "区级别不能为空"
|
|
|
+ page: this.queryData.page,
|
|
|
+ pageSize: this.queryData.size
|
|
|
+ }
|
|
|
+ }, (res) => {
|
|
|
+ this.plannerColumns = res.data.list
|
|
|
+ this.companyLoading = false
|
|
|
+ // console.log(res)
|
|
|
+ })
|
|
|
+ } else {
|
|
|
+ Toast.fail('没有更多了')
|
|
|
+ this.companyLoading = false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ onSetMealfirm(value) {
|
|
|
+ // console.log(value)
|
|
|
+ this.setMealValue = value.title
|
|
|
+ this.personalForm.packageId = value.id
|
|
|
+ this.showSetMeal = false
|
|
|
+ },
|
|
|
+ onSetMealChange(value) {
|
|
|
+ // console.log(value)
|
|
|
+ },
|
|
|
+
|
|
|
+ // 店铺所属分类change
|
|
|
+ async onShopCategoryChange(e, finishCB) {
|
|
|
+ try {
|
|
|
+ this.isQueryShopCategory = true
|
|
|
+ let cacheArray = []
|
|
|
+ const childCategoryList = await this.getChildCategory(e.value)
|
|
|
+ if (childCategoryList.length) {
|
|
|
+ e.selectedOptions[e.selectedOptions.length - 1].items = childCategoryList
|
|
|
+ cacheArray = this.shopCategoryOptions.map(item => {
|
|
|
+ return item
|
|
|
+ })
|
|
|
+ this.shopCategoryOptions = cacheArray
|
|
|
+ } else {
|
|
|
+ finishCB(e)
|
|
|
+ }
|
|
|
+ this.isQueryShopCategory = false
|
|
|
+ } catch (error) {
|
|
|
+ finishCB(e)
|
|
|
+ this.isQueryShopCategory = false
|
|
|
+
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
+ // 确认选择店铺所属分类
|
|
|
+ onFinishChooseShopCategory(e) {
|
|
|
+ this.selectShopCategoryStr = e.selectedOptions[e.selectedOptions.length - 1].storeName
|
|
|
+ this.show2 = false
|
|
|
+ },
|
|
|
+
|
|
|
+ // 获取子集分类
|
|
|
+ getChildCategory(dressing) {
|
|
|
+ const _this = this
|
|
|
+ return new Promise(async (resolve, reject) => {
|
|
|
+ _this.sendReq({
|
|
|
+ url: api.getChildCategoryList,
|
|
|
+ method: "GET",
|
|
|
+ params: {
|
|
|
+ dressing
|
|
|
+ }
|
|
|
+ }, res => {
|
|
|
+ resolve(res.data)
|
|
|
+ })
|
|
|
+ })
|
|
|
+ },
|
|
|
+
|
|
|
+ // 删除广告图
|
|
|
+ handleDeleteAdvertisement(_, { index }) {
|
|
|
+ this.personalForm.advertisement.splice(index, 1)
|
|
|
+ },
|
|
|
+
|
|
|
+ handleShowData() {
|
|
|
+ alert(this.personalForm.longitude)
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
- .mUinitBusiness {
|
|
|
- padding-bottom: 60px;
|
|
|
- .topTitle {
|
|
|
- padding: 0 5%;
|
|
|
- h3 {
|
|
|
- font-size: 21px;
|
|
|
- color: #333333;
|
|
|
- margin-bottom: 22px;
|
|
|
- }
|
|
|
- p {
|
|
|
- font-size: 12px;
|
|
|
- color: #676870;
|
|
|
- }
|
|
|
- margin:50px 0 28px 0;
|
|
|
- }
|
|
|
- >>> .el-step__head {
|
|
|
- color: #E9EAEB;
|
|
|
- .el-step__icon {
|
|
|
- background: #FFFFFF;
|
|
|
- width: 50px;
|
|
|
- height: 50px;
|
|
|
- border-radius: 0;
|
|
|
- border: 1px solid #F3F4F5;
|
|
|
- }
|
|
|
- }
|
|
|
- >>> .el-step__head.is-process {
|
|
|
- border-color: #CDCDCD
|
|
|
+.loadingBox {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+}
|
|
|
+
|
|
|
+.plannerItem {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
+ .avatar {
|
|
|
+ margin-top: -3px;
|
|
|
+ width: 30px;
|
|
|
+ height: 30px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .custom-title {
|
|
|
+ margin-top: -5px;
|
|
|
+ margin-left: 20px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.input {
|
|
|
+ width: 100%;
|
|
|
+ margin: 10px 0px;
|
|
|
+ border-bottom: 1px solid #F6F4F7;
|
|
|
+ height: 40px;
|
|
|
+ border-radius: 50px;
|
|
|
+ line-height: 40px;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #666666;
|
|
|
+ padding-left: 10px;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+
|
|
|
+.mUinitBusiness {
|
|
|
+ padding-bottom: 60px;
|
|
|
+
|
|
|
+ .topTitle {
|
|
|
+ padding: 0 5%;
|
|
|
+
|
|
|
+ h3 {
|
|
|
+ font-size: 21px;
|
|
|
+ color: #333333;
|
|
|
+ margin-bottom: 22px;
|
|
|
}
|
|
|
- >>> .el-step__line {
|
|
|
- background-color: #F3F4F5;
|
|
|
- height: 1px !important;
|
|
|
- top: 50% !important;
|
|
|
- overflow: hidden;
|
|
|
+
|
|
|
+ p {
|
|
|
+ font-size: 12px;
|
|
|
+ color: #676870;
|
|
|
}
|
|
|
- >>> .is-finish {
|
|
|
- border-color: #C5AA7B;
|
|
|
- color: #FFFFFF;
|
|
|
- font-weight: 500 !important;
|
|
|
- .el-step__icon {
|
|
|
- background: #FFFFFF;
|
|
|
- height: 50px;
|
|
|
- width: 50px;
|
|
|
- color: #C5AA7B;
|
|
|
- border: 1px solid #C5AA7B;
|
|
|
- border-radius: 0;
|
|
|
- }
|
|
|
+
|
|
|
+ margin:50px 0 28px 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ >>>.el-step__head {
|
|
|
+ color: #E9EAEB;
|
|
|
+
|
|
|
+ .el-step__icon {
|
|
|
+ background: #FFFFFF;
|
|
|
+ width: 50px;
|
|
|
+ height: 50px;
|
|
|
+ border-radius: 0;
|
|
|
+ border: 1px solid #F3F4F5;
|
|
|
}
|
|
|
- >>> .el-step__main {
|
|
|
- .is-finish {
|
|
|
- color: #333333;
|
|
|
- }
|
|
|
+ }
|
|
|
+
|
|
|
+ >>>.el-step__head.is-process {
|
|
|
+ border-color: #CDCDCD
|
|
|
+ }
|
|
|
+
|
|
|
+ >>>.el-step__line {
|
|
|
+ background-color: #F3F4F5;
|
|
|
+ height: 1px !important;
|
|
|
+ top: 50% !important;
|
|
|
+ overflow: hidden;
|
|
|
+ }
|
|
|
+
|
|
|
+ >>>.is-finish {
|
|
|
+ border-color: #C5AA7B;
|
|
|
+ color: #FFFFFF;
|
|
|
+ font-weight: 500 !important;
|
|
|
+
|
|
|
+ .el-step__icon {
|
|
|
+ background: #FFFFFF;
|
|
|
+ height: 50px;
|
|
|
+ width: 50px;
|
|
|
+ color: #C5AA7B;
|
|
|
+ border: 1px solid #C5AA7B;
|
|
|
+ border-radius: 0;
|
|
|
}
|
|
|
- >>> .el-step__title.is-process {
|
|
|
- font-size: 14px;
|
|
|
- color: #999999;
|
|
|
- font-weight: 500;
|
|
|
+ }
|
|
|
+
|
|
|
+ >>>.el-step__main {
|
|
|
+ .is-finish {
|
|
|
+ color: #333333;
|
|
|
}
|
|
|
- >>> .el-step__title.is-wait {
|
|
|
+ }
|
|
|
+
|
|
|
+ >>>.el-step__title.is-process {
|
|
|
+ font-size: 14px;
|
|
|
+ color: #999999;
|
|
|
+ font-weight: 500;
|
|
|
+ }
|
|
|
+
|
|
|
+ >>>.el-step__title.is-wait {
|
|
|
+ font-size: 14px;
|
|
|
+ color: #999999;
|
|
|
+ font-weight: 500;
|
|
|
+ }
|
|
|
+
|
|
|
+ >>>.el-step__main {
|
|
|
+ .el-step__title {
|
|
|
font-size: 14px;
|
|
|
- color: #999999;
|
|
|
- font-weight: 500;
|
|
|
}
|
|
|
- >>> .el-step__main {
|
|
|
- .el-step__title {
|
|
|
- font-size: 14px;
|
|
|
- }
|
|
|
- .is-success {
|
|
|
- color: $mainColor;
|
|
|
- }
|
|
|
+
|
|
|
+ .is-success {
|
|
|
+ color: $mainColor;
|
|
|
}
|
|
|
- .mFormBox {
|
|
|
- padding: 0 5%;
|
|
|
- margin-top: 41px;
|
|
|
- .formTit {
|
|
|
- span {
|
|
|
- font-size: 17px;
|
|
|
- font-weight: bold;
|
|
|
- color: #444444;
|
|
|
- line-height: 18px;
|
|
|
- position: relative;
|
|
|
- i {
|
|
|
- background: linear-gradient(267deg, #FF8F25 0%, rgba(254, 179, 24, 0.48) 52%, rgba(255, 255, 255, 0) 100%);
|
|
|
- opacity: 0.7;
|
|
|
- display: block;
|
|
|
- height: 11px;
|
|
|
- width: 100%;
|
|
|
- bottom: -2px;
|
|
|
- position: absolute;
|
|
|
- }
|
|
|
+ }
|
|
|
+
|
|
|
+ .mFormBox {
|
|
|
+ padding: 0 5%;
|
|
|
+ margin-top: 41px;
|
|
|
+
|
|
|
+ .formTit {
|
|
|
+ span {
|
|
|
+ font-size: 17px;
|
|
|
+ font-weight: bold;
|
|
|
+ color: #444444;
|
|
|
+ line-height: 18px;
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+ i {
|
|
|
+ background: linear-gradient(267deg, #FF8F25 0%, rgba(254, 179, 24, 0.48) 52%, rgba(255, 255, 255, 0) 100%);
|
|
|
+ opacity: 0.7;
|
|
|
+ display: block;
|
|
|
+ height: 11px;
|
|
|
+ width: 100%;
|
|
|
+ bottom: -2px;
|
|
|
+ position: absolute;
|
|
|
}
|
|
|
}
|
|
|
- .form {
|
|
|
- margin-top: 25px;
|
|
|
- .inputItem {
|
|
|
- margin-top: 20px;
|
|
|
- .labelTit {
|
|
|
- display: flex;
|
|
|
- label {
|
|
|
- color: #333333;
|
|
|
- font-weight: 500;
|
|
|
- font-size: 14px;
|
|
|
- i {
|
|
|
- color: $mainColor;
|
|
|
- font-size: 15px;
|
|
|
- margin-right: 5px;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- input {
|
|
|
- width: 100%;
|
|
|
- border-bottom: 1px solid #F6F4F7;
|
|
|
- height: 50px;
|
|
|
- line-height: 50px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .form {
|
|
|
+ margin-top: 25px;
|
|
|
+
|
|
|
+ .inputItem {
|
|
|
+ margin-top: 20px;
|
|
|
+
|
|
|
+ .labelTit {
|
|
|
+ display: flex;
|
|
|
+
|
|
|
+ label {
|
|
|
+ color: #333333;
|
|
|
+ font-weight: 500;
|
|
|
font-size: 14px;
|
|
|
- color: #666666;
|
|
|
- padding-left: 10px;
|
|
|
- }
|
|
|
- input::placeholder {
|
|
|
- color: #999999;
|
|
|
- }
|
|
|
- }
|
|
|
- .arrow {
|
|
|
- position: relative;
|
|
|
- span {
|
|
|
- position: absolute;
|
|
|
- right: 5px;
|
|
|
- top: 30px;
|
|
|
- color: #999999;
|
|
|
- }
|
|
|
- }
|
|
|
- .arrowTime {
|
|
|
- position: relative;
|
|
|
- span {
|
|
|
- position: absolute;
|
|
|
- right: 5px;
|
|
|
- top: 20px;
|
|
|
- color: #999999;
|
|
|
+
|
|
|
+ i {
|
|
|
+ color: $mainColor;
|
|
|
+ font-size: 15px;
|
|
|
+ margin-right: 5px;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
- .describe {
|
|
|
- color: #BBBBBB;
|
|
|
- font-size: 12px;
|
|
|
- margin-top: 10px;
|
|
|
- line-height: 20px;
|
|
|
+
|
|
|
+ input {
|
|
|
+ width: 100%;
|
|
|
+ border-bottom: 1px solid #F6F4F7;
|
|
|
+ height: 50px;
|
|
|
+ line-height: 50px;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #666666;
|
|
|
padding-left: 10px;
|
|
|
}
|
|
|
- }
|
|
|
- }
|
|
|
- .nextBtn {
|
|
|
- display: block;
|
|
|
- margin: 50px auto 0 auto;
|
|
|
- width: 315px;
|
|
|
- height: 42px;
|
|
|
- background: #333333;
|
|
|
- color: $mainColor;
|
|
|
- }
|
|
|
- .businessLicense {
|
|
|
- width: 100%;
|
|
|
- background: #F3F4F5;
|
|
|
- margin-top: 10px;
|
|
|
- display: flex;
|
|
|
- .van-uploader {
|
|
|
- margin: 10px auto;
|
|
|
- }
|
|
|
- >>> .van-uploader__preview-image {
|
|
|
- width: 162px;
|
|
|
- height: 135px;
|
|
|
- }
|
|
|
- .updateLicense {
|
|
|
- width: 162px;
|
|
|
- height: 135px;
|
|
|
- .updateTop {
|
|
|
+
|
|
|
+ input::placeholder {
|
|
|
+ color: #999999;
|
|
|
+ }
|
|
|
+
|
|
|
+ .voucher-wrapper {
|
|
|
display: flex;
|
|
|
- justify-content: center;
|
|
|
- height: 110px;
|
|
|
align-items: center;
|
|
|
- img {
|
|
|
- width: 169px;
|
|
|
- height: 100px;
|
|
|
- }
|
|
|
}
|
|
|
- .updateBottom {
|
|
|
- width: 162px;
|
|
|
- height: 25px;
|
|
|
- font-size: 13px;
|
|
|
- line-height: 25px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .arrow {
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+ span {
|
|
|
+ position: absolute;
|
|
|
+ right: 5px;
|
|
|
+ top: 30px;
|
|
|
color: #999999;
|
|
|
- text-align: center;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ .arrowTime {
|
|
|
+ position: relative;
|
|
|
+
|
|
|
+ span {
|
|
|
+ position: absolute;
|
|
|
+ right: 5px;
|
|
|
+ top: 20px;
|
|
|
+ color: #999999;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .describe {
|
|
|
+ color: #BBBBBB;
|
|
|
+ font-size: 12px;
|
|
|
+ margin-top: 10px;
|
|
|
+ line-height: 20px;
|
|
|
+ padding-left: 10px;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
- .preview-cover {
|
|
|
- position: absolute;
|
|
|
- bottom: 0;
|
|
|
- box-sizing: border-box;
|
|
|
- width: 100%;
|
|
|
- padding: 4px;
|
|
|
- color: #fff;
|
|
|
- font-size: 12px;
|
|
|
- text-align: center;
|
|
|
- background: rgba(0, 0, 0, 0.3);
|
|
|
+
|
|
|
+ .nextBtn {
|
|
|
+ display: block;
|
|
|
+ margin: 50px auto 0 auto;
|
|
|
+ width: 315px;
|
|
|
+ height: 42px;
|
|
|
+ background: #333333;
|
|
|
+ color: $mainColor;
|
|
|
}
|
|
|
- .centBox {
|
|
|
- >>> .el-step {
|
|
|
- .el-step:nth-child(1) {
|
|
|
- .el-step__icon-inner {}
|
|
|
+
|
|
|
+ .businessLicense {
|
|
|
+ width: 100%;
|
|
|
+ background: #F3F4F5;
|
|
|
+ margin-top: 10px;
|
|
|
+ display: flex;
|
|
|
+
|
|
|
+ .van-uploader {
|
|
|
+ margin: 10px auto;
|
|
|
+ }
|
|
|
+
|
|
|
+ >>>.van-uploader__preview-image {
|
|
|
+ width: 162px;
|
|
|
+ height: 135px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .updateLicense {
|
|
|
+ width: 162px;
|
|
|
+ height: 135px;
|
|
|
+
|
|
|
+ .updateTop {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ height: 110px;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
+ img {
|
|
|
+ width: 169px;
|
|
|
+ height: 100px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .updateBottom {
|
|
|
+ width: 162px;
|
|
|
+ height: 25px;
|
|
|
+ font-size: 13px;
|
|
|
+ line-height: 25px;
|
|
|
+ color: #999999;
|
|
|
+ text-align: center;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+}
|
|
|
+
|
|
|
+.preview-cover {
|
|
|
+ position: absolute;
|
|
|
+ bottom: 0;
|
|
|
+ box-sizing: border-box;
|
|
|
+ width: 100%;
|
|
|
+ padding: 4px;
|
|
|
+ color: #fff;
|
|
|
+ font-size: 12px;
|
|
|
+ text-align: center;
|
|
|
+ background: rgba(0, 0, 0, 0.3);
|
|
|
+}
|
|
|
+
|
|
|
+.centBox {
|
|
|
+ >>>.el-step {
|
|
|
+ .el-step:nth-child(1) {
|
|
|
+ .el-step__icon-inner {}
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.loading-container {
|
|
|
+ position: fixed;
|
|
|
+ bottom: 0;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ height: 400px;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ z-index: 1000;
|
|
|
+}
|
|
|
</style>
|