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
ee2f4965
Commit
ee2f4965
authored
Sep 17, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
c715bf5c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
PriceHotelWorkList.vue
...omponents/TravelManager/TravelList/PriceHotelWorkList.vue
+5
-4
commonPriceHotelWork.vue
src/components/commonPage/commonPriceHotelWork.vue
+2
-2
No files found.
src/components/TravelManager/TravelList/PriceHotelWorkList.vue
View file @
ee2f4965
...
...
@@ -68,7 +68,7 @@
</el-select>
</span>
</li>
<li>
<li
style=
"display:none;"
>
<span>
<em>
地接团号
</em>
<el-input
v-model=
'msg.CombinationNum'
></el-input>
...
...
@@ -172,10 +172,10 @@
<span
style=
"color:red;"
>
地接-未操作
</span>
</
template
>
</td>
<td>
<td
:rowspan=
"subItem.SubList.length"
v-if=
'childIndex==0'
>
<el-popover
placement=
"right"
width=
"540"
trigger=
"click"
v-model=
"subItem.isShowPop"
>
<commonPriceHotelWork
:ref=
"'commonPriceHotelWork_'+index+'_'+subIndex+'_'+childIndex+''"
:DateStr=
"childItem.JourneyDate"
:TCID=
"item.TCID"
:DayNum=
"subItem.DayNum"
:DateStr=
"childItem.JourneyDate"
:TCID=
"item.TCID"
:DayNum=
"subItem.DayNum"
:TCNUM=
"item.TCNUM"
v-on:childPriceHotel=
"priceHotelList"
>
</commonPriceHotelWork>
<el-button
size=
"small"
type=
"danger"
...
...
@@ -488,7 +488,8 @@
parseInt
(
myDate
.
getMonth
()
+
1
)
+
"-"
+
myDate
.
getDate
();
this
.
msg
.
StartGroupDate
=
nowDate
;
//this.msg.StartGroupDate = nowDate;
this
.
msg
.
StartGroupDate
=
'2019-12-05'
;
let
width
=
window
.
innerWidth
-
50
;
let
height
=
window
.
innerHeight
-
65
-
164
;
this
.
boxHeight
=
height
;
...
...
src/components/commonPage/commonPriceHotelWork.vue
View file @
ee2f4965
...
...
@@ -47,7 +47,7 @@
<
template
>
<div
class=
"commonPriceHotelWork"
>
<div
class=
"Ck_hotelInfo"
>
<span
style=
"color:red"
>
{{
DateStr
}}
</span>
酒店库存信息
<span
style=
"color:red"
>
{{
TCNUM
}}
【
{{
DateStr
}}
】
</span>
酒店库存信息
</div>
<div
class=
"cm_hotelTitle clearfix"
>
<div
style=
"float:left;"
>
...
...
@@ -84,7 +84,7 @@
</
template
>
<
script
>
export
default
{
props
:
[
"TCID"
,
"DateStr"
,
"DayNum"
],
props
:
[
"TCID"
,
"DateStr"
,
"DayNum"
,
"TCNUM"
],
data
()
{
return
{
loading
:
false
,
...
...
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