Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
zhengke
jz_Travel
Commits
adff6419
Commit
adff6419
authored
Jul 23, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f1028279
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
headeDatas.vue
pages/teamLeader/components/headeDatas.vue
+9
-9
No files found.
pages/teamLeader/components/headeDatas.vue
View file @
adff6419
...
@@ -490,10 +490,6 @@
...
@@ -490,10 +490,6 @@
return
x
.
id
==
this
.
DiningList
[
this
.
dataIndex
].
DiningSummaryList
[
this
.
datas
.
diningIndex
]
return
x
.
id
==
this
.
DiningList
[
this
.
dataIndex
].
DiningSummaryList
[
this
.
datas
.
diningIndex
]
.
ReimburseList
.
CurrencyId
.
ReimburseList
.
CurrencyId
})
})
console
.
log
(
"this.DiningList[this.dataIndex].DiningSummaryList[this.datas.diningIndex]"
,
this
.
DiningList
[
this
.
dataIndex
].
DiningSummaryList
[
this
.
datas
.
diningIndex
]
.
ReimburseList
);
console
.
log
(
"dining_list"
,
list
)
if
(
list
.
length
==
1
)
list
=
this
.
currencyObj
=
JSON
.
parse
(
JSON
.
stringify
(
list
[
0
]))
if
(
list
.
length
==
1
)
list
=
this
.
currencyObj
=
JSON
.
parse
(
JSON
.
stringify
(
list
[
0
]))
else
this
.
currencyObj
=
{
else
this
.
currencyObj
=
{
id
:
0
,
id
:
0
,
...
@@ -554,11 +550,15 @@
...
@@ -554,11 +550,15 @@
name
:
'选择币种'
name
:
'选择币种'
}
}
for
(
let
i
=
0
;
i
<
this
.
datas
.
HotelOrderList
.
length
;
i
++
)
{
for
(
let
i
=
0
;
i
<
this
.
datas
.
HotelOrderList
.
length
;
i
++
)
{
//只替换当前酒店下的币种
if
(
this
.
datas
.
hotelIndex
==
i
)
{
this
.
datas
.
HotelOrderList
[
i
].
CurrencyId
=
this
.
currencyObj
.
id
this
.
datas
.
HotelOrderList
[
i
].
CurrencyId
=
this
.
currencyObj
.
id
this
.
datas
.
HotelOrderList
[
i
].
CurrencyStr
=
this
.
currencyObj
.
id
?
this
.
currencyObj
.
name
:
''
this
.
datas
.
HotelOrderList
[
i
].
CurrencyStr
=
this
.
currencyObj
.
id
?
this
.
currencyObj
.
name
:
''
this
.
datas
.
HotelOrderList
[
i
].
ReimburseList
.
CurrencyId
=
this
.
currencyObj
.
id
this
.
datas
.
HotelOrderList
[
i
].
ReimburseList
.
CurrencyId
=
this
.
currencyObj
.
id
for
(
let
j
=
0
;
j
<
this
.
datas
.
HotelOrderList
[
i
].
ReimburseList
.
ReimburseDetailsList
.
length
;
j
++
)
{
for
(
let
j
=
0
;
j
<
this
.
datas
.
HotelOrderList
[
i
].
ReimburseList
.
ReimburseDetailsList
.
length
;
j
++
)
{
this
.
datas
.
HotelOrderList
[
i
].
ReimburseList
.
ReimburseDetailsList
[
j
].
CurrencyId
=
this
.
currencyObj
.
id
this
.
datas
.
HotelOrderList
[
i
].
ReimburseList
.
ReimburseDetailsList
[
j
].
CurrencyId
=
this
.
currencyObj
.
id
}
}
}
}
}
},
},
...
...
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