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
a80ff651
Commit
a80ff651
authored
Feb 01, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
fd6bb769
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
10 deletions
+13
-10
CostNewPrice.vue
...ponents/TravelManager/TravelNewQuotation/CostNewPrice.vue
+13
-10
No files found.
src/components/TravelManager/TravelNewQuotation/CostNewPrice.vue
View file @
a80ff651
...
...
@@ -37,6 +37,9 @@
.w505
{
width
:
505px
!important
;
}
.CostcomCenter
{
text-align
:
center
;
}
</
style
>
<
template
>
...
...
@@ -131,7 +134,7 @@
</div>
<table
class=
"CP_comTable"
>
<tr>
<td
class=
"CP_comBack"
width=
"170"
>
币种
</td>
<td
width=
"170"
>
币种
</td>
<td
v-for=
'(item,index) in CostCurrencyList'
>
{{item.CurrencyName}}
<span>
...
...
@@ -148,7 +151,7 @@
</td>
</tr>
<tr>
<td
class=
"CP_comBack"
>
汇率
</td>
<td>
汇率
</td>
<td
v-for=
'item in CostCurrencyList'
>
<el-input
class=
"w80"
v-model=
'item.ExchangeRate'
@
keyup
.
native=
"checkRate(item,'ExchangeRate'),getchange()"
>
...
...
@@ -161,7 +164,7 @@
</td>
</tr>
<tr>
<td
class=
"CP_comBack"
width=
"170"
>
人数
</td>
<td
width=
"170"
>
人数
</td>
<td
v-for=
"(item,index) in CostNumberList"
:key=
'item.subCode'
>
<el-input
class=
"w80"
v-model=
'item.PeopleNumber'
@
keyup
.
native=
"checkInteger(item,'PeopleNumber')"
>
</el-input>
...
...
@@ -195,13 +198,13 @@
<table
class=
"CostPriceTable CostNewTable"
>
<tr>
<td
rowspan=
"2"
width=
'180'
class=
"CP_ComTitle2"
>
Day
</td>
<td
rowspan=
"2"
width=
'200'
class=
"CP_ComTitle2"
>
行程大点
</td>
<td
rowspan=
"2"
width=
"100"
class=
"CP_ComTitle2"
>
币种
</td>
<td
rowspan=
"2"
width=
'60'
class=
"CP_ComTitle2"
>
酒店
</td>
<td
rowspan=
"2"
width=
'100'
class=
"CP_ComTitle2"
>
车
</td>
<td
rowspan=
"2"
width=
'80'
class=
"CP_ComTitle2"
>
门票
</td>
<td
colspan=
"3"
width=
'100'
class=
"CP_ComTitle2"
>
餐
</td>
<td
rowspan=
"2"
width=
'180'
class=
"CP_ComTitle2
CostcomCenter
"
>
Day
</td>
<td
rowspan=
"2"
width=
'200'
class=
"CP_ComTitle2
CostcomCenter
"
>
行程大点
</td>
<td
rowspan=
"2"
width=
"100"
class=
"CP_ComTitle2
CostcomCenter
"
>
币种
</td>
<td
rowspan=
"2"
width=
'60'
class=
"CP_ComTitle2
CostcomCenter
"
>
酒店
</td>
<td
rowspan=
"2"
width=
'100'
class=
"CP_ComTitle2
CostcomCenter
"
>
车
</td>
<td
rowspan=
"2"
width=
'80'
class=
"CP_ComTitle2
CostcomCenter
"
>
门票
</td>
<td
colspan=
"3"
width=
'100'
class=
"CP_ComTitle2
CostcomCenter
"
>
餐
</td>
</tr>
<tr>
<td
width=
"120"
class=
"CP_ComTitle2"
>
早
</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