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
zhouqian
vue-gjjs
Commits
7bf46628
Commit
7bf46628
authored
Jan 27, 2022
by
liuxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
汇出汇款切换页面事件
parent
6d395b09
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
1 deletions
+31
-1
index.vue
src/views/Business/Cptopn/index.vue
+31
-1
No files found.
src/views/Business/Cptopn/index.vue
View file @
7bf46628
...
...
@@ -24,7 +24,7 @@
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
:value=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"
t
abClick"
>
<c-tabs
:value=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"
mimeT
abClick"
>
<el-tab-pane
label=
"汇款信息"
name=
"opnp1"
>
<!--PD000020 -->
<c-content>
...
...
@@ -168,6 +168,36 @@ export default {
};
},
methods
:{
mimeTabClick
(
tab
)
{
this
.
tabClick
(
tab
)
const
name
=
tab
.
name
let
rulePath
;
if
(
name
===
"setpan"
)
{
rulePath
=
"pyenam"
;
}
if
(
name
===
"glepan"
)
{
rulePath
=
"glepan"
;
}
if
(
name
===
"coninfp"
)
{
rulePath
=
"coninfp"
;
}
if
(
name
===
"docpan"
)
{
rulePath
=
"oit.inftxt"
;
}
if
(
name
===
"doctre"
)
{
rulePath
=
"doctre"
;
}
if
(
name
===
"sbxx"
)
{
rulePath
=
"trd.ownref,cnyp"
;
}
if
(
!!
rulePath
)
{
this
.
executeRule
(
rulePath
).
then
(
res
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
updateModel
(
res
.
data
)
}
})
}
}
},
created
:
async
function
()
{
console
.
log
(
"进入cptopn交易"
);
...
...
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