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
08ed7634
authored
2023-04-13 13:54:04 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:不动产流程流程图弹框修改
1 parent
caffac19
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
src/views/workflow/mixin/index.js
src/views/workflow/mixin/index.js
View file @
08ed763
import
{
getWorkFlowImage
}
from
"@/api/workflow/jsydsyqFlow.js"
;
import
{
popupDialog
}
from
"@/utils/popup.js"
;
//
import { popupDialog } from "@/utils/popup.js";
import
{
getPrintTemplateByCode
}
from
"@/api/system"
;
import
{
getPrintApplicationInfo
}
from
"@/api/fqsq"
;
import
{
uploadUndo
}
from
"@/api/clxx"
;
...
...
@@ -12,7 +12,7 @@ import {
getNextLinkInfo
,
}
from
"@/api/fqsq.js"
;
export
default
{
data
()
{
data
()
{
return
{
//是否开启材料分屏
splitScreen
:
false
,
...
...
@@ -28,13 +28,13 @@ export default {
batchButtonName
:
''
,
}
},
mounted
()
{
mounted
()
{
this
.
flowInitParam
();
this
.
loadBdcdylist
();
},
methods
:
{
//读取申请单元信息
loadBdcdylist
()
{
loadBdcdylist
()
{
var
formdata
=
new
FormData
();
formdata
.
append
(
"bsmSlsq"
,
this
.
bsmSlsq
);
formdata
.
append
(
"bestepid"
,
this
.
bestepid
);
...
...
@@ -56,7 +56,7 @@ export default {
});
},
//批量按钮判断
judgeBatchShow
()
{
judgeBatchShow
()
{
this
.
showBatch
=
false
;
if
(
this
.
unitData
.
length
>
1
)
{
let
qllx
=
this
.
$route
.
query
.
sqywbm
.
substring
(
0
,
3
);
...
...
@@ -75,7 +75,7 @@ export default {
}
},
//加载流程初始参数
flowInitParam
()
{
flowInitParam
()
{
var
formdata
=
new
FormData
();
formdata
.
append
(
"bsmSlsq"
,
this
.
bsmSlsq
);
formdata
.
append
(
"bestepid"
,
this
.
bestepid
);
...
...
@@ -87,7 +87,7 @@ export default {
});
},
//流程环节操作按钮
operation
(
item
)
{
operation
(
item
)
{
//按钮 B0:选择不动产单元 B1:流程图 B2:材料分屏 B3:材料导入 B4:登记簿 B5:证书预览 B6:打印申请书 B7:证书领取 B8:楼盘表 B9:登簿
//操作按钮 登簿:record 转件:transfer 退回:back 退出:signout
let
that
=
this
;
...
...
@@ -98,7 +98,7 @@ export default {
case
"B1"
:
getWorkFlowImage
(
this
.
bsmSlsq
,
this
.
$route
.
query
.
bestepid
).
then
(
res
=>
{
let
{
result
}
=
res
popupDialog
(
"流程图"
,
"workflow/components/processViewer"
,
{
this
.
$
popupDialog
(
"流程图"
,
"workflow/components/processViewer"
,
{
xml
:
result
.
xml
,
finishedInfo
:
{
finishedTaskSet
:
result
.
finishedTaskSet
,
...
...
@@ -107,7 +107,7 @@ export default {
finishedSequenceFlowSet
:
result
.
finishedSequenceFlowSet
},
allCommentList
:
result
.
historyTaskList
})
}
,
'70%'
,
true
)
})
break
;
case
"B2"
:
//材料分屏按钮
...
...
@@ -227,7 +227,7 @@ export default {
}
},
//发送下一个环节
sendToNext
(
obj
)
{
sendToNext
(
obj
)
{
const
h
=
this
.
$createElement
;
this
.
$msgbox
({
title
:
"您确定转出吗?"
,
...
...
@@ -276,7 +276,7 @@ export default {
});
});
},
sendToEnd
()
{
sendToEnd
()
{
let
that
=
this
const
h
=
this
.
$createElement
;
this
.
$msgbox
({
...
...
@@ -322,7 +322,7 @@ export default {
})
},
//批量操作
handleBatchDel
()
{
handleBatchDel
()
{
let
that
=
this
;
this
.
$popup
(
"批量删除"
,
"workflow/components/batchDel"
,
{
width
:
"50%"
,
...
...
@@ -337,7 +337,7 @@ export default {
}
})
},
handleChange
(
file
)
{
handleChange
(
file
)
{
var
formdata
=
new
FormData
();
formdata
.
append
(
"file"
,
file
.
raw
);
formdata
.
append
(
"bsmSldy"
,
this
.
currentSelectProps
.
bsmSldy
);
...
...
@@ -351,7 +351,7 @@ export default {
})
},
// 上传
beforeUpload
(
file
)
{
beforeUpload
(
file
)
{
return
true
;
},
}
...
...
Please
register
or
sign in
to post a comment