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
abad8974
Commit
abad8974
authored
Sep 28, 2021
by
潘际乾
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://114.115.138.98:8900/fukai/vue-gjjs
parents
5ec74000
fa1afa9e
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
1 deletions
+26
-1
index.js
src/model/Cptopn/index.js
+1
-0
Finp.vue
src/views/Business/Cptopn/Finp.vue
+0
-0
Opnp1.vue
src/views/Business/Cptopn/Opnp1.vue
+0
-0
index.vue
src/views/Business/Cptopn/index.vue
+25
-1
No files found.
src/model/Cptopn/index.js
View file @
abad8974
...
...
@@ -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 @
abad8974
This diff is collapsed.
Click to expand it.
src/views/Business/Cptopn/Opnp1.vue
View file @
abad8974
This diff is collapsed.
Click to expand it.
src/views/Business/Cptopn/index.vue
View file @
abad8974
...
...
@@ -65,7 +65,7 @@
<m-outp
:model=
"model"
:codes=
"codes"
></m-outp>
</el-tab-pane>
</el-tabs>
<c-bus-button
:
$
pntvm=
"this"
></c-bus-button>
</el-form>
</div>
</c-page>
...
...
@@ -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