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
3aa8512f
Commit
3aa8512f
authored
Jan 11, 2022
by
liuxin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://192.168.0.110:11080/fukai/vue-gjjs
parents
2b8a6d08
09d05d33
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
10 deletions
+11
-10
Fepinfp.vue
src/views/Business/Infdid/Fepinfp.vue
+5
-4
Infsea.vue
src/views/Business/Infdid/Infsea.vue
+5
-5
index.vue
src/views/Business/Infdid/index.vue
+1
-1
No files found.
src/views/Business/Infdid/Fepinfp.vue
View file @
3aa8512f
...
@@ -184,12 +184,12 @@ export default {
...
@@ -184,12 +184,12 @@ export default {
"3 1
\"
Fee Code
\"
0 "
,
"3 1
\"
Fee Code
\"
0 "
,
"4 2
\"
Fee Text
\"
0 "
,
"4 2
\"
Fee Text
\"
0 "
,
"11 3
\"
Disposition
\"
0 "
,
"11 3
\"
Disposition
\"
0 "
,
"1 4
\"
Role
\"
0 "
,
"1
2
4
\"
Role
\"
0 "
,
"5 5
\"
Cur
\"
0 "
,
"5 5
\"
Cur
\"
0 "
,
"6 6
\"
Amount
\"
0 "
,
"6 6
\"
Amount
\"
0 "
,
"
1
7
\"
Transaction/INR
\"
0 "
,
"
9
7
\"
Transaction/INR
\"
0 "
,
"7 8
\"
Entry Date
\"
0 "
,
"7 8
\"
Entry Date
\"
0 "
,
"1 9
\"
Status
\"
0 "
,
"1
0
9
\"
Status
\"
0 "
,
],
],
fepstmData
:
[
fepstmData
:
[
...
@@ -248,7 +248,8 @@ export default {
...
@@ -248,7 +248,8 @@ export default {
}
}
},
},
created
:
function
(){
created
:
function
(){
this
.
getInfconFcpfeecod
();
this
.
getInfconFepfeecod
();
}
}
}
}
</
script
>
</
script
>
...
...
src/views/Business/Infdid/Infsea.vue
View file @
3aa8512f
...
@@ -647,11 +647,11 @@ export default {
...
@@ -647,11 +647,11 @@ export default {
let
rtnmsgNew
=
await
this
.
executeRule
(
"infbut.dsp"
,
params
);
let
rtnmsgNew
=
await
this
.
executeRule
(
"infbut.dsp"
,
params
);
if
(
rtnmsgNew
.
respCode
=
SUCCESS
){
if
(
rtnmsgNew
.
respCode
=
SUCCESS
){
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsgNew
.
data
);
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsgNew
.
data
);
//
params = {selDst:"infcon.objinr",selIds:[idx+1]}
params
=
{
selDst
:
"infcon.objinr"
,
selIds
:[
idx
+
1
]}
//
let rtnmsgObjinr = await this.executeDefault("infcon.objinr", params);
let
rtnmsgObjinr
=
await
this
.
executeDefault
(
"infcon.objinr"
,
params
);
//
if(rtnmsgObjinr.respCode = SUCCESS){
if
(
rtnmsgObjinr
.
respCode
=
SUCCESS
){
//
Utils.copyValueFromVO(this.model, rtnmsgObjinr.data);
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsgObjinr
.
data
);
//
}
}
}
}
}
}
//触发父组件中updateShowPanel 事件,修改index中showPanel ,控制 index中组件的显示和隐藏
//触发父组件中updateShowPanel 事件,修改index中showPanel ,控制 index中组件的显示和隐藏
...
...
src/views/Business/Infdid/index.vue
View file @
3aa8512f
...
@@ -192,7 +192,7 @@ export default {
...
@@ -192,7 +192,7 @@ export default {
if
(
!!
rulePath
)
{
if
(
!!
rulePath
)
{
this
.
executeRule
(
rulePath
).
then
(
res
=>
{
this
.
executeRule
(
rulePath
).
then
(
res
=>
{
if
(
res
.
respCode
==
SUCCESS
)
{
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
updateModel
(
res
.
data
)
this
.
updateModel
(
res
.
data
);
}
}
})
})
}
}
...
...
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