123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353 |
- <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 @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 style="margin-top: 28px;display: flex;">
- <van-checkbox v-model="isAgreeService"></van-checkbox>
- <div style="flex: 1;margin-left: 12px;font-size: 14px;color: #646a73;">
- 点击提交,代表你已阅读并同意
- <a style="color: #3370ff" href="https://www.tuanfengkeji.cn/TFShop_Uni_H5/#/pages/service-agreement/service-agreement" target="_blank">《用户服务协议》</a>
- 和
- <a style="color: #3370ff" href="https://www.tuanfengkeji.cn/TFShop_Uni_H5/#/pages/service-agreement/privacy-policy" target="_blank">《隐私政策》</a>
- </div>
- </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, Cascader, RadioGroup, Radio, Button, Loading, Checkbox } 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',
- 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,
- [Checkbox.name]: Checkbox,
- PageLoading
- },
- 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: [], // 广告图数组
- 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: [],
- longitude: "",
- latitude: ''
- },
- 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,
- isAgreeService: false
- }
- },
- 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() {
- 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
- }
- 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 = '上传中...'
- // 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()
- },
- 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() {
- 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
- // }
- if (!this.isAgreeService) {
- 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 }) { // 选择完地址后转为显示的字符串
- 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>
- .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>
|