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
1311e185
authored
2023-08-30 14:05:09 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:申请单元列表
1 parent
f324b9ce
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
15 deletions
src/views/workflow/components/leftmenu/ordinaryMenu.vue
src/views/workflow/workFrame.vue
src/views/ywbl/mixin/index.js
src/views/ywbl/slsqxx/ygdy/slxx.vue
src/views/workflow/components/leftmenu/ordinaryMenu.vue
View file @
1311e18
<!--
* @Description: workFrame左侧菜单列表-普通
* @Autor: renchao
* @LastEditTime: 2023-08-
28 08:44:31
* @LastEditTime: 2023-08-
30 13:59:09
-->
<
template
>
<div
class=
"leftmenu"
:class=
"
{ 'animation-map-drawer': isShowdrawer }">
...
...
@@ -194,7 +194,6 @@
});
});
},
//批量按钮点击事件
/**
* @description: 批量按钮点击事件
* @author: renchao
...
...
@@ -203,9 +202,7 @@
this
.
currentSelectProps
.
batchOperation
=
true
;
this
.
activeIndex
=
"-1"
;
this
.
$parent
.
stepForm
(
0
);
},
//批量操作
/**
* @description: 批量操作
* @author: renchao
...
...
@@ -216,7 +213,6 @@
dataList
:
this
.
unitData
,
},
'50%'
,
true
)
},
//申请单元点击事件
/**
* @description: 申请单元点击事件
* @param {*} index
...
...
src/views/workflow/workFrame.vue
View file @
1311e18
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-
09 14:54:20
* @LastEditTime: 2023-08-
30 14:03:05
-->
<
template
>
<div
class=
"container"
>
...
...
@@ -132,7 +132,6 @@
* @author: renchao
*/
getCurrentSelectProps
(
val
)
{
console
.
log
(
val
,
'valvalvalval'
);
this
.
currentSelectProps
=
val
getZdInfo
(
val
.
bdcdyid
).
then
(
res
=>
{
this
.
bsmZd
=
res
?.
result
[
0
]?.
bsmZd
...
...
@@ -158,7 +157,6 @@
unClaimTask
(
this
.
bsmSlsq
,
this
.
bestepid
);
}
},
//申请单元点击事件
/**
* @description: 申请单元点击事件
* @param {*} index
...
...
@@ -167,7 +165,7 @@
stepForm
(
index
)
{
getStepFormInfo
(
this
.
currentSelectProps
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
fresh
++
;
//
this.fresh++;
//获取单元对应的所有表单信息
this
.
tabList
=
res
.
result
;
//默认加载第一个表单信息
...
...
src/views/ywbl/mixin/index.js
View file @
1311e18
...
...
@@ -2,13 +2,9 @@
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-
02 14:08:27
* @LastEditTime: 2023-08-
30 13:51:05
*/
export
default
{
data
()
{
return
{
}
},
watch
:
{
'ruleForm.sldy.gyfs'
:
{
handler
:
function
(
val
,
oldVal
)
{
...
...
@@ -22,5 +18,5 @@ export default {
},
immediate
:
true
}
}
,
}
}
...
...
src/views/ywbl/slsqxx/ygdy/slxx.vue
View file @
1311e18
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment