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
090a9910
Commit
090a9910
authored
Aug 06, 2021
by
1377875331@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
default转executeDefault,统一授信
parent
783d65dd
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
14 deletions
+25
-14
Event.js
src/model/Ditopn/Event.js
+3
-3
Detp.vue
src/views/Business/Ditopn/Detp.vue
+2
-2
Ovwp.vue
src/views/Business/Ditopn/Ovwp.vue
+12
-0
index.vue
src/views/Business/Ditopn/index.vue
+8
-9
No files found.
src/model/Ditopn/Event.js
View file @
090a9910
...
...
@@ -404,21 +404,21 @@ export default {
}
},
async
BlurBennam
(
e
){
let
rtnmsg
=
await
Api
.
post
(
"ditopn/
d
efault/ditp.remark"
,
Utils
.
flatObject
(
this
.
model
))
let
rtnmsg
=
await
Api
.
post
(
"ditopn/
executeD
efault/ditp.remark"
,
Utils
.
flatObject
(
this
.
model
))
if
(
rtnmsg
.
respCode
==
"AAAAAA"
)
{
//TODO 处理数据逻辑
this
.
model
.
ditp
.
remark
=
rtnmsg
.
data
.
ditp_remark
}
},
async
BlurAplname
(
e
){
let
rtnmsg
=
await
Api
.
post
(
"ditopn/
d
efault/ditp.remark"
,
Utils
.
flatObject
(
this
.
model
))
let
rtnmsg
=
await
Api
.
post
(
"ditopn/
executeD
efault/ditp.remark"
,
Utils
.
flatObject
(
this
.
model
))
if
(
rtnmsg
.
respCode
==
"AAAAAA"
)
{
//TODO 处理数据逻辑
this
.
model
.
ditp
.
remark
=
rtnmsg
.
data
.
ditp_remark
}
},
async
BlurSignam
(
e
){
let
rtnmsg
=
await
Api
.
post
(
"ditopn/
d
efault/ditp.remark"
,
Utils
.
flatObject
(
this
.
model
))
let
rtnmsg
=
await
Api
.
post
(
"ditopn/
executeD
efault/ditp.remark"
,
Utils
.
flatObject
(
this
.
model
))
if
(
rtnmsg
.
respCode
==
"AAAAAA"
)
{
//TODO 处理数据逻辑
this
.
model
.
ditp
.
remark
=
rtnmsg
.
data
.
ditp_remark
...
...
src/views/Business/Ditopn/Detp.vue
View file @
090a9910
...
...
@@ -149,7 +149,7 @@ export default {
this
.
model
.
didgrp
.
blk
.
defdet
=
""
;
}
const
arg
=
Utils
.
flatObject
(
this
.
model
);
Api
.
post
(
"ditopn/
d
efault/didgrp.rec.avbby"
,
arg
).
then
(
Api
.
post
(
"ditopn/
executeD
efault/didgrp.rec.avbby"
,
arg
).
then
(
(
res
)
=>
{
if
(
res
.
respCode
=
"AAAAAA"
){
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
...
...
@@ -159,7 +159,7 @@ export default {
},
recTenmaxdayEvent
(){
const
arg
=
Utils
.
flatObject
(
this
.
model
);
Api
.
post
(
"ditopn/
d
efault/didgrp.rec.tenmaxday"
,
arg
).
then
(
Api
.
post
(
"ditopn/
executeD
efault/didgrp.rec.tenmaxday"
,
arg
).
then
(
(
res
)
=>
{
if
(
res
.
respCode
=
"AAAAAA"
){
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
...
...
src/views/Business/Ditopn/Ovwp.vue
View file @
090a9910
...
...
@@ -77,6 +77,7 @@
v-model=
"model.didgrp.cbs.nom1.cur"
style=
"width: 100%"
placeholder=
"请选择Currency"
@
keyup
.
enter
.
native=
"nom1CurEvent"
>
<el-option
v-for=
"item in codes.cur"
...
...
@@ -764,6 +765,17 @@ export default {
this
.
model
.
didgrp
.
rec
.
shppro
=
""
;
}
},
nom1CurEvent
(){
const
data
=
Utils
.
flatObject
(
this
.
model
);
Api
.
post
(
"ditopn/executeDefault/didgrp.cbs.nom1.cur"
,
data
).
then
(
(
res
)
=>
{
if
(
res
.
respCode
=
"AAAAAA"
){
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
this
.
flag
=
false
;
}
}
);
},
},
created
:
function
()
{},
watch
:
{
...
...
src/views/Business/Ditopn/index.vue
View file @
090a9910
...
...
@@ -158,13 +158,6 @@ export default {
},
methods
:{
tabClick
(
vm
){
// this.$refs.modelForm.validate(valid => {
// if (valid){
// console.log(1)
// }else{
// console.log(0)
// }
// })
if
(
this
.
isInDisplay
){
return
}
...
...
@@ -184,7 +177,6 @@ export default {
})
}
if
(
label
===
"面函"
)
{
//didgrp.adv.pts.extkey
this
.
executeRule
(
"trnmod.trndoc.docpan"
).
then
(
res
=>
{
if
(
res
.
respCode
==
"AAAAAA"
){
const
data
=
res
.
data
;
...
...
@@ -200,12 +192,19 @@ export default {
}
})
}
if
(
label
===
"统一授信"
)
{
this
.
executeRule
(
"liaall.limmod.limitbody"
).
then
(
res
=>
{
if
(
res
.
respCode
==
"AAAAAA"
){
const
data
=
res
.
data
;
Utils
.
copyValueFromVO
(
this
.
model
,
data
)
}
})
}
}
},
mounted
:
async
function
(){
console
.
log
(
"进入ditopn交易"
);
let
rtnmsg
=
await
this
.
init
(
this
.
$route
.
query
)
// let rtnmsg = {respCode: ''}
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//更新数据
...
...
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