merchant.vue 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590
  1. <template>
  2. <s-layout class="set-wrap" title="商家入驻" :bgStyle="{ color: '#FFF' }">
  3. <uni-forms :model="state.model" :rules="state.rules" validateTrigger="bind" labelPosition="left" border
  4. class="form-box" labelWidth='200' ref="merchantFormRef" >
  5. <view class="bg-white ss-p-x-30">
  6. <uni-forms-item name="name" label="商家名称" :required="!state.formStatus">
  7. <uni-easyinput v-model="state.model.name" type="name" placeholder="请输入商家名称" :inputBorder="false"
  8. :placeholderStyle="placeholderStyle" :clearable="false" :disabled="state.formStatus" />
  9. </uni-forms-item>
  10. <uni-forms-item name="contact" label="联络人" :required="!state.formStatus">
  11. <uni-easyinput v-model="state.model.contact" type="contact" placeholder="请输入联络人"
  12. :inputBorder="false" :placeholderStyle="placeholderStyle" :clearable="false" :disabled="state.formStatus"/>
  13. </uni-forms-item>
  14. <uni-forms-item name="contactNumber" label="联络人手机号" :required="!state.formStatus">
  15. <uni-easyinput v-model="state.model.contactNumber" type="contactNumber" placeholder="请输入联络人手机号"
  16. :inputBorder="false" :placeholderStyle="placeholderStyle" :clearable="false" :disabled="state.formStatus"/>
  17. </uni-forms-item>
  18. <uni-forms-item name="legalPerson" label="法人" :required="!state.formStatus">
  19. <uni-easyinput v-model="state.model.legalPerson" type="legalPerson" placeholder="请输入联络人手机号"
  20. :inputBorder="false" :placeholderStyle="placeholderStyle" :clearable="false" :disabled="state.formStatus"/>
  21. </uni-forms-item>
  22. <uni-forms-item name="legalPersonNumber" label="法人手机号" :required="!state.formStatus">
  23. <uni-easyinput v-model="state.model.legalPersonNumber" type="legalPersonNumber" placeholder="请输入法人手机号"
  24. :inputBorder="false" :placeholderStyle="placeholderStyle" :clearable="false" :disabled="state.formStatus"/>
  25. </uni-forms-item>
  26. <uni-forms-item name="identityCardFront" label="法人身份证正面" :required="!state.formStatus" :errorMessage="state.identityCardFrontError">
  27. <s-uploader v-model:url="state.model.identityCardFront" fileMediatype="image" limit="1"
  28. mode="grid" :imageStyles="{ width: '299rpx', height: '168rpx' }" :readonly="state.formStatus"/>
  29. </uni-forms-item>
  30. <uni-forms-item name="identityCardReverseSide" label="法人身份证反面" :required="!state.formStatus" :errorMessage="identityCardReverseSideError">
  31. <s-uploader v-model:url="state.model.identityCardReverseSide" fileMediatype="image" limit="1"
  32. mode="grid" :imageStyles="{ width: '299rpx', height: '168rpx' }" :readonly="state.formStatus"/>
  33. </uni-forms-item>
  34. <uni-forms-item name="areaId" label="所在地" :required="!state.formStatus" :errorMessage="state.areaIdError">
  35. <uni-data-picker v-model="state.model.areaId" :localdata="areaTree" :readonly="state.formStatus" />
  36. </uni-forms-item>
  37. <uni-forms-item name="email" label="邮箱">
  38. <uni-easyinput v-model="state.model.email" type="email" placeholder="请输入邮箱" :inputBorder="false"
  39. :placeholderStyle="placeholderStyle" :clearable="false" :disabled="state.formStatus"/>
  40. </uni-forms-item>
  41. <uni-forms-item name="address" label="办公地址">
  42. <uni-easyinput v-model="state.model.address" type="address" placeholder="请输入办公地址"
  43. :inputBorder="false" :placeholderStyle="placeholderStyle" :clearable="false" :disabled="state.formStatus"/>
  44. </uni-forms-item>
  45. <uni-forms-item name="complaintsHotline" label="维权电话">
  46. <uni-easyinput v-model="state.model.complaintsHotline" type="complaintsHotline"
  47. placeholder="请输入维权电话" :inputBorder="false" :placeholderStyle="placeholderStyle"
  48. :clearable="false" :disabled="state.formStatus"/>
  49. </uni-forms-item>
  50. <uni-forms-item name="customerServiceHotline" label="客服电话" :required="!state.formStatus">
  51. <uni-easyinput v-model="state.model.customerServiceHotline" type="customerServiceHotline"
  52. placeholder="请输入客服电话" :inputBorder="false" :placeholderStyle="placeholderStyle"
  53. :clearable="false" :disabled="state.formStatus"/>
  54. </uni-forms-item>
  55. <uni-forms-item name="website" label="官网">
  56. <uni-easyinput v-model="state.model.website" type="website" placeholder="请输入官网" :inputBorder="false"
  57. :placeholderStyle="placeholderStyle" :clearable="false" :disabled="state.formStatus"/>
  58. </uni-forms-item>
  59. <uni-forms-item name="bankName" label="开户银行" :required="!state.formStatus">
  60. <uni-easyinput v-model="state.model.bankName" type="bankName" placeholder="请输入开户银行"
  61. :inputBorder="false" :placeholderStyle="placeholderStyle" :clearable="false" :disabled="state.formStatus"/>
  62. </uni-forms-item>
  63. <uni-forms-item name="accountName" label="账户名称" :required="!state.formStatus">
  64. <uni-easyinput v-model="state.model.accountName" type="accountName" placeholder="请输入账户名称"
  65. :inputBorder="false" :placeholderStyle="placeholderStyle" :clearable="false" :disabled="state.formStatus"/>
  66. </uni-forms-item>
  67. <uni-forms-item name="accountNumber" label="账户号码" :required="!state.formStatus">
  68. <uni-easyinput v-model="state.model.accountNumber" type="number" placeholder="请输入账户号码"
  69. :inputBorder="false" :placeholderStyle="placeholderStyle" :clearable="false" :disabled="state.formStatus"/>
  70. </uni-forms-item>
  71. <uni-forms-item name="logoUrl" label="Logo">
  72. <s-uploader v-model:url="state.model.logoUrl" fileMediatype="image" limit="1" mode="grid"
  73. :imageStyles="{ width: '299rpx', height: '168rpx' }" :readonly="state.formStatus"/>
  74. </uni-forms-item>
  75. <uni-forms-item name="businessLicensePicture" label="营业执照" :required="!state.formStatus" :errorMessage="state.businessLicensePictureError">
  76. <s-uploader v-model:url="state.model.businessLicensePicture" fileMediatype="image" limit="1"
  77. mode="grid" :imageStyles="{ width: '299rpx', height: '168rpx' }" :readonly="state.formStatus"/>
  78. </uni-forms-item>
  79. <uni-forms-item name="brandLicensing" label="品牌授权书" :required="!state.formStatus" :errorMessage="state.brandLicensingError">
  80. <s-uploader v-model:url="state.model.brandLicensing" fileMediatype="image" limit="1" mode="grid"
  81. :imageStyles="{ width: '299rpx', height: '168rpx' }" :readonly="state.formStatus"/>
  82. <view class="ss-m-t-20 " style="color: var(--ui-BG-Main);" @click="downloadTemplate" v-if="!state.model.brandLicensing">
  83. 下载模板
  84. </view>
  85. </uni-forms-item>
  86. <uni-forms-item name="otherCertificate" label="其他证书">
  87. <s-uploader v-model:url="state.model.otherCertificate" fileMediatype="image" limit="9" mode="grid"
  88. :imageStyles="{ width: '299rpx', height: '168rpx' }" :readonly="state.formStatus"/>
  89. </uni-forms-item>
  90. <uni-forms-item name="description" label="简介" :required="!state.formStatus">
  91. <uni-easyinput v-model="state.model.description" type="description" placeholder="请输入简介"
  92. :inputBorder="false" :placeholderStyle="placeholderStyle" :clearable="false" :disabled="state.formStatus"/>
  93. </uni-forms-item>
  94. <uni-forms-item name="description" label="状态" v-if="state.userApplyStatus">
  95. <uni-easyinput v-model="statusName" type="description" placeholder="请输入简介"
  96. :inputBorder="false" :placeholderStyle="placeholderStyle" :clearable="false" :disabled="state.formStatus"/>
  97. </uni-forms-item>
  98. </view>
  99. </uni-forms>
  100. <su-fixed bottom placeholder bg="none">
  101. <view class="footer-box ss-p-20 ss-flex">
  102. <!-- 审核中不允许改 -->
  103. <!-- 通过后 变动 -->
  104. <!-- {{"用户是否申请过:"+state.userApplyStatus}}
  105. {{"当前状态"+state.model.checkStatus}}
  106. {{"当前状态是否能改动:" + !state.formStatus}} -->
  107. <button class="ss-rest-button btn" @tap="onSubmit" v-if="!state.userApplyStatus">提交</button>
  108. <template v-if="[0].includes(state.model.checkStatus)">
  109. <button class="ss-rest-button btn" >审核中</button>
  110. </template>
  111. <template v-if="[1,2].includes(state.model.checkStatus)">
  112. <template v-if="!state.changeIng">
  113. <button class="ss-rest-button btn-two" @tap="openList" >审核记录</button>
  114. <button class="ss-rest-button btn-two" @tap="onChange" >变动</button>
  115. </template>
  116. <template v-else>
  117. <button class="ss-rest-button btn-two" @tap="onCancel" >取消</button>
  118. <button class="ss-rest-button btn-two" @tap="onSave" >保存并提交</button>
  119. </template>
  120. </template>
  121. </view>
  122. </su-fixed>
  123. </s-layout>
  124. </template>
  125. <script setup>
  126. import {
  127. computed,
  128. reactive,
  129. onBeforeMount,
  130. ref,
  131. unref,
  132. } from 'vue';
  133. import sheep from '@/sheep';
  134. import {
  135. clone
  136. } from 'lodash';
  137. import {
  138. onLoad
  139. } from '@dcloudio/uni-app';
  140. import SaleApi from '@/sheep/api/sale/sale';
  141. import AreaApi from '@/sheep/api/system/area'
  142. import {
  143. email
  144. } from '@/sheep/validate/form';
  145. const state = reactive({
  146. userApplyStatus:false, //用户是否已经申请过false未无 true为有
  147. formStatus:false, // 当前表单是否可以修改
  148. changeIng:false, //当前是否在修改
  149. model: {
  150. checkStatus: undefined,
  151. id: undefined,
  152. name: undefined,
  153. status: undefined,
  154. description: undefined,
  155. contact: undefined,
  156. address: undefined,
  157. contactNumber: undefined,
  158. website: undefined,
  159. createTime: undefined,
  160. complaintsHotline: undefined,
  161. customerServiceHotline: undefined,
  162. email: undefined,
  163. businessLicensePicture: undefined,
  164. expireTime: undefined,
  165. areaId: undefined,
  166. accountName: undefined,
  167. accountNumber: undefined,
  168. bankName: undefined,
  169. logoUrl: undefined,
  170. brandLicensing: undefined,
  171. otherCertificate: [],
  172. legalPerson:undefined,
  173. legalPersonNumber:undefined,
  174. identityCardFront:undefined,
  175. identityCardReverseSide:undefined,
  176. },
  177. areaIdError:'',
  178. businessLicensePictureError:'',
  179. brandLicensingError:'',
  180. identityCardFrontError:'',
  181. identityCardReverseSideError:'',
  182. rules: {
  183. name: {
  184. rules: [{
  185. required: true,
  186. errorMessage: '商户名称不能为空',
  187. }, ],
  188. },
  189. description: {
  190. rules: [{
  191. required: true,
  192. errorMessage: '简介不能为空',
  193. }, ],
  194. },
  195. contact: {
  196. rules: [{
  197. required: true,
  198. errorMessage: '联络人不能为空',
  199. }, ],
  200. },
  201. contactNumber: {
  202. rules: [{
  203. required: true,
  204. errorMessage: '联络人手机号不能为空',
  205. }, ],
  206. },
  207. customerServiceHotline: {
  208. rules: [{
  209. required: true,
  210. errorMessage: '客服电话不能为空',
  211. }, ],
  212. },
  213. email,
  214. legalPerson: {
  215. rules: [{
  216. required: true,
  217. errorMessage: '法人不能为空',
  218. }, ],
  219. },
  220. legalPersonNumber: {
  221. rules: [{
  222. required: true,
  223. errorMessage: '法人电话不能为空',
  224. }, ],
  225. },
  226. accountName: {
  227. rules: [{
  228. required: true,
  229. errorMessage: '账户名称不能为空',
  230. }, ],
  231. },
  232. accountNumber: {
  233. rules: [{
  234. required: true,
  235. errorMessage: '账户号码不能为空',
  236. }, ],
  237. },
  238. bankName: {
  239. rules: [{
  240. required: true,
  241. errorMessage: '开户银行不能为空',
  242. }, ],
  243. },
  244. }
  245. });
  246. const placeholderStyle = 'color:#BBBBBB;font-size:28rpx;line-height:normal';
  247. const statusName = computed(() => {
  248. const status = state.model.checkStatus;
  249. if (status === 0) {
  250. return '审核中';
  251. } else if (status === 1) {
  252. return '通过';
  253. } else if (status === 2) {
  254. return '拒绝';
  255. } else {
  256. return '';
  257. }
  258. });
  259. // 下载模板
  260. const downloadTemplate = () => {
  261. // console.log('下载模板')
  262. const fileUrl =
  263. 'https://zxgz.newfeifan.cn/static/file/%E9%9D%9E%E7%8B%AC%E5%AE%B6%E5%93%81%E7%89%8C%E6%8E%88%E6%9D%83%E4%B9%A6.docx'
  264. // 创建并触发下载链接
  265. const a = document.createElement('a');
  266. a.href = fileUrl;
  267. a.download = '非独家品牌授权书.docx'; // 下载文件的名称(可以修改为你希望的名称)
  268. document.body.appendChild(a);
  269. a.click();
  270. // 移除下载链接
  271. document.body.removeChild(a);
  272. }
  273. // 校验联络人是否已经申请入驻,如果已经入驻,那就不给提交
  274. const checkNumber =()=>{
  275. const {
  276. data,
  277. code
  278. } = SaleApi.checkContactNumber({mobile:state.model.contactNumber});
  279. }
  280. // 提交审核
  281. const merchantFormRef = ref(null);
  282. const onSubmit = async () => {
  283. // 参数校验
  284. const validate = await unref(merchantFormRef)
  285. .validate()
  286. .catch((error) => {
  287. console.log('error: ', error);
  288. });
  289. if (!validate) {
  290. return;
  291. }
  292. if(!state.model.areaId){
  293. state.areaIdError = '请选择所在地';
  294. return;
  295. }
  296. if(!state.model.identityCardFront){
  297. state.identityCardFrontError = '请选择上传法人身份证正面(国徽面)';
  298. return;
  299. }
  300. if(!state.model.identityCardReverseSide){
  301. state.identityCardReverseSideError = '请选择上传法人身份证背面(人像面)';
  302. return;
  303. }
  304. if(!state.model.businessLicensePicture){
  305. state.businessLicensePictureError = '请上传营业执照';
  306. return;
  307. }
  308. if(!state.model.brandLicensing){
  309. state.brandLicensingError = '请上传品牌授权书';
  310. return;
  311. }
  312. const {
  313. data,
  314. code
  315. } = await SaleApi.createMerchant(state.model);
  316. if(code === 0){
  317. await getInfo()
  318. }
  319. }
  320. // 修改
  321. const onChange = () => {
  322. state.formStatus = false;
  323. state.changeIng = true;
  324. }
  325. // 取消修改
  326. const onCancel = () => {
  327. state.formStatus = true;
  328. state.changeIng = false;
  329. }
  330. const openList = () => {
  331. sheep.$router.go('/pages/public/merchantApplyList',{merchantApplyId: state.model.id})
  332. }
  333. // 保存并提交
  334. const onSave = async () => {
  335. // 参数校验
  336. const validate = await unref(merchantFormRef)
  337. .validate()
  338. .catch((error) => {
  339. console.log('error: ', error);
  340. });
  341. if (!validate) {
  342. return;
  343. }
  344. const {
  345. data,
  346. code
  347. } = await SaleApi.updateMerchant(state.model);
  348. if (code === 0) {
  349. state.formStatus = true;
  350. state.changeIng = false;
  351. await getInfo()
  352. }
  353. }
  354. // 地区树
  355. const areaTree = ref([])
  356. function format(data) {
  357. return data.map((item) => ({
  358. text: item.name, // 显示的文本
  359. value: item.id, // 值
  360. children: item.children.length ? format(item.children) : null // 子项
  361. }));
  362. }
  363. const getInfo = async () => {
  364. const { data,code } = await SaleApi.getMerchant();
  365. if(code === 0 && data){
  366. // 如果能查到东西就证明当前用户已经申请了商户,只需要展示即可
  367. state.model = data;
  368. state.userApplyStatus = true;
  369. state.formStatus = true;
  370. }else{
  371. state.userApplyStatus = false;
  372. state.formStatus = false;
  373. }
  374. }
  375. onLoad(async (options) => {
  376. await AreaApi.getAreaTree().then(res => {
  377. areaTree.value = format(res.data)
  378. })
  379. await getInfo();
  380. });
  381. </script>
  382. <style lang="scss" scoped>
  383. .icon {
  384. display: flex;
  385. align-items: center;
  386. margin-right: 7rpx
  387. }
  388. .icon image {
  389. width: 35rpx;
  390. height: 35rpx;
  391. }
  392. :deep() {
  393. .file-picker__progress {
  394. height: 0 !important;
  395. }
  396. .uni-list-item__content-title {
  397. font-size: 28rpx !important;
  398. color: #333333 !important;
  399. line-height: normal !important;
  400. }
  401. .uni-icons {
  402. font-size: 40rpx !important;
  403. }
  404. .is-disabled {
  405. color: #333333;
  406. }
  407. }
  408. :deep(.disabled) {
  409. opacity: 1;
  410. }
  411. .gender-name {
  412. font-size: 28rpx;
  413. font-weight: 500;
  414. line-height: normal;
  415. color: #333333;
  416. }
  417. .title-box {
  418. font-size: 28rpx;
  419. font-weight: 500;
  420. color: #666666;
  421. line-height: 100rpx;
  422. }
  423. .btn {
  424. width: 710rpx;
  425. height: 80rpx;
  426. background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
  427. border-radius: 40rpx;
  428. font-size: 30rpx;
  429. font-weight: 500;
  430. color: $white;
  431. }
  432. .btn-two {
  433. width: 310rpx;
  434. height: 80rpx;
  435. background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
  436. border-radius: 40rpx;
  437. font-size: 30rpx;
  438. font-weight: 500;
  439. color: $white;
  440. }
  441. .radio-dark {
  442. filter: grayscale(100%);
  443. filter: gray;
  444. opacity: 0.4;
  445. }
  446. .content-img {
  447. border-radius: 50%;
  448. }
  449. .header-box-content {
  450. position: relative;
  451. width: 160rpx;
  452. height: 160rpx;
  453. overflow: hidden;
  454. border-radius: 50%;
  455. }
  456. .avatar-action {
  457. position: absolute;
  458. left: 50%;
  459. transform: translateX(-50%);
  460. bottom: 0;
  461. z-index: 1;
  462. width: 160rpx;
  463. height: 46rpx;
  464. background: rgba(#000000, 0.3);
  465. .avatar-action-btn {
  466. width: 160rpx;
  467. height: 46rpx;
  468. font-weight: 500;
  469. font-size: 24rpx;
  470. color: #ffffff;
  471. }
  472. }
  473. // 绑定项
  474. .account-list {
  475. background-color: $white;
  476. height: 100rpx;
  477. padding: 0 20rpx;
  478. .list-img {
  479. width: 40rpx;
  480. height: 40rpx;
  481. margin-right: 10rpx;
  482. }
  483. .list-name {
  484. font-size: 28rpx;
  485. color: #333333;
  486. }
  487. .info {
  488. .avatar {
  489. width: 38rpx;
  490. height: 38rpx;
  491. border-radius: 50%;
  492. overflow: hidden;
  493. }
  494. .name {
  495. font-size: 28rpx;
  496. font-weight: 400;
  497. color: $dark-9;
  498. }
  499. }
  500. .bind-box {
  501. width: 100rpx;
  502. height: 50rpx;
  503. line-height: normal;
  504. display: flex;
  505. justify-content: center;
  506. align-items: center;
  507. font-size: 24rpx;
  508. .bind-btn {
  509. width: 100%;
  510. height: 100%;
  511. border-radius: 25rpx;
  512. background: #f4f4f4;
  513. color: #999999;
  514. }
  515. .relieve-btn {
  516. width: 100%;
  517. height: 100%;
  518. border-radius: 25rpx;
  519. background: var(--ui-BG-Main-opacity-1);
  520. color: var(--ui-BG-Main);
  521. }
  522. }
  523. }
  524. .list-border {
  525. font-size: 28rpx;
  526. font-weight: 400;
  527. color: #333333;
  528. border-bottom: 2rpx solid #eeeeee;
  529. }
  530. image {
  531. width: 100%;
  532. height: 100%;
  533. }
  534. </style>