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
49b69991
Commit
49b69991
authored
Mar 27, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
4c107bd5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
roomReservationsDetails.vue
src/components/Hotel/roomReservationsDetails.vue
+11
-0
commonHotelInfo.vue
src/components/commonPage/commonHotelInfo.vue
+4
-0
No files found.
src/components/Hotel/roomReservationsDetails.vue
View file @
49b69991
...
@@ -556,6 +556,17 @@
...
@@ -556,6 +556,17 @@
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
width=
"70"
style=
"text-align:right;"
>
{{$t('pub.yes')}}{{$t('pub.no')}}{{$t('fnc.fukuan')}}:
</td>
<td>
<el-select
class=
'w135 sel'
v-model=
'subItem.IsPay'
:placeholder=
"$t('pub.pleaseSel')"
:disabled=
"IsEditHotel==0?true:false"
>
<!-- <el-option :label="$t('pub.pleaseSel')" :value='0'></el-option> -->
<el-option
:label=
"$t('pub.no')"
:value=
'0'
></el-option>
<el-option
:label=
"$t('pub.yes')"
:value=
'1'
></el-option>
</el-select>
</td>
</tr>
<tr
style=
"display:none;"
>
<td
width=
"70"
style=
"text-align:right;"
>
{{$t('ground.duigysbz')}}:
</td>
<td
width=
"70"
style=
"text-align:right;"
>
{{$t('ground.duigysbz')}}:
</td>
<td>
<td>
<el-input
type=
'textarea'
class=
'w135'
v-model=
'subItem.Remarks'
></el-input>
<el-input
type=
'textarea'
class=
'w135'
v-model=
'subItem.Remarks'
></el-input>
...
...
src/components/commonPage/commonHotelInfo.vue
View file @
49b69991
...
@@ -54,6 +54,7 @@
...
@@ -54,6 +54,7 @@
<th
width=
"130"
v-if=
"showHotelObj.showZhan"
>
{{
$t
(
'salesModule.UseRoomTime'
)
}}
</th>
<th
width=
"130"
v-if=
"showHotelObj.showZhan"
>
{{
$t
(
'salesModule.UseRoomTime'
)
}}
</th>
<th
width=
"100"
v-if=
"showHotelObj.showZhan"
>
{{
$t
(
'salesModule.SureTime'
)
}}
</th>
<th
width=
"100"
v-if=
"showHotelObj.showZhan"
>
{{
$t
(
'salesModule.SureTime'
)
}}
</th>
<th
width=
"100"
v-if=
"showHotelObj.ShowSupplier"
>
{{
$t
(
'hotel.hotel_Supplier'
)
}}
</th>
<th
width=
"100"
v-if=
"showHotelObj.ShowSupplier"
>
{{
$t
(
'hotel.hotel_Supplier'
)
}}
</th>
<th
width=
"80"
v-if=
"showHotelObj.caiwu"
>
{{
$t
(
'pub.yes'
)
}}{{
$t
(
'pub.no'
)
}}
<br
/>
{{
$t
(
'fnc.fukuan'
)
}}
</th>
<th
width=
"180"
v-if=
"showHotelObj.caiwu"
>
{{
$t
(
'salesModule.DJNUM'
)
}}{{
$t
(
'hotel.hotel_corrlelatition'
)
}}
</th>
<th
width=
"180"
v-if=
"showHotelObj.caiwu"
>
{{
$t
(
'salesModule.DJNUM'
)
}}{{
$t
(
'hotel.hotel_corrlelatition'
)
}}
</th>
<th
width=
"70"
v-if=
"showHotelObj.showPrice"
>
<th
width=
"70"
v-if=
"showHotelObj.showPrice"
>
...
@@ -128,6 +129,9 @@
...
@@ -128,6 +129,9 @@
<td
v-if=
"showHotelObj.ShowSupplier"
>
<td
v-if=
"showHotelObj.ShowSupplier"
>
{{hotelSubItem.SupplierName}}
{{hotelSubItem.SupplierName}}
</td>
</td>
<td
v-if=
"showHotelObj.caiwu"
>
{{hotelSubItem.IsPay==1?$t('pub.yes'):$t('pub.no')}}
</td>
<td
v-if=
"showHotelObj.caiwu"
>
<td
v-if=
"showHotelObj.caiwu"
>
<div>
<div>
...
...
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