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
ac75fc5b
Commit
ac75fc5b
authored
Nov 08, 2023
by
WH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修复infled前端
parent
d93bb546
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
46 deletions
+19
-46
index.js
src/business/infled/event/index.js
+0
-2
Infsea.vue
src/business/infled/views/Infsea.vue
+19
-44
No files found.
src/business/infled/event/index.js
View file @
ac75fc5b
...
...
@@ -138,11 +138,9 @@ export default {
toLetnot
()
{
this
.
$router
.
history
.
push
(
'/business-new/letnot'
);
},
toLetdrw
()
{
this
.
$router
.
history
.
push
(
'/business-new/letdrw'
);
},
toLetrsv
()
{
this
.
$router
.
history
.
push
(
'/business-new/letrsv'
);
},
...
...
src/business/infled/views/Infsea.vue
View file @
ac75fc5b
...
...
@@ -346,7 +346,8 @@
style=
"margin-left: 0"
size=
"small"
@
click=
"display(scope.row['inr'])"
>
快照
</c-button
>
快照
</c-button
>
</
template
>
</el-table-column>
...
...
@@ -409,35 +410,23 @@
</el-dialog>
</div>
<m-busbtn
ref=
"childs"
:ownref=
"ownref"
trnCode=
"letsel"
ownrefPath=
"ledgrp"
:model=
"letselModel"
></m-busbtn>
<!-- @onChoose="onChoose"-->
</div>
</template>
<
script
>
import
LetselModel
from
"~/model/Letsel"
;
import
BusNavbar
from
"~/views/Public/BusNavbar"
;
import
event
from
"../event"
;
import
operationFunc
from
"@/mixin/operationFunc"
;
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
event
,
operationFunc
],
components
:
{
"m-busbtn"
:
BusNavbar
},
mixins
:
[
event
,
operationFunc
],
components
:
{
"m-busbtn"
:
BusNavbar
},
data
()
{
return
{
// letselModel: new LetselModel().data,
curinr
:
""
,
ownref
:
""
,
//
dialogTableVisible: false,
dialogTableVisible
:
false
,
trnData
:
{
columns
:
[
{
...
...
@@ -517,27 +506,10 @@ export default {
label
:
"PTA主键"
,
prop
:
"ptainr"
,
},
// {
// label: "受益人编号",
// prop: "stagod",
// },
{
label
:
"受益人名称"
,
prop
:
"benefi"
,
},
// {
// label: "受益人名称(中文)",
// prop: "stagod",
// },
// {
// label: "开证行编号",
// prop: "stagod",
// },
// {
// label: "开证名称",
// prop: "stagod",
// },
{
label
:
"金额币种"
,
prop
:
"seacur"
,
...
...
@@ -580,24 +552,24 @@ export default {
route
:
'/business-new/letcan'
},
{
label
:
'收单加补录'
,
route
:
'/business-new/letdrw'
label
:
'收单加补录'
,
route
:
'/business-new/letdrw'
},
{
label
:
'转让证开立'
,
route
:
'/business-new/lttopn'
label
:
'转让证开立'
,
route
:
'/business-new/lttopn'
},
{
label
:
'开证'
,
route
:
'/business-new/letopn'
label
:
'开证'
,
route
:
'/business-new/letopn'
},
{
label
:
'保兑'
,
route
:
'/business-new/letamc'
label
:
'保兑'
,
route
:
'/business-new/letamc'
},
{
label
:
'通知到单'
,
route
:
'/business-new/letdav'
label
:
'通知到单'
,
route
:
'/business-new/letdav'
},
],
currentHandleRow
:
{},
...
...
@@ -605,7 +577,8 @@ export default {
},
methods
:
{},
mounted
:
function
()
{},
mounted
:
function
()
{
},
};
</
script
>
<
style
>
...
...
@@ -619,6 +592,7 @@ export default {
background
:
#fff
;
margin-top
:
5px
;
}
.btn-group-wrap
{
max-height
:
200px
;
width
:
100%
;
...
...
@@ -628,6 +602,7 @@ export default {
justify-content
:
flex-start
;
flex-wrap
:
wrap
;
}
.btn-item
{
margin-bottom
:
10px
;
margin-right
:
10px
;
...
...
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