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
1723136a
Commit
1723136a
authored
Aug 23, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d656ccfa
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
CustomerAnalysis.vue
src/components/SalesModule/CustomerAnalysis.vue
+1
-1
MyCustomer.vue
src/components/SalesModule/MyCustomer.vue
+9
-4
No files found.
src/components/SalesModule/CustomerAnalysis.vue
View file @
1723136a
...
...
@@ -50,7 +50,7 @@
</div>
</div>
</div>
<div
class=
"list"
>
<div
class=
"list"
v-if=
"false"
>
<div
class=
"Item moneyItem"
>
<p>
幸福存折余额
</p>
<div
class=
"des"
>
...
...
src/components/SalesModule/MyCustomer.vue
View file @
1723136a
...
...
@@ -524,7 +524,7 @@
<th
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
>
{{$t('salesModule.Yuefang')}}
</th>
<th
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
>
{{$t('salesModule.Visit')}}
</th>
<th
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
>
{{$t('salesModule.TotalVisit')}}
</th>
<
th
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
>
{{$t('salesModule.HappinessPassbook')}}
</th
>
<
!-- <th v-if="currentUserInfo&¤tUserInfo.RB_Group_id==2">{{$t('salesModule.HappinessPassbook')}}</th> --
>
<th
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
>
{{$t('objFill.leijijiaoyie')}}
</th>
<th
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
>
{{$t('salesModule.InquiryAndDemand')}}
</th>
<th
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
>
{{$t('salesModule.belongUnion')}}
</th>
...
...
@@ -577,9 +577,14 @@
</td>
<td
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
><span
@
click=
"goUrl(type,item.customerId,2)"
style=
"cursor: pointer;text-decoration: underline;"
>
{{item.visiteCount}}
</span></td>
<td
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
>
{{item.cL_Balance}}
</td>
<td
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
><span
@
click=
"goUrl(type,item.customerId,3)"
style=
"cursor: pointer;text-decoration: underline;"
>
{{item.tradeTotal}}
</span></td>
<!-- <td v-if="currentUserInfo&¤tUserInfo.RB_Group_id==2">{{item.cL_Balance}}</td> -->
<td
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"订单应收总额"
placement=
"top-start"
>
<span
@
click=
"goUrl(type,item.customerId,3)"
style=
"cursor: pointer;text-decoration: underline;"
>
{{item.tradeTotal}}
</span>
</el-tooltip>
</td>
<td
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
>
{{item.inquireCount}}
</td>
<td
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
>
{{item.allianceName}}
</td>
<td
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
><span
style=
"cursor: pointer;text-decoration: underline;"
...
...
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