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
141dc9c9
Commit
141dc9c9
authored
Sep 04, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
44b0ee7b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+4
-4
No files found.
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
141dc9c9
...
...
@@ -2378,10 +2378,10 @@
<div
@
click=
"goUrlSFD('SalesFinancialDetail', '销售财务单据', item)"
>
<span>
{{$t('fnc.skdanju')}}:
</span>
<span
v-for=
"(item2, index2) in item.FinanceList"
:key=
"index2"
>
<span
v-if=
"item2.ColorState === 1"
class=
"groupTourOrder_tickets_blue"
>
{{ item2.
f
rID }}
</span>
<span
v-else-if=
"item2.ColorState === 2"
class=
"groupTourOrder_tickets_green"
>
{{ item2.
f
rID }}
</span>
<span
v-else-if=
"item2.ColorState === 3"
class=
"groupTourOrder_tickets_red"
>
{{ item2.
f
rID }}
</span>
<span
v-else-if=
"item2.ColorState === 4"
class=
"groupTourOrder_tickets_black"
>
{{ item2.
f
rID }}
</span>
<span
v-if=
"item2.ColorState === 1"
class=
"groupTourOrder_tickets_blue"
>
{{ item2.
F
rID }}
</span>
<span
v-else-if=
"item2.ColorState === 2"
class=
"groupTourOrder_tickets_green"
>
{{ item2.
F
rID }}
</span>
<span
v-else-if=
"item2.ColorState === 3"
class=
"groupTourOrder_tickets_red"
>
{{ item2.
F
rID }}
</span>
<span
v-else-if=
"item2.ColorState === 4"
class=
"groupTourOrder_tickets_black"
>
{{ item2.
F
rID }}
</span>
</span>
<span
v-if=
"item.FinanceList.length === 0"
>
{{ $t("system.content_noData")}}
...
...
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