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
6702ddd9
Commit
6702ddd9
authored
Jan 24, 2022
by
唐贵贤
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
infltd交易修改
parent
aad77f8c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
60 additions
and
64 deletions
+60
-64
Event.js
src/model/Infltd/Event.js
+50
-4
Infsea.vue
src/views/Business/Infltd/Infsea.vue
+0
-0
Ovwp.vue
src/views/Business/Infltd/Ovwp.vue
+2
-2
Ptyp.vue
src/views/Business/Infltd/Ptyp.vue
+0
-54
index.vue
src/views/Business/Infltd/index.vue
+8
-4
No files found.
src/model/Infltd/Event.js
View file @
6702ddd9
...
@@ -8,16 +8,24 @@ export default {
...
@@ -8,16 +8,24 @@ export default {
//TODO 处理数据逻辑
//TODO 处理数据逻辑
this
.
stmData
.
data
=
rtnmsg
.
data
.
infbut_dspstm
.
rows
;
this
.
stmData
.
data
=
rtnmsg
.
data
.
infbut_dspstm
.
rows
;
//console.log("smhstm:",rtnmsg);
//console.log("smhstm:",rtnmsg);
if
(
rtnmsg
.
data
.
infbut_dspstm
.
rows
.
length
==
0
)
{
this
.
$notify
({
title
:
'成功'
,
message
:
'搜索完毕,无满足条件记录'
,
type
:
'success'
});
}
}
}
else
{
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
async
onInfbutDsp
()
{
async
onInfbutDsp
(
row
)
{
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.dsp"
)
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.dsp"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
//TODO 处理数据逻辑
//console.log(rtnmsg);
console
.
log
(
"rows:"
,
row
);
console
.
log
(
"你猜"
,
rtnmsg
);
}
}
else
{
else
{
...
@@ -28,6 +36,7 @@ export default {
...
@@ -28,6 +36,7 @@ export default {
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.userow"
)
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.userow"
)
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
//TODO 处理数据逻辑
//console.log("use测试:",rtnmsg);
}
}
else
{
else
{
...
@@ -35,7 +44,24 @@ export default {
...
@@ -35,7 +44,24 @@ export default {
}
}
},
},
async
onInfbutClr
()
{
async
onInfbutClr
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.clr"
)
this
.
model
.
infcon
.
seaownref
=
""
;
this
.
model
.
infcon
.
searef
=
""
;
this
.
model
.
infcon
.
pty
.
extkey
=
""
;
this
.
model
.
infcon
.
seapty
=
""
;
this
.
model
.
infcon
.
opndatfrom
=
""
;
this
.
model
.
infcon
.
opndatto
=
""
;
this
.
model
.
infcon
.
seaamtfr
=
""
;
this
.
model
.
infcon
.
seaamtto
=
""
;
this
.
model
.
infcon
.
seasta
=
""
;
this
.
model
.
infcon
.
usr
.
extkey
=
""
;
this
.
model
.
infcon
.
nam
=
""
;
this
.
model
.
infcon
.
hndtyp
=
""
;
this
.
model
.
infcon
.
pty
.
nam
=
""
;
this
.
model
.
infcon
.
searol
=
""
;
this
.
model
.
infcon
.
seacur
=
""
;
this
.
stmData
.
data
=
""
;
//let rtnmsg = await this.executeRule("infbut.clr")
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
//TODO 处理数据逻辑
...
@@ -55,7 +81,27 @@ export default {
...
@@ -55,7 +81,27 @@ export default {
}
}
},
},
async
onInfbutExi
()
{
async
onInfbutExi
()
{
let
rtnmsg
=
await
this
.
executeRule
(
"infbut.exi"
)
this
.
$confirm
(
"确认退出?"
,
""
,
{
confirmButtonText
:
"确认"
,
cancelButtonText
:
"取消"
,
type
:
"warning"
,
})
.
then
((
res
)
=>
{
// this.$router.back();
this
.
$store
.
dispatch
(
"TagsView/delView"
,
this
.
$route
);
this
.
handleExit
&&
this
.
handleExit
();
if
(
this
.
$route
.
query
&&
this
.
$route
.
query
.
routeParams
)
{
setTimeout
(()
=>
{
this
.
$router
.
back
();
},
500
);
}
else
{
setTimeout
(()
=>
{
this
.
$router
.
push
(
"/home"
);
},
500
);
}
})
.
catch
(()
=>
{});
//let rtnmsg = await this.executeRule("infbut.exi")
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
//TODO 处理数据逻辑
...
...
src/views/Business/Infltd/Infsea.vue
View file @
6702ddd9
This diff is collapsed.
Click to expand it.
src/views/Business/Infltd/Ovwp.vue
View file @
6702ddd9
...
@@ -62,7 +62,7 @@
...
@@ -62,7 +62,7 @@
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<
!--
<
c-col
:span=
"24"
>
<el-form-item
<el-form-item
label=
"Drag Drop Sender"
label=
"Drag Drop Sender"
prop=
"recpan.be1p.ptsget.sdamod.dadsnd"
prop=
"recpan.be1p.ptsget.sdamod.dadsnd"
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
placeholder=
"请输入Drag Drop Sender"
placeholder=
"请输入Drag Drop Sender"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Nominal Amount"
prop=
"ltdgrp.cbs.nom1.cur"
>
<el-form-item
label=
"Nominal Amount"
prop=
"ltdgrp.cbs.nom1.cur"
>
<c-select
<c-select
...
...
src/views/Business/Infltd/Ptyp.vue
View file @
6702ddd9
...
@@ -155,48 +155,6 @@
...
@@ -155,48 +155,6 @@
</c-row>
</c-row>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Drag Drop Sender"
prop=
"recpan.a2tp.ptsget.sdamod.dadsnd"
>
<c-input
v-model=
"model.recpan.a2tp.ptsget.sdamod.dadsnd"
placeholder=
"请输入Drag Drop Sender"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Drag Drop Sender"
prop=
"recpan.rmtp.ptsget.sdamod.dadsnd"
>
<c-input
v-model=
"model.recpan.rmtp.ptsget.sdamod.dadsnd"
placeholder=
"请输入Drag Drop Sender"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
prop=
"recpan.a2tp.ptsget.sdamod.seainf"
>
<c-input
v-model=
"model.recpan.a2tp.ptsget.sdamod.seainf"
placeholder=
"请输入"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
prop=
"recpan.rmtp.ptsget.sdamod.seainf"
>
<c-input
v-model=
"model.recpan.rmtp.ptsget.sdamod.seainf"
placeholder=
"请输入"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"名称"
prop=
"ltdgrp.a2t.namelc"
>
<el-form-item
label=
"名称"
prop=
"ltdgrp.a2t.namelc"
>
<c-input
<c-input
type=
"textarea"
type=
"textarea"
...
@@ -269,18 +227,6 @@
...
@@ -269,18 +227,6 @@
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"Drag Drop Sender"
prop=
"recpan.conp.ptsget.sdamod.dadsnd"
>
<c-input
v-model=
"model.recpan.conp.ptsget.sdamod.dadsnd"
placeholder=
"请输入Drag Drop Sender"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
prop=
"recpan.conp.ptsget.sdamod.seainf"
>
<el-form-item
label=
""
prop=
"recpan.conp.ptsget.sdamod.seainf"
>
<c-input
<c-input
v-model=
"model.recpan.conp.ptsget.sdamod.seainf"
v-model=
"model.recpan.conp.ptsget.sdamod.seainf"
...
...
src/views/Business/Infltd/index.vue
View file @
6702ddd9
...
@@ -12,7 +12,9 @@
...
@@ -12,7 +12,9 @@
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
<!--PD000006 -->
<!--PD000006 -->
<el-tab-pane
label=
"Selection"
name=
"infsea"
>
<el-tab-pane
label=
"Selection"
name=
"infsea"
>
<m-infsea
:model=
"model"
:codes=
"codes"
/>
<c-content>
<m-infsea
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
</el-tab-pane>
<!--PD000001 -->
<!--PD000001 -->
...
@@ -27,7 +29,9 @@
...
@@ -27,7 +29,9 @@
<!--PD000042 -->
<!--PD000042 -->
<el-tab-pane
label=
"Parties"
name=
"ptyp"
>
<el-tab-pane
label=
"Parties"
name=
"ptyp"
>
<m-ptyp
:model=
"model"
:codes=
"codes"
/>
<c-content>
<m-ptyp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
</el-tab-pane>
<!--PD000169 -->
<!--PD000169 -->
...
@@ -146,7 +150,7 @@ export default {
...
@@ -146,7 +150,7 @@ export default {
pattern
:
Pattern
,
pattern
:
Pattern
,
rules
:
null
,
rules
:
null
,
codes
:
{
...
CodeTable
},
codes
:
{
...
CodeTable
},
}
}
;
},
},
methods
:
{
methods
:
{
tabClick
()
{},
tabClick
()
{},
...
@@ -155,7 +159,7 @@ export default {
...
@@ -155,7 +159,7 @@ export default {
console
.
log
(
"进入infltd交易"
);
console
.
log
(
"进入infltd交易"
);
let
rtnmsg
=
await
this
.
init
({});
let
rtnmsg
=
await
this
.
init
({});
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
console
.
log
(
"ini方法:"
)
console
.
log
(
"ini方法:"
)
;
//TODO 处理数据逻辑
//TODO 处理数据逻辑
}
else
{
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
...
...
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