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
043e4146
Commit
043e4146
authored
Aug 22, 2023
by
wangguangchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
infbod交易完善
parent
ac93bc84
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
0 deletions
+39
-0
Infsea.vue
src/business/infbod/views/Infsea.vue
+39
-0
No files found.
src/business/infbod/views/Infsea.vue
View file @
043e4146
...
...
@@ -403,6 +403,32 @@ export default {
],
data
:
[],
},
btnRouteMap
:
[
{
label
:
'出口托收修改'
,
route
:
'/business-new/botame'
},
{
label
:
'托收拒付/不符点处理'
,
route
:
'/business-new/botdcr'
},
{
label
:
'二次寄单'
,
route
:
'/business-new/botrad'
},
{
label
:
'承兑'
,
route
:
'/business-new/botacc'
},
{
label
:
'收汇'
,
route
:
'/business-new/botset'
},
{
label
:
'注销'
,
route
:
'/business-new/botcan'
},
],
pagination
:
{
pageIndex
:
1
,
pageSize
:
10
,
...
...
@@ -435,5 +461,18 @@ export default {
};
</
script
>
<
style
>
.btn-group-wrap
{
max-height
:
200px
;
width
:
100%
;
overflow-y
:
auto
;
display
:
flex
;
align-items
:
flex-start
;
justify-content
:
flex-start
;
flex-wrap
:
wrap
;
}
.btn-item
{
margin-bottom
:
10px
;
margin-right
:
10px
;
}
</
style
>
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