Browse Source

fds

shibei_prod
dai 4 years ago
parent
commit
c3efbdcfa9
  1. 22
      src/views/modules/customer/feedback/CustomerInfo.vue
  2. 22
      src/views/modules/customer/manage/CustomerInfo.vue
  3. 13
      src/views/modules/home.vue

22
src/views/modules/customer/feedback/CustomerInfo.vue

@ -135,24 +135,24 @@ export default {
uploadUlr: window.SITE_CONFIG['apiURL'] + '/oss/file/function/upload', uploadUlr: window.SITE_CONFIG['apiURL'] + '/oss/file/function/upload',
dataForm: { dataForm: {
rootAgencyDTO: { rootAgencyDTO: {
agencyName: '成都市', agencyName: '',
level: 'city', level: '',
areaCode: '123456', areaCode: '',
province: '四川省', province: '',
city: '成都市', city: '',
district: 'SN4FHbIZtK', district: '',
}, },
customerInfoDTO: { customerInfoDTO: {
customerName: '成都市', customerName: '',
organizationLevel: 'city', organizationLevel: '',
logo: '' logo: ''
}, },
managers: [ managers: [
{ {
realName: '王显章', realName: '',
gender: '1', gender: '',
mobile: '18560677960' mobile: ''
} }
] ]
} }

22
src/views/modules/customer/manage/CustomerInfo.vue

@ -136,24 +136,24 @@ export default {
uploadUlr: window.SITE_CONFIG['apiURL'] + '/oss/file/uploadqrcodeV2', uploadUlr: window.SITE_CONFIG['apiURL'] + '/oss/file/uploadqrcodeV2',
dataForm: { dataForm: {
rootAgencyDTO: { rootAgencyDTO: {
agencyName: '成都市', agencyName: '',
level: 'city', level: '',
areaCode: '123456', areaCode: '',
province: '四川省', province: '',
city: '成都市', city: '',
district: 'SN4FHbIZtK', district: '',
}, },
customerInfoDTO: { customerInfoDTO: {
customerName: '成都市', customerName: '',
organizationLevel: 'city', organizationLevel: '',
logo: '' logo: ''
}, },
managers: [ managers: [
{ {
realName: '王显章', realName: '',
gender: '1', gender: '',
mobile: '18560677960' mobile: ''
} }
] ]
} }

13
src/views/modules/home.vue

@ -1,17 +1,6 @@
<template> <template>
<div> <div>
<el-card v-if="userType==='oper'"
shadow="never"
class="aui-card--fill">
<div class="mod-home">
<h3>{{ $t('home.desc.title') }}</h3>
<ul>
<li v-for="item in $t('home.desc.list')"
:key="item"
v-html="item"></li>
</ul>
</div>
</el-card>
<customer-info @changeCustomerName="changeCustomerName" <customer-info @changeCustomerName="changeCustomerName"
v-if="userType==='work'"></customer-info> v-if="userType==='work'"></customer-info>

Loading…
Cancel
Save