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
45ed26ad
Commit
45ed26ad
authored
Sep 23, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
fb70feac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
10 deletions
+16
-10
CostNewPrice.vue
...ponents/TravelManager/TravelNewQuotation/CostNewPrice.vue
+14
-10
QuotationNewPrice.vue
...ts/TravelManager/TravelNewQuotation/QuotationNewPrice.vue
+2
-0
No files found.
src/components/TravelManager/TravelNewQuotation/CostNewPrice.vue
View file @
45ed26ad
...
...
@@ -15,10 +15,6 @@
<
template
>
<div>
<div
class=
"singlePrice clearfix CP_Div"
>
<div
class=
"CP_title"
>
<!--
{{
lineName
}}{{
lineTeamName
}}
-->
123
</div>
<el-form>
<div
class=
"QuotationFirstDiv"
>
<el-row
:gutter=
"40"
>
...
...
@@ -116,19 +112,19 @@
<table
class=
"CP_comTable"
>
<tr>
<td
class=
"CP_comBack"
width=
"170"
>
币种
</td>
<
!-- <td v-for='(item,index) in OfferCostPriceObj
.CostCurrencyList'>
<
td
v-for=
'(item,index) in OtherPrice
.CostCurrencyList'
>
{{item.CurrencyName}}
<span>
<i
class=
"iconfont icon-quxiao"
@
click=
"DeleteCurrency(index)"
></i>
</span>
</td>
-->
</td>
<td>
<
!-- <
el-form-item class="w100">
<el-form-item
class=
"w100"
>
<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>
</el-select>
</el-form-item>
-->
</el-form-item>
</td>
</tr>
<tr>
...
...
@@ -144,7 +140,7 @@
</tr>
</table>
<table
class=
"CP_comTable"
>
<
!-- <
tr>
<tr>
<td
class=
"CP_comBack"
width=
"170"
>
人数
</td>
<td
v-for=
"(item,index) in OfferCostPriceObj.CostNumberList"
:key=
'item.subCode'
>
<el-input
class=
"w80"
v-model=
'item.PeopleNumber'
@
keyup
.
native=
"checkInteger(item,'PeopleNumber')"
>
...
...
@@ -174,7 +170,7 @@
<td>
</td>
</tr>
-->
</tr>
</table>
<table
class=
"CostPriceTable"
>
...
...
@@ -521,6 +517,14 @@
createDayTripPrice
()
{
},
//币种下拉获取汇率
getRate
(
ID
)
{
this
.
currencyTypeArr
.
forEach
(
x
=>
{
if
(
x
.
ID
==
ID
)
{
this
.
queryMsg
.
RateInput
=
x
.
Rate
;
}
});
},
//获取所有币种
getAllCurrency
()
{
...
...
src/components/TravelManager/TravelNewQuotation/QuotationNewPrice.vue
View file @
45ed26ad
...
...
@@ -77,6 +77,8 @@
SingleRoomShareMoney
:
0
,
//单房差分摊费用
InlandTrafficShareMoney
:
0
,
//内陆段交通分摊费用
OtherShareMoney
:
0
,
//杂费分摊费用
CostCurrencyList
:[],
//选择的币种
CostNumberList
:[],
//人数
},
//团报价信息
teamPrice
:{
...
...
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