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
ff3c4705
Commit
ff3c4705
authored
Aug 23, 2022
by
wangna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
infgid修改
parent
122f29e3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
12 deletions
+25
-12
Infsea.vue
src/views/Business/Infgid/Infsea.vue
+25
-12
No files found.
src/views/Business/Infgid/Infsea.vue
View file @
ff3c4705
<
template
>
<div
class=
"eibs-tab"
>
<c-list-search
@
form-reset=
"handleReset('paramsForm')"
@
form-search=
"handleSearch"
>
<c-list-search
@
form-reset=
"handleReset('paramsForm')"
@
form-search=
"handleSearch"
>
<!-- 持续展示区 -->
<template
v-slot=
"searchSlot"
>
<el-form
...
...
@@ -441,6 +444,13 @@
class=
"medium_bcs"
size=
"medium"
type=
"primary"
@
click=
"toGitpop"
>
进口保函预开立
</c-button
>
<c-button
class=
"medium_bcs"
size=
"medium"
type=
"primary"
@
click=
"toGitopn"
>
进口保函开立
</c-button
>
...
...
@@ -803,22 +813,22 @@ export default {
},
methods
:
{
...
Event
,
async
getButtons
(
ownref
){
this
.
ownref
=
ownref
this
.
$refs
.
childs
.
initdialog
=
true
async
getButtons
(
ownref
)
{
this
.
ownref
=
ownref
;
this
.
$refs
.
childs
.
initdialog
=
true
;
this
.
dialogFlag
=
ownref
.
startsWith
(
"LG"
);
console
.
log
(
"dialogFlag:"
+
this
.
dialogFlag
);
console
.
log
(
"ownref:"
+
ownref
);
console
.
log
(
"ownref:"
+
ownref
);
},
async
onChoose
(
code
)
{
async
onChoose
(
code
)
{
//跳转交易
this
.
$router
.
history
.
push
(
"/business/"
+
code
)
this
.
$refs
.
childs
.
initdialog
=
false
}
,
async
getDitSelInfo
(
code
)
{
this
.
$router
.
history
.
push
(
"/business/"
+
code
);
this
.
$refs
.
childs
.
initdialog
=
false
;
}
,
async
getDitSelInfo
(
code
)
{
//跳转交易
this
.
$router
.
history
.
push
(
"/business/"
+
code
)
this
.
$refs
.
childs
.
initdialog
=
false
this
.
$router
.
history
.
push
(
"/business/"
+
code
);
this
.
$refs
.
childs
.
initdialog
=
false
;
},
async
getTrnInfo
(
idx
,
row
)
{
...
...
@@ -836,6 +846,9 @@ export default {
closeTrn
(
refId
)
{
this
.
$refs
[
refId
].
doClose
();
},
toGitpop
()
{
this
.
$router
.
history
.
push
(
"/business/gitpop"
);
},
toGitopn
()
{
this
.
$router
.
history
.
push
(
"/business/gitopn"
);
},
...
...
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