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
49a6a760
Commit
49a6a760
authored
3 months ago
by
liudong1993
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
9491f6a5
e8c891b8
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5380 additions
and
90 deletions
+5380
-90
fill.js
src/assets/common/lang/EN/fill.js
+1
-0
fill.js
src/assets/common/lang/Japan/fill.js
+5297
-0
fill.js
src/assets/common/lang/zhCN/fill.js
+1
-0
fill.js
src/assets/common/lang/zhTW/fill.js
+1
-0
HotelDetails.vue
src/components/Hotel/DiDa/HotelDetails.vue
+14
-10
MyCustomer.vue
src/components/SalesModule/MyCustomer.vue
+66
-80
No files found.
src/assets/common/lang/EN/fill.js
View file @
49a6a760
...
...
@@ -2503,6 +2503,7 @@ export const obj = {
btbqtcd
:
'B2B Front Desk Menu'
,
gerenzxcd
:
'Personal Central Menu'
,
yibaohan
:
'Included'
,
bubaohan
:
'Not Included'
,
daohangcaid
:
'Navigation Menu'
,
erjicaid
:
'Secondary Menu'
,
sanjicaid
:
'Three-level menu'
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/common/lang/Japan/fill.js
View file @
49a6a760
This diff is collapsed.
Click to expand it.
src/assets/common/lang/zhCN/fill.js
View file @
49a6a760
...
...
@@ -2503,6 +2503,7 @@ export const obj = {
btbqtcd
:
'B2B前台菜单'
,
gerenzxcd
:
'个人中心菜单'
,
yibaohan
:
'已包含'
,
bubaohan
:
'不包含'
,
daohangcaid
:
'导航菜单'
,
erjicaid
:
'二级菜单'
,
sanjicaid
:
'三级菜单'
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/common/lang/zhTW/fill.js
View file @
49a6a760
...
...
@@ -2503,6 +2503,7 @@ export const obj = {
btbqtcd
:
'B2B前臺菜單'
,
gerenzxcd
:
'個人中心菜單'
,
yibaohan
:
'已包含'
,
bubaohan
:
'不包含'
,
daohangcaid
:
'導航菜單'
,
erjicaid
:
'二級菜單'
,
sanjicaid
:
'三級菜單'
,
...
...
This diff is collapsed.
Click to expand it.
src/components/Hotel/DiDa/HotelDetails.vue
View file @
49a6a760
...
...
@@ -708,7 +708,8 @@
{{$t('objFill.v101.hote.fuhetjdfx')}}
</div>
<div
style=
"display: flex;justify-content: flex-start;margin-top:10px; "
>
<
template
v-if=
"qRoomTypeList&&qRoomTypeList.length>0"
>
<el-select
placeholder=
"房型"
v-model=
"qMsg.RoomTypeName"
style=
"width:130px;"
clearable
filterable
@
clear=
"qMsg.RoomTypeName=''"
>
<el-select
placeholder=
"房型"
v-model=
"qMsg.RoomTypeName"
style=
"width:130px;"
clearable
filterable
@
clear=
"qMsg.RoomTypeName=''"
>
<el-option
label=
"房型(全部)"
value=
""
></el-option>
<el-option
v-for=
"(item,index) in qRoomTypeList"
:label=
"item.RoomName_CN"
:value=
"item.RoomName_CN"
:key=
"`ry_`+index"
></el-option>
...
...
@@ -764,9 +765,9 @@
</div>
</div>
</div>
<div
v-loading=
"loading"
>
<
template
v-if=
"DidaHotelRoomDetails&&DidaHotelRoomDetails.HotelList&&DidaHotelRoomDetails.HotelList.length>0&&DidaHotelRoomDetails.HotelList[0].GroupRoomTypeList&&DidaHotelRoomDetails.HotelList[0].GroupRoomTypeList.length>0 "
>
<div
v-loading=
"loading"
>
<div
class=
"q-card row q-cardradius "
v-for=
"(item, index) in getQueryData"
:key=
"`dh_`+index"
>
<div
class=
"col q-pa-sm q-pr-lg col-3 row no-wrap justify-between"
style=
"border-right: 1px solid rgb(238, 238, 238);width:15%;height:auto;"
>
...
...
@@ -952,13 +953,13 @@
</div>
</div>
</div>
</div>
</template>
<
template
v-else
>
<div
class=
"q-my-md q-px-lg"
style=
"text-align:center;margin-top:15px;"
>
{{
$t
(
'system.content_noData'
)
}}
</div>
</
template
>
</div>
</div>
<!-- 价格循环结束 -->
<div
class=
"rounded-borders bg-white row items-center q-pb-md"
style=
"margin-top:20px;width: 1300px;"
>
<div
class=
"row q-px-lg q-mb-lg row justify-between "
style=
"width:100%;"
>
...
...
@@ -1170,6 +1171,7 @@
get
()
{
var
_this
=
this
;
var
tempData
=
[];
_this
.
loading
=
true
;
if
(
_this
.
DidaHotelRoomDetails
&&
_this
.
DidaHotelRoomDetails
.
HotelList
&&
_this
.
DidaHotelRoomDetails
.
HotelList
.
length
>
0
&&
_this
.
DidaHotelRoomDetails
.
HotelList
[
0
].
GroupRoomTypeList
)
{
...
...
@@ -1203,6 +1205,7 @@
tempData
=
newDataArray
;
}
}
_this
.
loading
=
false
;
return
tempData
;
},
}
...
...
@@ -1311,6 +1314,7 @@
this
.
msg
.
CheckInDate
=
''
;
this
.
msg
.
CheckOutDate
=
''
;
}
this
.
DidaHotelRoomDetails
=
{};
var
that
=
this
;
this
.
apipost
(
'dmc_post_GetDiDaPriceSearchList'
,
this
.
msg
,
res
=>
{
this
.
loading
=
false
...
...
This diff is collapsed.
Click to expand it.
src/components/SalesModule/MyCustomer.vue
View file @
49a6a760
This diff is collapsed.
Click to expand it.
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