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
079c175e
Commit
079c175e
authored
Feb 02, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
0a5c2161
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
23 deletions
+26
-23
CostNewPrice.vue
...ponents/TravelManager/TravelNewQuotation/CostNewPrice.vue
+26
-23
No files found.
src/components/TravelManager/TravelNewQuotation/CostNewPrice.vue
View file @
079c175e
...
@@ -42,6 +42,9 @@
...
@@ -42,6 +42,9 @@
.w79
{
.w79
{
width
:
79px
!important
;
width
:
79px
!important
;
}
}
.w70
{
width
:
70px
!important
;
}
.CostcomCenter
{
.CostcomCenter
{
text-align
:
center
;
text-align
:
center
;
}
}
...
@@ -162,7 +165,7 @@
...
@@ -162,7 +165,7 @@
</span>
</span>
</td>
</td>
<td
:colspan=
"9-2-CostCurrencyList.length+1"
>
<td
:colspan=
"9-2-CostCurrencyList.length+1"
>
<el-form-item
class=
"w
8
0"
>
<el-form-item
class=
"w
7
0"
>
<el-select
v-model=
'currencyType'
@
change=
"getRate(currencyType),addCurrency()"
>
<el-select
v-model=
'currencyType'
@
change=
"getRate(currencyType),addCurrency()"
>
<el-option
v-for=
"item in currencyTypeArr"
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
>
<el-option
v-for=
"item in currencyTypeArr"
:label=
'item.Name'
:value=
'item.ID'
:key=
'item.ID'
>
</el-option>
</el-option>
...
@@ -178,7 +181,7 @@
...
@@ -178,7 +181,7 @@
</el-input>
</el-input>
</td>
</td>
<td
:colspan=
"9-2-CostCurrencyList.length+1"
>
<td
:colspan=
"9-2-CostCurrencyList.length+1"
>
<el-input
class=
"w
8
0"
v-model=
'queryMsg.RateInput'
<el-input
class=
"w
7
0"
v-model=
'queryMsg.RateInput'
@
keyup
.
native=
"checkRate(queryMsg,'RateInput'),getchange()"
>
@
keyup
.
native=
"checkRate(queryMsg,'RateInput'),getchange()"
>
</el-input>
</el-input>
</td>
</td>
...
@@ -236,11 +239,11 @@
...
@@ -236,11 +239,11 @@
<div
style=
"width:100px;"
>
{{subItem.DayNum}}
</div>
<div
style=
"width:100px;"
>
{{subItem.DayNum}}
</div>
</td>
</td>
<td>
<td>
<el-input
type=
"textarea"
resize=
"none"
class=
"w2
0
0"
v-model=
"subItem.Title"
></el-input>
<el-input
type=
"textarea"
resize=
"none"
class=
"w2
5
0"
v-model=
"subItem.Title"
></el-input>
</td>
</td>
<td>
<td>
<el-form-item>
<el-form-item>
<el-select
v-model=
'subItem.CurrencyId'
class=
"w
8
0"
>
<el-select
v-model=
'subItem.CurrencyId'
class=
"w
7
0"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
'defaultSelect'
></el-option>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
'defaultSelect'
></el-option>
<el-option
v-for=
"items in CostCurrencyList"
:label=
'items.CurrencyName'
:value=
'items.CurrencyId'
<el-option
v-for=
"items in CostCurrencyList"
:label=
'items.CurrencyName'
:value=
'items.CurrencyId'
:key=
'items.CurrencyId'
>
:key=
'items.CurrencyId'
>
...
@@ -249,29 +252,29 @@
...
@@ -249,29 +252,29 @@
</el-form-item>
</el-form-item>
</td>
</td>
<td>
<td>
<el-input
type=
'text'
v-model=
"subItem.HotelCostPrice"
class=
"w
8
0"
<el-input
type=
'text'
v-model=
"subItem.HotelCostPrice"
class=
"w
7
0"
@
keyup
.
native=
"checkPrice(subItem,'HotelCostPrice')"
></el-input>
@
keyup
.
native=
"checkPrice(subItem,'HotelCostPrice')"
></el-input>
</td>
</td>
<td>
<td>
<el-input
type=
'text'
v-model=
"subItem.BusCostPrice"
class=
"w
8
0"
<el-input
type=
'text'
v-model=
"subItem.BusCostPrice"
class=
"w
7
0"
@
keyup
.
native=
"checkPrice(subItem,'BusCostPrice'),getchange()"
>
@
keyup
.
native=
"checkPrice(subItem,'BusCostPrice'),getchange()"
>
</el-input>
</el-input>
</td>
</td>
<td>
<td>
<el-input
type=
'text'
v-model=
"subItem.ScenicCostPrice"
class=
"w
8
0"
<el-input
type=
'text'
v-model=
"subItem.ScenicCostPrice"
class=
"w
7
0"
@
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'
class=
"w
8
0"
<el-input
type=
"text"
v-model=
'subItem.BreakfastCostPrice'
class=
"w
7
0"
@
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'
class=
"w
8
0"
<el-input
type=
"text"
v-model=
'subItem.LunchCostPrice'
class=
"w
7
0"
@
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'
class=
"w
8
0"
<el-input
type=
"text"
v-model=
'subItem.DinnerCostPrice'
class=
"w
7
0"
@
keyup
.
native=
"checkPrice(subItem,'DinnerCostPrice'),getchange()"
></el-input>
@
keyup
.
native=
"checkPrice(subItem,'DinnerCostPrice'),getchange()"
></el-input>
</td>
</td>
</tr>
</tr>
...
@@ -287,7 +290,7 @@
...
@@ -287,7 +290,7 @@
<td
class=
"CP_ComTitle2"
>
内陆段机位(每人)
</td>
<td
class=
"CP_ComTitle2"
>
内陆段机位(每人)
</td>
<td>
<td>
<el-form-item>
<el-form-item>
<el-select
v-model=
'OtherPrice.InlandAirTicketCurrency'
class=
"w
8
0"
>
<el-select
v-model=
'OtherPrice.InlandAirTicketCurrency'
class=
"w
7
0"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
'defaultSelect'
></el-option>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
'defaultSelect'
></el-option>
<el-option
v-for=
"items in CostCurrencyList"
:label=
'items.CurrencyName'
:value=
'items.CurrencyId'
<el-option
v-for=
"items in CostCurrencyList"
:label=
'items.CurrencyName'
:value=
'items.CurrencyId'
:key=
'items.CurrencyId'
>
:key=
'items.CurrencyId'
>
...
@@ -297,7 +300,7 @@
...
@@ -297,7 +300,7 @@
</td>
</td>
<td
>
<td
>
<el-form-item>
<el-form-item>
<el-input
type=
'text'
class=
"w
8
0"
v-model=
"OtherPrice.InlandAirTicketMoney"
<el-input
type=
'text'
class=
"w
7
0"
v-model=
"OtherPrice.InlandAirTicketMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'InlandAirTicketMoney'),getchange()"
></el-input>
@
keyup
.
native=
"checkPrice(OtherPrice,'InlandAirTicketMoney'),getchange()"
></el-input>
</el-form-item>
</el-form-item>
</td>
</td>
...
@@ -315,7 +318,7 @@
...
@@ -315,7 +318,7 @@
<td
class=
"CP_ComTitle2"
>
内陆段船票(每人)
</td>
<td
class=
"CP_ComTitle2"
>
内陆段船票(每人)
</td>
<td>
<td>
<el-form-item>
<el-form-item>
<el-select
v-model=
'OtherPrice.InlandShipTicketCurrency'
class=
"w
8
0"
>
<el-select
v-model=
'OtherPrice.InlandShipTicketCurrency'
class=
"w
7
0"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
'defaultSelect'
></el-option>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
'defaultSelect'
></el-option>
<el-option
v-for=
"items in CostCurrencyList"
:label=
'items.CurrencyName'
:value=
'items.CurrencyId'
<el-option
v-for=
"items in CostCurrencyList"
:label=
'items.CurrencyName'
:value=
'items.CurrencyId'
:key=
'items.CurrencyId'
>
:key=
'items.CurrencyId'
>
...
@@ -325,7 +328,7 @@
...
@@ -325,7 +328,7 @@
</td>
</td>
<td
>
<td
>
<el-form-item>
<el-form-item>
<el-input
type=
'text'
class=
"w
8
0"
v-model=
"OtherPrice.InlandShipTicketMoney"
<el-input
type=
'text'
class=
"w
7
0"
v-model=
"OtherPrice.InlandShipTicketMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'InlandShipTicketMoney'),getchange()"
></el-input>
@
keyup
.
native=
"checkPrice(OtherPrice,'InlandShipTicketMoney'),getchange()"
></el-input>
</el-form-item>
</el-form-item>
</td>
</td>
...
@@ -343,7 +346,7 @@
...
@@ -343,7 +346,7 @@
<td
class=
"CP_ComTitle2"
>
内陆段火车票(每人)
</td>
<td
class=
"CP_ComTitle2"
>
内陆段火车票(每人)
</td>
<td>
<td>
<el-form-item>
<el-form-item>
<el-select
v-model=
'OtherPrice.InlandTrainTicketCurrency'
class=
"w
8
0"
>
<el-select
v-model=
'OtherPrice.InlandTrainTicketCurrency'
class=
"w
7
0"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
'defaultSelect'
></el-option>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
'defaultSelect'
></el-option>
<el-option
v-for=
"items in CostCurrencyList"
:label=
'items.CurrencyName'
:value=
'items.CurrencyId'
<el-option
v-for=
"items in CostCurrencyList"
:label=
'items.CurrencyName'
:value=
'items.CurrencyId'
:key=
'items.CurrencyId'
>
:key=
'items.CurrencyId'
>
...
@@ -353,7 +356,7 @@
...
@@ -353,7 +356,7 @@
</td>
</td>
<td
>
<td
>
<el-form-item>
<el-form-item>
<el-input
type=
'text'
class=
"w
8
0"
v-model=
"OtherPrice.InlandTrainTicketMoney"
<el-input
type=
'text'
class=
"w
7
0"
v-model=
"OtherPrice.InlandTrainTicketMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'InlandTrainTicketMoney'),getchange()"
></el-input>
@
keyup
.
native=
"checkPrice(OtherPrice,'InlandTrainTicketMoney'),getchange()"
></el-input>
</el-form-item>
</el-form-item>
</td>
</td>
...
@@ -407,14 +410,14 @@
...
@@ -407,14 +410,14 @@
<td
class=
"CP_ComTitle2"
>
机票
</td>
<td
class=
"CP_ComTitle2"
>
机票
</td>
<td>
<td>
<el-form-item>
<el-form-item>
<el-input
type=
'text'
class=
"w
8
0"
v-model=
"OtherPrice.AirTicketMoeny"
<el-input
type=
'text'
class=
"w
7
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
class=
"CP_ComTitle2"
>
客人小费收入
</td>
<td
class=
"CP_ComTitle2"
>
客人小费收入
</td>
<td>
<td>
<el-form-item>
<el-form-item>
<el-input
type=
'text'
class=
"w
8
0"
v-model=
"OtherPrice.TripMoney"
<el-input
type=
'text'
class=
"w
7
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>
...
@@ -438,7 +441,7 @@
...
@@ -438,7 +441,7 @@
<td
class=
"CP_ComTitle2"
>
导游人头费
</td>
<td
class=
"CP_ComTitle2"
>
导游人头费
</td>
<td>
<td>
<el-form-item>
<el-form-item>
<el-input
type=
'text'
class=
"w
8
0"
v-model=
"OtherPrice.GuidePeopleMoney"
<el-input
type=
'text'
class=
"w
7
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>
...
@@ -469,25 +472,25 @@
...
@@ -469,25 +472,25 @@
</td>
</td>
<td>
<td>
<el-form-item>
<el-form-item>
<el-input
type=
'text'
class=
"w
8
0"
v-model=
"OtherPrice.TicketShareMoney"
<el-input
type=
'text'
class=
"w
7
0"
v-model=
"OtherPrice.TicketShareMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'TicketShareMoney'),getchange()"
></el-input>
@
keyup
.
native=
"checkPrice(OtherPrice,'TicketShareMoney'),getchange()"
></el-input>
</el-form-item>
</el-form-item>
</td>
</td>
<td>
<td>
<el-form-item>
<el-form-item>
<el-input
type=
'text'
class=
"w
8
0"
v-model=
"OtherPrice.SingleRoomShareMoney"
<el-input
type=
'text'
class=
"w
7
0"
v-model=
"OtherPrice.SingleRoomShareMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'SingleRoomShareMoney'),getchange()"
></el-input>
@
keyup
.
native=
"checkPrice(OtherPrice,'SingleRoomShareMoney'),getchange()"
></el-input>
</el-form-item>
</el-form-item>
</td>
</td>
<td>
<td>
<el-form-item>
<el-form-item>
<el-input
type=
'text'
class=
"w
8
0"
v-model=
"OtherPrice.InlandTrafficShareMoney"
<el-input
type=
'text'
class=
"w
7
0"
v-model=
"OtherPrice.InlandTrafficShareMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'InlandTrafficShareMoney'),getchange()"
></el-input>
@
keyup
.
native=
"checkPrice(OtherPrice,'InlandTrafficShareMoney'),getchange()"
></el-input>
</el-form-item>
</el-form-item>
</td>
</td>
<td>
<td>
<el-form-item>
<el-form-item>
<el-input
type=
'text'
class=
"w
8
0"
v-model=
"OtherPrice.OtherShareMoney"
<el-input
type=
'text'
class=
"w
7
0"
v-model=
"OtherPrice.OtherShareMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'OtherShareMoney'),getchange()"
></el-input>
@
keyup
.
native=
"checkPrice(OtherPrice,'OtherShareMoney'),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