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
19ec1029
authored
2023-07-17 14:04:11 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:选择不动产单元
1 parent
e5ee6444
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
55 additions
and
51 deletions
src/views/djbworkflow/mixin/index.js
src/views/workflow/mixin/index.js
src/views/ywbl/slsqxx/jsydsyq/slxx300.vue
src/views/djbworkflow/mixin/index.js
View file @
19ec102
/*
* @Description:workFramezu.vue组件的方法 头部按钮弹框方法
* @Autor: miaofang
* @LastEditTime: 2023-0
6-14 15:01:31
* @LastEditTime: 2023-0
7-17 14:04:00
*/
import
{
getPrintTemplateByCode
}
from
"@/api/print"
;
import
{
getQllxByBdcdyid
}
from
"@/api/djbDetail.js"
;
...
...
@@ -36,7 +36,7 @@ export default {
batchButtonName
:
''
,
// 受理申请信息
slsq
:
{},
ableOperation
:
true
ableOperation
:
true
}
},
mounted
()
{
...
...
@@ -54,18 +54,18 @@ export default {
}
stepExpandInfo
(
formdata
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
leftButtonList
=
res
.
result
.
button
;
this
.
rightButtonList
=
res
.
result
.
operation
;
let
arr
=
this
.
rightButtonList
.
filter
((
item
)
=>
{
return
item
.
name
==
"删除"
})
this
.
leftButtonList
=
res
.
result
.
button
;
this
.
rightButtonList
=
res
.
result
.
operation
;
let
arr
=
this
.
rightButtonList
.
filter
((
item
)
=>
{
return
item
.
name
==
"删除"
})
if
(
arr
.
length
)
{
this
.
$refs
.
Menu
.
getleftMenubl
();
}
else
{
this
.
ableOperation
=
false
this
.
$refs
.
Menu
.
getleftMenubl
(
1
);
}
if
(
arr
.
length
)
{
this
.
$refs
.
Menu
.
getleftMenubl
();
}
else
{
this
.
ableOperation
=
false
this
.
$refs
.
Menu
.
getleftMenubl
(
1
);
}
}
})
...
...
@@ -77,27 +77,30 @@ export default {
let
that
=
this
;
switch
(
item
.
value
)
{
case
"B0"
:
this
.
openDialog
()
// this.openDialog()
this
.
$alert
(
'此功能正在开发'
,
'标题'
,
{
confirmButtonText
:
'确定'
,
})
break
;
case
"B1"
:
getWorkFlowImage
(
this
.
bsmSlsq
,
this
.
$route
.
query
.
bestepid
).
then
(
res
=>
{
let
{
result
}
=
res
this
.
$popupDialog
(
"流程图"
,
"workflow/components/processViewer"
,
{
xml
:
result
.
xml
,
finishedInfo
:
{
finishedTaskSet
:
result
.
finishedActivityIds
,
unfinishedTaskSet
:
result
.
runningActivityIds
,
rejectedTaskSet
:
{},
finishedSequenceFlowSet
:
result
.
finishedSequenceFlowIds
},
handlinglist
:
result
.
runningTasks
,
allCommentList
:
result
.
finishedTasks
},
'80%'
,
true
)
})
break
;
case
"B1"
:
getWorkFlowImage
(
this
.
bsmSlsq
,
this
.
$route
.
query
.
bestepid
).
then
(
res
=>
{
let
{
result
}
=
res
this
.
$popupDialog
(
"流程图"
,
"workflow/components/processViewer"
,
{
xml
:
result
.
xml
,
finishedInfo
:
{
finishedTaskSet
:
result
.
finishedActivityIds
,
unfinishedTaskSet
:
result
.
runningActivityIds
,
rejectedTaskSet
:
{},
finishedSequenceFlowSet
:
result
.
finishedSequenceFlowIds
},
handlinglist
:
result
.
runningTasks
,
allCommentList
:
result
.
finishedTasks
},
'80%'
,
true
)
})
break
;
case
"B2"
:
//材料分屏按钮
this
.
closefp
()
this
.
closefp
()
// if (this.splitScreen) {
// //如果当前选项卡为材料信息内容,递减到上一个选项卡内容
...
...
@@ -148,22 +151,22 @@ export default {
// });
// break;
case
"B5"
:
if
(
this
.
currentSelectProps
.
bdcdyid
)
{
getQllxByBdcdyid
({
bdcdyid
:
this
.
currentSelectProps
.
bdcdyid
}).
then
(
(
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
$refs
.
qllxlist
.
qllxlistdata
=
res
.
result
;
this
.
$refs
.
qllxlist
.
dialogVisible
=
true
;
}
case
"B5"
:
if
(
this
.
currentSelectProps
.
bdcdyid
)
{
getQllxByBdcdyid
({
bdcdyid
:
this
.
currentSelectProps
.
bdcdyid
}).
then
(
(
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
$refs
.
qllxlist
.
qllxlistdata
=
res
.
result
;
this
.
$refs
.
qllxlist
.
dialogVisible
=
true
;
}
);
}
// this.$refs.Menu.loadBdcdylist("add")
// this.$popupDialog("选择新增权力类型", "djbworkflow/djbBook/components/qllxcloseDailog", this.currentSelectProps, '50%', true)
}
);
}
// this.$refs.Menu.loadBdcdylist("add")
// this.$popupDialog("选择新增权力类型", "djbworkflow/djbBook/components/qllxcloseDailog", this.currentSelectProps, '50%', true)
break
;
break
;
case
"B6"
:
//根据编号获取对应信息
getPrintTemplateByCode
({
tmpno
:
'dysqs'
}).
then
(
res
=>
{
...
...
src/views/workflow/mixin/index.js
View file @
19ec102
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-1
3 11:06:42
* @LastEditTime: 2023-07-1
7 14:00:39
*/
import
{
getPrintTemplateByCode
}
from
"@/api/print"
;
import
{
uploadUndo
}
from
"@/api/clxx"
;
...
...
@@ -65,7 +65,10 @@ export default {
let
that
=
this
;
switch
(
item
.
value
)
{
case
"B0"
:
this
.
openDialog
()
// this.openDialog()
this
.
$alert
(
'此功能正在开发'
,
'标题'
,
{
confirmButtonText
:
'确定'
,
})
break
;
case
"B1"
:
getWorkFlowImage
(
this
.
bsmSlsq
,
this
.
$route
.
query
.
bestepid
).
then
(
res
=>
{
...
...
src/views/ywbl/slsqxx/jsydsyq/slxx300.vue
View file @
19ec102
...
...
@@ -47,11 +47,9 @@
</el-form-item>
</el-col>
</el-row>
<div
class=
"slxx_title title-block"
>
<div
class=
"slxx_title title-block
flex"
style=
"justify-content: space-between;
"
>
不动产单元情况
<div>
<el-button
@
click=
"compare"
>
变化情况对比+
</el-button>
</div>
<el-button
@
click=
"compare"
>
变化情况对比+
</el-button>
</div>
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
...
...
@@ -133,7 +131,7 @@
</div>
<tdytTable
:tableData=
"ruleForm.tdytqxList"
:ableOperation=
"ableOperation"
:ableOperation=
"ableOperation"
@
upDateTdytxxList=
"upDateTdytxxList"
/>
<div
class=
"slxx_title title-block"
>
权利人信息
...
...
Please
register
or
sign in
to post a comment