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
be2c3c61
Commit
be2c3c61
authored
Jun 12, 2023
by
WH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
INFSEA添加处理弹框
parent
a3777003
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
57 additions
and
16 deletions
+57
-16
Infsea.vue
src/business/infled/views/Infsea.vue
+57
-16
No files found.
src/business/infled/views/Infsea.vue
View file @
be2c3c61
...
...
@@ -383,6 +383,31 @@
</el-pagination>
</div>
</c-col>
<!-- 点击处理ba弹框 -->
<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>
</div>
<m-busbtn
...
...
@@ -541,22 +566,38 @@ export default {
initdialog
:
false
,
handlerDataList
:
[],
btnRouteMap
:
[
// {
// label: '出口信用证预开立',
// route: '/business-new/betnot'
// },
// {
// label: '出口信用证开立',
// route: '/business-new/letopn'
// },
// {
// label: '非我行通知及收单行登记',
// route: '/business-new/letdrw'
// },
// {
// label:'出口信用证补通知',
// route:'/business-new/letrsv'
// },
{
label
:
'收单'
,
route
:
'/business-new/letdrv'
},
{
label
:
'修改通知'
,
route
:
'/business-new/letame'
},
{
label
:
'注销'
,
route
:
'/business-new/letcan'
},
{
label
:
'收单加补录'
,
route
:
'/business-new/letdrw'
},
{
label
:
'转让证开立'
,
route
:
'/business-new/lttopn'
},
{
label
:
'开证'
,
route
:
'/business-new/letopn'
},
{
label
:
'保兑'
,
route
:
'/business-new/letamc'
},
{
label
:
'通知到单'
,
route
:
'/business-new/letdav'
},
],
currentHandleRow
:
{},
};
...
...
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