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
fd6bb769
Commit
fd6bb769
authored
Feb 01, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
08ac41ea
bf6709f9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
33 deletions
+34
-33
CostNewPrice.vue
...ponents/TravelManager/TravelNewQuotation/CostNewPrice.vue
+34
-33
No files found.
src/components/TravelManager/TravelNewQuotation/CostNewPrice.vue
View file @
fd6bb769
...
@@ -17,13 +17,14 @@
...
@@ -17,13 +17,14 @@
.CostNewPrice
.QuotationFirstDiv1
.el-form-item__content
.el-select
{
.CostNewPrice
.QuotationFirstDiv1
.el-form-item__content
.el-select
{
width
:
calc
(
100%
-
100px
);
width
:
calc
(
100%
-
100px
);
}
}
.CostNewPrice
.CP_ComTitle2
{
color
:
blue
;
font-weight
:
bold
;}
.CostNewPrice
.CP_ComTitle2
{
color
:
#106BAF
;
font-weight
:
bold
;}
.CostNewTable
{
.CostNewTable
{
width
:
74%
;
width
:
74%
;
}
}
.CostNewTable
td
{
.CostNewTable
td
{
padding
:
5px
;
padding
:
5px
;
height
:
40px
;
height
:
40px
;
border
:
1px
solid
#106BAF
;
}
}
.CostPriceDiv
{
.CostPriceDiv
{
float
:
left
;
float
:
left
;
...
@@ -31,7 +32,7 @@
...
@@ -31,7 +32,7 @@
margin-right
:
23px
;
margin-right
:
23px
;
}
}
.CP_ComTitle
{
.CP_ComTitle
{
color
:
blue
;
color
:
#106BAF
;
}
}
.w505
{
.w505
{
width
:
505px
!important
;
width
:
505px
!important
;
...
@@ -46,7 +47,7 @@
...
@@ -46,7 +47,7 @@
<el-row
:gutter=
"40"
>
<el-row
:gutter=
"40"
>
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"线路"
label-width=
"100px"
>
<el-form-item
label=
"线路"
label-width=
"100px"
>
<el-select
v-model=
"postConfig.LineId"
:placeholder=
"$t('pub.pleaseSel')"
class=
"w
30
0"
<el-select
v-model=
"postConfig.LineId"
:placeholder=
"$t('pub.pleaseSel')"
class=
"w
24
0"
@
change=
"getLineTeamList(postConfig.LineId,1)"
filterable
>
@
change=
"getLineTeamList(postConfig.LineId,1)"
filterable
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
'0'
></el-option>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
'0'
></el-option>
<el-option
v-for=
"item in LineList"
:label=
'item.LineName'
:value=
'item.LineID'
:key=
'item.LineID'
>
<el-option
v-for=
"item in LineList"
:label=
'item.LineName'
:value=
'item.LineID'
:key=
'item.LineID'
>
...
@@ -56,7 +57,7 @@
...
@@ -56,7 +57,7 @@
</el-col>
</el-col>
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"系列"
label-width=
"100px"
>
<el-form-item
label=
"系列"
label-width=
"100px"
>
<el-select
v-model=
"postConfig.LineteamId"
:placeholder=
"$t('pub.pleaseSel')"
filterable
class=
"w
30
0"
>
<el-select
v-model=
"postConfig.LineteamId"
:placeholder=
"$t('pub.pleaseSel')"
filterable
class=
"w
24
0"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
'0'
></el-option>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
'0'
></el-option>
<el-option
v-for=
"item in LineTeamList"
:label=
'item.LtName'
:value=
'item.LtID'
:key=
'item.LtID'
>
<el-option
v-for=
"item in LineTeamList"
:label=
'item.LtName'
:value=
'item.LtID'
:key=
'item.LtID'
>
</el-option>
</el-option>
...
@@ -65,20 +66,20 @@
...
@@ -65,20 +66,20 @@
</el-col>
</el-col>
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"客户名称"
label-width=
"100px"
>
<el-form-item
label=
"客户名称"
label-width=
"100px"
>
<el-input
v-model=
"postConfig.CustomerName"
type=
"text"
class=
"w
30
0"
placeholder=
"客户名称"
maxlength=
"200"
></el-input>
<el-input
v-model=
"postConfig.CustomerName"
type=
"text"
class=
"w
28
0"
placeholder=
"客户名称"
maxlength=
"200"
></el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
<el-row
:gutter=
"40"
>
<el-row
:gutter=
"40"
>
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"团队标题"
label-width=
"100px"
>
<el-form-item
label=
"团队标题"
label-width=
"100px"
>
<el-input
v-model=
"postConfig.Title"
type=
"textarea"
class=
"w
30
0"
<el-input
v-model=
"postConfig.Title"
type=
"textarea"
class=
"w
24
0"
:autosize=
"
{minRows: 1, maxRows: 2 }" resize="none" placeholder="请填写团队标题" maxlength="200">
</el-input>
:autosize=
"
{minRows: 1, maxRows: 2 }" resize="none" placeholder="请填写团队标题" maxlength="200">
</el-input>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"行程天数"
label-width=
"100px"
>
<el-form-item
label=
"行程天数"
label-width=
"100px"
>
<el-input
class=
"w
30
0 LowNum"
v-model=
"postConfig.DayNum"
<el-input
class=
"w
24
0 LowNum"
v-model=
"postConfig.DayNum"
@
keyup
.
native=
"checkInteger(postConfig,'DayNum');createDayTripPrice()"
maxlength=
"2"
>
@
keyup
.
native=
"checkInteger(postConfig,'DayNum');createDayTripPrice()"
maxlength=
"2"
>
<template
slot=
"append"
>
天
</
template
>
<template
slot=
"append"
>
天
</
template
>
</el-input>
</el-input>
...
@@ -194,21 +195,21 @@
...
@@ -194,21 +195,21 @@
<table
class=
"CostPriceTable CostNewTable"
>
<table
class=
"CostPriceTable CostNewTable"
>
<tr>
<tr>
<t
h
rowspan=
"2"
width=
'130'
>
Day
</th
>
<t
d
rowspan=
"2"
width=
'180'
class=
"CP_ComTitle2"
>
Day
</td
>
<t
h
rowspan=
"2"
width=
'200'
>
行程大点
</th
>
<t
d
rowspan=
"2"
width=
'200'
class=
"CP_ComTitle2"
>
行程大点
</td
>
<t
h
rowspan=
"2"
width=
"100"
>
币种
</th
>
<t
d
rowspan=
"2"
width=
"100"
class=
"CP_ComTitle2"
>
币种
</td
>
<t
h
rowspan=
"2"
width=
'100'
>
酒店
</th
>
<t
d
rowspan=
"2"
width=
'60'
class=
"CP_ComTitle2"
>
酒店
</td
>
<t
h
rowspan=
"2"
width=
'100'
>
车
</th
>
<t
d
rowspan=
"2"
width=
'100'
class=
"CP_ComTitle2"
>
车
</td
>
<t
h
rowspan=
"2"
width=
'100'
>
门票
</th
>
<t
d
rowspan=
"2"
width=
'80'
class=
"CP_ComTitle2"
>
门票
</td
>
<t
h
colspan=
"3"
width=
'100'
>
餐
</th
>
<t
d
colspan=
"3"
width=
'100'
class=
"CP_ComTitle2"
>
餐
</td
>
</tr>
</tr>
<tr>
<tr>
<t
h
width=
"120"
>
早
</th
>
<t
d
width=
"120"
class=
"CP_ComTitle2"
>
早
</td
>
<t
h
width=
"100"
>
中
</th
>
<t
d
width=
"100"
class=
"CP_ComTitle2"
>
中
</td
>
<t
h
width=
"100"
>
晚
</th
>
<t
d
width=
"100"
class=
"CP_ComTitle2"
>
晚
</td
>
</tr>
</tr>
<tr
v-for=
"subItem in dayCostPrice"
:key=
"subItem.subCode"
>
<tr
v-for=
"subItem in dayCostPrice"
:key=
"subItem.subCode"
>
<td
align=
"center"
>
{{subItem.DayNum}}
</td>
<td
align=
"center"
>
<div
style=
"width:100px;"
>
{{subItem.DayNum}}
</div>
</td>
<td>
<td>
<el-input
type=
"textarea"
resize=
"none"
v-model=
"subItem.Title"
></el-input>
<el-input
type=
"textarea"
resize=
"none"
v-model=
"subItem.Title"
></el-input>
</td>
</td>
...
@@ -223,7 +224,7 @@
...
@@ -223,7 +224,7 @@
</el-form-item>
</el-form-item>
</td>
</td>
<td>
<td>
<el-input
type=
'text'
v-model=
"subItem.HotelCostPrice"
<el-input
type=
'text'
v-model=
"subItem.HotelCostPrice"
class=
"w120"
@
keyup
.
native=
"checkPrice(subItem,'HotelCostPrice')"
></el-input>
@
keyup
.
native=
"checkPrice(subItem,'HotelCostPrice')"
></el-input>
</td>
</td>
<td>
<td>
...
@@ -232,20 +233,20 @@
...
@@ -232,20 +233,20 @@
</el-input>
</el-input>
</td>
</td>
<td>
<td>
<el-input
type=
'text'
v-model=
"subItem.ScenicCostPrice"
<el-input
type=
'text'
v-model=
"subItem.ScenicCostPrice"
class=
"w120"
@
keyup
.
native=
"checkPrice(subItem,'ScenicCostPrice'),getchange()"
></el-input>
@
keyup
.
native=
"checkPrice(subItem,'ScenicCostPrice'),getchange()"
></el-input>
</td>
</td>
<td>
<td>
<el-input
type=
"text"
v-model=
'subItem.BreakfastCostPrice'
<el-input
type=
"text"
v-model=
'subItem.BreakfastCostPrice'
class=
"w100"
@
keyup
.
native=
"checkPrice(subItem,'BreakfastCostPrice'),getchange()"
>
@
keyup
.
native=
"checkPrice(subItem,'BreakfastCostPrice'),getchange()"
>
</el-input>
</el-input>
</td>
</td>
<td>
<td>
<el-input
type=
"text"
v-model=
'subItem.LunchCostPrice'
<el-input
type=
"text"
v-model=
'subItem.LunchCostPrice'
class=
"w80"
@
keyup
.
native=
"checkPrice(subItem,'LunchCostPrice'),getchange()"
></el-input>
@
keyup
.
native=
"checkPrice(subItem,'LunchCostPrice'),getchange()"
></el-input>
</td>
</td>
<td>
<td>
<el-input
type=
"text"
v-model=
'subItem.DinnerCostPrice'
<el-input
type=
"text"
v-model=
'subItem.DinnerCostPrice'
class=
"w80"
@
keyup
.
native=
"checkPrice(subItem,'DinnerCostPrice'),getchange()"
></el-input>
@
keyup
.
native=
"checkPrice(subItem,'DinnerCostPrice'),getchange()"
></el-input>
</td>
</td>
</tr>
</tr>
...
@@ -279,7 +280,7 @@
...
@@ -279,7 +280,7 @@
<td>
签证费(每人)
</td>
<td>
签证费(每人)
</td>
<td
colspan=
"2"
>
<td
colspan=
"2"
>
<el-form-item>
<el-form-item>
<el-input
type=
'text'
class=
"w1
8
0"
v-model=
"OtherPrice.VisaMoney"
<el-input
type=
'text'
class=
"w1
6
0"
v-model=
"OtherPrice.VisaMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'VisaMoney'),getchange()"
></el-input>
@
keyup
.
native=
"checkPrice(OtherPrice,'VisaMoney'),getchange()"
></el-input>
</el-form-item>
</el-form-item>
</td>
</td>
...
@@ -307,7 +308,7 @@
...
@@ -307,7 +308,7 @@
<td>
保险费(每人)
</td>
<td>
保险费(每人)
</td>
<td
colspan=
"2"
>
<td
colspan=
"2"
>
<el-form-item>
<el-form-item>
<el-input
type=
'text'
class=
"w1
8
0"
v-model=
"OtherPrice.SafeMoney"
<el-input
type=
'text'
class=
"w1
6
0"
v-model=
"OtherPrice.SafeMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'SafeMoney'),getchange()"
></el-input>
@
keyup
.
native=
"checkPrice(OtherPrice,'SafeMoney'),getchange()"
></el-input>
</el-form-item>
</el-form-item>
</td>
</td>
...
@@ -335,7 +336,7 @@
...
@@ -335,7 +336,7 @@
<td>
领队小费
</td>
<td>
领队小费
</td>
<td
colspan=
"2"
>
<td
colspan=
"2"
>
<el-form-item>
<el-form-item>
<el-input
type=
'text'
class=
"w1
8
0"
v-model=
"OtherPrice.LeaderTripMoney"
<el-input
type=
'text'
class=
"w1
6
0"
v-model=
"OtherPrice.LeaderTripMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'LeaderTripMoney'),getchange()"
></el-input>
@
keyup
.
native=
"checkPrice(OtherPrice,'LeaderTripMoney'),getchange()"
></el-input>
</el-form-item>
</el-form-item>
</td>
</td>
...
@@ -346,7 +347,7 @@
...
@@ -346,7 +347,7 @@
<td>
司机、导游小费
</td>
<td>
司机、导游小费
</td>
<td
colspan=
"2"
>
<td
colspan=
"2"
>
<el-form-item>
<el-form-item>
<el-input
type=
'text'
class=
"w1
8
0"
v-model=
"OtherPrice.DriverGuideMoney"
<el-input
type=
'text'
class=
"w1
6
0"
v-model=
"OtherPrice.DriverGuideMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'DriverGuideMoney'),getchange()"
></el-input>
@
keyup
.
native=
"checkPrice(OtherPrice,'DriverGuideMoney'),getchange()"
></el-input>
</el-form-item>
</el-form-item>
</td>
</td>
...
@@ -374,28 +375,28 @@
...
@@ -374,28 +375,28 @@
<td>
销售提成1%
</td>
<td>
销售提成1%
</td>
<td>
<td>
<el-form-item>
<el-form-item>
<el-input
type=
'text'
class=
"w1
6
0"
v-model=
"OtherPrice.SalesCommissionMoney"
<el-input
type=
'text'
class=
"w1
5
0"
v-model=
"OtherPrice.SalesCommissionMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'SalesCommissionMoney'),getchange()"
></el-input>
@
keyup
.
native=
"checkPrice(OtherPrice,'SalesCommissionMoney'),getchange()"
></el-input>
</el-form-item>
</el-form-item>
</td>
</td>
<td>
机票
</td>
<td>
机票
</td>
<td>
<td>
<el-form-item>
<el-form-item>
<el-input
type=
'text'
class=
"w1
6
0"
v-model=
"OtherPrice.AirTicketMoeny"
<el-input
type=
'text'
class=
"w1
2
0"
v-model=
"OtherPrice.AirTicketMoeny"
@
keyup
.
native=
"checkPrice(OtherPrice,'AirTicketMoeny'),getchange()"
></el-input>
@
keyup
.
native=
"checkPrice(OtherPrice,'AirTicketMoeny'),getchange()"
></el-input>
</el-form-item>
</el-form-item>
</td>
</td>
<td>
客人小费收入
</td>
<td>
客人小费收入
</td>
<td>
<td>
<el-form-item>
<el-form-item>
<el-input
type=
'text'
class=
"w1
6
0"
v-model=
"OtherPrice.TripMoney"
<el-input
type=
'text'
class=
"w1
2
0"
v-model=
"OtherPrice.TripMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'TripMoney',true),getchange()"
></el-input>
@
keyup
.
native=
"checkPrice(OtherPrice,'TripMoney',true),getchange()"
></el-input>
</el-form-item>
</el-form-item>
</td>
</td>
<td>
KB
</td>
<td>
KB
</td>
<td
colspan=
"2"
>
<td
colspan=
"2"
>
<el-form-item>
<el-form-item>
<el-input
type=
'text'
class=
"w1
6
0"
v-model=
"OtherPrice.KBMoney"
<el-input
type=
'text'
class=
"w1
2
0"
v-model=
"OtherPrice.KBMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'KBMoney',true)"
></el-input>
@
keyup
.
native=
"checkPrice(OtherPrice,'KBMoney',true)"
></el-input>
</el-form-item>
</el-form-item>
</td>
</td>
...
@@ -404,7 +405,7 @@
...
@@ -404,7 +405,7 @@
<td>
作业处提成
</td>
<td>
作业处提成
</td>
<td>
<td>
<el-form-item>
<el-form-item>
<el-input
type=
'text'
class=
"w1
6
0"
v-model=
"OtherPrice.OfficeCommissionMoney"
<el-input
type=
'text'
class=
"w1
5
0"
v-model=
"OtherPrice.OfficeCommissionMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'OfficeCommissionMoney'),getchange()"
></el-input>
@
keyup
.
native=
"checkPrice(OtherPrice,'OfficeCommissionMoney'),getchange()"
></el-input>
</el-form-item>
</el-form-item>
</td>
</td>
...
@@ -412,7 +413,7 @@
...
@@ -412,7 +413,7 @@
<td>
导游人头费
</td>
<td>
导游人头费
</td>
<td>
<td>
<el-form-item>
<el-form-item>
<el-input
type=
'text'
class=
"w1
6
0"
v-model=
"OtherPrice.GuidePeopleMoney"
<el-input
type=
'text'
class=
"w1
2
0"
v-model=
"OtherPrice.GuidePeopleMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'GuidePeopleMoney'),getchange()"
></el-input>
@
keyup
.
native=
"checkPrice(OtherPrice,'GuidePeopleMoney'),getchange()"
></el-input>
</el-form-item>
</el-form-item>
</td>
</td>
...
...
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