1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276 |
- <template>
- <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">
- <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 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 type="text" v-model="personalForm.startTime" placeholder="请选择营业开始时间" @click="startTimeShow = true">
- </div>
- <div class="inputItem">
- <div class="labelTit"><label><i>*</i>营业结束时间</label></div>
- <input 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;" @click="show1 = true">
- {{ fieldValue || '请选择地区' }}
- </div>
- <!-- <span class="iconfont"></span> -->
- <input type="text" v-model="personalForm.storeAddressDetail" placeholder="请输入详细地址">
- <van-popup v-model="show1" round position="bottom">
- <!-- 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>
- <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>
- <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>
- </div>
- </template>
- <script>
- 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'
- export default {
- mixins: [listSearchMixin],
- name: 'mPersonalBusiness',
- components: {
- [Area.name]: Area,
- [Popup.name]: Popup,
- [DatetimePicker.name]: DatetimePicker,
- [Uploader.name]: Uploader,
- [Toast.name]: Toast,
- [Picker.name]: Picker,
- [Cascader.name]: Cascader,
- [RadioGroup.name]: RadioGroup,
- [Radio.name]: Radio,
- [Button.name]: Button,
- [Loading.name]: Loading
- },
- 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),
- startDate: '',
- endDate: '',
- idCardStartDate: '',
- idCardEndDate: '',
- startDateShow: false,
- endDateShow: false,
- idCardStartShow: false,
- idCardEndShow: false,
- idTypeShow: false,
- startTimeShow: false,
- endTimeShow: false,
- idType: '',
- fileList: [],
- backIdImg: [],
- advertisementList: [],
- positive: [],
- shopAdress: '', // 店铺地区
- subjectRegion: '', // 注册地址地区
- personalForm: {
- startTime: '', // 营业开始时间
- shopName: '', // 店铺名称
- shopPhone: '', // 手机号
- servicePhone: '', // 客服电话
- chargePersonName: '', // 店铺负责人
- chargePersonPhone: '', // 负责人电话
- shopAdress: '', // 店铺地址
- shopAdressProvince: '', // 店铺地址省
- shopAdressCity: '', // 店铺地址市
- storeAddressDetail: '', // 店铺详细地址
- subjectName: '', // 商户名称
- subjectCode: '', // 统一社会信用代码
- subjectRegion: '', // 注册地址 省-市-区
- subjectAdress: '', // 注册地址详细
- subjectStartTime: '', // 营业期限开始时间
- subjectEndTime: '', // 营业期限结束时间
- subjectLicense: '', // 营业执照图片地址
- subjectOperator: '', // 经营者姓名
- subjectCardType: '', // 身份证类型
- subjectIdCard: '', // 经营者身份证号码
- subjectCardStartTime: '', // 证件有效开始时间
- subjectCardEndTime: '', // 证件有效结束时间
- subjectCardPositive: '', // 身份证正面照
- subjectCardSide: '', // 身份证反面照
- parentId: '',
- shopType: '1', // 店铺类型 1商城 2本地
- isVoucher: 1, // 是否支持使用代金卷
- voucherReturn: '', // 代金卷的抵扣比例/返还比例
- areaId: '', // 区域ID
- packageId: '',
- classificationId: '', // 商家所属分类
- perCapita: "", // 人均消费
- invitationCode: localStorage.getItem('INVITATION_CODE'), // 邀请码
- advertisement: [],
- },
- show1: false,
- show3: false,
- showSubCompany: false,
- showSetMeal: false,
- plannerColumns: [],
- companyLoading: false,
- options: null,
- shopCategoryOptions: [],
- setMealData: [],
- companyValue: '',
- fieldValue: '',
- selectShopCategoryStr: "",
- setMealValue: '',
- idCardList: [],
- dictName: '证件类型',
- columns: [],
- categoryFieldName: {
- text: 'storeName',
- value: 'id',
- children: 'items',
- },
- isQueryShopCategory: false
- }
- },
- mounted() {
- this.getDictList()
- 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() {
- let self = this
- let params = {
- url: api.getByName + '?dictName=' + self.dictName,
- method: 'GET'
- }
- self.sendReq(params, (res) => {
- if (res.code === '') {
- self.idCardList = res.data
- self.idCardList.forEach((item) => {
- var dictData = {}
- dictData['text'] = item.dictName
- dictData['value'] = item.dictId
- self.columns.push(dictData)
- })
- }
- })
- },
- showPopup() {
- this.show = true
- },
- showRegionPopup() {
- this.regionShow = true
- },
- next() {
- this.active++
- if (this.active === 4) {
- }
- },
- 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) {
- this.personalForm.subjectRegion = `${address[0].name}-${address[1].name}-${address[2].name}`
- this.regionShow = false
- },
- closeRegionSelect() {
- this.regionShow = false
- },
- closeSelect() {
- this.show = false
- },
- selectStartDateBtn() {
- this.startDateShow = true
- },
- selectEndDateBtn() {
- this.endDateShow = true
- },
- selectIdStartDateBtn() {
- this.idCardStartShow = true
- },
- selectIdEndDateBtn() {
- this.idCardEndShow = true
- },
- dateTime(value) {
- let date = value
- let m = date.getMonth() + 1
- let d = date.getDate()
- if (m >= 1 && m <= 9) {
- m = '0' + m
- }
- if (d >= 0 && d <= 9) {
- d = '0' + d
- }
- return date.getFullYear() + '年-' + m + '月-' + d + '日'
- },
- idTypeShowFn() {
- this.idTypeShow = true
- },
- // 选择证件类型
- onConfirm(type) {
- this.idType = type.text
- this.personalForm.subjectCardType = type.value
- this.idTypeShow = false
- },
- onCancel() {
- this.personalForm.subjectCardType = ''
- this.idTypeShow = false
- },
- // 选择开始时间
- selectStartTime(value) {
- this.personalForm.subjectStartTime = this.dateTime(value)
- this.startDateShow = false
- },
- // 取消选择开始时间
- closeStartTime() {
- this.startDateShow = false
- },
- // 选择截止时间
- selectEndTime(value) {
- this.personalForm.subjectEndTime = this.dateTime(value)
- this.endDateShow = false
- },
- // 取消选择截止时间
- closeEndTime() {
- this.endDateShow = false
- },
- // 选择证件日期开始时间
- selectIdCardStartTime(value) {
- this.personalForm.subjectCardStartTime = this.dateTime(value)
- this.idCardStartShow = false
- },
- // 取消选择身份证开始时间
- closeIdCardStartTime() {
- this.idCardStartShow = false
- },
- // 证件到期时间
- selectIdCardEndTime(value) {
- this.personalForm.subjectCardEndTime = this.dateTime(value)
- this.idCardEndShow = false
- },
- // 取消选择身份证到期时间
- closeIdCardEndTime() {
- this.idCardEndShow = false
- },
- changeActive(index) {
- this.active = index
- },
- formatter(type, val) {
- if (type === 'year') {
- return `${val}年`
- } else if (type === 'month') {
- return `${val}月`
- } else if (type === 'day') {
- return `${val}日`
- }
- return val
- },
- afterRead(file, type) {
- // console.log(file.content, file.file.name)
- // let fileData = this.dataURLtoFileFun(file.content, file.file.name)
- let formData = new FormData()
- formData.append('file', this.dataURLtoFileFun(file.content, file.file.name))
- // console.log(fileData, 'fileData')
- let self = this
- let params = {
- url: api.upload,
- method: 'POST',
- contentType: 'multipart/form-data',
- data: formData
- }
- self.sendReq(params, (res) => {
- if (res.code === '200') {
- if (type === 'license') {
- self.personalForm.subjectLicense = res.data.url
- } else if (type === 'positive') {
- self.personalForm.subjectCardPositive = res.data.url
- } else if (type === 'back') {
- 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)
- }
- })
- // file.status = 'uploading'
- // file.message = '上传中...'
- // setTimeout(() => {
- // file.status = 'failed'
- // file.message = '上传失败'
- // }, 1000)
- },
- dataURLtoFileFun(dataurl, filename) {
- // 将base64转换为文件,dataurl为base64字符串,filename为文件名(必须带后缀名,如.jpg,.png)
- let arr = dataurl.split(',')
- let mime = arr[0].match(/:(.*?);/)[1]
- let bstr = atob(arr[1])
- let n = bstr.length
- let u8arr = new Uint8Array(n)
- while (n--) {
- u8arr[n] = bstr.charCodeAt(n)
- }
- return new File([u8arr], filename, { type: mime })
- },
- onOversize(file) {
- console.log(file)
- Toast.fail('文件大小不能超过 500kb')
- },
- // 禁止弹出键盘
- noBomBox(Event) {
- document.activeElement.blur()
- },
- // 提交申请
- submitForm() {
- let self = this
- 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)$)/
- subData.shopPhone = subData.servicePhone
- subData.shopAdress = `${self.shopAdress},${subData.storeAddressDetail}`
- // alert('submit!')
- if (subData.shopName === '') {
- Toast.fail('请输入店铺名称')
- return false
- }
- if (subData.servicePhone === '') {
- Toast.fail('请输入客服电话')
- return false
- } else if (!reg.test(subData.servicePhone)) {
- Toast.fail('客服电话号格式错误')
- return false
- }
- if (subData.chargePersonName === '') {
- Toast.fail('请输入店铺负责人')
- return false
- }
- if (subData.chargePersonPhone === '') {
- Toast.fail('请输入负责人电话')
- return false
- } else if (!reg.test(subData.chargePersonPhone)) {
- Toast.fail('负责人电话式错误')
- return false
- }
- if (subData.shopType === '2') {
- if (!subData.startTime) {
- Toast.fail('请选择营业开始时间')
- return
- }
- if (!subData.endtime) {
- Toast.fail('请选择营业结束时间')
- return
- }
- }
- if (subData.shopAdress === '') {
- Toast.fail('请选择所在地区')
- return false
- }
- if (subData.storeAddressDetail === '') {
- Toast.fail('请输入详细地址')
- return false
- }
- 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 (subData.subjectCode === '') {
- Toast.fail('请输入社会信用代码')
- return false
- }
- if (subData.subjectRegion === '') {
- Toast.fail('请输入注册地址')
- return false
- }
- if (subData.subjectAdress === '') {
- Toast.fail('请输入注册详情地址')
- return false
- }
- if (subData.subjectStartTime === '') {
- Toast.fail('请选择营业开始时间')
- return false
- }
- if (subData.subjectEndTime === '') {
- Toast.fail('请选择营业截止时间')
- return false
- }
- if (subData.subjectLicense === '') {
- 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: subData
- }
- self.sendReq(params, (res) => {
- if (res.code === '200') {
- Toast.success('提交成功')
- self.$router.push({ path: '/mStatus' })
- } else {
- Toast.fail(res.message)
- }
- })
- },
- onAddresChange({ value, selectedOptions, tabIndex }) { // 选择完地址后转为显示的字符串
- 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 + ' / '
- }
- }
- this.fieldValue = addresString
- if (selectedOptions.length === 4) {
- 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)
- }
- }
- }
- </script>
- <style lang="scss" scoped>
- .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;
- }
- 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
- }
- >>>.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__main {
- .is-finish {
- color: #333333;
- }
- }
- >>>.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;
- }
- .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;
- }
- }
- }
- .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;
- font-size: 14px;
- color: #666666;
- padding-left: 10px;
- }
- input::placeholder {
- color: #999999;
- }
- .voucher-wrapper {
- display: flex;
- align-items: center;
- }
- }
- .arrow {
- position: relative;
- span {
- position: absolute;
- right: 5px;
- top: 30px;
- color: #999999;
- }
- }
- .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;
- }
- }
- }
- .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 {
- 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>
|