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
defca7b0
Commit
defca7b0
authored
Feb 01, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
a80ff651
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
27 deletions
+26
-27
CostNewPrice.vue
...ponents/TravelManager/TravelNewQuotation/CostNewPrice.vue
+26
-27
No files found.
src/components/TravelManager/TravelNewQuotation/CostNewPrice.vue
View file @
defca7b0
...
...
@@ -19,7 +19,7 @@
}
.CostNewPrice
.CP_ComTitle2
{
color
:
#106BAF
;
font-weight
:
bold
;}
.CostNewTable
{
width
:
7
4
%
;
width
:
7
0
%
;
}
.CostNewTable
td
{
padding
:
5px
;
...
...
@@ -183,7 +183,7 @@
</td>
</tr>
<tr
v-for=
"item in CostCurrencyList"
>
<td
class=
"CP_comBack"
>
地接报价({{item.CurrencyName}})
</td>
<td>
地接报价({{item.CurrencyName}})
</td>
<td
v-if=
"checkExists(item.CurrencyId)"
v-for=
"childItem in getCurrencyNumberList(item.CurrencyId)"
>
<el-form-item>
<el-input
class=
"w80"
v-model=
'childItem.Money'
...
...
@@ -207,9 +207,9 @@
<td
colspan=
"3"
width=
'100'
class=
"CP_ComTitle2 CostcomCenter"
>
餐
</td>
</tr>
<tr>
<td
width=
"120"
class=
"CP_ComTitle2"
>
早
</td>
<td
width=
"100"
class=
"CP_ComTitle2"
>
中
</td>
<td
width=
"100"
class=
"CP_ComTitle2"
>
晚
</td>
<td
width=
"120"
class=
"CP_ComTitle2
CostcomCenter
"
>
早
</td>
<td
width=
"100"
class=
"CP_ComTitle2
CostcomCenter
"
>
中
</td>
<td
width=
"100"
class=
"CP_ComTitle2
CostcomCenter
"
>
晚
</td>
</tr>
<tr
v-for=
"subItem in dayCostPrice"
:key=
"subItem.subCode"
>
<td
align=
"center"
><div
style=
"width:100px;"
>
{{subItem.DayNum}}
</div></td>
...
...
@@ -218,7 +218,7 @@
</td>
<td>
<el-form-item>
<el-select
v-model=
'subItem.CurrencyId'
>
<el-select
v-model=
'subItem.CurrencyId'
class=
"w100"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
'defaultSelect'
></el-option>
<el-option
v-for=
"items in CostCurrencyList"
:label=
'items.CurrencyName'
:value=
'items.CurrencyId'
:key=
'items.CurrencyId'
>
...
...
@@ -227,16 +227,16 @@
</el-form-item>
</td>
<td>
<el-input
type=
'text'
v-model=
"subItem.HotelCostPrice"
class=
"w1
2
0"
<el-input
type=
'text'
v-model=
"subItem.HotelCostPrice"
class=
"w1
0
0"
@
keyup
.
native=
"checkPrice(subItem,'HotelCostPrice')"
></el-input>
</td>
<td>
<el-input
type=
'text'
v-model=
"subItem.BusCostPrice"
<el-input
type=
'text'
v-model=
"subItem.BusCostPrice"
class=
"w100"
@
keyup
.
native=
"checkPrice(subItem,'BusCostPrice'),getchange()"
>
</el-input>
</td>
<td>
<el-input
type=
'text'
v-model=
"subItem.ScenicCostPrice"
class=
"w1
2
0"
<el-input
type=
'text'
v-model=
"subItem.ScenicCostPrice"
class=
"w1
0
0"
@
keyup
.
native=
"checkPrice(subItem,'ScenicCostPrice'),getchange()"
></el-input>
</td>
<td>
...
...
@@ -262,10 +262,10 @@
</tr>
<tr>
<td>
1
</td>
<td>
内陆段机位
(每人)
</td>
<td>
内陆段机位
(每人)
</td>
<td>
<el-form-item>
<el-select
v-model=
'OtherPrice.InlandAirTicketCurrency'
>
<el-select
v-model=
'OtherPrice.InlandAirTicketCurrency'
class=
"w100"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
'defaultSelect'
></el-option>
<el-option
v-for=
"items in CostCurrencyList"
:label=
'items.CurrencyName'
:value=
'items.CurrencyId'
:key=
'items.CurrencyId'
>
...
...
@@ -280,7 +280,7 @@
</el-form-item>
</td>
<td>
1
</td>
<td>
签证费
(每人)
</td>
<td>
签证费
(每人)
</td>
<td
colspan=
"2"
>
<el-form-item>
<el-input
type=
'text'
class=
"w160"
v-model=
"OtherPrice.VisaMoney"
...
...
@@ -290,10 +290,10 @@
</tr>
<tr>
<td>
2
</td>
<td>
内陆段船票
(每人)
</td>
<td>
内陆段船票
(每人)
</td>
<td>
<el-form-item>
<el-select
v-model=
'OtherPrice.InlandShipTicketCurrency'
>
<el-select
v-model=
'OtherPrice.InlandShipTicketCurrency'
class=
"w100"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
'defaultSelect'
></el-option>
<el-option
v-for=
"items in CostCurrencyList"
:label=
'items.CurrencyName'
:value=
'items.CurrencyId'
:key=
'items.CurrencyId'
>
...
...
@@ -308,7 +308,7 @@
</el-form-item>
</td>
<td>
2
</td>
<td>
保险费
(每人)
</td>
<td>
保险费
(每人)
</td>
<td
colspan=
"2"
>
<el-form-item>
<el-input
type=
'text'
class=
"w160"
v-model=
"OtherPrice.SafeMoney"
...
...
@@ -318,10 +318,10 @@
</tr>
<tr>
<td>
3
</td>
<td>
内陆段火车票
(每人)
</td>
<td>
内陆段火车票
(每人)
</td>
<td>
<el-form-item>
<el-select
v-model=
'OtherPrice.InlandTrainTicketCurrency'
>
<el-select
v-model=
'OtherPrice.InlandTrainTicketCurrency'
class=
"w100"
>
<el-option
:label=
"$t('pub.unlimitedSel')"
:value=
'defaultSelect'
></el-option>
<el-option
v-for=
"items in CostCurrencyList"
:label=
'items.CurrencyName'
:value=
'items.CurrencyId'
:key=
'items.CurrencyId'
>
...
...
@@ -378,21 +378,21 @@
<td>
销售提成1%
</td>
<td>
<el-form-item>
<el-input
type=
'text'
class=
"w1
5
0"
v-model=
"OtherPrice.SalesCommissionMoney"
<el-input
type=
'text'
class=
"w1
2
0"
v-model=
"OtherPrice.SalesCommissionMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'SalesCommissionMoney'),getchange()"
></el-input>
</el-form-item>
</td>
<td>
机票
</td>
<td>
<el-form-item>
<el-input
type=
'text'
class=
"w1
2
0"
v-model=
"OtherPrice.AirTicketMoeny"
<el-input
type=
'text'
class=
"w1
0
0"
v-model=
"OtherPrice.AirTicketMoeny"
@
keyup
.
native=
"checkPrice(OtherPrice,'AirTicketMoeny'),getchange()"
></el-input>
</el-form-item>
</td>
<td>
客人小费收入
</td>
<td>
<el-form-item>
<el-input
type=
'text'
class=
"w1
2
0"
v-model=
"OtherPrice.TripMoney"
<el-input
type=
'text'
class=
"w1
0
0"
v-model=
"OtherPrice.TripMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'TripMoney',true),getchange()"
></el-input>
</el-form-item>
</td>
...
...
@@ -408,7 +408,7 @@
<td>
作业处提成
</td>
<td>
<el-form-item>
<el-input
type=
'text'
class=
"w1
5
0"
v-model=
"OtherPrice.OfficeCommissionMoney"
<el-input
type=
'text'
class=
"w1
2
0"
v-model=
"OtherPrice.OfficeCommissionMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'OfficeCommissionMoney'),getchange()"
></el-input>
</el-form-item>
</td>
...
...
@@ -416,7 +416,7 @@
<td>
导游人头费
</td>
<td>
<el-form-item>
<el-input
type=
'text'
class=
"w1
2
0"
v-model=
"OtherPrice.GuidePeopleMoney"
<el-input
type=
'text'
class=
"w1
0
0"
v-model=
"OtherPrice.GuidePeopleMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'GuidePeopleMoney'),getchange()"
></el-input>
</el-form-item>
</td>
...
...
@@ -447,25 +447,25 @@
</td>
<td>
<el-form-item>
<el-input
type=
'text'
class=
"w1
2
0"
v-model=
"OtherPrice.TicketShareMoney"
<el-input
type=
'text'
class=
"w1
0
0"
v-model=
"OtherPrice.TicketShareMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'TicketShareMoney'),getchange()"
></el-input>
</el-form-item>
</td>
<td>
<el-form-item>
<el-input
type=
'text'
class=
"w1
2
0"
v-model=
"OtherPrice.SingleRoomShareMoney"
<el-input
type=
'text'
class=
"w1
0
0"
v-model=
"OtherPrice.SingleRoomShareMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'SingleRoomShareMoney'),getchange()"
></el-input>
</el-form-item>
</td>
<td>
<el-form-item>
<el-input
type=
'text'
class=
"w1
2
0"
v-model=
"OtherPrice.InlandTrafficShareMoney"
<el-input
type=
'text'
class=
"w1
0
0"
v-model=
"OtherPrice.InlandTrafficShareMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'InlandTrafficShareMoney'),getchange()"
></el-input>
</el-form-item>
</td>
<td>
<el-form-item>
<el-input
type=
'text'
class=
"w1
2
0"
v-model=
"OtherPrice.OtherShareMoney"
<el-input
type=
'text'
class=
"w1
0
0"
v-model=
"OtherPrice.OtherShareMoney"
@
keyup
.
native=
"checkPrice(OtherPrice,'OtherShareMoney'),getchange()"
></el-input>
</el-form-item>
</td>
...
...
@@ -823,7 +823,6 @@
var
CostNumberObj
=
this
.
$tripUtils
.
CostNumber
();
CostNumberObj
.
PeopleNumber
=
PeopleNumber
;
this
.
CostNumberList
.
push
(
CostNumberObj
);
console
.
log
(
this
.
CostNumberList
,
'costnumerblist'
);
this
.
CurrencyNumberListExt
.
forEach
(
x
=>
{
var
CurrencyNumberObj
=
this
.
$tripUtils
.
CurrencyNumber
();
CurrencyNumberObj
.
CurrencyId
=
x
.
Key
;
...
...
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