mUinitBusiness.vue 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353
  1. <template>
  2. <div class="mUinitBusiness">
  3. <div class="topTitle">
  4. <h3>个体工商户入驻</h3>
  5. <p>请认真填写申请信息,以便我们为您提供更好的服务!</p>
  6. </div>
  7. <div class="centBox">
  8. <el-steps :active="active" align-center>
  9. <el-step @click.native="changeActive(index = 1)" title="店铺信息"></el-step>
  10. <el-step @click.native="changeActive(index = 2)" title="主体信息"></el-step>
  11. <!-- <el-step @click.native="changeActive(index = 3)" title="经营者信息"></el-step> -->
  12. </el-steps>
  13. <div class="mFormBox">
  14. <div class="shopInfo" v-show="active === 1">
  15. <div class="form">
  16. <div class="inputItem">
  17. <div class="labelTit"><label><i>*</i>店铺名称:</label></div>
  18. <input type="text" v-model="personalForm.shopName" placeholder="请输入店铺名称">
  19. </div>
  20. <div class="inputItem">
  21. <div class="labelTit"><label><i>*</i>客服电话:</label></div>
  22. <input type="text" v-model="personalForm.servicePhone" placeholder="请输入客服电话">
  23. </div>
  24. <div class="inputItem">
  25. <div class="labelTit"><label><i>*</i>店铺负责人:</label></div>
  26. <input type="text" v-model="personalForm.chargePersonName" placeholder="请输入店铺负责人">
  27. </div>
  28. <div class="inputItem">
  29. <div class="labelTit"><label><i>*</i>负责人电话:</label></div>
  30. <input type="text" v-model="personalForm.chargePersonPhone" placeholder="请输入负责人电话">
  31. </div>
  32. <div class="inputItem">
  33. <div class="labelTit"><label>邀请码:</label></div>
  34. <input type="text" v-model="personalForm.invitationCode" placeholder="请输入邀请码">
  35. </div>
  36. <!-- <div class="inputItem arrow">
  37. <div class="labelTit"><label><i>*</i>店铺地址:</label></div>
  38. <input @click="showPopup" @focus="noBomBox" v-model="shopAdress" type="text" placeholder="请选择所在地区">
  39. <span class="iconfont">&#xe6ab;</span>
  40. <input type="text" v-model="personalForm.storeAddressDetail" placeholder="请输入详细地址">
  41. </div> -->
  42. <div class="inputItem">
  43. <div class="labelTit"><label><i>*</i>是否支持使用代金券</label></div>
  44. <!-- <input type="text" v-model="plannerForm.email" placeholder="请选择性别"> -->
  45. <div class="input">
  46. <van-radio-group v-model="personalForm.isVoucher" direction="horizontal">
  47. <van-radio :name="1">支持</van-radio>
  48. <van-radio :name="0">不支持</van-radio>
  49. </van-radio-group>
  50. </div>
  51. </div>
  52. <div class="inputItem">
  53. <div class="labelTit"><label><i>*</i>店铺类型</label></div>
  54. <!-- <input type="text" v-model="plannerForm.email" placeholder="请选择性别"> -->
  55. <div class="input">
  56. <van-radio-group v-model="personalForm.shopType" direction="horizontal">
  57. <van-radio name="1">商城</van-radio>
  58. <van-radio name="2">商圈</van-radio>
  59. </van-radio-group>
  60. </div>
  61. </div>
  62. <div class="time-select-container" v-show="personalForm.shopType === '2'">
  63. <div class="inputItem">
  64. <div class="labelTit"><label><i>*</i>营业开始时间</label></div>
  65. <input @focus="noBomBox" type="text" v-model="personalForm.startTime" placeholder="请选择营业开始时间"
  66. @click="startTimeShow = true">
  67. </div>
  68. <div class="inputItem">
  69. <div class="labelTit"><label><i>*</i>营业结束时间</label></div>
  70. <input @focus="noBomBox" type="text" v-model="personalForm.endtime" placeholder="请选择营业开始时间"
  71. @click="endTimeShow = true">
  72. </div>
  73. </div>
  74. <div class="inputItem">
  75. <div class="labelTit"><label><i>*</i>店铺分类</label></div>
  76. <input @focus="noBomBox" type="text" placeholder="请选择店铺所属分类" v-model="selectShopCategoryStr"
  77. @click="show2 = true">
  78. <van-popup v-model="show2" round position="bottom">
  79. <div v-show="isQueryShopCategory" class="loading-container"><van-loading color="#ee0a24" type="spinner" />
  80. </div>
  81. <van-cascader v-model="personalForm.classificationId" title="请选择店铺所属分类" :field-names="categoryFieldName"
  82. :options="shopCategoryOptions" @close="show2 = false"
  83. @change="onShopCategoryChange($event, onFinishChooseShopCategory)" />
  84. </van-popup>
  85. </div>
  86. <div class="inputItem arrow" style="margin-top: 20px;">
  87. <div class="labelTit"><label><i>*</i>请选择地址</label></div>
  88. <div class="input" style="background-color: #a4a4a41f; overflow: hidden; white-space: nowrap; "
  89. @click="show1 = true">
  90. {{ fieldValue || '请选择地区' }}
  91. </div>
  92. <!-- <span class="iconfont">&#xe6ab;</span> -->
  93. <input type="text" v-model="personalForm.storeAddressDetail" placeholder="请输入详细地址">
  94. <van-popup :close-on-click-overlay="false" v-model="show1" round position="bottom"
  95. @close="handleClosePopup('areaId')">
  96. <!-- v-if="isRequestAddres" sb玩意不动态刷新,现在换了给方法,强行重新赋值,不完全完美的解决问题 -->
  97. <van-cascader v-model="personalForm.areaId" title="请选择所在地区" :options="options" @close="show1 = false"
  98. @change="onAddresChange" :field-names="{ text: 'name', value: 'id', children: 'children' }" />
  99. </van-popup>
  100. </div>
  101. <!-- 代金券返还比例 人均消费 广告图 砍掉 -->
  102. <!-- <div class="inputItem arrow" style="margin-top: 20px;">
  103. <div class="labelTit"><label><i>*</i>代金券返还比例</label></div>
  104. <div class="voucher-wrapper">
  105. <input type="number" v-model.number="personalForm.voucherReturn" placeholder="请输入代金券返还比例,0 ~ 100%">
  106. %
  107. </div>
  108. </div>
  109. <div class="inputItem arrow" style="margin-top: 20px;">
  110. <div class="labelTit"><label><i>*</i>人均消费</label></div>
  111. <div class="voucher-wrapper">
  112. <input type="number" v-model.number="personalForm.perCapita" placeholder="人均消费额">
  113. </div>
  114. </div>
  115. <div class="inputItem arrow" style="margin-top: 20px;">
  116. <div class="labelTit"><label><i>*</i>广告图</label></div>
  117. <van-uploader style="margin-top: 20px;" v-model="advertisementList" @delete="handleDeleteAdvertisement"
  118. :after-read="(file) => { return afterRead(file, type = 'advertisement') }" />
  119. </div> -->
  120. <!-- <div class="inputItem">
  121. <div class="labelTit"><label><i>*</i>营销策划师</label></div>
  122. <div class="input" style="background-color: #a4a4a41f;" v-if="personalForm.areaId.length <= 0">
  123. 请先选择详细地址
  124. </div>
  125. <div class="input" style="background-color: #a4a4a41f;" v-else @click="showSubCompany = true">
  126. {{ companyValue || '请选择营销策划师' }}
  127. </div>
  128. <van-popup v-model="showSubCompany" round position="bottom" :style="{ height: '50%' }">
  129. <van-picker
  130. title="选择您的营销策划师"
  131. show-toolbar
  132. :columns="plannerColumns"
  133. value-key="name"
  134. @confirm="onPlannerConfirm"
  135. @cancel="showSubCompany = false"
  136. @change="onPlannerChange"
  137. visible-item-count="7"
  138. />
  139. <div class="loadingBox">
  140. <van-button :loading="companyLoading" type="default" @click="getMoreCompany" loading-text="加载中...">点击加载更多</van-button>
  141. </div>
  142. </van-popup>
  143. </div>
  144. <div class="inputItem">
  145. <div class="labelTit"><label><i>*</i>入驻套餐</label></div>
  146. <div class="input" style="background-color: #a4a4a41f;" @click="showSetMeal = true">
  147. {{ setMealValue || '请选择你的套餐'}}
  148. </div>
  149. <van-popup v-model="showSetMeal" round position="bottom" :style="{ height: '50%' }">
  150. <van-picker
  151. title="请选择你的套餐"
  152. show-toolbar
  153. :columns="setMealData"
  154. value-key="title"
  155. @confirm="onSetMealfirm"
  156. @cancel="showSetMeal = false"
  157. @change="onSetMealChange"
  158. visible-item-count="7"
  159. />
  160. </van-popup>
  161. </div> -->
  162. </div>
  163. </div>
  164. <div class="subjectInfo" v-show="active === 2">
  165. <div class="form">
  166. <div class="inputItem">
  167. <div class="labelTit"><label><i>*</i>营业执照:</label></div>
  168. <div class="businessLicense">
  169. <van-uploader v-model="fileList" :max-count="1"
  170. :after-read="(file) => { return afterRead(file, type = 'license') }" @oversize="onOversize">
  171. <!-- <van-uploader v-model="fileList" :max-count="1" :after-read="afterRead" @oversize="onOversize">-->
  172. <div icon="plus" type="primary">
  173. <div class="updateLicense">
  174. <div class="updateTop">
  175. <img src="../../assets/images/yingyezhiz@2x.png" alt="">
  176. </div>
  177. <div class="updateBottom">添加营业执照</div>
  178. </div>
  179. </div>
  180. <template #preview-cover="{ file }">
  181. <div class="preview-cover van-ellipsis">营业执照</div>
  182. </template>
  183. </van-uploader>
  184. </div>
  185. </div>
  186. <p class="describe">
  187. 仅支持在有效期内的中国大陆工商局或市场监督管理局颁发的工商营业执照。格式要求:
  188. 原证照片、扫描件或者 复印件加盖企业公章后的扫描
  189. </p>
  190. <div class="inputItem">
  191. <div class="labelTit"><label><i>*</i>商户名称:</label></div>
  192. <input type="text" v-model="personalForm.subjectName" placeholder="请输入商户名称">
  193. </div>
  194. <p class="describe">需与当地政府颁发的商业许可证书或企业注册证上的企业名称完全一致,信息审核审核
  195. 成功后,企业名称不可修改</p>
  196. <div class="inputItem">
  197. <div class="labelTit"><label><i>*</i>社会信用代码:</label></div>
  198. <input type="text" v-model="personalForm.subjectCode" placeholder="请输入社会信用代码">
  199. </div>
  200. <div class="inputItem arrow">
  201. <div class="labelTit"><label><i>*</i>注册地址:</label></div>
  202. <input @click="showRegionPopup" @focus="noBomBox" v-model="personalForm.subjectRegion" type="text"
  203. placeholder="请选择注册地址">
  204. <span class="iconfont">&#xe6ab;</span>
  205. <input type="text" v-model="personalForm.subjectAdress" placeholder="请输入详细地址">
  206. </div>
  207. <div class="inputItem arrow">
  208. <div class="labelTit"><label><i>*</i>营业期限:</label></div>
  209. <input type="text" @focus="noBomBox" v-model="personalForm.subjectStartTime" placeholder="请选择营业开始时间"
  210. @click="selectStartDateBtn">
  211. <span class="iconfont">&#xe6ab;</span>
  212. </div>
  213. <div class="inputItem arrowTime">
  214. <input @focus="noBomBox" v-model="personalForm.subjectEndTime" type="text" placeholder="请选择营业截止时间"
  215. @click="selectEndDateBtn">
  216. <span class="iconfont">&#xe6ab;</span>
  217. </div>
  218. <p class="describe">
  219. 请填写营业执照上的营业期限 注意参照示例中的格式 结束时间需大于开始时间 有效期
  220. 必须大于60天
  221. </p>
  222. </div>
  223. <div style="margin-top: 28px;display: flex;">
  224. <van-checkbox v-model="isAgreeService"></van-checkbox>
  225. <div style="flex: 1;margin-left: 12px;font-size: 14px;color: #646a73;">
  226. 点击提交,代表你已阅读并同意
  227. <a style="color: #3370ff" href="https://www.tuanfengkeji.cn/TFShop_Uni_H5/#/pages/service-agreement/service-agreement" target="_blank">《用户服务协议》</a>
  228. <a style="color: #3370ff" href="https://www.tuanfengkeji.cn/TFShop_Uni_H5/#/pages/service-agreement/privacy-policy" target="_blank">《隐私政策》</a>
  229. </div>
  230. </div>
  231. </div>
  232. <!-- 身份证认证模块砍掉 -->
  233. <!-- <div class="subjectInfo" v-show="active === 3">
  234. <div class="form">
  235. <div class="inputItem">
  236. <div class="labelTit"><label><i>*</i>证件照片:</label></div>
  237. <div class="businessLicense">
  238. <van-uploader v-model="positive" :max-count="1"
  239. :after-read="(file) => { return afterRead(file, type = 'positive') }" @oversize="onOversize">
  240. <div icon="plus" type="primary">
  241. <div class="updateLicense">
  242. <div class="updateTop">
  243. <img src="../../assets/images/shouchishenfenz@2x.png" alt="">
  244. </div>
  245. <div class="updateBottom">身份证人像面</div>
  246. </div>
  247. </div>
  248. <template #preview-cover="{ file }">
  249. <div class="preview-cover van-ellipsis">身份证人像面</div>
  250. </template>
  251. </van-uploader>
  252. </div>
  253. <div class="businessLicense">
  254. <van-uploader v-model="backIdImg" :max-count="1"
  255. :after-read="(file) => { return afterRead(file, type = 'back') }" @oversize="onOversize">
  256. <div icon="plus" type="primary">
  257. <div class="updateLicense">
  258. <div class="updateTop">
  259. <img src="../../assets/images/shenfenzb@2x.png" alt="">
  260. </div>
  261. <div class="updateBottom">身份证国徽面</div>
  262. </div>
  263. </div>
  264. <template #preview-cover="{ file }">
  265. <div class="preview-cover van-ellipsis">身份证国徽面</div>
  266. </template>
  267. </van-uploader>
  268. </div>
  269. </div>
  270. <div class="inputItem">
  271. <div class="labelTit"><label><i>*</i>经营者姓名:</label></div>
  272. <input v-model="personalForm.subjectOperator" type="text" placeholder="请输入经营者姓名">
  273. </div>
  274. <div class="inputItem arrow">
  275. <div class="labelTit"><label><i>*</i>证件类型:</label></div>
  276. <input v-model="idType" @focus="noBomBox" type="text" placeholder="请选择证件类型" @click="idTypeShowFn">
  277. <span class="iconfont">&#xe6ab;</span>
  278. </div>
  279. <div class="inputItem">
  280. <div class="labelTit"><label><i>*</i>身份证号码:</label></div>
  281. <input v-model="personalForm.subjectIdCard" type="text" placeholder="请输入居民身份证号">
  282. </div>
  283. <div class="inputItem arrow">
  284. <div class="labelTit"><label><i>*</i>身份证有效期:</label></div>
  285. <input v-model="personalForm.subjectCardStartTime" @focus="noBomBox" type="text" placeholder="请选择身份证开始时间"
  286. @click="selectIdStartDateBtn">
  287. <span class="iconfont">&#xe6ab;</span>
  288. </div>
  289. <div class="inputItem arrowTime">
  290. <input v-model="personalForm.subjectCardEndTime" @focus="noBomBox" type="text" placeholder="请选择身份证有效期结束时间"
  291. @click="selectIdEndDateBtn">
  292. <span class="iconfont">&#xe6ab;</span>
  293. </div>
  294. </div>
  295. </div> -->
  296. </div>
  297. <button class="nextBtn" @click="next" v-show="active < 2">下一步</button>
  298. <button class="nextBtn" @click="submitForm" v-show="active > 1">提交</button>
  299. <button @click="handleShowData"></button>
  300. </div>
  301. <van-popup v-model="show" round position="bottom" :style="{ height: '40%' }">
  302. <van-area title="请选择地区" :area-list="areaList" @confirm="selectArea" @cancel="closeSelect" />
  303. </van-popup>
  304. <van-popup v-model="regionShow" round position="bottom" :style="{ height: '40%' }">
  305. <van-area title="请选择地区" :area-list="areaRegionList" @confirm="selectRegionArea" @cancel="closeRegionSelect" />
  306. </van-popup>
  307. <van-popup v-model="startDateShow" round position="bottom" :style="{ height: '40%' }">
  308. <van-datetime-picker v-model="startDate" type="date" title="请选择营业执照开始时间" :min-date="minDate" :max-date="maxDate"
  309. :formatter="formatter" @confirm="selectStartTime" @cancel="closeStartTime" />
  310. </van-popup>
  311. <van-popup v-model="endDateShow" round position="bottom" :style="{ height: '40%' }">
  312. <van-datetime-picker v-model="endDate" type="date" title="请选择营业执照到期时间" :min-date="minDate" :max-date="maxDate"
  313. :formatter="formatter" @confirm="selectEndTime" @cancel="closeEndTime" />
  314. </van-popup>
  315. <van-popup v-model="idCardStartShow" round position="bottom" :style="{ height: '40%' }">
  316. <van-datetime-picker v-model="idCardStartDate" type="date" title="请选择身份证开始时间" :min-date="minDate"
  317. :max-date="maxDate" :formatter="formatter" @confirm="selectIdCardStartTime" @cancel="closeIdCardStartTime" />
  318. </van-popup>
  319. <van-popup v-model="idCardEndShow" round position="bottom" :style="{ height: '40%' }">
  320. <van-datetime-picker v-model="idCardEndDate" type="date" title="请选择身份证到期时间" :min-date="minDate" :max-date="maxDate"
  321. :formatter="formatter" @confirm="selectIdCardEndTime" @cancel="closeIdCardEndTime" />
  322. </van-popup>
  323. <van-popup v-model="idTypeShow" round position="bottom" :style="{ height: '40%' }">
  324. <van-picker title="请选择证件类型" show-toolbar :columns="columns" @confirm="onConfirm" @cancel="onCancel" />
  325. </van-popup>
  326. <van-popup v-model="startTimeShow" round position="bottom">
  327. <van-datetime-picker @confirm="startTimeShow = false" @cancel="startTimeShow = false" type="time" title="请选择营业开始时间"
  328. :min-hour="1" :max-hour="24" v-model="personalForm.startTime" />
  329. </van-popup>
  330. <van-popup v-model="endTimeShow" round position="bottom">
  331. <van-datetime-picker @confirm="endTimeShow = false" @cancel="endTimeShow = false" type="time" title="请选择营业结束时间"
  332. :min-hour="1" :max-hour="24" v-model="personalForm.endtime" />
  333. </van-popup>
  334. <PageLoading ref="pageLoadingRef"></PageLoading>
  335. </div>
  336. </template>
  337. <script>
  338. import { Area, Popup, DatetimePicker, Uploader, Toast, Picker, Cascader, RadioGroup, Radio, Button, Loading, Checkbox } from 'vant'
  339. import api from '@/api'
  340. import { listSearchMixin } from '@/config/mixin'
  341. import AreaList from '../../util/area'
  342. import PageLoading from '../../components/pageLoading.vue'
  343. import { cardIdentify,businessIdentify,saveData } from "@/util/identify"
  344. export default {
  345. mixins: [listSearchMixin],
  346. name: 'mPersonalBusiness',
  347. components: {
  348. [Area.name]: Area,
  349. [Popup.name]: Popup,
  350. [DatetimePicker.name]: DatetimePicker,
  351. [Uploader.name]: Uploader,
  352. [Toast.name]: Toast,
  353. [Picker.name]: Picker,
  354. [Cascader.name]: Cascader,
  355. [RadioGroup.name]: RadioGroup,
  356. [Radio.name]: Radio,
  357. [Button.name]: Button,
  358. [Loading.name]: Loading,
  359. [Checkbox.name]: Checkbox,
  360. PageLoading
  361. },
  362. data() {
  363. return {
  364. active: 1,
  365. areaList: AreaList,
  366. areaRegionList: AreaList,
  367. show: false,
  368. show2: false,
  369. regionShow: false,
  370. minDate: new Date(1960, 1, 1),
  371. maxDate: new Date(2077, 12, 31),
  372. startDate: '',
  373. endDate: '',
  374. idCardStartDate: '',
  375. idCardEndDate: '',
  376. startDateShow: false,
  377. endDateShow: false,
  378. idCardStartShow: false,
  379. idCardEndShow: false,
  380. idTypeShow: false,
  381. startTimeShow: false,
  382. endTimeShow: false,
  383. idType: '',
  384. fileList: [],
  385. backIdImg: [],
  386. // advertisementList: [], // 广告图数组
  387. advertisementList:"",
  388. positive: [],
  389. shopAdress: '', // 店铺地区
  390. subjectRegion: '', // 注册地址地区
  391. personalForm: {
  392. startTime: '', // 营业开始时间
  393. shopName: '', // 店铺名称
  394. shopPhone: '', // 手机号
  395. servicePhone: '', // 客服电话
  396. chargePersonName: '', // 店铺负责人
  397. chargePersonPhone: '', // 负责人电话
  398. shopAdress: '', // 店铺地址
  399. shopAdressProvince: '', // 店铺地址省
  400. shopAdressCity: '', // 店铺地址市
  401. storeAddressDetail: '', // 店铺详细地址
  402. subjectName: '', // 商户名称
  403. subjectCode: '', // 统一社会信用代码
  404. subjectRegion: '', // 注册地址 省-市-区
  405. subjectAdress: '', // 注册地址详细
  406. subjectStartTime: '', // 营业期限开始时间
  407. subjectEndTime: '', // 营业期限结束时间
  408. subjectLicense: '', // 营业执照图片地址
  409. subjectOperator: '', // 经营者姓名
  410. subjectCardType: '', // 身份证类型
  411. subjectIdCard: '', // 经营者身份证号码
  412. subjectCardStartTime: '', // 证件有效开始时间
  413. subjectCardEndTime: '', // 证件有效结束时间
  414. subjectCardPositive: '', // 身份证正面照
  415. subjectCardSide: '', // 身份证反面照
  416. parentId: '',
  417. shopType: '1', // 店铺类型 1商城 2本地
  418. isVoucher: 1, // 是否支持使用代金卷
  419. voucherReturn: '', // 代金卷的抵扣比例/返还比例
  420. areaId: '', // 区域ID
  421. packageId: '',
  422. classificationId: '', // 商家所属分类
  423. perCapita: "", // 人均消费
  424. invitationCode: localStorage.getItem('INVITATION_CODE'), // 邀请码
  425. advertisement: [],
  426. longitude: "",
  427. latitude: ''
  428. },
  429. show1: false,
  430. show3: false,
  431. showSubCompany: false,
  432. showSetMeal: false,
  433. plannerColumns: [],
  434. companyLoading: false,
  435. options: null,
  436. shopCategoryOptions: [],
  437. setMealData: [],
  438. companyValue: '',
  439. fieldValue: '',
  440. selectShopCategoryStr: "",
  441. setMealValue: '',
  442. idCardList: [],
  443. dictName: '证件类型',
  444. columns: [],
  445. categoryFieldName: {
  446. text: 'storeName',
  447. value: 'id',
  448. children: 'items',
  449. },
  450. isQueryShopCategory: false,
  451. isAgreeService: false
  452. }
  453. },
  454. mounted() {
  455. this.getDictList()
  456. // 刷新保存数据
  457. saveData(this)
  458. // console.log(localStorage.getItem('INVITATION_CODE'));
  459. },
  460. created() {
  461. this.sendReq({
  462. url: api.getTreeClass,
  463. method: 'GET',
  464. params: {}
  465. }, (res) => {
  466. // console.log(res) // 获取地址选择器数据并去除空的子项
  467. this.options = res.data
  468. // console.log(this.options)
  469. })
  470. this.sendReq({
  471. url: api.getAdditional, // 套餐购买类型:1-商家,2-策划师 3-分公司
  472. method: 'GET',
  473. params: {
  474. type: 1
  475. }
  476. }, (res) => {
  477. // console.log(res) // 获取地址选择器数据并去除空的子项
  478. this.setMealData = res.data
  479. // console.log(this.options)
  480. })
  481. this.sendReq({
  482. url: api.getCategoryList,
  483. method: 'GET',
  484. params: {
  485. levelId: 1
  486. }
  487. }, res => {
  488. this.shopCategoryOptions = res.data
  489. })
  490. },
  491. methods: {
  492. getDictList() {
  493. let self = this
  494. let params = {
  495. url: api.getByName + '?dictName=' + self.dictName,
  496. method: 'GET'
  497. }
  498. self.sendReq(params, (res) => {
  499. if (res.code === '') {
  500. self.idCardList = res.data
  501. self.idCardList.forEach((item) => {
  502. var dictData = {}
  503. dictData['text'] = item.dictName
  504. dictData['value'] = item.dictId
  505. self.columns.push(dictData)
  506. })
  507. }
  508. })
  509. },
  510. showPopup() {
  511. this.show = true
  512. },
  513. showRegionPopup() {
  514. this.regionShow = true
  515. },
  516. next() {
  517. this.active++
  518. if (this.active === 4) {
  519. }
  520. },
  521. selectArea(address) {
  522. this.shopAdress = `${address[0].name}-${address[1].name}-${address[2].name}`
  523. this.personalForm.shopAdressProvince = address[0].name
  524. this.personalForm.shopAdressCity = address[1].name
  525. console.log(address)
  526. this.show = false
  527. },
  528. selectRegionArea(address) {
  529. this.personalForm.subjectRegion = `${address[0].name}-${address[1].name}-${address[2].name}`
  530. this.regionShow = false
  531. },
  532. closeRegionSelect() {
  533. this.regionShow = false
  534. },
  535. closeSelect() {
  536. this.show = false
  537. },
  538. selectStartDateBtn() {
  539. this.startDateShow = true
  540. },
  541. selectEndDateBtn() {
  542. this.endDateShow = true
  543. },
  544. selectIdStartDateBtn() {
  545. this.idCardStartShow = true
  546. },
  547. selectIdEndDateBtn() {
  548. this.idCardEndShow = true
  549. },
  550. dateTime(value) {
  551. let date = value
  552. let m = date.getMonth() + 1
  553. let d = date.getDate()
  554. if (m >= 1 && m <= 9) {
  555. m = '0' + m
  556. }
  557. if (d >= 0 && d <= 9) {
  558. d = '0' + d
  559. }
  560. return date.getFullYear() + '年-' + m + '月-' + d + '日'
  561. },
  562. idTypeShowFn() {
  563. this.idTypeShow = true
  564. },
  565. // 选择证件类型
  566. onConfirm(type) {
  567. this.idType = type.text
  568. this.personalForm.subjectCardType = type.value
  569. this.idTypeShow = false
  570. },
  571. onCancel() {
  572. this.personalForm.subjectCardType = ''
  573. this.idTypeShow = false
  574. },
  575. // 选择开始时间
  576. selectStartTime(value) {
  577. this.personalForm.subjectStartTime = this.dateTime(value)
  578. this.startDateShow = false
  579. },
  580. // 取消选择开始时间
  581. closeStartTime() {
  582. this.startDateShow = false
  583. },
  584. // 选择截止时间
  585. selectEndTime(value) {
  586. this.personalForm.subjectEndTime = this.dateTime(value)
  587. this.endDateShow = false
  588. },
  589. // 取消选择截止时间
  590. closeEndTime() {
  591. this.endDateShow = false
  592. },
  593. // 选择证件日期开始时间
  594. selectIdCardStartTime(value) {
  595. this.personalForm.subjectCardStartTime = this.dateTime(value)
  596. this.idCardStartShow = false
  597. },
  598. // 取消选择身份证开始时间
  599. closeIdCardStartTime() {
  600. this.idCardStartShow = false
  601. },
  602. // 证件到期时间
  603. selectIdCardEndTime(value) {
  604. this.personalForm.subjectCardEndTime = this.dateTime(value)
  605. this.idCardEndShow = false
  606. },
  607. // 取消选择身份证到期时间
  608. closeIdCardEndTime() {
  609. this.idCardEndShow = false
  610. },
  611. changeActive(index) {
  612. this.active = index
  613. },
  614. formatter(type, val) {
  615. if (type === 'year') {
  616. return `${val}年`
  617. } else if (type === 'month') {
  618. return `${val}月`
  619. } else if (type === 'day') {
  620. return `${val}日`
  621. }
  622. return val
  623. },
  624. afterRead(file, type) {
  625. // console.log(file.content, file.file.name)
  626. // let fileData = this.dataURLtoFileFun(file.content, file.file.name)
  627. let formData = new FormData()
  628. formData.append('file', this.dataURLtoFileFun(file.content, file.file.name))
  629. // console.log(fileData, 'fileData')
  630. let self = this
  631. let params = {
  632. url: api.upload,
  633. method: 'POST',
  634. contentType: 'multipart/form-data',
  635. data: formData
  636. }
  637. this.$refs.pageLoadingRef.showPageLoading('上传中...')
  638. self.sendReq(params, (res) => {
  639. if (res.code === '200') {
  640. this.$refs.pageLoadingRef.cloasePageLoading()
  641. // console.log(res);
  642. if (type === 'license') {
  643. // 营业执照识别
  644. businessIdentify(res.data.url,this,0)
  645. self.personalForm.subjectLicense = res.data.url
  646. } else if (type === 'positive') {
  647. console.log(res.data.url);
  648. // 身份证正面识别
  649. cardIdentify(res.data.url,0,this)
  650. self.personalForm.subjectCardPositive = res.data.url
  651. } else if (type === 'back') {
  652. // 身份证反面识别
  653. cardIdentify(res.data.url,1,this)
  654. self.personalForm.subjectCardSide = res.data.url
  655. } else if (type === 'advertisement') {
  656. self.personalForm.advertisement.push(res.data.url)
  657. }
  658. // console.log("这是为什么呢?", this.advertisementList, res.data);
  659. } else {
  660. Toast.fail(res.message)
  661. }
  662. }, () => {
  663. this.$refs.pageLoadingRef.cloasePageLoading()
  664. })
  665. // file.status = 'uploading'
  666. // file.message = '上传中...'
  667. // setTimeout(() => {
  668. // file.status = 'failed'
  669. // file.message = '上传失败'
  670. // }, 1000)
  671. },
  672. dataURLtoFileFun(dataurl, filename) {
  673. // 将base64转换为文件,dataurl为base64字符串,filename为文件名(必须带后缀名,如.jpg,.png)
  674. let arr = dataurl.split(',')
  675. let mime = arr[0].match(/:(.*?);/)[1]
  676. let bstr = atob(arr[1])
  677. let n = bstr.length
  678. let u8arr = new Uint8Array(n)
  679. while (n--) {
  680. u8arr[n] = bstr.charCodeAt(n)
  681. }
  682. return new File([u8arr], filename, { type: mime })
  683. },
  684. onOversize(file) {
  685. console.log(file)
  686. Toast.fail('文件大小不能超过 500kb')
  687. },
  688. // 禁止弹出键盘
  689. noBomBox(Event) {
  690. document.activeElement.blur()
  691. },
  692. handleClosePopup(type) {
  693. if (type === 'areaId') {
  694. if (!this.personalForm.shopAdressProvince || !this.personalForm.shopAdressCity) {
  695. this.personalForm.areaId = null
  696. this.fieldValue = ''
  697. this.personalForm.shopAdressProvince = ''
  698. this.personalForm.shopAdressCity = ''
  699. this.personalForm.storeAddressDetail = ''
  700. }
  701. }
  702. },
  703. // 提交申请
  704. submitForm() {
  705. let self = this
  706. const subData = JSON.parse(JSON.stringify(self.personalForm))
  707. subData.shopAdress = ''
  708. let reg = /^1[13456789]\d{9}$/
  709. var idReg = /(^\d{15}$)|(^\d{18}$)|(^\d{17}(\d|X|x)$)/
  710. subData.shopPhone = subData.servicePhone
  711. subData.shopAdress = `${self.shopAdress},${subData.storeAddressDetail}`
  712. // alert('submit!')
  713. if (subData.shopName === '') {
  714. Toast.fail('请输入店铺名称')
  715. return false
  716. }
  717. if (subData.servicePhone === '') {
  718. Toast.fail('请输入客服电话')
  719. return false
  720. } else if (!reg.test(subData.servicePhone)) {
  721. Toast.fail('客服电话号格式错误')
  722. return false
  723. }
  724. if (subData.chargePersonName === '') {
  725. Toast.fail('请输入店铺负责人')
  726. return false
  727. }
  728. if (subData.chargePersonPhone === '') {
  729. Toast.fail('请输入负责人电话')
  730. return false
  731. } else if (!reg.test(subData.chargePersonPhone)) {
  732. Toast.fail('负责人电话式错误')
  733. return false
  734. }
  735. if (subData.shopType === '2') {
  736. if (!subData.startTime) {
  737. Toast.fail('请选择营业开始时间')
  738. return
  739. }
  740. if (!subData.endtime) {
  741. Toast.fail('请选择营业结束时间')
  742. return
  743. }
  744. }
  745. if (subData.shopAdress === '') {
  746. Toast.fail('请选择所在地区')
  747. return false
  748. }
  749. if (subData.storeAddressDetail === '') {
  750. Toast.fail('请输入详细地址')
  751. return false
  752. }
  753. if (!subData.classificationId) {
  754. Toast.fail('请选择店铺所属分类')
  755. return
  756. }
  757. // 代金券 人均消费 广告图都砍掉
  758. // if (!subData.voucherReturn && subData.voucherReturn != 0) {
  759. // Toast.fail('请输入代金券返回比例')
  760. // return
  761. // } else {
  762. // if (isNaN(subData.voucherReturn) || subData.voucherReturn < 0 || subData.voucherReturn > 100) {
  763. // Toast.fail('代金券返还比例应是0 ~ 100的数字')
  764. // return
  765. // }
  766. // }
  767. // if (!subData.perCapita) {
  768. // Toast.fail('请填写人均消费额')
  769. // return
  770. // } else if (isNaN(subData.perCapita) || subData.perCapita <= 0) {
  771. // Toast.fail('人均消费额不能小于等于0元')
  772. // return
  773. // }
  774. // if (!subData.advertisement.length) {
  775. // Toast.fail('请上传广告图')
  776. // return
  777. // } else {
  778. // subData.advertisement = subData.advertisement.join(",")
  779. // }
  780. if (subData.subjectName === '') {
  781. Toast.fail('请输入商户名称')
  782. return false
  783. }
  784. if (subData.subjectCode === '') {
  785. Toast.fail('请输入社会信用代码')
  786. return false
  787. }
  788. if (subData.subjectRegion === '') {
  789. Toast.fail('请输入注册地址')
  790. return false
  791. }
  792. if (subData.subjectAdress === '') {
  793. Toast.fail('请输入注册详情地址')
  794. return false
  795. }
  796. if (subData.subjectStartTime === '') {
  797. Toast.fail('请选择营业开始时间')
  798. return false
  799. }
  800. if (subData.subjectEndTime === '') {
  801. Toast.fail('请选择营业截止时间')
  802. return false
  803. }
  804. if (subData.subjectLicense === '') {
  805. Toast.fail('请上传营业执照')
  806. return false
  807. }
  808. // 按要求砍掉身份验证
  809. // if (subData.subjectOperator === '') {
  810. // Toast.fail('请输入经营者姓名')
  811. // return false
  812. // }
  813. // if (subData.subjectCardType === '') {
  814. // Toast.fail('请选择证件类型')
  815. // return false
  816. // }
  817. // if (subData.subjectIdCard === '') {
  818. // Toast.fail('请输入居民身份证号')
  819. // return false
  820. // } else if (!idReg.test(subData.subjectIdCard)) {
  821. // Toast.fail('身份证号码格式错误')
  822. // return false
  823. // }
  824. // if (subData.subjectCardStartTime === '') {
  825. // Toast.fail('请选择身份证开始时间')
  826. // return false
  827. // }
  828. // if (subData.subjectCardEndTime === '') {
  829. // Toast.fail('请选择身份证有效期结束时间')
  830. // return false
  831. // }
  832. // if (subData.subjectCardPositive === '') {
  833. // Toast.fail('请上传身份证正面照')
  834. // return false
  835. // }
  836. // if (subData.subjectCardSide === '') {
  837. // Toast.fail('请上传身份证背面照')
  838. // return false
  839. // }
  840. if (!this.isAgreeService) {
  841. Toast.fail('请先同意《用户服务协议》和《隐私政策》')
  842. return false
  843. }
  844. let params = {
  845. url: api.individualCheck,
  846. method: 'POST',
  847. data: subData
  848. }
  849. self.sendReq(params, (res) => {
  850. if (res.code === '200') {
  851. Toast.success('提交成功')
  852. self.$router.push({ path: '/mStatus' })
  853. } else {
  854. Toast.fail(res.message)
  855. }
  856. })
  857. },
  858. onAddresChange({ value, selectedOptions, tabIndex }) { // 选择完地址后转为显示的字符串
  859. this.fieldValue = ''
  860. let cacheArray = []
  861. let addresString = ''
  862. let level = ''
  863. this.sendReq({
  864. url: api.getTreeOne,
  865. method: 'GET',
  866. params: {
  867. parentId: value
  868. }
  869. }, (res) => {
  870. if (res.data && res.data.length > 0) {
  871. selectedOptions[selectedOptions.length - 1].children = res.data
  872. cacheArray = this.options.map(item => { // 这里重新再赋值一遍是因为这里直接改变数组页面不会动态刷新,所以每次都重新给options赋值,强制刷新
  873. return item
  874. })
  875. this.options = cacheArray
  876. }
  877. // this.isRequestAddres = true
  878. })
  879. for (let i = 0; i < selectedOptions.length; i++) {
  880. if (i >= selectedOptions.length - 1) {
  881. addresString += selectedOptions[i].name
  882. level = selectedOptions[i].level // 获取最后选择的地址的层级
  883. this.level = level
  884. } else {
  885. addresString += selectedOptions[i].name + ' / '
  886. }
  887. }
  888. if (selectedOptions.length === 4) {
  889. const addeessInfo = selectedOptions[3]
  890. console.log("拿到地址了", addeessInfo);
  891. this.personalForm.latitude = addeessInfo.latitude
  892. this.personalForm.longitude = addeessInfo.longitude
  893. // alert(this.personalForm.latitude)
  894. this.fieldValue = addresString
  895. this.personalForm.shopAdressProvince = selectedOptions[0].name
  896. this.personalForm.shopAdressCity = selectedOptions[1].name
  897. this.show1 = false
  898. // this.personalForm.province =
  899. }
  900. // this.sendReq({ // 获取可选择的分公司
  901. // url: api.selectAnd,
  902. // method: 'POST',
  903. // data: {
  904. // area: value, // 地区编号
  905. // type: 2,
  906. // level, // "区级别不能为空"
  907. // page: this.queryData.page,
  908. // pageSize: this.queryData.size
  909. // }
  910. // }, (res) => {
  911. // this.plannerColumns = res.data.list
  912. // console.log(res)
  913. // })
  914. // console.log(this.personalForm)
  915. },
  916. onPlannerConfirm(value) { // 确认选择的公司
  917. this.companyValue = value.name
  918. this.personalForm.parentId = value.platformUserId
  919. this.showSubCompany = false
  920. },
  921. onPlannerChange(value) {
  922. // console.log(value)
  923. },
  924. getMoreCompany() {
  925. this.companyLoading = true
  926. // eslint-disable-next-line eqeqeq
  927. if (this.plannerColumns.length == this.queryData.total) {
  928. this.queryData.pageSize += 7
  929. this.sendReq({ // 获取可选择的营销策划师
  930. url: api.selectAnd,
  931. method: 'POST',
  932. data: {
  933. area: this.personalForm.areaId, // 地区编号
  934. type: 2,
  935. level: this.level, // "区级别不能为空"
  936. page: this.queryData.page,
  937. pageSize: this.queryData.size
  938. }
  939. }, (res) => {
  940. this.plannerColumns = res.data.list
  941. this.companyLoading = false
  942. // console.log(res)
  943. })
  944. } else {
  945. Toast.fail('没有更多了')
  946. this.companyLoading = false
  947. }
  948. },
  949. onSetMealfirm(value) {
  950. // console.log(value)
  951. this.setMealValue = value.title
  952. this.personalForm.packageId = value.id
  953. this.showSetMeal = false
  954. },
  955. onSetMealChange(value) {
  956. // console.log(value)
  957. },
  958. // 店铺所属分类change
  959. async onShopCategoryChange(e, finishCB) {
  960. try {
  961. this.isQueryShopCategory = true
  962. let cacheArray = []
  963. const childCategoryList = await this.getChildCategory(e.value)
  964. if (childCategoryList.length) {
  965. e.selectedOptions[e.selectedOptions.length - 1].items = childCategoryList
  966. cacheArray = this.shopCategoryOptions.map(item => {
  967. return item
  968. })
  969. this.shopCategoryOptions = cacheArray
  970. } else {
  971. finishCB(e)
  972. }
  973. this.isQueryShopCategory = false
  974. } catch (error) {
  975. finishCB(e)
  976. this.isQueryShopCategory = false
  977. }
  978. },
  979. // 确认选择店铺所属分类
  980. onFinishChooseShopCategory(e) {
  981. this.selectShopCategoryStr = e.selectedOptions[e.selectedOptions.length - 1].storeName
  982. this.show2 = false
  983. },
  984. // 获取子集分类
  985. getChildCategory(dressing) {
  986. const _this = this
  987. return new Promise(async (resolve, reject) => {
  988. _this.sendReq({
  989. url: api.getChildCategoryList,
  990. method: "GET",
  991. params: {
  992. dressing
  993. }
  994. }, res => {
  995. resolve(res.data)
  996. })
  997. })
  998. },
  999. // 删除广告图
  1000. handleDeleteAdvertisement(_, { index }) {
  1001. this.personalForm.advertisement.splice(index, 1)
  1002. },
  1003. handleShowData() {
  1004. alert(this.personalForm.longitude)
  1005. }
  1006. }
  1007. }
  1008. </script>
  1009. <style lang="scss" scoped>
  1010. .loadingBox {
  1011. display: flex;
  1012. justify-content: center;
  1013. }
  1014. .plannerItem {
  1015. display: flex;
  1016. align-items: center;
  1017. .avatar {
  1018. margin-top: -3px;
  1019. width: 30px;
  1020. height: 30px;
  1021. }
  1022. .custom-title {
  1023. margin-top: -5px;
  1024. margin-left: 20px;
  1025. }
  1026. }
  1027. .input {
  1028. width: 100%;
  1029. margin: 10px 0px;
  1030. border-bottom: 1px solid #F6F4F7;
  1031. height: 40px;
  1032. border-radius: 50px;
  1033. line-height: 40px;
  1034. font-size: 16px;
  1035. color: #666666;
  1036. padding-left: 10px;
  1037. display: flex;
  1038. align-items: center;
  1039. }
  1040. .mUinitBusiness {
  1041. padding-bottom: 60px;
  1042. .topTitle {
  1043. padding: 0 5%;
  1044. h3 {
  1045. font-size: 21px;
  1046. color: #333333;
  1047. margin-bottom: 22px;
  1048. }
  1049. p {
  1050. font-size: 12px;
  1051. color: #676870;
  1052. }
  1053. margin:50px 0 28px 0;
  1054. }
  1055. >>>.el-step__head {
  1056. color: #E9EAEB;
  1057. .el-step__icon {
  1058. background: #FFFFFF;
  1059. width: 50px;
  1060. height: 50px;
  1061. border-radius: 0;
  1062. border: 1px solid #F3F4F5;
  1063. }
  1064. }
  1065. >>>.el-step__head.is-process {
  1066. border-color: #CDCDCD
  1067. }
  1068. >>>.el-step__line {
  1069. background-color: #F3F4F5;
  1070. height: 1px !important;
  1071. top: 50% !important;
  1072. overflow: hidden;
  1073. }
  1074. >>>.is-finish {
  1075. border-color: #C5AA7B;
  1076. color: #FFFFFF;
  1077. font-weight: 500 !important;
  1078. .el-step__icon {
  1079. background: #FFFFFF;
  1080. height: 50px;
  1081. width: 50px;
  1082. color: #C5AA7B;
  1083. border: 1px solid #C5AA7B;
  1084. border-radius: 0;
  1085. }
  1086. }
  1087. >>>.el-step__main {
  1088. .is-finish {
  1089. color: #333333;
  1090. }
  1091. }
  1092. >>>.el-step__title.is-process {
  1093. font-size: 14px;
  1094. color: #999999;
  1095. font-weight: 500;
  1096. }
  1097. >>>.el-step__title.is-wait {
  1098. font-size: 14px;
  1099. color: #999999;
  1100. font-weight: 500;
  1101. }
  1102. >>>.el-step__main {
  1103. .el-step__title {
  1104. font-size: 14px;
  1105. }
  1106. .is-success {
  1107. color: $mainColor;
  1108. }
  1109. }
  1110. .mFormBox {
  1111. padding: 0 5%;
  1112. margin-top: 41px;
  1113. .formTit {
  1114. span {
  1115. font-size: 17px;
  1116. font-weight: bold;
  1117. color: #444444;
  1118. line-height: 18px;
  1119. position: relative;
  1120. i {
  1121. background: linear-gradient(267deg, #FF8F25 0%, rgba(254, 179, 24, 0.48) 52%, rgba(255, 255, 255, 0) 100%);
  1122. opacity: 0.7;
  1123. display: block;
  1124. height: 11px;
  1125. width: 100%;
  1126. bottom: -2px;
  1127. position: absolute;
  1128. }
  1129. }
  1130. }
  1131. .form {
  1132. margin-top: 25px;
  1133. .inputItem {
  1134. margin-top: 20px;
  1135. .labelTit {
  1136. display: flex;
  1137. label {
  1138. color: #333333;
  1139. font-weight: 500;
  1140. font-size: 14px;
  1141. i {
  1142. color: $mainColor;
  1143. font-size: 15px;
  1144. margin-right: 5px;
  1145. }
  1146. }
  1147. }
  1148. input {
  1149. width: 100%;
  1150. border-bottom: 1px solid #F6F4F7;
  1151. height: 50px;
  1152. line-height: 50px;
  1153. font-size: 14px;
  1154. color: #666666;
  1155. padding-left: 10px;
  1156. }
  1157. input::placeholder {
  1158. color: #999999;
  1159. }
  1160. .voucher-wrapper {
  1161. display: flex;
  1162. align-items: center;
  1163. }
  1164. }
  1165. .arrow {
  1166. position: relative;
  1167. span {
  1168. position: absolute;
  1169. right: 5px;
  1170. top: 30px;
  1171. color: #999999;
  1172. }
  1173. }
  1174. .arrowTime {
  1175. position: relative;
  1176. span {
  1177. position: absolute;
  1178. right: 5px;
  1179. top: 20px;
  1180. color: #999999;
  1181. }
  1182. }
  1183. .describe {
  1184. color: #BBBBBB;
  1185. font-size: 12px;
  1186. margin-top: 10px;
  1187. line-height: 20px;
  1188. padding-left: 10px;
  1189. }
  1190. }
  1191. }
  1192. .nextBtn {
  1193. display: block;
  1194. margin: 50px auto 0 auto;
  1195. width: 315px;
  1196. height: 42px;
  1197. background: #333333;
  1198. color: $mainColor;
  1199. }
  1200. .businessLicense {
  1201. width: 100%;
  1202. background: #F3F4F5;
  1203. margin-top: 10px;
  1204. display: flex;
  1205. .van-uploader {
  1206. margin: 10px auto;
  1207. }
  1208. >>>.van-uploader__preview-image {
  1209. width: 162px;
  1210. height: 135px;
  1211. }
  1212. .updateLicense {
  1213. width: 162px;
  1214. height: 135px;
  1215. .updateTop {
  1216. display: flex;
  1217. justify-content: center;
  1218. height: 110px;
  1219. align-items: center;
  1220. img {
  1221. width: 169px;
  1222. height: 100px;
  1223. }
  1224. }
  1225. .updateBottom {
  1226. width: 162px;
  1227. height: 25px;
  1228. font-size: 13px;
  1229. line-height: 25px;
  1230. color: #999999;
  1231. text-align: center;
  1232. }
  1233. }
  1234. }
  1235. }
  1236. .preview-cover {
  1237. position: absolute;
  1238. bottom: 0;
  1239. box-sizing: border-box;
  1240. width: 100%;
  1241. padding: 4px;
  1242. color: #fff;
  1243. font-size: 12px;
  1244. text-align: center;
  1245. background: rgba(0, 0, 0, 0.3);
  1246. }
  1247. .centBox {
  1248. >>>.el-step {
  1249. .el-step:nth-child(1) {
  1250. .el-step__icon-inner {}
  1251. }
  1252. }
  1253. }
  1254. .loading-container {
  1255. position: fixed;
  1256. bottom: 0;
  1257. left: 0;
  1258. right: 0;
  1259. height: 400px;
  1260. display: flex;
  1261. align-items: center;
  1262. justify-content: center;
  1263. z-index: 1000;
  1264. }
  1265. </style>