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
a6fec40d
Commit
a6fec40d
authored
Feb 01, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
06ea12fd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
114 additions
and
100 deletions
+114
-100
CostNewPrice.vue
...ponents/TravelManager/TravelNewQuotation/CostNewPrice.vue
+114
-100
No files found.
src/components/TravelManager/TravelNewQuotation/CostNewPrice.vue
View file @
a6fec40d
...
...
@@ -18,6 +18,17 @@
width
:
calc
(
100%
-
100px
);
}
.CostNewPrice
.CP_ComTitle2
{
color
:
blue
;
font-weight
:
bold
;}
.CostNewTable
{
width
:
80%
;
}
.CostPriceDiv
{
float
:
left
;
width
:
19%
;
margin-right
:
23px
;
}
.CP_ComTitle
{
color
:
blue
;
}
</
style
>
<
template
>
...
...
@@ -176,7 +187,7 @@
</table>
<table
class=
"CostPriceTable"
>
<table
class=
"CostPriceTable
CostNewTable
"
>
<tr>
<th
rowspan=
"2"
width=
'50'
>
Day
</th>
<th
rowspan=
"2"
width=
'200'
>
行程大点
</th>
...
...
@@ -236,15 +247,11 @@
</table>
<table
class=
"CostPriceTable"
>
<table
class=
"CostPriceTable
CostNewTable
"
>
<tr>
<td
class=
"CP_ComTitle2"
colspan=
"4"
>
内陆段交通部分
</td>
<td>
</td>
<td>
</td>
<td
class=
"CP_ComTitle2"
colspan=
"3"
>
杂支部分
</td>
...
...
@@ -264,19 +271,15 @@
</td>
<td>
<el-form-item>
<el-input
type=
'text'
class=
"w1
2
0"
v-model=
"OtherPrice.InlandAirTicketMoney"
<el-input
type=
'text'
class=
"w1
8
0"
v-model=
"OtherPrice.InlandAirTicketMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'InlandAirTicketMoney'),getchange()"
></el-input>
</el-form-item>
</td>
<td>
</td>
<td>
</td>
<td
width=
'50'
>
1
</td>
<td
width=
'200'
>
签证费(每人)
</td>
<td
colspan=
'3'
>
<el-form-item>
<el-input
type=
'text'
class=
"w1
2
0"
v-model=
"OtherPrice.VisaMoney"
<el-input
type=
'text'
class=
"w1
8
0"
v-model=
"OtherPrice.VisaMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'VisaMoney'),getchange()"
></el-input>
</el-form-item>
</td>
...
...
@@ -296,19 +299,15 @@
</td>
<td>
<el-form-item>
<el-input
type=
'text'
class=
"w1
2
0"
v-model=
"OtherPrice.InlandShipTicketMoney"
<el-input
type=
'text'
class=
"w1
8
0"
v-model=
"OtherPrice.InlandShipTicketMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'InlandShipTicketMoney'),getchange()"
></el-input>
</el-form-item>
</td>
<td>
</td>
<td>
</td>
<td>
2
</td>
<td>
保险费(每人)
</td>
<td>
<el-form-item>
<el-input
type=
'text'
class=
"w1
2
0"
v-model=
"OtherPrice.SafeMoney"
<el-input
type=
'text'
class=
"w1
8
0"
v-model=
"OtherPrice.SafeMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'SafeMoney'),getchange()"
></el-input>
</el-form-item>
</td>
...
...
@@ -328,19 +327,15 @@
</td>
<td>
<el-form-item>
<el-input
type=
'text'
class=
"w1
2
0"
v-model=
"OtherPrice.InlandTrainTicketMoney"
<el-input
type=
'text'
class=
"w1
8
0"
v-model=
"OtherPrice.InlandTrainTicketMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'InlandTrainTicketMoney'),getchange()"
></el-input>
</el-form-item>
</td>
<td>
</td>
<td>
</td>
<td>
3
</td>
<td>
领队小费
</td>
<td>
<el-form-item>
<el-input
type=
'text'
class=
"w1
2
0"
v-model=
"OtherPrice.LeaderTripMoney"
<el-input
type=
'text'
class=
"w1
8
0"
v-model=
"OtherPrice.LeaderTripMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'LeaderTripMoney'),getchange()"
></el-input>
</el-form-item>
</td>
...
...
@@ -351,10 +346,6 @@
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
<td>
</td>
...
...
@@ -362,83 +353,106 @@
<td>
司机、导游小费
</td>
<td>
<el-form-item>
<el-input
type=
'text'
class=
"w1
2
0"
v-model=
"OtherPrice.DriverGuideMoney"
<el-input
type=
'text'
class=
"w1
8
0"
v-model=
"OtherPrice.DriverGuideMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'DriverGuideMoney'),getchange()"
></el-input>
</el-form-item>
</td>
</tr>
</table>
<div
class=
"clearfix"
>
<div
class=
"CostPriceDiv"
>
<div
class=
"CP_ComTitle"
>
其他支出
</div>
<table
class=
"CostPriceTable"
>
<tr>
<td
width=
'50'
>
1
</td>
<td
width=
'200'
>
销售提成1%
</td>
<td><span
class=
"CP_ComTitle"
>
摘要
</span></td>
<td><span
class=
"CP_ComTitle"
>
金额(人民币)
</span></td>
</tr>
<tr>
<td
width=
'150'
>
销售提成1%
</td>
<td
colspan=
'3'
>
<el-form-item>
<el-input
type=
'text'
class=
"w12
0"
v-model=
"OtherPrice.SalesCommissionMoney"
<el-input
type=
'text'
class=
"w16
0"
v-model=
"OtherPrice.SalesCommissionMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'SalesCommissionMoney'),getchange()"
></el-input>
</el-form-item>
</td>
</tr>
<tr>
<td>
2
</td>
<td>
作业处提成
</td>
<td>
<el-form-item>
<el-input
type=
'text'
class=
"w12
0"
v-model=
"OtherPrice.OfficeCommissionMoney"
<el-input
type=
'text'
class=
"w16
0"
v-model=
"OtherPrice.OfficeCommissionMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'OfficeCommissionMoney'),getchange()"
></el-input>
</el-form-item>
</td>
</tr>
</table>
</div>
<div
class=
"CostPriceDiv"
>
<div
class=
"CP_ComTitle"
>
机票
</div>
<table
class=
"CostPriceTable"
>
<tr>
<td
width=
'50'
>
机票
</td>
<td><span
class=
"CP_ComTitle"
>
摘要
</span></td>
<td><span
class=
"CP_ComTitle"
>
金额(人民币)
</span></td>
</tr>
<tr>
<td
width=
'150'
>
机票
</td>
<td>
<el-form-item>
<el-input
type=
'text'
class=
"w12
0"
v-model=
"OtherPrice.AirTicketMoeny"
<el-input
type=
'text'
class=
"w16
0"
v-model=
"OtherPrice.AirTicketMoeny"
@
keyup
.
native=
"checkPrice(OtherPrice,'AirTicketMoeny'),getchange()"
></el-input>
</el-form-item>
</td>
</tr>
</table>
</div>
<div
class=
"CostPriceDiv"
>
<div
class=
"CP_ComTitle"
>
收入
</div>
<table
class=
"CostPriceTable"
>
<tr>
<td
width=
'50'
>
1
</td>
<td
width=
'200'
>
客人小费收入
</td>
<td><span
class=
"CP_ComTitle"
>
摘要
</span></td>
<td><span
class=
"CP_ComTitle"
>
金额(人民币)
</span></td>
</tr>
<tr>
<td
width=
'150'
>
客人小费收入
</td>
<td
colspan=
'3'
>
<el-form-item>
<el-input
type=
'text'
class=
"w12
0"
v-model=
"OtherPrice.TripMoney"
<el-input
type=
'text'
class=
"w16
0"
v-model=
"OtherPrice.TripMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'TripMoney',true),getchange()"
></el-input>
</el-form-item>
</td>
</tr>
<tr>
<td>
2
</td>
<td>
导游人头费
</td>
<td>
<el-form-item>
<el-input
type=
'text'
class=
"w12
0"
v-model=
"OtherPrice.GuidePeopleMoney"
<el-input
type=
'text'
class=
"w16
0"
v-model=
"OtherPrice.GuidePeopleMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'GuidePeopleMoney'),getchange()"
></el-input>
</el-form-item>
</td>
</tr>
</table>
</div>
<div
class=
"CostPriceDiv"
>
<div
class=
"CP_ComTitle"
>
团负费
</div>
<table
class=
"CostPriceTable"
>
<tr>
<td
width=
'50'
>
KB
</td>
<td><span
class=
"CP_ComTitle"
>
摘要
</span></td>
<td><span
class=
"CP_ComTitle"
>
金额(人民币)
</span></td>
</tr>
<tr>
<td
width=
'150'
>
KB
</td>
<td>
<el-form-item>
<el-input
type=
'text'
class=
"w12
0"
v-model=
"OtherPrice.KBMoney"
<el-input
type=
'text'
class=
"w16
0"
v-model=
"OtherPrice.KBMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'KBMoney',true)"
></el-input>
</el-form-item>
</td>
</tr>
</table>
</div>
</div>
<div
class=
"CP_ComTitle"
>
领队分摊部分
</div>
<table
class=
"CP_comTable"
>
<tr>
...
...
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