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
76ecf617
Commit
76ecf617
authored
Jul 29, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
692e9d41
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
2 deletions
+18
-2
OPsalesCommissiondetails.vue
...nts/FinancialModule/domestic/OPsalesCommissiondetails.vue
+18
-2
No files found.
src/components/FinancialModule/domestic/OPsalesCommissiondetails.vue
View file @
76ecf617
...
...
@@ -103,6 +103,7 @@
<th>
{{
$t
(
'sm.company'
)
}}
</th>
<th>
{{
$t
(
'admin.admin_Department'
)
}}
</th>
<th>
{{
$t
(
'visaT.sale'
)
}}
</th>
<th>
{{
$t
(
'objFill.tuanduilx'
)
}}
</th>
<th>
{{
$t
(
'objFill.v101.FinancialModule.tuanxinx'
)
}}
</th>
<th>
{{
$t
(
'objFill.v101.FinancialModule.tuanlirun'
)
}}
</th>
<!--
<th>
{{
$t
(
'hotel.order_Number'
)
}}
</th>
-->
...
...
@@ -119,7 +120,13 @@
<td>
{{
item
.
BranchName
}}
</td>
<td>
{{
item
.
DeptName
}}
</td>
<td>
{{
item
.
UserName
}}
</td>
<td>
<td>
{{
(
item
.
SingleOrderType
==
1
?
$t
(
'objFill.baoche'
):
$t
(
'active.cl_team'
))
}}
</td>
<td
v-if=
"item.SingleOrderType==1"
>
<span
style=
"cursor: pointer;text-decoration: underline;"
@
click=
"goCarInfo(item.SingleOrderId)"
>
{{
item
.
SingleOrderId
}}
</span>
</td>
<td
v-else
>
<div>
{{
item
.
OutBranchName
}}
</div>
<span
style=
"cursor: pointer;text-decoration: underline;"
@
click=
"goTravel(item.TCID)"
>
{{
item
.
TCNUM
}}
(
{{
item
.
TCID
}}
)
...
...
@@ -361,8 +368,17 @@
tab
:
'团队收支'
//团控列表
}
});
},
goCarInfo
(
OrderId
)
{
//跳转到团队列表
this
.
$router
.
push
({
path
:
'CharterOrderListOP'
,
//TravelControlList
query
:
{
OrderId
:
OrderId
,
OrderType
:
3
,
blank
:
"y"
,
}
});
}
}
}
...
...
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