Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
2d23a51d
Commit
2d23a51d
authored
6 years ago
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交客户实名认证
parent
e8996745
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
3327 additions
and
2936 deletions
+3327
-2936
CustomerCertification.vue
src/components/SalesModule/CustomerCertification.vue
+376
-0
MyCustomer.vue
src/components/SalesModule/MyCustomer.vue
+4
-2
customerApproval.vue
src/components/SalesModule/customerApproval.vue
+4
-2
customerTransfer.vue
src/components/SalesModule/customerTransfer.vue
+4
-1
publicCustomer.vue
src/components/SalesModule/publicCustomer.vue
+7
-4
config.js
src/router/config.js
+2932
-2927
No files found.
src/components/SalesModule/CustomerCertification.vue
0 → 100644
View file @
2d23a51d
This diff is collapsed.
Click to expand it.
src/components/SalesModule/MyCustomer.vue
View file @
2d23a51d
...
...
@@ -65,7 +65,9 @@
.page_MyCustomerSearch
li
>
span
{
display
:
inline-block
;
}
.page_MyCustomerSearch
li
span
>
em
{
display
:
inline-block
;
min-width
:
60px
;
text-align
:
right
;
font-style
:
normal
;
margin
:
0
12px
0
0
;}
.page_MyCustomerSearch
li
:last-child
{
float
:
right
;}
.page_MyCustomerSearch
._class_b
{
color
:
#257BF1
!important
}
</
style
>
<
template
>
<div
class=
"page_MyCustomer"
>
...
...
@@ -106,7 +108,7 @@
<img
v-if=
'item.icon'
:onerror=
"defaultImg"
:src=
'item.icon'
/>
<p>
{{
item
.
contact
}}
</p>
<p><i
class=
"iconfont icon-img_dianhua"
></i>
{{
item
.
contactNumber
}}
</p>
<p
class=
"_addr"
>
{{
item
.
customerName
}}
</p>
<p
class=
"_addr"
>
{{
item
.
customerName
}}
<i
class=
"iconfont icon-shimingrenzheng"
:class=
"
{'_class_b': item.RealNameAuthentication===1}">
</i>
</p>
</div>
<div
class=
"_record"
v-if=
"item.customerAccountId!=0"
>
<p
class=
"_fist_n"
v-if=
"item.customerVisitList.length>0"
>
近期约访:
{{
item
.
customerVisitList
[
0
].
visitDateTime
}}
</p>
...
...
This diff is collapsed.
Click to expand it.
src/components/SalesModule/customerApproval.vue
View file @
2d23a51d
...
...
@@ -27,7 +27,9 @@
.customerApprovalLayercontentBtn
>
span
.cked
{
border
:
2px
solid
#E95252
;
box-sizing
:
border-box
;}
.customerApprovalLayercontentBtn
>
span
>
img
{
float
:
left
;
margin
:
10px
23px
;
width
:
63px
;
height
:
63px
;}
.customerApproval
.lastVisitContent
{
background
:
#f5f5f5
;
font-size
:
12px
;
padding
:
5px
12px
;
margin-top
:
8px
;}
.customerApproval
._class_b
{
color
:
#257BF1
!important
}
</
style
>
<
template
>
...
...
@@ -197,7 +199,7 @@
<th
width=
"15%"
>
操作
</th>
</tr>
<tr
v-for=
"item in list"
>
<td
class=
"fz16"
>
{{
item
.
customerName
}}
</td>
<td
class=
"fz16"
>
{{
item
.
customerName
}}
<
i
class=
"iconfont icon-shimingrenzheng"
:class=
"
{'_class_b': item.RealNameAuthentication===1}">
</i><
/td>
<td>
{{
item
.
contact
}}
</td>
...
...
This diff is collapsed.
Click to expand it.
src/components/SalesModule/customerTransfer.vue
View file @
2d23a51d
...
...
@@ -115,7 +115,7 @@
@
change=
"ckeckedOne"
style=
"vertical-align: middle;"
>
{{
item
.
CustomerName
}}
{{
item
.
CustomerName
}}
<i
class=
"iconfont icon-shimingrenzheng"
:class=
"
{'_class_b': item.RealNameAuthentication===1}">
</i>
</label>
</td>
<td>
{{
item
.
Contact
}}
</td>
...
...
@@ -1045,6 +1045,9 @@ export default {
box-sizing
:
border-box
;
border-bottom
:
none
;
border-right
:
none
;
}
.customerTransferTable
._class_b
{
color
:
#257BF1
!important
}
.customerTransferTable
tr
th
{
background
:
#dcdcdc
;
...
...
This diff is collapsed.
Click to expand it.
src/components/SalesModule/publicCustomer.vue
View file @
2d23a51d
...
...
@@ -54,13 +54,13 @@
<th
width=
"20%"
>
<label><input
type=
"checkbox"
v-model=
"isCkedAll"
@
click=
'checkedAll()'
style=
"vertical-align: middle;"
/>
门店名称
</label>
</th>
<th
width=
"1
0
%"
>
联系电话
</th>
<th
width=
"1
7
%"
>
联系电话
</th>
<th
width=
"20%"
>
地址
</th>
<th
width=
"10%"
>
来源
</th>
<th
width=
"
10
%"
>
拜访次数
</th>
<th
width=
"
8
%"
>
拜访次数
</th>
<th
width=
"10%"
>
交易金额
</th>
<th
width=
"10%"
>
创建人
</th>
<th
width=
"
10
%"
>
操作
</th>
<th
width=
"
5
%"
>
操作
</th>
</tr>
<tr>
<td
colspan=
"8"
align=
"center"
v-show=
'list.length==0'
>
...
...
@@ -69,7 +69,7 @@
</tr>
<tr
v-for=
'(item,index) in list'
>
<td>
<label><input
type=
"checkbox"
:value=
"item.CustomerId"
v-model=
"customerList"
@
change=
"ckeckedOne"
style=
"vertical-align: middle;"
/>
{{
item
.
CustomerName
}}
</label>
<label><input
type=
"checkbox"
:value=
"item.CustomerId"
v-model=
"customerList"
@
change=
"ckeckedOne"
style=
"vertical-align: middle;"
/>
{{
item
.
CustomerName
}}
<
i
class=
"iconfont icon-shimingrenzheng"
:class=
"
{'_class_b': item.RealNameAuthentication===1}">
</i><
/label>
</td>
<td><i
class=
"iconfont icon-img_dianhua fz14"
style=
"color:#09D49D;margin-right: 5px;"
></i>
{{
item
.
ContactNumber
}}
</td>
<td>
{{
item
.
Address
}}
</td>
...
...
@@ -249,4 +249,7 @@
.pd20
{
padding
:
12px
20px
!important
;
}
.el-popper
[
x-placement
^=
bottom
]
{
margin-top
:
0px
!important
;}
.el-popper
[
x-placement
^=
top
]
{
margin-bottom
:
0px
!important
;}
.publicCustomerTable
._class_b
{
color
:
#257BF1
!important
}
</
style
>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/router/config.js
View file @
2d23a51d
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment