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
37e9c976
authored
2023-06-20 17:49:21 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
--no commit message
1 parent
272383f1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
40 additions
and
11 deletions
src/views/djbworkflow/components/leftmenu/djbFrameData.js
src/views/djbworkflow/components/leftmenu/ordinaryMenu.vue
src/views/djbworkflow/djbBook/components/clxxAddDialog.vue
src/views/djbworkflow/workFrame.vue
src/views/djbworkflow/components/leftmenu/djbFrameData.js
View file @
37e9c97
...
...
@@ -68,7 +68,6 @@ export function loadTreeData(qlxxData, bdcdyh) {
//获取权利类型、不动产单元类型对应的树形节点信息
export
function
getNode
(
qllx
,
qlxx
,
bdcdylx
)
{
console
.
log
(
"qllx"
,
qllx
,
"bdcdylx"
,
bdcdylx
);
let
node
;
for
(
var
i
=
0
;
i
<
qlxxPage
.
length
;
i
++
)
{
if
(
qlxxPage
[
i
].
qllx
==
qllx
)
{
...
...
src/views/djbworkflow/components/leftmenu/ordinaryMenu.vue
View file @
37e9c97
...
...
@@ -106,18 +106,20 @@ export default {
};
},
mounted
()
{
this
.
getleftMenubl
();
this
.
loadBdcdylist
();
},
computed
:
{
...
mapGetters
([
"isRefresh"
]),
//
...mapGetters(["isRefresh"]),
},
watch
:
{
isRefresh
:
{
handler
(
newVal
,
oldVal
)
{
if
(
newVal
)
this
.
loadBdcdylist
();
},
immediate
:
true
,
},
//
isRefresh: {
//
handler(newVal, oldVal) {
//
if (newVal) this.loadBdcdylist();
//
},
//
immediate: true,
//
},
},
methods
:
{
//读取申请单元信息
...
...
@@ -128,19 +130,25 @@ export default {
leftMenu
(
formdata
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
&&
res
.
result
)
{
this
.
currentSelectProps
=
res
.
result
[
0
];
if
(
this
.
supplementarylist
.
length
>
0
){
this
.
unitClick
(
0
)
}
this
.
$emit
(
"getCurrentSelectProps"
,
this
.
currentSelectProps
);
if
(
add
){
this
.
$parent
.
getQllxByBdcdyid
()
}
}
});
this
.
getleftMenubl
();
},
// 获取右侧菜单
getleftMenubl
(
row
)
{
leftMenubl
(
this
.
bsmSlsq
).
then
((
res
)
=>
{
this
.
supplementarylist
=
res
.
result
;
console
.
log
(
"this.supplementarylist"
,
this
.
supplementarylist
);
if
(
this
.
supplementarylist
.
length
>
0
){
this
.
unitClick
(
0
)
}
if
(
row
){
this
.
supplementarylist
.
forEach
((
item
,
index
)
=>
{
if
(
item
.
bsmRepair
==
row
.
bsmRepair
){
...
...
@@ -265,6 +273,11 @@ export default {
}
.menus
{
background-color
:
#e7f4fe
;
div{
font-size
:
16px
;
font-weight
:
600
;
}
}
.blxx
{
border
:
#b0d9f8
solid
1px
;
...
...
src/views/djbworkflow/djbBook/components/clxxAddDialog.vue
View file @
37e9c97
...
...
@@ -4,7 +4,7 @@
* @LastEditTime: 2023-05-09 09:20:10
-->
<
template
>
<dialogBox
title=
"新建材料信息
1111
"
width=
"20%"
isMain
v-model=
"myValue"
@
closeDialog=
"closeDialog"
@
submitForm=
"handleSubmit"
<dialogBox
title=
"新建材料信息"
width=
"20%"
isMain
v-model=
"myValue"
@
closeDialog=
"closeDialog"
@
submitForm=
"handleSubmit"
:isFullscreen=
"false"
>
<el-form
:model=
"ruleForm"
ref=
"ruleForm"
label-width=
"70px"
>
<el-row>
...
...
src/views/djbworkflow/workFrame.vue
View file @
37e9c97
...
...
@@ -73,6 +73,7 @@
<
script
>
import
WorkFlow
from
"./mixin/index"
;
import
{
getForm
}
from
"./flowform"
;
import
{
getStepFormInfo
}
from
"@/api/fqsq.js"
import
NoticeBar
from
"@/components/NoticeBar/index"
;
import
ProcessViewer
from
"./components/processViewer.vue"
;
// 引入左侧菜单
...
...
@@ -126,9 +127,22 @@ export default {
defaultNode
:
{},
};
},
mounted
()
{},
mounted
()
{
},
methods
:
{
// 获取表单
stepForm
()
{
this
.
currentSelectProps
.
batchOperation
=
false
getStepFormInfo
(
this
.
currentSelectProps
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
console
.
log
(
"ressssssssssss"
,
res
);
}
})
},
getQllxByBdcdyid
()
{
if
(
this
.
currentSelectProps
.
bdcdyid
){
getQllxByBdcdyid
({
bdcdyid
:
this
.
currentSelectProps
.
bdcdyid
}).
then
(
...
...
@@ -144,11 +158,14 @@ export default {
},
// 获取右侧选项卡
getCurrentSelectProps
(
val
)
{
console
.
log
(
"vallllllllllllllllll"
,
val
);
this
.
currentSelectProps
=
val
;
if
(
this
.
currentSelectProps
.
bsmRepair
)
{
this
.
tabset
(
val
);
}
else
{
console
.
log
(
"jin"
);
this
.
getdjblist
();
this
.
stepForm
()
}
},
// 获取渲染登记簿列表
...
...
Please
register
or
sign in
to post a comment