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
9e995391
Commit
9e995391
authored
Mar 10, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
3b041b04
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
roomReservationsDetails.vue
src/components/Hotel/roomReservationsDetails.vue
+2
-2
leaderReimbursement.vue
src/components/LeaderManagement/leaderReimbursement.vue
+1
-4
No files found.
src/components/Hotel/roomReservationsDetails.vue
View file @
9e995391
...
...
@@ -587,8 +587,8 @@
</el-select>
</td>
</tr>
<tr
style=
"display:none;
"
>
<td
width=
"70"
style=
"text-align:right;"
>
{{$t('
ground.duigysbz
')}}:
</td>
<tr
v-if=
"LineId==90
"
>
<td
width=
"70"
style=
"text-align:right;"
>
{{$t('
pub.pubRemark
')}}:
</td>
<td>
<el-input
type=
'textarea'
class=
'w135'
v-model=
'subItem.Remarks'
></el-input>
</td>
...
...
src/components/LeaderManagement/leaderReimbursement.vue
View file @
9e995391
...
...
@@ -1039,7 +1039,6 @@
<el-input
class=
"w300"
type=
"number"
v-model=
"leadr.LeaderGetPriceT"
@
input=
"changePrice"
></el-input>
</template>
</div>
</td>
<td>
<p
v-for=
"(subItem, subIndex) in item.FinanceIds"
><span
class=
"cursorpointer text-decoration"
...
...
@@ -1055,7 +1054,6 @@
@
click=
"goFncUrl('DebitNote', subItem.FinanceId)"
>
{{$t('objFill.jiezhidan')}}
</span></p>
</td>
<td
width=
"80"
class=
"_zhidan"
>
<
template
v-if=
"myLineId==90"
>
<div
style=
"margin:10px 0"
v-for=
"(cur,index2) in CurrencyListMoney"
>
<template
v-for=
"leadr in cur.LeaderGetPriceArr"
v-if=
" leadr.TCNUMS == item.TCNUMS"
>
...
...
@@ -2359,7 +2357,6 @@
var
tempMoney
=
(
cur
.
money
*
this
.
comRate
-
cur
.
yiLing
);
var
tempShowPrice
=
cur
.
money
*
this
.
comRate
;
//日本
if
(
this
.
myLineId
==
14
)
{
tempShowPrice
=
Math
.
round
(
tempShowPrice
/
10000
)
*
10000
;
...
...
@@ -2372,7 +2369,7 @@
lead
.
LeaderGetPriceT
=
Math
.
round
(
tempMoney
/
10000
)
*
10000
;
}
else
{
//其它线路可能不精确到"万"
lead
.
LeaderGetPriceT
=
Math
.
round
(
tempMoney
/
10000
)
*
10000
;
lead
.
LeaderGetPriceT
=
tempMoney
;
}
}
else
{
//领取过,直接用计划金额(精确到万)-已领取的金额
...
...
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