Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
zhouqian
vue-gjjs
Commits
36f4701b
Commit
36f4701b
authored
Oct 26, 2022
by
jianglong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改列表分页为超过10条才显示分页,修改INFLID交易列表header
parent
599c95a9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
37 additions
and
30 deletions
+37
-30
Infsea.vue
src/views/Business/Inflid/Infsea.vue
+7
-7
Ccvpan.vue
src/views/Public/Ccvpan.vue
+8
-5
Engp.vue
src/views/Public/Engp.vue
+2
-1
Setpan.vue
src/views/Public/Setpan.vue
+20
-17
No files found.
src/views/Business/Inflid/Infsea.vue
View file @
36f4701b
...
@@ -301,7 +301,7 @@
...
@@ -301,7 +301,7 @@
<
template
slot=
"header"
>
<
template
slot=
"header"
>
<c-col
:span=
"11"
style=
"text-align: center"
><span>
操作
</span></c-col>
<c-col
:span=
"11"
style=
"text-align: center"
><span>
操作
</span></c-col>
</
template
>
</
template
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<!-- 申请一个弹出主键放在插槽,加工已渲染的数据 -->
<!-- 申请一个弹出主键放在插槽,加工已渲染的数据 -->
<el-popover
<el-popover
...
@@ -450,17 +450,17 @@ export default {
...
@@ -450,17 +450,17 @@ export default {
pattern
:
"date"
,
pattern
:
"date"
,
label
:
"关闭日期"
,
label
:
"关闭日期"
,
},
},
'8 19 "分行名称" 1
36
'
,
'8 19 "分行名称" 1
60
'
,
//'9 18 "PTA NO." 150',
//'9 18 "PTA NO." 150',
'10 5 "申请人编号" 191'
,
'10 5 "申请人编号" 191'
,
'11 6 "申请人名称" 191'
,
'11 6 "申请人名称" 191'
,
'12 7 "申请人名称(中文)" 191'
,
//
'12 7 "申请人名称(中文)" 191',
'13 10 "通知银行BIC编码" 165'
,
'13 10 "通知银行BIC编码" 165'
,
'14 8 "受益人编号" 165'
,
//
'14 8 "受益人编号" 165',
'15 9 "受益人名称" 165'
,
'15 9 "受益人名称" 165'
,
'16 14 "
名义
币种" 100'
,
'16 14 "币种" 100'
,
'17 15 "
名义
金额" 130 2 8 1 16'
,
'17 15 "金额" 130 2 8 1 16'
,
'18 16 "余额币种" 100'
,
//
'18 16 "余额币种" 100',
'19 17 "余额" 130 2 8 1 18'
,
'19 17 "余额" 130 2 8 1 18'
,
],
],
data
:
[],
data
:
[],
...
...
src/views/Public/Ccvpan.vue
View file @
36f4701b
...
@@ -173,7 +173,9 @@
...
@@ -173,7 +173,9 @@
<c-istream-table
<c-istream-table
:list=
"stmData.data"
:list=
"stmData.data"
:columns=
"stmData.columns"
:columns=
"stmData.columns"
:paginationShow=
"false"
:paginationShow=
"true"
:total=
"stmData.data.length"
:tableData=
"stmData.data"
>
>
<el-table-column
prop=
"op"
label=
"OP"
width=
"80"
fixed=
"right"
>
<el-table-column
prop=
"op"
label=
"OP"
width=
"80"
fixed=
"right"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
...
@@ -194,6 +196,7 @@
...
@@ -194,6 +196,7 @@
<c-table
<c-table
:border=
"true"
:border=
"true"
:list=
"model.liaall.liaccv.liaccvg"
:list=
"model.liaall.liaccv.liaccvg"
:total=
"model.liaall.liaccv.liaccvg.length"
style=
"width:100%,text-align:center"
style=
"width:100%,text-align:center"
>
>
<el-table-column
prop=
"ccdflg"
label=
"调整标识"
width=
"70px"
>
<el-table-column
prop=
"ccdflg"
label=
"调整标识"
width=
"70px"
>
...
@@ -203,7 +206,7 @@
...
@@ -203,7 +206,7 @@
<el-table-column
prop=
"cur"
label=
"币种"
width=
"70px"
>
<el-table-column
prop=
"cur"
label=
"币种"
width=
"70px"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"oldamt"
label=
"余额"
width=
"110px"
>
<el-table-column
prop=
"oldamt"
label=
"余额"
width=
"110px"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<c-input-currency
<c-input-currency
v-model=
"scope.row.oldamt"
v-model=
"scope.row.oldamt"
placeholder=
"0.00"
placeholder=
"0.00"
...
@@ -211,7 +214,7 @@
...
@@ -211,7 +214,7 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"amt"
label=
"变动金额"
width=
"110px"
>
<el-table-column
prop=
"amt"
label=
"变动金额"
width=
"110px"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<c-input-currency
<c-input-currency
v-model=
"scope.row.amt"
v-model=
"scope.row.amt"
placeholder=
"0.00"
placeholder=
"0.00"
...
@@ -225,7 +228,7 @@
...
@@ -225,7 +228,7 @@
<el-table-column
prop=
"concur"
label=
"币种"
width=
"70px"
>
<el-table-column
prop=
"concur"
label=
"币种"
width=
"70px"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"covamt"
label=
"折算后金额"
width=
"110px"
>
<el-table-column
prop=
"covamt"
label=
"折算后金额"
width=
"110px"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<c-input-currency
<c-input-currency
v-model=
"scope.row.covamt"
v-model=
"scope.row.covamt"
placeholder=
"0.00"
placeholder=
"0.00"
...
@@ -233,7 +236,7 @@
...
@@ -233,7 +236,7 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"acccovamt"
label=
"实际折算金额"
width=
"150px"
>
<el-table-column
prop=
"acccovamt"
label=
"实际折算金额"
width=
"150px"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<c-input-currency
<c-input-currency
v-model=
"scope.row.acccovamt"
v-model=
"scope.row.acccovamt"
placeholder=
"0.00"
placeholder=
"0.00"
...
...
src/views/Public/Engp.vue
View file @
36f4701b
...
@@ -8,6 +8,7 @@
...
@@ -8,6 +8,7 @@
:list=
"model.liaall.liaallg"
:list=
"model.liaall.liaallg"
style=
"width:100%,text-align:center,margin-bottom:18px"
style=
"width:100%,text-align:center,margin-bottom:18px"
:border=
"true"
:border=
"true"
:total=
"model.liaall.liaallg.length"
>
>
<el-table-column
prop=
"bussec"
label=
"业务"
width=
"70px"
>
<el-table-column
prop=
"bussec"
label=
"业务"
width=
"70px"
>
</el-table-column>
</el-table-column>
...
@@ -60,7 +61,7 @@
...
@@ -60,7 +61,7 @@
<!-- <template slot-scope="scope">
<!-- <template slot-scope="scope">
{{moneyFormat(scope.row.oldamt)}}
{{moneyFormat(scope.row.oldamt)}}
</template> -->
</template> -->
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<c-input-currency
<c-input-currency
v-model=
"scope.row.docamt"
v-model=
"scope.row.docamt"
placeholder=
"0.00"
placeholder=
"0.00"
...
...
src/views/Public/Setpan.vue
View file @
36f4701b
...
@@ -124,8 +124,9 @@
...
@@ -124,8 +124,9 @@
<c-table
<c-table
style=
"text-align: center"
style=
"text-align: center"
:list=
"model.setmod.setfog.setfol"
:list=
"model.setmod.setfog.setfol"
:paginationShow=
"
fals
e"
:paginationShow=
"
tru
e"
:border=
"true"
:border=
"true"
:total=
"model.setmod.setfog.setfol.length"
>
>
<el-table-column
label=
"付款人"
width=
"110px"
>
<el-table-column
label=
"付款人"
width=
"110px"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
...
@@ -192,7 +193,7 @@
...
@@ -192,7 +193,7 @@
label-width=
"0"
label-width=
"0"
:prop=
"'setmod.setfog.setfol.' + scope.$index + '.amt'"
:prop=
"'setmod.setfog.setfol.' + scope.$index + '.amt'"
>
>
<c-input-currency
<c-input-currency
v-model=
"scope.row.amt"
v-model=
"scope.row.amt"
placeholder=
"0.00"
placeholder=
"0.00"
></c-input-currency>
></c-input-currency>
...
@@ -310,8 +311,9 @@
...
@@ -310,8 +311,9 @@
<c-table
<c-table
style=
"text-align: center"
style=
"text-align: center"
:list=
"model.setmod.setfeg.setfel"
:list=
"model.setmod.setfeg.setfel"
:paginationShow=
"
fals
e"
:paginationShow=
"
tru
e"
:border=
"true"
:border=
"true"
:total=
"model.setmod.setfeg.setfel.length"
>
>
<el-table-column
label=
"收取对象"
width=
"110px"
>
<el-table-column
label=
"收取对象"
width=
"110px"
>
<
template
#
default=
"scope"
>
<
template
#
default=
"scope"
>
...
@@ -396,7 +398,7 @@
...
@@ -396,7 +398,7 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"应收金额"
prop=
"ogiamt"
width=
"110px"
>
<el-table-column
label=
"应收金额"
prop=
"ogiamt"
width=
"110px"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<c-input-currency
<c-input-currency
v-model=
"scope.row.ogiamt"
v-model=
"scope.row.ogiamt"
placeholder=
"0.00"
placeholder=
"0.00"
...
@@ -409,7 +411,7 @@
...
@@ -409,7 +411,7 @@
label-width=
"0"
label-width=
"0"
:prop=
"'setmod.setfeg.setfel.' + scope.$index + '.amt'"
:prop=
"'setmod.setfeg.setfel.' + scope.$index + '.amt'"
>
>
<c-input-currency
<c-input-currency
v-model=
"scope.row.amt"
v-model=
"scope.row.amt"
placeholder=
"0.00"
placeholder=
"0.00"
></c-input-currency>
></c-input-currency>
...
@@ -466,8 +468,9 @@
...
@@ -466,8 +468,9 @@
<c-table
<c-table
style=
"text-align: center"
style=
"text-align: center"
:list=
"stmData3"
:list=
"stmData3"
:paginationShow=
"
fals
e"
:paginationShow=
"
tru
e"
:border=
"true"
:border=
"true"
:total=
"stmData3.length"
>
>
<el-table-column
label=
"修改标识"
prop=
"modflg"
width=
"70px"
>
<el-table-column
label=
"修改标识"
prop=
"modflg"
width=
"70px"
>
</el-table-column>
</el-table-column>
...
@@ -478,8 +481,8 @@
...
@@ -478,8 +481,8 @@
<c-select
<c-select
v-model=
"scope.row.acccur"
v-model=
"scope.row.acccur"
@
change=
"accucrChange(scope.$index)"
@
change=
"accucrChange(scope.$index)"
>
>
<!-- @change="eventfunction('setgll.accur')" -->
<!-- @change="eventfunction('setgll.accur')" -->
<el-option
<el-option
v-for=
"item in codes.acccur"
v-for=
"item in codes.acccur"
:key=
"item.value"
:key=
"item.value"
...
@@ -493,7 +496,7 @@
...
@@ -493,7 +496,7 @@
</el-table-column>
</el-table-column>
<el-table-column
label=
"记账金额"
prop=
"fmtaccamt"
width=
"110px"
>
<el-table-column
label=
"记账金额"
prop=
"fmtaccamt"
width=
"110px"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<!--
<c-input
<!--
<c-input
v-model=
"scope.row.fmtaccamt"
v-model=
"scope.row.fmtaccamt"
@
change=
"fmtaccamtChange(scope.$index)"
@
change=
"fmtaccamtChange(scope.$index)"
/>
-->
/>
-->
...
@@ -502,7 +505,7 @@
...
@@ -502,7 +505,7 @@
placeholder=
"0.00"
placeholder=
"0.00"
@
change=
"fmtaccamtChange(scope.$index)"
@
change=
"fmtaccamtChange(scope.$index)"
></c-input-currency>
></c-input-currency>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"处理方式"
width=
"110px"
>
<el-table-column
label=
"处理方式"
width=
"110px"
>
<
template
#
default=
"scope"
>
<
template
#
default=
"scope"
>
...
@@ -544,7 +547,7 @@
...
@@ -544,7 +547,7 @@
<el-table-column
label=
"原始币种"
prop=
"cur"
width=
"70px"
>
<el-table-column
label=
"原始币种"
prop=
"cur"
width=
"70px"
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"原始金额"
prop=
"fmtamt"
width=
"110px"
>
<el-table-column
label=
"原始金额"
prop=
"fmtamt"
width=
"110px"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<c-input-currency
<c-input-currency
v-model=
"scope.row.fmtamt"
v-model=
"scope.row.fmtamt"
placeholder=
"0.00"
placeholder=
"0.00"
...
@@ -1510,8 +1513,8 @@ export default {
...
@@ -1510,8 +1513,8 @@ export default {
this
.
updateModel
(
rtnmsg
.
data
);
this
.
updateModel
(
rtnmsg
.
data
);
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
this
.
executeRule
(
"setmod.glemod.glepan"
).
then
((
res
)
=>
{
this
.
executeRule
(
"setmod.glemod.glepan"
).
then
((
res
)
=>
{
//TODO 处理数据逻辑
//TODO 处理数据逻辑
if
(
res
.
respCode
==
SUCCESS
)
this
.
updateModel
(
res
.
data
);
if
(
res
.
respCode
==
SUCCESS
)
this
.
updateModel
(
res
.
data
);
});
});
});
});
}
}
...
@@ -1525,8 +1528,8 @@ export default {
...
@@ -1525,8 +1528,8 @@ export default {
this
.
updateModel
(
rtnmsg
.
data
);
this
.
updateModel
(
rtnmsg
.
data
);
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
this
.
executeRule
(
"setmod.glemod.glepan"
).
then
((
res
)
=>
{
this
.
executeRule
(
"setmod.glemod.glepan"
).
then
((
res
)
=>
{
//TODO 处理数据逻辑
//TODO 处理数据逻辑
if
(
res
.
respCode
==
SUCCESS
)
this
.
updateModel
(
res
.
data
);
if
(
res
.
respCode
==
SUCCESS
)
this
.
updateModel
(
res
.
data
);
});
});
});
});
}
}
...
@@ -1540,8 +1543,8 @@ export default {
...
@@ -1540,8 +1543,8 @@ export default {
this
.
updateModel
(
rtnmsg
.
data
);
this
.
updateModel
(
rtnmsg
.
data
);
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
this
.
executeRule
(
"setmod.glemod.glepan"
).
then
((
res
)
=>
{
this
.
executeRule
(
"setmod.glemod.glepan"
).
then
((
res
)
=>
{
//TODO 处理数据逻辑
//TODO 处理数据逻辑
if
(
res
.
respCode
==
SUCCESS
)
this
.
updateModel
(
res
.
data
);
if
(
res
.
respCode
==
SUCCESS
)
this
.
updateModel
(
res
.
data
);
});
});
});
});
}
}
...
...
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