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
2fc415a7
authored
2023-06-14 13:54:01 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
补录流程逻辑编写
1 parent
0b9411ce
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
66 additions
and
60 deletions
src/views/djbworkflow/components/leftmenu/ordinaryMenu.vue
src/views/djbworkflow/djbBook/fdcq2.vue
src/views/djbworkflow/mixin/index.js
src/views/djbworkflow/workFrame.vue
src/views/djbworkflow/components/leftmenu/ordinaryMenu.vue
View file @
2fc415a
This diff is collapsed.
Click to expand it.
src/views/djbworkflow/djbBook/fdcq2.vue
View file @
2fc415a
<!--
* @Description : 房地产权2
* @Autor : miaofang
* @LastEditTime : 2023-06-1
3 14:33:55
* @LastEditTime : 2023-06-1
4 10:52:48
-->
<
template
>
<div
class=
"djxxTable"
>
...
...
@@ -106,22 +106,40 @@ export default {
return
name
;
},
editDialog
(
row
){
this
.
$popupDialog
(
"编辑"
,
"djbworkflow/djbBook/components/djbeditDialog"
,
{
datalist
:
this
.
columns
,
data
:
row
,
this
.
$confirm
(
'此操作将新增一条补录信息, 是否继续?'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
type
:
'warning'
}).
then
(()
=>
{
this
.
$parent
.
addRepairRecord
(
row
)
this
.
$message
({
type
:
'success'
,
message
:
'补录成功!'
});
}).
catch
(()
=>
{
this
.
$message
({
type
:
'info'
,
message
:
'取消编辑'
});
});
// this.$popupDialog("编辑", "djbworkflow/djbBook/components/djbeditDialog", {
// datalist:this.columns,
// data: row,
// })
})
},
// 删除
// 删除
deleteDialog
(
row
){
let
that
=
this
this
.
$confirm
(
'此操作将永久删除, 是否继续?'
,
'提示'
,
{
this
.
$confirm
(
'此操作将永久删除该文件, 是否继续?'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
type
:
'warning'
}).
then
(
async
()
=>
{
// let bsmClmx = this.previewImg.imgList[this.previewImg.index].bsmClmx
}).
then
(()
=>
{
// let bsmClmx = this.previewImg.imgList[this.previewImg.index].bsmClmx
// deleteClmx(bsmClmx).then(res => {
// if (res.code == 200) {
// that.$emit('updateList', res.result)
...
...
@@ -131,18 +149,19 @@ export default {
// })
// }
// })
that
.
$message
({
message
:
'删除成功!
'
,
type
:
'success
'
})
this
.
$message
({
type
:
'success
'
,
message
:
'删除成功!
'
});
}).
catch
(()
=>
{
this
.
$message
({
type
:
'info'
,
message
:
'已取消删除'
})
})
})
;
})
;
}
},
};
</
script
>
...
...
src/views/djbworkflow/mixin/index.js
View file @
2fc415a
...
...
@@ -49,7 +49,6 @@ export default {
if
(
res
.
code
===
200
)
{
this
.
leftButtonList
=
res
.
result
.
button
;
this
.
rightButtonList
=
res
.
result
.
operation
;
console
.
log
(
"this.leftButtonList"
,
this
.
leftButtonList
);
// this.rightButtonList.splice(0,2)
}
})
...
...
@@ -57,7 +56,6 @@ export default {
},
//流程环节操作按钮
operation
(
item
)
{
console
.
log
(
"流程环节操作按钮信息"
,
item
);
//按钮 B0:选择不动产单元 B1:流程图 B2:材料分屏 B3:材料导入 B4:登记簿 B5:证书预览 B6:打印申请书 B7:证书领取 B8:楼盘表 B9:登簿
//操作按钮 登簿:record 转件:transfer 退回:back 退出:signout
let
that
=
this
;
...
...
@@ -107,7 +105,23 @@ export default {
// bsmSlsq: this.bsmSlsq,
// entryType: '1'
// }, '65%', true)
this
.
addRepairRecord
()
this
.
$confirm
(
'此操作将新增一条补录信息, 是否继续?'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
type
:
'warning'
}).
then
(()
=>
{
this
.
addRepairRecord
()
this
.
$message
({
type
:
'success'
,
message
:
'补录成功!'
});
}).
catch
(()
=>
{
this
.
$message
({
type
:
'info'
,
message
:
'取消编辑'
});
});
break
;
case
"B6"
:
//根据编号获取对应信息
...
...
src/views/djbworkflow/workFrame.vue
View file @
2fc415a
...
...
@@ -37,7 +37,7 @@
<!-- 内容框架 -->
<div
class=
"containerFrame"
>
<!-- 左侧菜单栏 区分业务-->
<ordinaryMenu
@
getCurrentSelectProps=
"getCurrentSelectProps"
/>
<ordinaryMenu
ref=
"Menu"
@
getCurrentSelectProps=
"getCurrentSelectProps"
/>
<div
class=
"leftCon"
>
<!-- 分屏左侧预览 -->
<div
v-if=
"splitScreen"
class=
"splitScreen-con"
>
...
...
@@ -154,55 +154,28 @@ export default {
arr
[
index
].
value
=
item
.
id
})
this
.
tabList
=
this
.
tabdata
//console.log("登记簿列表",this.tabList);
},
200
)
},
// // 获取渲染补录信息列表
// getdjblist(){
// console.log("执行1",this.currentSelectProps);
// getBdcqljqtsx({
// bdcdyid: this.currentSelectProps.bdcdyid,
// bdcdyh: this.currentSelectProps.bdcdyh,
// }).then((res) => {
// if (res.code === 200) {
// this.treedata = loadTreeData(res.result, this.bdcdyh);
// this.$nextTick(function () {
// this.defaultNode = getNode(this.currentSelectProps.qllx, { linShi: 0, xianShi: 0, liShi: 0 }, "");
// this.tabName =this.defaultNode.id; //data[0].id为默认选中的节点
// });
// }
// });
// setTimeout(() => {
// let settree=JSON.parse(JSON.stringify(this.treedata))
// this.tabdata=[...settree,...settree[1].children[0].children[0].children]
// this.tabdata.forEach((item,index,arr) => {
// arr[index].name=item.label;
// arr[index].value=item.id
// })
// this.tabList=this.tabdata
// //console.log("登记簿列表",this.tabList);
// }, 200)
// },
// 增加补录记录
addRepairRecord
(){
addRepairRecord
({
bsmQlxx
:
"a8a979f688fc9afc6ca7f0c124f64ede"
,
addRepairRecord
(
row
){
this
.
$refs
.
Menu
.
orientation
()
let
from
=
{
bsmQlxx
:
""
,
bsmSlsq
:
this
.
bsmSlsq
,
bsmSldy
:
this
.
currentSelectProps
.
bsmSldy
,
operate
:
"C"
,
qllx
:
this
.
currentSelectProps
.
qllx
}).
then
((
res
)
=>
{
console
.
log
(
"添加补录记录"
,
res
);
}
if
(
row
){
from
.
bsmQlxx
=
row
.
bsmQlxx
}
addRepairRecord
(
from
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
treedata
=
loadTreeData
(
res
.
result
,
this
.
bdcdyh
);
this
.
$nextTick
(
function
()
{
this
.
defaultNode
=
getNode
(
this
.
currentSelectProps
.
qllx
,
{
linShi
:
0
,
xianShi
:
0
,
liShi
:
0
},
""
);
this
.
tabName
=
this
.
defaultNode
.
id
;
//data[0].id为默认选中的节点
});
alert
(
"补录成功"
)
}
});
},
...
...
@@ -225,7 +198,7 @@ export default {
},
];
this
.
tabName
=
'slxx'
;
},
},
// stepForm(index){
// console.log(index);
...
...
Please
register
or
sign in
to post a comment