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
9c26a83b
Commit
9c26a83b
authored
Aug 29, 2022
by
zhujiazhan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Brtset,Cptadv,Cptopn交易中境外境内申请书页面初始化问题
parent
76bcc86f
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
31 additions
and
7 deletions
+31
-7
Basp.vue
src/views/Business/Brtset/Basp.vue
+5
-1
Basp1.vue
src/views/Business/Brtset/Basp1.vue
+5
-1
Basp.vue
src/views/Business/Cptadv/Basp.vue
+5
-1
Basp3.vue
src/views/Business/Cptadv/Basp3.vue
+5
-1
Sbxx.vue
src/views/Business/Cptadv/Sbxx.vue
+1
-1
Dbb.vue
src/views/Business/Cptopn/Dbb.vue
+5
-1
Dbe.vue
src/views/Business/Cptopn/Dbe.vue
+5
-1
No files found.
src/views/Business/Brtset/Basp.vue
View file @
9c26a83b
...
...
@@ -298,7 +298,11 @@ export default {
},
methods
:{...
Event
},
created
:
function
(){
this
.
executeRule
(
"bopmod.dbcp.basp"
).
then
((
res
)
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
copyValueFromVO
(
res
.
data
);
}
});
}
}
</
script
>
...
...
src/views/Business/Brtset/Basp1.vue
View file @
9c26a83b
...
...
@@ -298,7 +298,11 @@ export default {
},
methods
:{...
Event
},
created
:
function
(){
this
.
executeRule
(
"bopmod.dbfp.basp"
).
then
((
res
)
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
copyValueFromVO
(
res
.
data
);
}
});
}
}
</
script
>
...
...
src/views/Business/Cptadv/Basp.vue
View file @
9c26a83b
...
...
@@ -325,7 +325,11 @@ export default {
},
methods
:{...
Event
},
created
:
function
(){
this
.
executeRule
(
"bopmod.dbdp.basp"
).
then
((
res
)
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
copyValueFromVO
(
res
.
data
);
}
});
}
}
</
script
>
...
...
src/views/Business/Cptadv/Basp3.vue
View file @
9c26a83b
...
...
@@ -341,7 +341,11 @@ export default {
},
methods
:{...
Event
},
created
:
function
(){
this
.
executeRule
(
"bopmod.dbap.basp"
).
then
((
res
)
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
copyValueFromVO
(
res
.
data
);
}
});
}
}
</
script
>
...
...
src/views/Business/Cptadv/Sbxx.vue
View file @
9c26a83b
...
...
@@ -239,11 +239,11 @@ export default {
this
.
basflgEnable
=
true
;
this
.
model
.
bopmod
.
acttyp
=
""
;
this
.
model
.
bopmod
.
ownextkey
=
""
;
}
else
if
(
this
.
model
.
bopmod
.
szflg
==
'2'
){
this
.
model
.
bopmod
.
acttyp
=
""
;
this
.
model
.
bopmod
.
outchargeamt
=
"0.00"
;
}
},
},
watch
:{
...
...
src/views/Business/Cptopn/Dbb.vue
View file @
9c26a83b
...
...
@@ -304,7 +304,11 @@ export default {
},
methods
:{...
Event
},
created
:
function
(){
this
.
executeRule
(
"bopmod.dbbp.basp"
).
then
((
res
)
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
copyValueFromVO
(
res
.
data
);
}
});
}
}
</
script
>
...
...
src/views/Business/Cptopn/Dbe.vue
View file @
9c26a83b
...
...
@@ -304,7 +304,11 @@ export default {
},
methods
:{...
Event
},
created
:
function
(){
this
.
executeRule
(
"bopmod.dbep.basp"
).
then
((
res
)
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
copyValueFromVO
(
res
.
data
);
}
});
}
}
</
script
>
...
...
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