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
4bca83d9
Commit
4bca83d9
authored
Dec 12, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
06049597
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
31 deletions
+35
-31
SingleContract.vue
src/components/SingleContract.vue
+35
-31
No files found.
src/components/SingleContract.vue
View file @
4bca83d9
...
...
@@ -4,7 +4,7 @@
padding
:
0
;
}
.TC-MainContent
{
min-height
:
650px
;
/* min-height: 650px; */
background
:
url(../assets/img/bodyBg.png)
;
padding-top
:
10px
;
font
:
normal
13px
'Microsoft Yahei'
;
...
...
@@ -118,6 +118,10 @@
.TC-MainContent
.w300
{
width
:
300px
!important
;
}
.TC-MainContent
.w200
{
width
:
200px
!important
;
}
.TC-MainContent
.w150
{
width
:
150px
!important
;
}
...
...
@@ -645,7 +649,7 @@
<td>
{{
index
+
1
}}
</td>
<td>
<span
v-if=
"item.IsShow == 0"
>
{{
item
.
TicketTime
}}
</span>
<el-date-picker
v-else
class=
"w
150"
type=
"date"
v-model=
"item.TicketTime"
value-format=
"yyyy-MM-dd
"
placeholder=
''
></el-date-picker>
<el-date-picker
v-else
class=
"w
200"
v-model=
"item.TicketTime"
type=
"datetime"
format=
"yyyy-MM-dd HH:mm
"
placeholder=
''
></el-date-picker>
</td>
<td>
<span
v-if=
"item.IsShow == 0"
>
{{
item
.
StartPlace
}}
</span>
...
...
@@ -661,15 +665,15 @@
</td>
<td>
<span
v-if=
"item.IsShow == 0"
>
{{
item
.
TicketPrice
}}
</span>
<el-input
v-else
type=
"text"
v-model=
"item.TicketPrice"
></el-input>
<el-input
v-else
type=
"text"
@
keyup
.
native=
"checkPrice(item,'TicketPrice')"
v-model=
"item.TicketPrice"
></el-input>
</td>
<td>
<span
v-if=
"item.IsShow == 0"
>
{{
item
.
AirportPirce
}}
</span>
<el-input
v-else
type=
"text"
v-model=
"item.AirportPirce"
></el-input>
<el-input
v-else
type=
"text"
@
keyup
.
native=
"checkPrice(item,'AirportPirce')"
v-model=
"item.AirportPirce"
></el-input>
</td>
<td>
<span
v-if=
"item.IsShow == 0"
>
{{
item
.
DepositPrice
}}
</span>
<el-input
v-else
type=
"text"
v-model=
"item.DepositPrice"
></el-input>
<el-input
v-else
type=
"text"
@
keyup
.
native=
"checkPrice(item,'DepositPrice')"
v-model=
"item.DepositPrice"
></el-input>
</td>
<td>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"修改"
placement=
"top-start"
v-if=
"item.IsShow == 0"
>
...
...
@@ -692,10 +696,10 @@
<td
colspan=
"9"
style=
"text-align:left;"
>
<div
style=
"margin:20px 0 10px 50px"
>
<el-form-item
style=
"display:inline-block;"
label=
"共计:"
label-width=
"60px"
>
<el-input
type=
"text"
class=
"w150"
v-model=
"CtObj.TicketTotalNum"
></el-input>
<el-input
type=
"text"
class=
"w150"
@
keyup
.
native=
"checkInteger(CtObj,'TicketTotalNum')"
v-model=
"CtObj.TicketTotalNum"
></el-input>
</el-form-item>
<el-form-item
style=
"display:inline-block;"
label=
"张机票合同签订后"
label-width=
"130px"
>
<el-input
type=
"text"
class=
"w150"
v-model=
"CtObj.TicketOutDayNum"
></el-input>
日内出票,
<el-input
type=
"text"
class=
"w150"
@
keyup
.
native=
"checkInteger(CtObj,'TicketOutDayNum')"
v-model=
"CtObj.TicketOutDayNum"
></el-input>
日内出票,
</el-form-item>
</div>
<div
style=
"margin:0 0 20px 50px"
>
...
...
@@ -703,7 +707,7 @@
</div>
<div
style=
"margin-left:50px"
>
<el-form-item
label=
"机票预定费用总额:"
label-width=
"140px"
>
<el-input
type=
"text"
class=
"w150"
v-model=
"CtObj.TicketTotalDepositPrice"
></el-input>
元
<el-input
type=
"text"
class=
"w150"
@
keyup
.
native=
"checkPrice(CtObj,'TicketTotalDepositPrice')"
v-model=
"CtObj.TicketTotalDepositPrice"
></el-input>
元
</el-form-item>
</div>
</td>
...
...
@@ -753,31 +757,31 @@
</td>
<td>
<span
v-if=
"item.IsShow==0"
>
{{
item
.
DoubleRoom
}}
</span>
<el-input
v-else
type=
"text"
v-model=
"item.DoubleRoom"
></el-input>
<el-input
v-else
type=
"text"
@
keyup
.
native=
"checkInteger(item,'DoubleRoom')"
v-model=
"item.DoubleRoom"
></el-input>
</td>
<td>
<span
v-if=
"item.IsShow==0"
>
{{
item
.
SingleRoom
}}
</span>
<el-input
v-else
type=
"text"
v-model=
"item.SingleRoom"
></el-input>
<el-input
v-else
type=
"text"
@
keyup
.
native=
"checkInteger(item,'SingleRoom')"
v-model=
"item.SingleRoom"
></el-input>
</td>
<td>
<span
v-if=
"item.IsShow==0"
>
{{
item
.
ThirdRoom
}}
</span>
<el-input
v-else
type=
"text"
v-model=
"item.ThirdRoom"
></el-input>
<el-input
v-else
type=
"text"
@
keyup
.
native=
"checkInteger(item,'ThirdRoom')"
v-model=
"item.ThirdRoom"
></el-input>
</td>
<td>
<span
v-if=
"item.IsShow==0"
>
{{
item
.
AdultNum
}}
</span>
<el-input
v-else
type=
"text"
v-model=
"item.AdultNum"
></el-input>
<el-input
v-else
type=
"text"
@
keyup
.
native=
"checkInteger(item,'AdultNum')"
v-model=
"item.AdultNum"
></el-input>
</td>
<td>
<span
v-if=
"item.IsShow==0"
>
{{
item
.
ChildrenNum
}}
</span>
<el-input
v-else
type=
"text"
v-model=
"item.ChildrenNum"
></el-input>
<el-input
v-else
type=
"text"
@
keyup
.
native=
"checkInteger(item,'ChildrenNum')"
v-model=
"item.ChildrenNum"
></el-input>
</td>
<td>
<span
v-if=
"item.IsShow==0"
>
{{
item
.
RoomPrice
}}
</span>
<el-input
v-else
type=
"text"
v-model=
"item.RoomPrice"
></el-input>
<el-input
v-else
type=
"text"
@
keyup
.
native=
"checkPrice(item,'RoomPrice')"
v-model=
"item.RoomPrice"
></el-input>
</td>
<td>
<span
v-if=
"item.IsShow==0"
>
{{
item
.
DepositPrice
}}
</span>
<el-input
v-else
type=
"text"
v-model=
"item.DepositPrice"
></el-input>
<el-input
v-else
type=
"text"
@
keyup
.
native=
"checkPrice(item,'DepositPrice')"
v-model=
"item.DepositPrice"
></el-input>
</td>
<td>
<span
v-if=
"item.IsShow==0"
>
{{
item
.
CheckInDate
}}
</span>
...
...
@@ -808,7 +812,7 @@
<td
colspan=
"12"
style=
"text-align:left;"
>
<div
style=
"margin:20px 0 0 50px"
>
<el-form-item
style=
"display:inline-block;"
label=
"共计:"
label-width=
"60px"
>
<el-input
type=
"text"
class=
"w180"
v-model=
"CtObj.HotelTotal"
></el-input>
间、晚
<el-input
type=
"text"
class=
"w180"
@
keyup
.
native=
"checkInteger(CtObj,'HotelTotal')"
v-model=
"CtObj.HotelTotal"
></el-input>
间、晚
</el-form-item>
</div>
<div
style=
"margin:10px 0 10px 50px"
>
...
...
@@ -826,7 +830,7 @@
</div>
<div>
<el-form-item
style=
"display:inline-block;"
label=
"费用共计:"
label-width=
"140px"
>
<el-input
type=
"text"
class=
"w180"
v-model=
"CtObj.HotelTotalPrice"
></el-input>
元
<el-input
type=
"text"
class=
"w180"
@
keyup
.
native=
"checkPrice(CtObj,'HotelTotalPrice')"
v-model=
"CtObj.HotelTotalPrice"
></el-input>
元
</el-form-item>
</div>
</td>
...
...
@@ -862,7 +866,7 @@
</td>
<td>
<span
v-if=
"item.IsShow==0"
>
{{
item
.
UseNum
}}
</span>
<el-input
v-else
type=
"text"
v-model=
"item.UseNum"
></el-input>
<el-input
v-else
type=
"text"
@
keyup
.
native=
"checkInteger(item,'UseNum')"
v-model=
"item.UseNum"
></el-input>
</td>
<td>
<span
v-if=
"item.IsShow==0"
>
{{
item
.
StartPlace
}}
</span>
...
...
@@ -900,7 +904,7 @@
<td
colspan=
"12"
style=
"text-align:left;"
>
<div
style=
"margin:20px 0 0 50px"
>
<el-form-item
style=
"display:inline-block;"
label=
"费用共计:"
label-width=
"90px"
>
<el-input
type=
"text"
class=
"w180"
v-model=
"CtObj.PickUpTotalPrice"
></el-input>
元
<el-input
type=
"text"
class=
"w180"
@
keyup
.
native=
"checkPrice(CtObj,'PickUpTotalPrice')"
v-model=
"CtObj.PickUpTotalPrice"
></el-input>
元
</el-form-item>
</div>
</td>
...
...
@@ -939,11 +943,11 @@
</td>
<td>
<span
v-if=
"item.IsShow==0"
>
{{
item
.
VisaPrice
}}
</span>
<el-input
v-else
type=
"text"
v-model=
"item.VisaPrice"
></el-input>
<el-input
v-else
type=
"text"
@
keyup
.
native=
"checkPrice(item,'VisaPrice')"
v-model=
"item.VisaPrice"
></el-input>
</td>
<td>
<span
v-if=
"item.IsShow==0"
>
{{
item
.
DepositPrice
}}
</span>
<el-input
v-else
type=
"text"
v-model=
"item.DepositPrice"
></el-input>
<el-input
v-else
type=
"text"
@
keyup
.
native=
"checkPrice(item,'DepositPrice')"
v-model=
"item.DepositPrice"
></el-input>
</td>
<td>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"修改"
placement=
"top-start"
v-if=
"item.IsShow==0"
>
...
...
@@ -966,7 +970,7 @@
<td
colspan=
"12"
style=
"text-align:left;"
>
<div
style=
"margin:20px 0 0 50px"
>
<el-form-item
style=
"display:inline-block;"
label=
"合计金额:"
label-width=
"90px"
>
<el-input
type=
"text"
class=
"w180"
v-model=
"CtObj.VisaTotalPrice"
></el-input>
元
<el-input
type=
"text"
class=
"w180"
@
keyup
.
native=
"checkPrice(CtObj,'VisaTotalPrice')"
v-model=
"CtObj.VisaTotalPrice"
></el-input>
元
</el-form-item>
</div>
</td>
...
...
@@ -1025,11 +1029,11 @@
</td>
<td>
<span
v-if=
"item.IsShow==0"
>
{{
item
.
TicketPrice
}}
</span>
<el-input
v-else
type=
"text"
v-model=
"item.TicketPrice"
></el-input>
<el-input
v-else
type=
"text"
@
keyup
.
native=
"checkPrice(item,'TicketPrice')"
v-model=
"item.TicketPrice"
></el-input>
</td>
<td>
<span
v-if=
"item.IsShow==0"
>
{{
item
.
AirportPirce
}}
</span>
<el-input
v-else
type=
"text"
v-model=
"item.AirportPirce"
></el-input>
<el-input
v-else
type=
"text"
@
keyup
.
native=
"checkPrice(item,'AirportPirce')"
v-model=
"item.AirportPirce"
></el-input>
</td>
<td>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"修改"
placement=
"top-start"
v-if=
"item.IsShow==0"
>
...
...
@@ -1073,15 +1077,15 @@
</td>
<td>
<span
v-if=
"item.IsShow==0"
>
{{
item
.
DoubleRoom
}}
</span>
<el-input
v-else
type=
"text"
v-model=
"item.DoubleRoom"
></el-input>
<el-input
v-else
type=
"text"
@
keyup
.
native=
"checkInteger(item,'DoubleRoom')"
v-model=
"item.DoubleRoom"
></el-input>
</td>
<td>
<span
v-if=
"item.IsShow==0"
>
{{
item
.
SingleRoom
}}
</span>
<el-input
v-else
type=
"text"
v-model=
"item.SingleRoom"
></el-input>
<el-input
v-else
type=
"text"
@
keyup
.
native=
"checkInteger(item,'SingleRoom')"
v-model=
"item.SingleRoom"
></el-input>
</td>
<td>
<span
v-if=
"item.IsShow==0"
>
{{
item
.
ThirdRoom
}}
</span>
<el-input
v-else
type=
"text"
v-model=
"item.ThirdRoom"
></el-input>
<el-input
v-else
type=
"text"
@
keyup
.
native=
"checkInteger(item,'ThirdRoom')"
v-model=
"item.ThirdRoom"
></el-input>
</td>
<td>
<span
v-if=
"item.IsShow==0"
>
{{
item
.
CheckInDate
}}
</span>
...
...
@@ -1093,11 +1097,11 @@
</td>
<td>
<span
v-if=
"item.IsShow==0"
>
{{
item
.
AdultPrice
}}
</span>
<el-input
v-else
type=
"text"
v-model=
"item.AdultPrice"
></el-input>
<el-input
v-else
type=
"text"
@
keyup
.
native=
"checkPrice(item,'AdultPrice')"
v-model=
"item.AdultPrice"
></el-input>
</td>
<td>
<span
v-if=
"item.IsShow==0"
>
{{
item
.
ChildrenPrice
}}
</span>
<el-input
v-else
type=
"text"
v-model=
"item.ChildrenPrice"
></el-input>
<el-input
v-else
type=
"text"
@
keyup
.
native=
"checkPrice(item,'ChildrenPrice')"
v-model=
"item.ChildrenPrice"
></el-input>
</td>
<td>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"修改"
placement=
"top-start"
v-if=
"item.IsShow==0"
>
...
...
@@ -1120,7 +1124,7 @@
<td
colspan=
"12"
style=
"text-align:left;"
>
<div
style=
"margin:20px 0 0 50px"
>
<el-form-item
style=
"display:inline-block;"
label=
"合计金额:"
label-width=
"90px"
>
<el-input
type=
"text"
class=
"w180"
v-model=
"CtObj.TicketAndHotelTotalPrice"
></el-input>
元
<el-input
type=
"text"
class=
"w180"
@
keyup
.
native=
"checkPrice(CtObj,'TicketAndHotelTotalPrice')"
v-model=
"CtObj.TicketAndHotelTotalPrice"
></el-input>
元
</el-form-item>
</div>
</td>
...
...
@@ -1140,7 +1144,7 @@
<div>
<div
style=
"margin:20px 0 0 50px"
>
<el-form-item
style=
"display:inline-block;"
label=
"其他服务费用合计:"
label-width=
"140px"
>
<el-input
type=
"text"
class=
"w180"
v-model=
"CtObj.OtherConventionPrice"
></el-input>
元
<el-input
type=
"text"
class=
"w180"
@
keyup
.
native=
"checkPrice(CtObj,'OtherConventionPrice')"
v-model=
"CtObj.OtherConventionPrice"
></el-input>
元
</el-form-item>
</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