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
8e7aca8c
Commit
8e7aca8c
authored
5 years ago
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
bcacbe49
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
8 deletions
+23
-8
HotelDiscount.vue
src/components/Hotel/HotelDiscount.vue
+23
-8
No files found.
src/components/Hotel/HotelDiscount.vue
View file @
8e7aca8c
...
...
@@ -24,6 +24,13 @@
<el-input
v-model=
"msg.TCNUM"
></el-input>
</span>
</li>
<li>
<span>
<em>
地接团号
</em>
<el-input
v-model=
"msg.DMCNum"
></el-input>
</span>
</li>
<li>
<span>
<em>
财务单据
</em>
...
...
@@ -72,6 +79,7 @@
<input
type=
"checkbox"
v-model=
"isCkedAll"
@
click=
'checkedAll()'
/>
</th>
<th>
团号
</th>
<th>
地接团号
</th>
<th>
出发时间
</th>
<th>
酒店名称
</th>
<th>
天数
</th>
...
...
@@ -89,13 +97,14 @@
<input
type=
"checkbox"
:disabled=
"item.disabled"
:value=
"item"
v-model=
"customerList"
@
change=
"ckeckedOne"
/>
</td>
<td>
{{
item
.
TCNUM
}}
(
{{
item
.
TCID
}}
)
</td>
<td>
{{
item
.
DMCNum
}}
</td>
<td>
{{
item
.
StartDate
}}
</td>
<td>
{{
item
.
NewHotelName
}}
</td>
<td>
{{
item
.
Days
}}
</td>
<td>
{{
item
.
SinleRoomNum
}}
(
{{
item
.
SinleRoomPeopleNum
}}
)
</td>
<td>
{{
item
.
DoubleRoom
}}
(
{{
item
.
DoublePeopleRoom
}}
)
</td>
<td>
{{
item
.
KingRoom
}}
(
{{
item
.
KingPeopleRoom
}}
)
</td>
<td>
{{
item
.
TripleRoom
}}
(
{{
item
.
TriplePeopleRoom
}}
)
</td>
<td>
{{
item
.
SinleRoomNum
}}
(
{{
item
.
SinleRoomPeopleNum
}}
人
)
</td>
<td>
{{
item
.
DoubleRoom
}}
(
{{
item
.
DoublePeopleRoom
}}
人
)
</td>
<td>
{{
item
.
KingRoom
}}
(
{{
item
.
KingPeopleRoom
}}
人
)
</td>
<td>
{{
item
.
TripleRoom
}}
(
{{
item
.
TriplePeopleRoom
}}
人
)
</td>
<td>
<span
v-if=
"item.FinanceId==0"
></span>
<span
@
click=
"goFncUrl('FinancialDocumentsDetail', item.FinanceId)"
style=
"cursor: pointer;text-decoration: underline;"
v-else
>
{{
item
.
FinanceId
}}
</span>
...
...
@@ -127,10 +136,10 @@
<tr
v-for=
"(item,index) in addMsg.AirServiceList"
:key=
"index"
>
<td>
{{
item
.
TCNUM
}}
</td>
<td>
{{
item
.
NewHotelName
}}
</td>
<td>
{{
item
.
SinleRoomNum
}}
(
{{
item
.
SinleRoomPeopleNum
}}
)
</td>
<td>
{{
item
.
DoubleRoom
}}
(
{{
item
.
DoublePeopleRoom
}}
)
</td>
<td>
{{
item
.
KingRoom
}}
(
{{
item
.
KingPeopleRoom
}}
)
</td>
<td>
{{
item
.
TripleRoom
}}
(
{{
item
.
TriplePeopleRoom
}}
)
</td>
<td>
{{
item
.
SinleRoomNum
}}
(
{{
item
.
SinleRoomPeopleNum
}}
人
)
</td>
<td>
{{
item
.
DoubleRoom
}}
(
{{
item
.
DoublePeopleRoom
}}
人
)
</td>
<td>
{{
item
.
KingRoom
}}
(
{{
item
.
KingPeopleRoom
}}
人
)
</td>
<td>
{{
item
.
TripleRoom
}}
(
{{
item
.
TriplePeopleRoom
}}
人
)
</td>
</tr>
<tr
v-if=
"addMsg.AirServiceList.length==0"
>
<td
colspan=
"5"
>
暂无数据
</td>
...
...
@@ -150,6 +159,10 @@
<el-form-item
label=
"团号"
>
<el-input
v-model=
"addMsg.TCNUM"
></el-input>
</el-form-item>
<el-form-item
label=
"地接团号"
>
<el-input
v-model=
"addMsg.DMCNum"
></el-input>
</el-form-item>
<el-form-item
label=
"时间"
>
<el-date-picker
v-model=
"dateList1"
...
...
@@ -240,6 +253,7 @@ export default {
NewHotelID
:
0
,
TCID
:
''
,
TCNUM
:
''
,
DMCNum
:
''
,
QStartDate
:
''
,
QEndDate
:
''
,
AirServiceList
:[],
...
...
@@ -274,6 +288,7 @@ export default {
NewHotelID
:
''
,
TCID
:
''
,
TCNUM
:
''
,
DMCNum
:
''
,
StratTime
:
''
,
EndTime
:
''
,
},
...
...
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