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
fukai
vue-gjjs
Commits
b1379fdf
Commit
b1379fdf
authored
Oct 18, 2023
by
WH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:inftrd处理接口
parent
4d917732
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
64 additions
and
17 deletions
+64
-17
Infsea.vue
src/business/inflid/views/Infsea.vue
+0
-0
Infsea.vue
src/business/inftrd/views/Infsea.vue
+60
-13
SideMenu.vue
src/views/Layout/SideMenu.vue
+4
-4
No files found.
src/business/inflid/views/Infsea.vue
View file @
b1379fdf
This diff is collapsed.
Click to expand it.
src/business/inftrd/views/Infsea.vue
View file @
b1379fdf
...
...
@@ -412,6 +412,27 @@
</c-col>
</div>
<!-- 点击处理弹框 -->
<el-dialog
:visible
.
sync=
"initdialog"
title=
"交易列表"
append-to-body
width=
"60%"
>
<div
class=
"dialog-wrap"
>
<div
class=
"btn-group-wrap"
>
<div
class=
"btn-item"
v-for=
"(item, index) in handlerDataList"
:key=
"index"
>
<el-button
type=
"primary"
:disabled=
"item.value === 'N'"
@
click=
"handleClick(item)"
>
{{ item.label }}
</el-button>
</div>
</div>
</div>
</el-dialog>
<m-busbtn
ref=
"childs"
:ownref=
"ownref"
...
...
@@ -515,24 +536,50 @@ export default {
},
trnData
:
{
columns
:
[
'1 1 "编号" 200'
,
'2 2 "交易名称" 130'
,
// '3 3 "日期" 200',
{
index
:
3
,
position
:
3
,
width
:
110
,
pattern
:
"date"
,
label
:
"日期"
},
// '4 4 "状态" 50',
{
index
:
4
,
position
:
4
,
width
:
100
,
pattern
:
"code"
,
label
:
"状态"
,
code
:
this
.
codes
.
relstaEN
,
label
:
'交易id'
,
prop
:
'inr'
},
{
label
:
'信用证编号'
,
prop
:
'seaownref'
},
{
label
:
'交易名称'
,
prop
:
'ininam'
},
{
label
:
'条目'
,
prop
:
'inidattim'
},
{
label
:
'状态'
,
prop
:
'relflg'
},
{
label
:
'币种'
,
prop
:
'reloricur'
},
{
label
:
'相关金额'
,
prop
:
'reloriamt'
},
{
label
:
'标识'
,
prop
:
'relres'
},
'5 5 "币种" 80'
,
'6 6 "金额" 100'
,
],
data
:
[],
},
// 处理
handlerDataList
:
[],
btnRouteMap
:
[
{
label
:
'进口融资还款'
,
route
:
'/business-new/trtset'
}
],
currentHandleRow
:
{}
};
},
...
...
src/views/Layout/SideMenu.vue
View file @
b1379fdf
...
...
@@ -276,11 +276,11 @@ export default {
if
(
menuItem
.
pntmiu
===
undefined
||
menuItem
.
pntmiu
===
""
)
{
const
children
=
[];
// 此处为了兼容新的保函模块
if
([
'4'
,
'13'
,
'3'
,
'6'
,
'5
'
].
includes
(
menuItem
.
inifrm
))
{
// if (['4', '13','3','6','5','17
'].includes(menuItem.inifrm)) {
menuItem
.
path
=
"/business-new"
;
}
else
{
menuItem
.
path
=
"/business"
;
}
//
} else {
//
menuItem.path = "/business";
//
}
this
.
generateMenuTree
(
children
,
menuItem
);
const
child
=
{
name
:
menuItem
.
ininam
,
...
...
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