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
b536e251
Commit
b536e251
authored
Jul 31, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
083903ac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
MyCustomer.vue
src/components/SalesModule/MyCustomer.vue
+2
-2
teamRevenueExpenditure.vue
src/components/dmc/manager/teamRevenueExpenditure.vue
+1
-1
No files found.
src/components/SalesModule/MyCustomer.vue
View file @
b536e251
...
...
@@ -553,7 +553,7 @@
<th
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
>
{{$t('salesModule.belongUnion')}}
</th>
<th
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
>
{{$t('salesModule.HappinessPassbook')}}
</th>
<th
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
>
{{$t('active.ad_yhq')}}
</th>
<th
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
>
{{$t('objFill.yucunyue')}}
</th>
<th>
{{$t('objFill.yucunyue')}}
</th>
<th
width=
"220px"
>
{{$t('hotel.table_operat')}}
</th>
</tr>
<tr
v-for=
"(item,i) in dataList"
:key=
"i"
>
...
...
@@ -623,7 +623,7 @@
<td
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
><span
style=
"cursor: pointer;text-decoration: underline;"
@
click
.
stop=
"goUrC('CouponsList',item.customerAccountId)"
>
{{item.couponNum}}
</span></td>
<td
v-if=
"currentUserInfo&¤tUserInfo.RB_Group_id==2"
>
<td>
<span
style=
"cursor: pointer;color: #2CA4F0"
@
click=
"seeDeta(item)"
>
{{ item.depositMoney?item.depositMoney:0 }}
</span>
</td>
...
...
src/components/dmc/manager/teamRevenueExpenditure.vue
View file @
b536e251
...
...
@@ -637,7 +637,7 @@
}
});
}
else
{
let
portTypeId
=
0
;
let
portTypeId
=
''
;
//_orderSource 1 酒店 2餐厅 3 门票 5 车资
if
(
_orderSource
===
1
&&
_type
===
2
)
{
portTypeId
=
4
;
...
...
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