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
17dca041
Commit
17dca041
authored
Jan 03, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
9ad09c8e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
14 deletions
+25
-14
GroupRateQuery.vue
src/components/FinancialModule/GroupRateQuery.vue
+25
-14
No files found.
src/components/FinancialModule/GroupRateQuery.vue
View file @
17dca041
...
...
@@ -154,7 +154,12 @@
padding
:
5px
10px
;
}
.GroupRateQuery-scope-box
{
line-height
:
30px
;
height
:
60px
;
display
:
flex
;
flex-wrap
:
wrap
;
align-items
:
center
;
/* line-height: 30px; */
overflow
:
auto
;
}
/* /deep/.el-table td{
padding: 0;
...
...
@@ -164,7 +169,8 @@
} */
/
deep
/
.el-table
td
:nth-child
(
6
)
.cell
,
/
deep
/
.el-table
td
:nth-child
(
7
)
.cell
,
/
deep
/
.el-table
td
:nth-child
(
8
)
.cell
{
/
deep
/
.el-table
td
:nth-child
(
8
)
.cell
,
/
deep
/
.el-table
td
:nth-child
(
9
)
.cell
{
padding-left
:
0
;
padding-right
:
0
;
text-indent
:
15px
;
...
...
@@ -235,18 +241,18 @@
<el-form
class=
"_info_box clearfix"
label-width=
"110px"
>
<el-row
style=
"padding:15px 20px 0 0;"
>
<el-col
:span=
"4"
>
<el-form-item
label=
"团
单号
:"
>
<el-input
placeholder=
""
class=
""
v-model=
"msg.TC
NUM
"
></el-input>
<el-form-item
label=
"团
ID
:"
>
<el-input
placeholder=
""
class=
""
v-model=
"msg.TC
ID
"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"团
队
编号:"
>
<el-input
v-model=
"msg.TC
ID
"
class=
""
></el-input>
<el-form-item
label=
"团编号:"
>
<el-input
v-model=
"msg.TC
NUM
"
class=
""
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"
所属
公司:"
>
<el-form-item
label=
"
出团
公司:"
>
<el-select
filterable
v-model=
'msg.RB_Branch_Id'
class=
""
>
<el-option
:value=
"-1"
label=
"不限"
></el-option>
<el-option
v-for=
'item in CompanyList'
...
...
@@ -299,12 +305,16 @@
width=
"55"
>
</el-table-column>
<el-table-column
prop=
"TCID"
label=
"团ID"
width=
"170"
/>
<el-table-column
prop=
"TCNUM"
label=
"团号"
width=
"170"
/>
<el-table-column
prop=
"OutBranchName"
label=
"
团号
公司"
label=
"
出团
公司"
width=
"150"
/>
<el-table-column
prop=
"StartDate"
...
...
@@ -312,7 +322,7 @@
width=
"150"
/>
<el-table-column
prop=
"CreateDate"
label=
"制单日期"
label=
"
最早
制单日期"
width=
"150"
/>
<el-table-column
label=
"汇率类型"
...
...
@@ -349,8 +359,7 @@
</template>
</el-table-column>
<el-table-column
label=
"汇率"
width=
"800"
>
label=
"汇率"
>
<
template
slot-scope=
"scope"
>
<template
v-if=
"scope.row.TCRate&&scope.row.TCRate.length>0"
>
<div
class=
"GroupRateQuery-scope-box"
...
...
@@ -369,7 +378,9 @@
</template>
</el-table-column>
</el-table>
<el-pagination
background
@
current-change=
"handleCurrentChange"
:current-page
.
sync=
"msg.pageIndex"
<el-pagination
background
@
current-change=
"handleCurrentChange"
:page-sizes=
"[5,20,30,50,100]"
:current-page
.
sync=
"msg.pageIndex"
layout=
"total,prev, pager, next, jumper"
:page-size=
"msg.pageSize"
:total=
"total"
>
</el-pagination>
<!-- <table class="singeRowTable" border="0" cellspacing="0" cellpadding="0">
...
...
@@ -597,8 +608,8 @@ export default {
getPageList
(){
// 获取列表数据
// this.financeinfo_post_GetList()
if
(
this
.
transactionDate
){
this
.
msg
.
QStartDate
=
this
.
transactionDate
[
0
]
?
'2019-01-01'
:
''
this
.
msg
.
QEndDate
=
this
.
transactionDate
[
1
]
?
'2019-02-01'
:
''
this
.
msg
.
QStartDate
=
this
.
transactionDate
[
0
]
this
.
msg
.
QEndDate
=
this
.
transactionDate
[
1
]
}
this
.
loading
=
true
;
this
.
apipost
(
'Financial_post_GetTravelFinanceRateSetPageList'
,
this
.
msg
,
res
=>
{
...
...
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