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
483c7801
Commit
483c7801
authored
Jul 25, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
fe926973
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
21 deletions
+28
-21
GroupRateQuery.vue
src/components/FinancialModule/GroupRateQuery.vue
+28
-21
No files found.
src/components/FinancialModule/GroupRateQuery.vue
View file @
483c7801
...
...
@@ -117,7 +117,7 @@
.GroupRateQuery-left
{
width
:
33%
;
height
:
100%
;
}
.GroupRateQuery-left
span
{
display
:
block
;
...
...
@@ -265,7 +265,7 @@
<el-input
placeholder=
""
class=
""
v-model=
"msg.TCID"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"团号:"
>
<el-input
v-model=
"msg.TCNUM"
class=
""
></el-input>
...
...
@@ -273,7 +273,7 @@
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"出团公司:"
>
<el-select
filterable
v-model=
'msg.RB_Branch_Id'
class=
""
>
<el-select
filterable
v-model=
'msg.RB_Branch_Id'
class=
""
:disabled=
"!isF_Query_AllIncomPay"
>
<el-option
:value=
"-1"
label=
"不限"
></el-option>
<el-option
v-for=
'item in CompanyList'
:label=
'item.BName'
...
...
@@ -283,7 +283,7 @@
</el-select>
</el-form-item>
</el-col>
<template>
<el-col
:span=
"6"
>
<el-form-item
label=
"团出发日期:"
>
...
...
@@ -296,7 +296,7 @@
</el-date-picker>
</el-form-item>
</el-col>
</
template
>
<el-col
:span=
"4"
>
<el-form-item
label=
"跨天数:"
>
...
...
@@ -312,7 +312,7 @@
</li>
</ul>
</div>
<div
class=
"commonContent"
v-loading=
'loading'
>
<el-table
ref=
"multipleTable"
...
...
@@ -341,7 +341,7 @@
<span
v-if=
"scope.row.TCStatus==5"
title=
"结团审核中"
style=
"background: #2aaef2;"
>
审
</span>
</div>
</div>
</
template
>
</el-table-column>
<el-table-column
...
...
@@ -360,7 +360,7 @@
label=
"汇率类型"
width=
"120"
>
<
template
slot-scope=
"scope"
>
<div
class=
"GroupRateQuery-scope-box"
<div
class=
"GroupRateQuery-scope-box"
style=
"border-bottom: 1px solid #E5E5E5;"
v-if=
"scope.row.TCRate&&scope.row.TCRate.length>0"
>
出团日期汇率
...
...
@@ -375,7 +375,7 @@
width=
"100"
>
<
template
slot-scope=
"scope"
>
<template
v-if=
"scope.row.TCRate&&scope.row.TCRate.length>0"
>
<div
class=
"GroupRateQuery-scope-box"
<div
class=
"GroupRateQuery-scope-box"
:style=
"
{'border-bottom': (scope.row.TCRate.length-1)==childIndex? '1px solid #E5E5E5':''}"
v-for="(childItem,childIndex) in scope.row.TCRate">
<span>
...
...
@@ -394,7 +394,7 @@
label=
"汇率"
>
<
template
slot-scope=
"scope"
>
<template
v-if=
"scope.row.TCRate&&scope.row.TCRate.length>0"
>
<div
class=
"GroupRateQuery-scope-box"
<div
class=
"GroupRateQuery-scope-box"
:style=
"
{'border-bottom': (scope.row.TCRate.length-1==childIndex)? '1px solid #E5E5E5':''}"
v-for="(childItem,childIndex) in scope.row.TCRate">
<span>
...
...
@@ -454,8 +454,8 @@
</td>
</tr>
</tfoot>
</table> -->
</div>
<!-- 设置团队汇率 -->
...
...
@@ -477,7 +477,7 @@
<div>
<el-form-item
:prop=
"`RateList.${index}.Rate`"
:rules=
"rules.Rate"
:label=
"`汇率 ${index+1}`"
>
<el-input-number
class=
"w170"
:min=
"0"
v-model=
"item.Rate"
clearable
></el-input-number>
</el-form-item>
</el-form-item>
</div>
<div
class=
"ImpressionTicketing-msg-but"
>
<span
@
click=
"addRate(item,index)"
v-if=
"index==0"
class=
"el-icon-circle-plus-outline itc-outline"
></span>
...
...
@@ -504,7 +504,7 @@ export default {
pageSize
:
5
,
TCID
:
''
,
TCNUM
:
''
,
RB_Branch_Id
:
''
,
RB_Branch_Id
:
-
1
,
QStartDate
:
''
,
QEndDate
:
''
,
ReTCID
:
0
,
// 跨天数 (默认0天)
...
...
@@ -529,7 +529,7 @@ export default {
{
field
:
'CreateDate'
,
title
:
'制单日期'
,
width
:
80
,
titleAlign
:
'left'
,
columnAlign
:
'left'
,
isResize
:
true
,
componentName
:
'table-CreateDate'
},
{
field
:
'CurrencyId'
,
title
:
'币种code'
,
width
:
80
,
titleAlign
:
'left'
,
columnAlign
:
'left'
,
isResize
:
true
,
componentName
:
'table-CurrencyId'
},
{
field
:
'CurrencyName'
,
title
:
'币种名称'
,
width
:
80
,
titleAlign
:
'left'
,
columnAlign
:
'left'
,
isResize
:
true
,
componentName
:
'table-CurrencyName'
},
{
field
:
'Rate'
,
title
:
'系统汇率'
,
width
:
80
,
titleAlign
:
'left'
,
columnAlign
:
'left'
,
isResize
:
true
},
{
field
:
'Rate'
,
title
:
'系统汇率'
,
width
:
80
,
titleAlign
:
'left'
,
columnAlign
:
'left'
,
isResize
:
true
},
],
multipleSelection
:
[],
TheRateVisible
:
false
,
...
...
@@ -546,13 +546,13 @@ export default {
TCIDList
:[
{
CurrencyId
:
''
,
Rate
:
''
Rate
:
''
}
],
RateList
:[
{
CurrencyId
:
''
,
Rate
:
''
Rate
:
''
}
],
rules
:{
...
...
@@ -567,15 +567,22 @@ export default {
trigger
:
"blur"
}],
},
coinGetList
:[]
coinGetList
:[],
isF_Query_AllIncomPay
:
false
}
},
created
(){
},
components
:
{
},
mounted
(){
let
userInfo
=
this
.
getLocalStorage
();
let
ActionMenuCode
=
userInfo
.
ActionMenuCode
;
if
(
ActionMenuCode
.
indexOf
(
'F_Query_AllIncomPay'
)
!=
-
1
){
this
.
isF_Query_AllIncomPay
=
true
}
else
{
this
.
msg
.
RB_Branch_Id
=
Number
(
userInfo
.
RB_Branch_id
);
}
this
.
getCompanyMsg
.
RB_Group_Id
=
userInfo
.
RB_Group_id
;
//集团ID
this
.
financeinfo_post_GetList
()
this
.
getCompanyList
();
...
...
@@ -627,7 +634,7 @@ export default {
this
.
RateLoading
=
false
},
err
=>
{
this
.
RateLoading
=
false
})
}
})
},
handleSelectionChange
(
val
)
{
...
...
@@ -675,7 +682,7 @@ export default {
}
else
{}
},
err
=>
{})
},
timeAdd
(){
// 日期格式
if
(
!
this
.
transactionDate
){
this
.
msg
.
QStartDate
=
this
.
getBeforeDate
(
0
,
new
Date
().
Format
(
"yyyy-MM-dd"
));
...
...
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