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
5a96763a
Commit
5a96763a
authored
Apr 11, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pak返佣
parent
33de2993
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
37 additions
and
5 deletions
+37
-5
fill.js
src/assets/common/lang/EN/fill.js
+1
-0
fill.js
src/assets/common/lang/Japan/fill.js
+1
-0
fill.js
src/assets/common/lang/zhCN/fill.js
+1
-0
fill.js
src/assets/common/lang/zhTW/fill.js
+1
-0
priceGroup.vue
src/components/TravelManager/TravelTeam/priceGroup.vue
+28
-4
travelTeamList.vue
src/components/TravelManager/TravelTeam/travelTeamList.vue
+5
-1
No files found.
src/assets/common/lang/EN/fill.js
View file @
5a96763a
...
@@ -8131,6 +8131,7 @@ export const obj = {
...
@@ -8131,6 +8131,7 @@ export const obj = {
qingsrzxrs
:
'Please enter minimum number of people '
,
qingsrzxrs
:
'Please enter minimum number of people '
,
qingsrzdrs
:
'Please enter maximum number of people '
,
qingsrzdrs
:
'Please enter maximum number of people '
,
chakpakfy
:
'View pak rebate information '
,
chakpakfy
:
'View pak rebate information '
,
dangqianfyje
:
' Current rebate amount '
,
},
},
//#endregion
//#endregion
}
}
...
...
src/assets/common/lang/Japan/fill.js
View file @
5a96763a
...
@@ -8131,6 +8131,7 @@ export const obj = {
...
@@ -8131,6 +8131,7 @@ export const obj = {
qingsrzxrs
:
'最小人数を入力してください'
,
qingsrzxrs
:
'最小人数を入力してください'
,
qingsrzdrs
:
'最大人数を入力してください'
,
qingsrzdrs
:
'最大人数を入力してください'
,
chakpakfy
:
'査看pak帰行情報'
,
chakpakfy
:
'査看pak帰行情報'
,
dangqianfyje
:
'現在の繰返し手数料'
,
},
},
//#endregion
//#endregion
}
}
...
...
src/assets/common/lang/zhCN/fill.js
View file @
5a96763a
...
@@ -8131,6 +8131,7 @@ export const obj = {
...
@@ -8131,6 +8131,7 @@ export const obj = {
qingsrzxrs
:
'请输入最小人数'
,
qingsrzxrs
:
'请输入最小人数'
,
qingsrzdrs
:
'请输入最大人数'
,
qingsrzdrs
:
'请输入最大人数'
,
chakpakfy
:
'查看PAK返佣信息'
,
chakpakfy
:
'查看PAK返佣信息'
,
dangqianfyje
:
'当前返佣金额'
,
},
},
//#endregion
//#endregion
}
}
...
...
src/assets/common/lang/zhTW/fill.js
View file @
5a96763a
...
@@ -8131,6 +8131,7 @@ export const obj = {
...
@@ -8131,6 +8131,7 @@ export const obj = {
qingsrzxrs
:
'請輸入最小人數'
,
qingsrzxrs
:
'請輸入最小人數'
,
qingsrzdrs
:
'請輸入最大人數'
,
qingsrzdrs
:
'請輸入最大人數'
,
chakpakfy
:
'查看pak返傭信息'
,
chakpakfy
:
'查看pak返傭信息'
,
dangqianfyje
:
'當前返傭金額'
,
},
},
//#endregion
//#endregion
}
}
...
...
src/components/TravelManager/TravelTeam/priceGroup.vue
View file @
5a96763a
...
@@ -715,10 +715,8 @@
...
@@ -715,10 +715,8 @@
font-weight: bold;
font-weight: bold;
margin: 5px 0;
margin: 5px 0;
"
>
"
>
{{ $t("Operation.Op_tradePrice") }}:¥{{
<span
style=
"font-size: 14px;"
>
{{ $t("objFill.v101.zhongxinjge") }}:
</span>
item.B2BMemberPrice
</br>
¥{{
}}
<br
/>
{{ $t("Operation.Op_directPrice") }}:¥{{
item.B2CMemberPrice
item.B2CMemberPrice
}}
}}
</p>
</p>
...
@@ -861,6 +859,32 @@
...
@@ -861,6 +859,32 @@
}}
</span>
}}
</span>
</el-popover>
</el-popover>
</p>
</p>
<p
v-if=
"item.RakeBackRatio>0"
>
{{$t('objFill.v102.dangqianfyje')}}:
</br>
<span
style=
"color: red;"
>
¥{{ item.RakeBackRatio }}
</span>
</p>
<p>
<el-popover
width=
"300"
trigger=
"click"
>
<table
class=
"PQ_detail"
>
<tr>
<td
colspan=
"5"
style=
"text-align: left; padding-left: 10px"
>
PAK{{ $t("hotel.hotel_commission") }}
</td>
</tr>
<tr>
<th>
{{ $t('admin.admin_personNumber') }}
</th>
<th>
{{ $t('objFill.fanyongje') }}
</th>
</tr>
<tr
v-for=
"(item,index) in item.RakeBackList"
:key=
"index"
>
<td>
{{ item.MinGuest }}~{{ item.MaxGuest }}
</td>
<td>
¥{{ item.Ratio }}
</td>
</tr>
</table>
<span
slot=
"reference"
class=
"price"
style=
"color: red;"
>
{{
$t("objFill.v102.chakpakfy")
}}
</span>
</el-popover>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
src/components/TravelManager/TravelTeam/travelTeamList.vue
View file @
5a96763a
...
@@ -426,6 +426,10 @@
...
@@ -426,6 +426,10 @@
}}
</span>
}}
</span>
</el-popover>
</el-popover>
</p>
</p>
<p
v-if=
"item.RakeBackRatio>0"
>
{{$t('objFill.v102.dangqianfyje')}}:
</br>
<span
style=
"color: red;"
>
¥{{ item.RakeBackRatio }}
</span>
</p>
<p>
<p>
<el-popover
width=
"300"
trigger=
"click"
>
<el-popover
width=
"300"
trigger=
"click"
>
<table
class=
"PQ_detail"
>
<table
class=
"PQ_detail"
>
...
@@ -443,7 +447,7 @@
...
@@ -443,7 +447,7 @@
<td>
¥{{ item.Ratio }}
</td>
<td>
¥{{ item.Ratio }}
</td>
</tr>
</tr>
</table>
</table>
<span
slot=
"reference"
class=
"price"
>
{{
<span
slot=
"reference"
class=
"price"
style=
"color: red;"
>
{{
$t("objFill.v102.chakpakfy")
$t("objFill.v102.chakpakfy")
}}
</span>
}}
</span>
</el-popover>
</el-popover>
...
...
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