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
54382f5b
Commit
54382f5b
authored
Sep 28, 2021
by
wangguangchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
面函添加事件,fince页面元素赋值修正,排版优化
parent
ce8c64da
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
0 deletions
+25
-0
index.js
src/model/Cptopn/index.js
+1
-0
Finp.vue
src/views/Business/Cptopn/Finp.vue
+0
-0
index.vue
src/views/Business/Cptopn/index.vue
+24
-0
No files found.
src/model/Cptopn/index.js
View file @
54382f5b
...
...
@@ -205,6 +205,7 @@ export default class Cptopn{
seainf
:
""
,
// .trnmod.trndoc.rcvatt.seainf
},
filrecv
:
""
,
// File Receiver .trnmod.trndoc.filrecv
doceot
:[],
},
},
finmod
:{
...
...
src/views/Business/Cptopn/Finp.vue
View file @
54382f5b
This diff is collapsed.
Click to expand it.
src/views/Business/Cptopn/index.vue
View file @
54382f5b
...
...
@@ -145,6 +145,30 @@ export default {
this
.
$refs
.
glepan
.
stmData
.
data
=
res
.
data
.
setmod_glemod_gleshwstm
.
rows
;
})
}
if
(
label
===
"Messages"
)
{
this
.
executeRule
(
"trnmod.trndoc.docpan"
).
then
(
res
=>
{
if
(
res
.
respCode
==
"AAAAAA"
){
const
data
=
res
.
data
;
Utils
.
copyValueFromVO
(
this
.
model
,
data
)
var
stm
=
[];
let
k
=
0
;
for
(
let
i
=
0
;
i
<
res
.
data
.
trnmod_trndoc_doceot
.
length
;
i
++
){
if
(
res
.
data
.
trnmod_trndoc_doceot
[
i
].
role
!=
""
){
stm
[
k
++
]
=
res
.
data
.
trnmod_trndoc_doceot
[
i
];
}
}
this
.
$refs
.
docpan
.
stmData
.
data
=
stm
}
})
}
if
(
label
===
"Attachments"
)
{
this
.
executeRule
(
"trnmod.trndoc.doctre"
).
then
(
res
=>
{
if
(
res
.
respCode
==
"AAAAAA"
){
const
data
=
res
.
data
;
Utils
.
copyValueFromVO
(
this
.
model
,
data
)
}
})
}
}
},
created
:
async
function
()
{
...
...
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