Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
5b9d3242
authored
2022-10-19 10:38:42 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:受理信息
1 parent
f2a41248
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
14 deletions
src/views/workflow/components/th.vue
src/views/workflow/workFrame.scss
src/views/ywbl/diyaq/slxx.vue
src/views/ywbl/fdcq2/slxx.vue
src/views/ywbl/jsydsyq/slxx.vue
src/views/workflow/components/th.vue
View file @
5b9d324
...
...
@@ -6,7 +6,7 @@
<ul
style=
"margin-bottom:15px"
>
<li
v-for=
"(item,index) in dataList"
class=
"listDetail"
:key=
"index"
>
<p
class=
"icon"
>
<
i
class=
"el-icon-circle-check"
></i
>
<
el-radio
v-model=
"radio"
></el-radio
>
</p>
<p>
{{
item
.
activityName
}}
</p>
<p
v-for=
"(child,childIndex) in item.userInfos"
:key=
"childIndex"
>
{{
child
.
name
}}
</p>
...
...
@@ -35,16 +35,16 @@ export default {
outstepopinion
:
''
}
},
created
()
{
created
()
{
this
.
getBackNode
();
},
methods
:
{
childFn
()
{
console
.
log
(
1111
);
},
getBackNode
()
{
getBackNode
()
{
getTaskBackNode
(
this
.
formData
).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
if
(
res
.
code
==
200
)
{
this
.
dataList
=
res
.
result
}
})
...
...
src/views/workflow/workFrame.scss
View file @
5b9d324
...
...
@@ -164,7 +164,6 @@
background-color
:
#3498db
;
color
:
#ffffff
;
justify-content
:
space-between
;
padding-left
:
15px
;
position
:
sticky
;
top
:
0
;
z-index
:
100
;
...
...
src/views/ywbl/diyaq/slxx.vue
View file @
5b9d324
...
...
@@ -203,7 +203,8 @@ export default {
...
res
.
result
.
zdjbxxdatas
,
...
res
.
result
.
qlxxdatas
,
...
res
.
result
.
jsydsyqdatas
,
};
}
console
.
log
(
this
.
ruleForm
,
'this.ruleFormthis.ruleFormthis.ruleForm'
);
}
});
},
...
...
src/views/ywbl/fdcq2/slxx.vue
View file @
5b9d324
...
...
@@ -177,7 +177,7 @@ import InformationTable from "@/views/workflow/components/InformationTable";
import
{
Init
}
from
"@/api/fwsyqFlow.js"
;
import
{
mapGetters
}
from
"vuex"
;
export
default
{
async
created
()
{
created
()
{
this
.
propsParam
=
this
.
$attrs
;
var
formdata
=
new
FormData
();
formdata
.
append
(
"bsmSldy"
,
this
.
propsParam
.
bsmSldy
);
...
...
@@ -188,7 +188,7 @@ export default {
...
res
.
result
.
zdjbxxdatas
,
...
res
.
result
.
qlxxdatas
,
...
res
.
result
.
jsydsyqdatas
,
}
;
}
}
});
},
...
...
src/views/ywbl/jsydsyq/slxx.vue
View file @
5b9d324
...
...
@@ -173,24 +173,28 @@
</div>
</
template
>
<
script
>
import
InformationTable
from
"@/views/workflow/components/InformationTable"
;
import
{
Init
,
fristReg
}
from
"@/api/jsydsyqFlow.js"
;
import
{
mapGetters
}
from
"vuex"
;
import
{
mapGetters
}
from
"vuex"
import
{
Init
,
fristReg
}
from
"@/api/jsydsyqFlow.js"
import
InformationTable
from
"@/views/workflow/components/InformationTable"
export
default
{
async
created
()
{
created
()
{
this
.
propsParam
=
this
.
$attrs
;
var
formdata
=
new
FormData
();
formdata
.
append
(
"bsmSldy"
,
this
.
propsParam
.
bsmSldy
);
Init
(
formdata
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
&&
res
.
result
)
{
this
.
ruleForm
=
{}
this
.
ruleForm
=
{
...
res
.
result
,
...
res
.
result
.
zdjbxxdatas
,
...
res
.
result
.
qlxxdatas
,
...
res
.
result
.
jsydsyqdatas
,
};
}
if
(
this
.
ruleForm
.
gyfs
==
'1'
)
{
this
.
ruleForm
.
qlrxx
=
[{}]
}
}
})
;
})
},
components
:
{
InformationTable
},
computed
:
{
...
...
Please
register
or
sign in
to post a comment