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
dbc73bcb
Commit
dbc73bcb
authored
Jul 26, 2021
by
SunJie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://192.168.0.110:11080/fukai/vue-gjjs
parents
f2724c35
f0de7afd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
10 deletions
+15
-10
index.vue
src/views/Business/Ditopn/index.vue
+15
-10
No files found.
src/views/Business/Ditopn/index.vue
View file @
dbc73bcb
...
@@ -169,22 +169,27 @@ export default {
...
@@ -169,22 +169,27 @@ export default {
const
label
=
vm
.
label
const
label
=
vm
.
label
if
(
label
===
"帐务"
)
{
if
(
label
===
"帐务"
)
{
this
.
executeRule
(
"setmod.setpan"
).
then
(
res
=>
{
this
.
executeRule
(
"setmod.setpan"
).
then
(
res
=>
{
const
data
=
res
.
data
;
if
(
res
.
respCode
==
"AAAAAA"
){
Utils
.
copyValueFromVO
(
this
.
model
,
data
)
const
data
=
res
.
data
;
Utils
.
copyValueFromVO
(
this
.
model
,
data
)
}
})
})
}
}
if
(
label
===
"面函"
)
{
if
(
label
===
"面函"
)
{
//didgrp.adv.pts.extkey
this
.
executeRule
(
"trnmod.trndoc.docpan"
).
then
(
res
=>
{
this
.
executeRule
(
"trnmod.trndoc.docpan"
).
then
(
res
=>
{
const
data
=
res
.
data
;
if
(
res
.
respCode
==
"AAAAAA"
){
Utils
.
copyValueFromVO
(
this
.
model
,
data
)
const
data
=
res
.
data
;
var
stm
=
[];
Utils
.
copyValueFromVO
(
this
.
model
,
data
)
let
k
=
0
;
var
stm
=
[];
for
(
let
i
=
0
;
i
<
res
.
data
.
trnmod_trndoc_doceot
.
length
;
i
++
){
let
k
=
0
;
if
(
res
.
data
.
trnmod_trndoc_doceot
[
i
].
role
!=
""
){
for
(
let
i
=
0
;
i
<
res
.
data
.
trnmod_trndoc_doceot
.
length
;
i
++
){
stm
[
k
++
]
=
res
.
data
.
trnmod_trndoc_doceot
[
i
];
if
(
res
.
data
.
trnmod_trndoc_doceot
[
i
].
role
!=
""
){
stm
[
k
++
]
=
res
.
data
.
trnmod_trndoc_doceot
[
i
];
}
}
}
this
.
$refs
.
docpan
.
stmData
.
data
=
stm
}
}
this
.
$refs
.
docpan
.
stmData
.
data
=
stm
})
})
}
}
}
}
...
...
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