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
9c6af026
authored
2023-06-05 08:42:40 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
into dev
2 parents
7e1e4ef9
b7ef5199
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
1128 additions
and
272 deletions
src/router/index.js
src/views/djbBook/cfdj.vue
src/views/djbBook/components/djbdyeditDialog.vue
src/views/djbBook/components/djbeditDialog.vue
src/views/djbBook/components/jsydsyqeditDialog.vue
src/views/djbBook/diyaq.vue
src/views/djbBook/diyiq.vue
src/views/djbBook/fdcq1.vue
src/views/djbBook/fdcq2.vue
src/views/djbBook/jsydsyq.vue
src/views/djbBook/nydsyq.vue
src/views/djbBook/ygdj.vue
src/views/djbBook/yydj.vue
src/views/djbworkflow/components/leftmenu/ordinaryMenu.vue
src/views/djbworkflow/mixin/index.js
src/views/djbworkflow/mixin/public.js
src/views/djbworkflow/workFrame.vue
src/views/workflow/mixin/index.js
src/router/index.js
View file @
9c6af02
...
...
@@ -40,7 +40,7 @@ export const constantRoutes = [
component
:
()
=>
import
(
'@/views/djbworkflow/workFrame.vue'
),
name
:
'djbworkFrame'
,
hidden
:
true
,
meta
:
{
title
:
'登记簿
编辑
'
}
meta
:
{
title
:
'登记簿
补录
'
}
},
//登记簿详情
{
...
...
src/views/djbBook/cfdj.vue
View file @
9c6af02
<!--
* @Description :查封登记信息
* @Autor : miaofang
* @LastEditTime : 2023-06-02 14:41:22
-->
<
template
>
<div
class=
"djxxTable"
>
<div
class=
"tableBox"
>
...
...
@@ -20,6 +25,11 @@
row.qszt == '0' ? 'linshi' : '',
item.prop == 'qszt' && row.qszt == '0' ? 'linshiIcon' : '',
]"
>
<div
class=
"setbut"
v-if=
"item.prop == 'cz'"
>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"editDialog(row)"
>
编辑
</el-button>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"AddDialog(row)"
>
新增
</el-button>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"deleteDialog(row)"
>
删除
</el-button>
</div>
<div
class=
"icon"
v-if=
"item.prop == 'qszt' && row.qszt == '0'"
>
正在办理
</div>
...
...
@@ -102,6 +112,50 @@ export default {
}
return
name
;
},
AddDialog
(
row
){
this
.
$popupDialog
(
"新增"
,
"djbBook/components/djbeditDialog"
,
{
datalist
:
this
.
columns
,
data
:
''
})
},
editDialog
(
row
){
this
.
$popupDialog
(
"编辑"
,
"djbBook/components/djbeditDialog"
,
{
datalist
:
this
.
columns
,
data
:
row
,
})
},
// 删除
deleteDialog
(
row
){
let
that
=
this
this
.
$confirm
(
'此操作将永久删除, 是否继续?'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
type
:
'warning'
}).
then
(
async
()
=>
{
// let bsmClmx = this.previewImg.imgList[this.previewImg.index].bsmClmx
// deleteClmx(bsmClmx).then(res => {
// if (res.code == 200) {
// that.$emit('updateList', res.result)
// that.$message({
// message: '删除成功!',
// type: 'success'
// })
// }
// })
that
.
$message
({
message
:
'删除成功!'
,
type
:
'success'
})
}).
catch
(()
=>
{
this
.
$message
({
type
:
'info'
,
message
:
'已取消删除'
})
})
}
},
};
</
script
>
...
...
src/views/djbBook/components/djbdyeditDialog.vue
0 → 100644
View file @
9c6af02
<
template
>
<div
class=
"jtfccx-edit"
>
<div
class=
"jtfccx-edit-con"
>
<el-form
ref=
"form"
:model=
"form"
label-width=
"160px"
>
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"权属状态"
label-width=
"140px"
>
<el-select
v-model=
"form.qszt"
>
<el-option
v-for=
"item in qsztList"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"权利类型"
label-width=
"140px"
>
<el-input
v-model=
"form.qllxmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"登记类型"
label-width=
"140px"
>
<el-input
v-model=
"form.djlxmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"上手业务号"
label-width=
"140px"
>
<el-input
v-model=
"form.ssywh"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"档案号"
label-width=
"140px"
>
<el-input
v-model=
"form.dah"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"业务号"
label-width=
"140px"
>
<el-input
v-model=
"form.ywh"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"不动产单元号"
label-width=
"140px"
>
<el-input
v-model=
"form.bdcdyh"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"坐落"
label-width=
"140px"
>
<el-input
v-model=
"form.zl"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"共有情况"
label-width=
"140px"
>
<el-input
v-model=
"form.gyqk"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"权利人类型"
label-width=
"140px"
>
<el-input
v-model=
"form.qlrlx"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"权利人"
label-width=
"140px"
>
<el-input
v-model=
"form.qlrmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"证件种类"
label-width=
"140px"
>
<el-input
v-model=
"form.qlrzjzl"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"证件号"
label-width=
"140px"
>
<el-input
v-model=
"form.qlrzjhm"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"土地使用权人"
label-width=
"140px"
>
<el-input
v-model=
"form.tdsyqr"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"独用土地面积(m²)"
label-width=
"140px"
>
<el-input
v-model=
"form.dytdmj"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"分摊土地面积(m²)"
label-width=
"140px"
>
<el-input
v-model=
"form.fttdmj"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"使用权起止时间"
label-width=
"140px"
>
<el-input
v-model=
"form.syqqzsj"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"土地使用期限"
label-width=
"140px"
>
<el-input
v-model=
"form.tdsyqx"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"房地产交易价格(万元)"
label-width=
"140px"
>
<el-input
v-model=
"form.fdcjyjg"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"规划用途"
label-width=
"140px"
>
<el-input
v-model=
"form.ytmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"房屋性质"
label-width=
"140px"
>
<el-input
v-model=
"form.fwxzmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"房屋结构"
label-width=
"140px"
>
<el-input
v-model=
"form.fwjgmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"所在层"
label-width=
"140px"
>
<el-input
v-model=
"form.szc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"总层数"
label-width=
"140px"
>
<el-input
v-model=
"form.fj"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"建筑面积(m2)"
label-width=
"140px"
>
<el-input
v-model=
"form.mj"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"专有建筑面积(m2)"
label-width=
"140px"
>
<el-input
v-model=
"form.zyjzmj"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"分摊建筑面积(m2)"
label-width=
"140px"
>
<el-input
v-model=
"form.jgsj"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"登记原因"
label-width=
"140px"
>
<el-input
v-model=
"form.djyy"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"不动产权证号"
label-width=
"140px"
>
<el-input
v-model=
"form.bdcqzh"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"登记时间"
label-width=
"140px"
>
<el-input
v-model=
"form.djsj"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"登簿人"
label-width=
"140px"
>
<el-input
v-model=
"form.dbr"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"附记"
label-width=
"140px"
>
<el-input
v-model=
"form.fj"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"总层数"
label-width=
"140px"
>
<el-input
v-model=
"form.fj"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-form-item
class=
"btn"
>
<el-button
type=
"primary"
@
click=
"submitForm"
>
保存
</el-button>
<el-button
@
click=
"closeDialog"
>
取消
</el-button>
</el-form-item>
</el-form>
</div>
</div>
</
template
>
<
script
>
export
default
{
props
:
{
formData
:
{
type
:
Object
,
default
:
()
=>
{
},
},
},
data
()
{
return
{
form
:{},
qsztList
:
[
{
value
:
"0"
,
label
:
"临时"
,
},
{
value
:
"1"
,
label
:
"现势"
,
},
{
value
:
"2"
,
label
:
"历史"
,
},
],
label
:
""
,
};
},
mounted
()
{
if
(
this
.
formData
.
data
)
{
this
.
$nextTick
(()
=>
{
this
.
form
=
Object
.
assign
({},
this
.
formData
.
data
)
this
.
form
.
qszt
=
this
.
form
.
qszt
==
'0'
?
"临时"
:
this
.
form
.
qszt
==
'1'
?
"现势"
:
"历史"
})
}
},
methods
:
{
//新增常用意见
submitForm
()
{
this
.
$refs
.
form
.
validate
(
valid
=>
{
if
(
valid
)
{
// addUserCommonOpinion({ commonOpinion: this.form.commonOpinion }).then(res => {
// if (res.code == 200) {
// this.$message.success("新增成功")
// this.closeaddDiglog();
// this.getList()
// } else {
// this.$message.error(res.message)
// }
// })
}
else
{
return
false
;
}
});
},
closeDialog
()
{
this
.
$popupCacel
()
this
.
$refs
[
'form'
].
resetFields
();
// this.resetTableFields();
}
},
};
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
@import
"~@/styles/public.scss"
;
.jtfccx-edit
{
@include
flex;
flex-direction
:
column
;
overflow-y
:
hidden
;
max-height
:
85vh
;
padding
:
0
2px
;
.btn{
text-align
:
center
;
}
}
</
style
>
src/views/djbBook/components/djbeditDialog.vue
View file @
9c6af02
...
...
@@ -11,119 +11,9 @@
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"权利类型"
label-width=
"140px"
>
<el-input
v-model=
"form.qllxmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"登记类型"
label-width=
"140px"
>
<el-input
v-model=
"form.djlxmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"上手业务号"
label-width=
"140px"
>
<el-input
v-model=
"form.ssywh"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"档案号"
label-width=
"140px"
>
<el-input
v-model=
"form.dah"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"业务号"
label-width=
"140px"
>
<el-input
v-model=
"form.ywh"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"不动产单元号"
label-width=
"140px"
>
<el-input
v-model=
"form.bdcdyh"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"坐落"
label-width=
"140px"
>
<el-input
v-model=
"form.zl"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"共有情况"
label-width=
"140px"
>
<el-input
v-model=
"form.gyqk"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"权利人类型"
label-width=
"140px"
>
<el-input
v-model=
"form.qlrlx"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"权利人"
label-width=
"140px"
>
<el-input
v-model=
"form.qlrmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"证件种类"
label-width=
"140px"
>
<el-input
v-model=
"form.qlrzjzl"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"证件号"
label-width=
"140px"
>
<el-input
v-model=
"form.qlrzjhm"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"使用权面积"
label-width=
"140px"
>
<el-input
v-model=
"form.mj"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"权利性质"
label-width=
"140px"
>
<el-input
v-model=
"form.qlxzmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"土地用途"
label-width=
"140px"
>
<el-input
v-model=
"form.ytmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"使用权起止时间"
label-width=
"140px"
>
<el-input
v-model=
"form.syqqzsj"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"土地使用期限"
label-width=
"140px"
>
<el-input
v-model=
"form.tdsyqx"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"取得价格(万元)"
label-width=
"140px"
>
<el-input
v-model=
"form.qdjg"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"登记原因"
label-width=
"140px"
>
<el-input
v-model=
"form.djyy"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"不动产权证号"
label-width=
"140px"
>
<el-input
v-model=
"form.bdcqzh"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"登记时间"
label-width=
"140px"
>
<el-input
v-model=
"form.djsj"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"登簿人"
label-width=
"140px"
>
<el-input
v-model=
"form.dbr"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"附记"
label-width=
"140px"
>
<el-input
v-model=
"form.fj"
></el-input>
<el-col
:span=
"8"
v-for=
"item in datalist"
:key=
"item.bdcdyh"
>
<el-form-item
:prop=
"item.prop"
:label=
"item.label"
label-width=
"140px"
>
<el-input
v-model=
"form[item.prop]"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -148,6 +38,7 @@ export default {
data
()
{
return
{
form
:{},
datalist
:[],
qsztList
:
[
{
value
:
"0"
,
...
...
@@ -167,23 +58,25 @@ export default {
};
},
mounted
()
{
console
.
log
(
"this.formData.data"
,
this
.
formData
.
data
);
if
(
this
.
formData
.
data
)
{
this
.
$nextTick
(()
=>
{
this
.
form
=
Object
.
assign
({},
this
.
formData
.
data
)
// this.datalist = Object.assign([], this.formData.datalist)
this
.
form
.
qszt
=
this
.
form
.
qszt
==
'0'
?
"临时"
:
this
.
form
.
qszt
==
'1'
?
"现势"
:
"历史"
})
console
.
log
(
"this.form"
,
this
.
form
);
}
// this.datalist = this.formData.datalist
this
.
datalist
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
formData
.
datalist
));
this
.
datalist
.
shift
()
this
.
datalist
.
shift
()
},
methods
:
{
//新增常用意见
submitForm
()
{
this
.
$refs
.
form
.
validate
(
valid
=>
{
if
(
valid
)
{
console
.
log
(
"from"
,
this
.
form
);
// addUserCommonOpinion({ commonOpinion: this.form.commonOpinion }).then(res => {
// if (res.code == 200) {
// this.$message.success("新增成功")
...
...
@@ -193,13 +86,13 @@ export default {
// this.$message.error(res.message)
// }
// })
this
.
$popupCacel
()
}
else
{
return
false
;
}
});
},
closeDialog
()
{
console
.
log
(
"this.$refs['form']"
,
this
.
$refs
[
'form'
]);
this
.
$popupCacel
()
this
.
$refs
[
'form'
].
resetFields
();
// this.resetTableFields();
...
...
src/views/djbBook/components/jsydsyqeditDialog.vue
0 → 100644
View file @
9c6af02
<
template
>
<div
class=
"jtfccx-edit"
>
<div
class=
"jtfccx-edit-con"
>
<el-form
ref=
"form"
:model=
"form"
label-width=
"160px"
>
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"权属状态"
label-width=
"140px"
>
<el-select
v-model=
"form.qszt"
>
<el-option
v-for=
"item in qsztList"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"权利类型"
label-width=
"140px"
>
<el-input
v-model=
"form.qllxmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"登记类型"
label-width=
"140px"
>
<el-input
v-model=
"form.djlxmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"上手业务号"
label-width=
"140px"
>
<el-input
v-model=
"form.ssywh"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"档案号"
label-width=
"140px"
>
<el-input
v-model=
"form.dah"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"业务号"
label-width=
"140px"
>
<el-input
v-model=
"form.ywh"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"不动产单元号"
label-width=
"140px"
>
<el-input
v-model=
"form.bdcdyh"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"坐落"
label-width=
"140px"
>
<el-input
v-model=
"form.zl"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"共有情况"
label-width=
"140px"
>
<el-input
v-model=
"form.gyqk"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"权利人类型"
label-width=
"140px"
>
<el-input
v-model=
"form.qlrlx"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"权利人"
label-width=
"140px"
>
<el-input
v-model=
"form.qlrmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"证件种类"
label-width=
"140px"
>
<el-input
v-model=
"form.qlrzjzl"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"证件号"
label-width=
"140px"
>
<el-input
v-model=
"form.qlrzjhm"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"使用权面积"
label-width=
"140px"
>
<el-input
v-model=
"form.mj"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"权利性质"
label-width=
"140px"
>
<el-input
v-model=
"form.qlxzmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"土地用途"
label-width=
"140px"
>
<el-input
v-model=
"form.ytmc"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"使用权起止时间"
label-width=
"140px"
>
<el-input
v-model=
"form.syqqzsj"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"土地使用期限"
label-width=
"140px"
>
<el-input
v-model=
"form.tdsyqx"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"取得价格(万元)"
label-width=
"140px"
>
<el-input
v-model=
"form.qdjg"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"登记原因"
label-width=
"140px"
>
<el-input
v-model=
"form.djyy"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"不动产权证号"
label-width=
"140px"
>
<el-input
v-model=
"form.bdcqzh"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"登记时间"
label-width=
"140px"
>
<el-input
v-model=
"form.djsj"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"登簿人"
label-width=
"140px"
>
<el-input
v-model=
"form.dbr"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"附记"
label-width=
"140px"
>
<el-input
v-model=
"form.fj"
></el-input>
</el-form-item>
</el-col>
</el-row>
<el-form-item
class=
"btn"
>
<el-button
type=
"primary"
@
click=
"submitForm"
>
保存
</el-button>
<el-button
@
click=
"closeDialog"
>
取消
</el-button>
</el-form-item>
</el-form>
</div>
</div>
</
template
>
<
script
>
export
default
{
props
:
{
formData
:
{
type
:
Object
,
default
:
()
=>
{
},
},
},
data
()
{
return
{
form
:{},
qsztList
:
[
{
value
:
"0"
,
label
:
"临时"
,
},
{
value
:
"1"
,
label
:
"现势"
,
},
{
value
:
"2"
,
label
:
"历史"
,
},
],
label
:
""
,
};
},
mounted
()
{
if
(
this
.
formData
.
data
)
{
this
.
$nextTick
(()
=>
{
this
.
form
=
Object
.
assign
({},
this
.
formData
.
data
)
this
.
form
.
qszt
=
this
.
form
.
qszt
==
'0'
?
"临时"
:
this
.
form
.
qszt
==
'1'
?
"现势"
:
"历史"
})
}
},
methods
:
{
//新增常用意见
submitForm
()
{
this
.
$refs
.
form
.
validate
(
valid
=>
{
if
(
valid
)
{
// addUserCommonOpinion({ commonOpinion: this.form.commonOpinion }).then(res => {
// if (res.code == 200) {
// this.$message.success("新增成功")
// this.closeaddDiglog();
// this.getList()
// } else {
// this.$message.error(res.message)
// }
// })
}
else
{
return
false
;
}
});
},
closeDialog
()
{
this
.
$popupCacel
()
this
.
$refs
[
'form'
].
resetFields
();
// this.resetTableFields();
}
},
};
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
@import
"~@/styles/public.scss"
;
.jtfccx-edit
{
@include
flex;
flex-direction
:
column
;
overflow-y
:
hidden
;
max-height
:
85vh
;
padding
:
0
2px
;
.btn{
text-align
:
center
;
}
}
</
style
>
src/views/djbBook/diyaq.vue
View file @
9c6af02
<!--
* @Description :抵押权登记信息
* @Autor : miaofang
* @LastEditTime : 2023-06-02 14:41:50
-->
<
template
>
<div
class=
"djxxTable"
>
<div
class=
"tableBox"
>
...
...
@@ -20,6 +25,11 @@
row.qszt == '0' ? 'linshi' : '',
item.prop == 'qszt' && row.qszt == '0' ? 'linshiIcon' : '',
]"
>
<div
class=
"setbut"
v-if=
"item.prop == 'cz'"
>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"editDialog(row)"
>
编辑
</el-button>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"AddDialog(row)"
>
新增
</el-button>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"deleteDialog(row)"
>
删除
</el-button>
</div>
<div
class=
"icon"
v-if=
"item.prop == 'qszt' && row.qszt == '0'"
>
正在办理
</div>
...
...
@@ -95,6 +105,48 @@ export default {
}
return
name
;
},
AddDialog
(
row
){
this
.
$popupDialog
(
"新增"
,
"djbBook/components/djbeditDialog"
,
{
data
:
''
})
},
editDialog
(
row
){
this
.
$popupDialog
(
"编辑"
,
"djbBook/components/djbeditDialog"
,
{
datalist
:
this
.
columns
,
data
:
row
,
})
},
// 删除
deleteDialog
(
row
){
let
that
=
this
this
.
$confirm
(
'此操作将永久删除, 是否继续?'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
type
:
'warning'
}).
then
(
async
()
=>
{
// let bsmClmx = this.previewImg.imgList[this.previewImg.index].bsmClmx
// deleteClmx(bsmClmx).then(res => {
// if (res.code == 200) {
// that.$emit('updateList', res.result)
// that.$message({
// message: '删除成功!',
// type: 'success'
// })
// }
// })
that
.
$message
({
message
:
'删除成功!'
,
type
:
'success'
})
}).
catch
(()
=>
{
this
.
$message
({
type
:
'info'
,
message
:
'已取消删除'
})
})
}
},
};
</
script
>
...
...
src/views/djbBook/diyiq.vue
View file @
9c6af02
<!--
* @Description : 地役权登记信息
* @Autor : miaofang
* @LastEditTime : 2023-06-02 14:45:17
-->
<
template
>
<div
class=
"djxxTable"
>
<div
class=
"tableBox"
>
...
...
@@ -20,6 +25,11 @@
row.qszt == '0' ? 'linshi' : '',
item.prop == 'qszt' && row.qszt == '0' ? 'linshiIcon' : '',
]"
>
<div
class=
"setbut"
v-if=
"item.prop == 'cz'"
>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"editDialog(row)"
>
编辑
</el-button>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"AddDialog(row)"
>
新增
</el-button>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"deleteDialog(row)"
>
删除
</el-button>
</div>
<div
class=
"icon"
v-if=
"item.prop == 'qszt' && row.qszt == '0'"
>
正在办理
</div>
...
...
@@ -95,6 +105,49 @@ export default {
}
return
name
;
},
AddDialog
(
row
){
this
.
$popupDialog
(
"新增"
,
"djbBook/components/djbeditDialog"
,
{
data
:
''
})
},
editDialog
(
row
){
this
.
$popupDialog
(
"编辑"
,
"djbBook/components/djbeditDialog"
,
{
datalist
:
this
.
columns
,
data
:
row
,
})
},
// 删除
deleteDialog
(
row
){
let
that
=
this
this
.
$confirm
(
'此操作将永久删除, 是否继续?'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
type
:
'warning'
}).
then
(
async
()
=>
{
// let bsmClmx = this.previewImg.imgList[this.previewImg.index].bsmClmx
// deleteClmx(bsmClmx).then(res => {
// if (res.code == 200) {
// that.$emit('updateList', res.result)
// that.$message({
// message: '删除成功!',
// type: 'success'
// })
// }
// })
that
.
$message
({
message
:
'删除成功!'
,
type
:
'success'
})
}).
catch
(()
=>
{
this
.
$message
({
type
:
'info'
,
message
:
'已取消删除'
})
})
}
},
};
</
script
>
...
...
src/views/djbBook/fdcq1.vue
View file @
9c6af02
<!--
* @Description : 房地产权1
* @Autor : miaofang
* @LastEditTime : 2023-06-02 14:45:00
-->
<
template
>
<div
class=
"djxxTable"
>
<div
class=
"tableBox"
>
...
...
@@ -22,6 +27,11 @@
item.prop == 'qszt' && row.qszt == '0' ? 'linshiIcon' : '',
item.prop == 'qszt' && row.qszt == '1' ? 'xianshiIcon' : '',
]"
>
<div
class=
"setbut"
v-if=
"item.prop == 'cz'"
>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"editDialog(row)"
>
编辑
</el-button>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"AddDialog(row)"
>
新增
</el-button>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"deleteDialog(row)"
>
删除
</el-button>
</div>
<div
class=
"icon"
v-if=
"item.prop == 'qszt' && row.qszt == '0'"
>
正在办理
</div>
...
...
@@ -100,6 +110,49 @@
}
return
name
;
},
AddDialog
(
row
){
this
.
$popupDialog
(
"新增"
,
"djbBook/components/djbeditDialog"
,
{
data
:
''
})
},
editDialog
(
row
){
this
.
$popupDialog
(
"编辑"
,
"djbBook/components/djbeditDialog"
,
{
datalist
:
this
.
columns
,
data
:
row
,
})
},
// 删除
deleteDialog
(
row
){
let
that
=
this
this
.
$confirm
(
'此操作将永久删除, 是否继续?'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
type
:
'warning'
}).
then
(
async
()
=>
{
// let bsmClmx = this.previewImg.imgList[this.previewImg.index].bsmClmx
// deleteClmx(bsmClmx).then(res => {
// if (res.code == 200) {
// that.$emit('updateList', res.result)
// that.$message({
// message: '删除成功!',
// type: 'success'
// })
// }
// })
that
.
$message
({
message
:
'删除成功!'
,
type
:
'success'
})
}).
catch
(()
=>
{
this
.
$message
({
type
:
'info'
,
message
:
'已取消删除'
})
})
}
},
};
</
script
>
...
...
src/views/djbBook/fdcq2.vue
View file @
9c6af02
<!--
* @Description : 房地产权2
* @Autor : miaofang
* @LastEditTime : 2023-06-02 14:42:33
-->
<
template
>
<div
class=
"djxxTable"
>
<div
class=
"tableBox"
>
...
...
@@ -20,6 +25,11 @@
row.qszt == '0' ? 'linshi' : '',
item.prop == 'qszt' && row.qszt == '0' ? 'linshiIcon' : '',
]"
>
<div
class=
"setbut"
v-if=
"item.prop == 'cz'"
>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"editDialog(row)"
>
编辑
</el-button>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"AddDialog(row)"
>
新增
</el-button>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"deleteDialog(row)"
>
删除
</el-button>
</div>
<div
class=
"icon"
v-if=
"item.prop == 'qszt' && row.qszt == '0'"
>
正在办理
</div>
...
...
@@ -95,6 +105,49 @@ export default {
}
return
name
;
},
AddDialog
(
row
){
this
.
$popupDialog
(
"新增"
,
"djbBook/components/djbeditDialog"
,
{
data
:
''
})
},
editDialog
(
row
){
this
.
$popupDialog
(
"编辑"
,
"djbBook/components/djbeditDialog"
,
{
datalist
:
this
.
columns
,
data
:
row
,
})
},
// 删除
deleteDialog
(
row
){
let
that
=
this
this
.
$confirm
(
'此操作将永久删除, 是否继续?'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
type
:
'warning'
}).
then
(
async
()
=>
{
// let bsmClmx = this.previewImg.imgList[this.previewImg.index].bsmClmx
// deleteClmx(bsmClmx).then(res => {
// if (res.code == 200) {
// that.$emit('updateList', res.result)
// that.$message({
// message: '删除成功!',
// type: 'success'
// })
// }
// })
that
.
$message
({
message
:
'删除成功!'
,
type
:
'success'
})
}).
catch
(()
=>
{
this
.
$message
({
type
:
'info'
,
message
:
'已取消删除'
})
})
}
},
};
</
script
>
...
...
src/views/djbBook/jsydsyq.vue
View file @
9c6af02
<!--
* @Description :国有建设用地使用权
* @Autor : miaofang
* @LastEditTime : 2023-06-02 17:11:35
-->
<
template
>
<div
class=
"djxxTable"
>
<div
class=
"tableBox"
>
...
...
@@ -80,7 +85,6 @@
}).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
tableData
=
res
.
result
;
console
.
log
(
"this.tableData"
,
this
.
tableData
);
if
(
this
.
tableData
.
length
<
datas
.
columns
().
emptycolNum
)
{
this
.
emptycolNum
=
datas
.
columns
().
emptycolNum
-
this
.
tableData
.
length
;
...
...
@@ -110,17 +114,20 @@
},
AddDialog
(
row
){
this
.
$popupDialog
(
"新增"
,
"djbBook/components/djbeditDialog"
,
{
datalist
:
this
.
columns
,
data
:
''
})
},
editDialog
(
row
){
this
.
$popupDialog
(
"编辑"
,
"djbBook/components/djbeditDialog"
,
{
data
:
row
datalist
:
this
.
columns
,
data
:
row
,
})
},
// 删除
deleteDialog
(
row
){
console
.
log
(
"row"
,
row
);
let
that
=
this
this
.
$confirm
(
'此操作将永久删除, 是否继续?'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
...
...
src/views/djbBook/nydsyq.vue
View file @
9c6af02
<!--
* @Description :用地
* @Autor : miaofang
* @LastEditTime : 2023-06-02 14:43:11
-->
<
template
>
<div
class=
"djxxTable"
>
<div
class=
"tableBox"
>
...
...
@@ -22,6 +27,11 @@
item.prop == 'qszt' && row.qszt == '0' ? 'linshiIcon' : '',
item.prop == 'qszt' && row.qszt == '1' ? 'xianshiIcon' : '',
]"
>
<div
class=
"setbut"
v-if=
"item.prop == 'cz'"
>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"editDialog(row)"
>
编辑
</el-button>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"AddDialog(row)"
>
新增
</el-button>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"deleteDialog(row)"
>
删除
</el-button>
</div>
<div
class=
"icon"
v-if=
"item.prop == 'qszt' && row.qszt == '0'"
>
正在办理
</div>
...
...
@@ -129,6 +139,49 @@
}
return
name
;
},
AddDialog
(
row
){
this
.
$popupDialog
(
"新增"
,
"djbBook/components/djbeditDialog"
,
{
data
:
''
})
},
editDialog
(
row
){
this
.
$popupDialog
(
"编辑"
,
"djbBook/components/djbeditDialog"
,
{
datalist
:
this
.
columns
,
data
:
row
,
})
},
// 删除
deleteDialog
(
row
){
let
that
=
this
this
.
$confirm
(
'此操作将永久删除, 是否继续?'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
type
:
'warning'
}).
then
(
async
()
=>
{
// let bsmClmx = this.previewImg.imgList[this.previewImg.index].bsmClmx
// deleteClmx(bsmClmx).then(res => {
// if (res.code == 200) {
// that.$emit('updateList', res.result)
// that.$message({
// message: '删除成功!',
// type: 'success'
// })
// }
// })
that
.
$message
({
message
:
'删除成功!'
,
type
:
'success'
})
}).
catch
(()
=>
{
this
.
$message
({
type
:
'info'
,
message
:
'已取消删除'
})
})
}
},
};
</
script
>
...
...
src/views/djbBook/ygdj.vue
View file @
9c6af02
<!--
* @Description :预告登记信息
* @Autor : miaofang
* @LastEditTime : 2023-06-02 14:44:18
-->
<
template
>
<div
class=
"djxxTable"
>
<div
class=
"tableBox"
>
...
...
@@ -20,6 +25,11 @@
row.qszt == '0' ? 'linshi' : '',
item.prop == 'qszt' && row.qszt == '0' ? 'linshiIcon' : '',
]"
>
<div
class=
"setbut"
v-if=
"item.prop == 'cz'"
>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"editDialog(row)"
>
编辑
</el-button>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"AddDialog(row)"
>
新增
</el-button>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"deleteDialog(row)"
>
删除
</el-button>
</div>
<div
class=
"icon"
v-if=
"item.prop == 'qszt' && row.qszt == '0'"
>
正在办理
</div>
...
...
@@ -95,6 +105,49 @@ export default {
}
return
name
;
},
AddDialog
(
row
){
this
.
$popupDialog
(
"新增"
,
"djbBook/components/djbeditDialog"
,
{
data
:
''
})
},
editDialog
(
row
){
this
.
$popupDialog
(
"编辑"
,
"djbBook/components/djbeditDialog"
,
{
datalist
:
this
.
columns
,
data
:
row
,
})
},
// 删除
deleteDialog
(
row
){
let
that
=
this
this
.
$confirm
(
'此操作将永久删除, 是否继续?'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
type
:
'warning'
}).
then
(
async
()
=>
{
// let bsmClmx = this.previewImg.imgList[this.previewImg.index].bsmClmx
// deleteClmx(bsmClmx).then(res => {
// if (res.code == 200) {
// that.$emit('updateList', res.result)
// that.$message({
// message: '删除成功!',
// type: 'success'
// })
// }
// })
that
.
$message
({
message
:
'删除成功!'
,
type
:
'success'
})
}).
catch
(()
=>
{
this
.
$message
({
type
:
'info'
,
message
:
'已取消删除'
})
})
}
},
};
</
script
>
...
...
src/views/djbBook/yydj.vue
View file @
9c6af02
<!--
* @Description :异议登记信息
* @Autor : miaofang
* @LastEditTime : 2023-06-02 14:41:03
-->
<
template
>
<div
class=
"djxxTable"
>
<div
class=
"tableBox"
>
...
...
@@ -20,6 +25,11 @@
row.qszt == '0' ? 'linshi' : '',
item.prop == 'qszt' && row.qszt == '0' ? 'linshiIcon' : '',
]"
>
<div
class=
"setbut"
v-if=
"item.prop == 'cz'"
>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"editDialog(row)"
>
编辑
</el-button>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"AddDialog(row)"
>
新增
</el-button>
<el-button
type=
"text"
icon=
"el-icon-edit-outline"
@
click=
"deleteDialog(row)"
>
删除
</el-button>
</div>
<div
class=
"icon"
v-if=
"item.prop == 'qszt' && row.qszt == '0'"
>
正在办理
</div>
...
...
@@ -95,6 +105,49 @@ export default {
}
return
name
;
},
AddDialog
(
row
){
this
.
$popupDialog
(
"新增"
,
"djbBook/components/djbeditDialog"
,
{
data
:
''
})
},
editDialog
(
row
){
this
.
$popupDialog
(
"编辑"
,
"djbBook/components/djbeditDialog"
,
{
datalist
:
this
.
columns
,
data
:
row
,
})
},
// 删除
deleteDialog
(
row
){
let
that
=
this
this
.
$confirm
(
'此操作将永久删除, 是否继续?'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
type
:
'warning'
}).
then
(
async
()
=>
{
// let bsmClmx = this.previewImg.imgList[this.previewImg.index].bsmClmx
// deleteClmx(bsmClmx).then(res => {
// if (res.code == 200) {
// that.$emit('updateList', res.result)
// that.$message({
// message: '删除成功!',
// type: 'success'
// })
// }
// })
that
.
$message
({
message
:
'删除成功!'
,
type
:
'success'
})
}).
catch
(()
=>
{
this
.
$message
({
type
:
'info'
,
message
:
'已取消删除'
})
})
}
},
};
</
script
>
...
...
src/views/djbworkflow/components/leftmenu/ordinaryMenu.vue
View file @
9c6af02
...
...
@@ -92,9 +92,7 @@ import { loadTreeData, getNode } from "./djbFrameData.js";
bdcdyh
:
this
.
bdcdyh
,
}).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
console
.
log
(
"res.result"
,
"res.result"
,
res
.
result
);
this
.
treedata
=
loadTreeData
(
res
.
result
,
this
.
bdcdyh
);
console
.
log
(
"this.treedata"
,
"this.treedata"
,
this
.
treedata
);
this
.
$nextTick
(
function
()
{
this
.
defaultNode
=
getNode
(
this
.
qllx
,
{
linShi
:
0
,
xianShi
:
0
,
liShi
:
0
},
""
);
this
.
$refs
.
tree
.
setCurrentKey
(
this
.
defaultNode
.
id
);
//data[0].id为默认选中的节点
...
...
@@ -112,6 +110,7 @@ import { loadTreeData, getNode } from "./djbFrameData.js";
},
handleNodeClick
(
data
,
node
,
elem
)
{
this
.
$parent
.
loadComponent
(
this
.
currentSelectProps
,
data
);
this
.
$parent
.
tabset
();
},
}
...
...
src/views/djbworkflow/mixin/index.js
View file @
9c6af02
...
...
@@ -41,21 +41,19 @@ export default {
methods
:
{
//加载流程初始参数
flowInitParam
()
{
this
.
bsmSlsq
=
'dd7176d47d79abc17739a1ca06172e96'
this
.
bestepid
=
'cs'
var
formdata
=
new
FormData
();
formdata
.
append
(
"bsmSlsq"
,
this
.
bsmSlsq
);
formdata
.
append
(
"bestepid"
,
this
.
bestepid
);
stepExpandInfo
(
formdata
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
leftButtonList
=
res
.
result
.
button
;
this
.
rightButtonList
=
res
.
result
.
operation
;
this
.
slsq
=
res
.
result
.
slsq
}
})
// var formdata = new FormData();
// formdata.append("bsmSlsq", this.bsmSlsq);
// formdata.append("bestepid", this.bestepid);
// console.log("加载流程初始参数",formdata)
// stepExpandInfo(formdata).then((res) => {
// if (res.code === 200) {
// this.leftButtonList = res.result.button;
// this.rightButtonList = res.result.operation;
// this.slsq = res.result.slsq
// }
// })
this
.
leftButtonList
=
[
"1111"
,
"222222"
]
this
.
rightButtonList
=
[
"333333"
,
"444444"
]
// this.slsq = res.result.slsq
},
//流程环节操作按钮
operation
(
item
)
{
...
...
src/views/djbworkflow/mixin/public.js
View file @
9c6af02
...
...
@@ -5,6 +5,7 @@
*/
import
{
getForm
}
from
"../flowform"
;
import
{
getHomeNoticeList
}
from
"@/api/user.js"
import
{
log
}
from
"bpmn-js-token-simulation"
;
export
default
{
data
()
{
return
{
...
...
@@ -42,7 +43,6 @@ export default {
}
}
this
.
componentTag
=
getForm
(
tabname
,
this
.
$route
.
query
.
sqywbm
);
console
.
log
(
tabname
);
}
}
}
...
...
src/views/djbworkflow/workFrame.vue
View file @
9c6af02
...
...
@@ -8,19 +8,31 @@
<!-- 顶部内容框 -->
<div
class=
"topButton"
>
<!-- 左侧业务功能按钮 -->
<!--
<ul>
<li
@
click=
"operation(item)"
v-for=
"(item, index) in leftButtonList"
:key=
"index"
>
<ul>
<li
@
click=
"operation(item)"
v-for=
"(item, index) in leftButtonList"
:key=
"index"
>
<svg-icon
class=
"icon"
:icon-class=
"item.icon"
/>
<span
class=
"iconName"
>
{{
item
.
name
}}
</span>
</li>
</ul>
<ul>
<li
@
click=
"operation(item)"
v-for=
"(item, index) in rightButtonList"
:key=
"index"
>
<li
@
click=
"operation(item)"
v-for=
"(item, index) in rightButtonList"
:key=
"index"
>
<svg-icon
class=
"icon"
:icon-class=
"item.icon"
/>
<span
class=
"iconName"
>
{{
item
.
name
}}
</span>
</li>
</ul>
<NoticeBar
class=
"NoticeBar"
:noticeList=
"noticeList"
v-if=
"noticeList.length > 0"
/>
-->
<NoticeBar
class=
"NoticeBar"
:noticeList=
"noticeList"
v-if=
"noticeList.length > 0"
/>
</div>
<!-- 内容框架 -->
<div
class=
"containerFrame"
>
...
...
@@ -34,153 +46,182 @@
<!-- 表单内容区域 -->
<div
class=
"rightContainer"
>
<el-tabs
v-model=
"tabName"
:before-leave=
"beforeLeave"
>
<el-tab-pane
:label=
"item.name"
:name=
"item.value"
v-for=
"item in tabList"
:key=
"item.value"
>
<el-tab-pane
:label=
"item.name"
:name=
"item.value"
v-for=
"item in tabList"
:key=
"item.value"
>
</el-tab-pane>
</el-tabs>
<component
:key=
"fresh"
:is=
"componentTag"
v-bind=
"currentSelectProps"
/>
<component
:key=
"fresh"
:is=
"componentTag"
v-bind=
"currentSelectProps"
/>
</div>
</div>
</div>
<!-- 打印模板需要此模块 -->
<object
id=
"LODOP_OB"
classid=
"clsid:2105C259-1E0C-4534-8141-A753534CB4CA"
v-show=
"false"
>
<embed
id=
"LODOP_EM"
type=
"application/x-print-lodop"
width=
"820"
height=
"450"
pluginspage=
"install_lodop32.exe"
/>
</object>
<el-upload
class=
"fileUpdate"
action=
""
:show-file-list=
"false"
multiple
:auto-upload=
"false"
:on-change=
"handleChange"
:before-upload=
"beforeUpload"
>
<el-button
id=
"cldr"
icon=
"el-icon-upload"
type=
"primary"
v-show=
"false"
>
上传
</el-button>
</el-upload>
</div>
</
template
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/mixin.scss"
;
@import
"./workFrame.scss"
;
@import
"~@/styles/mixin.scss"
;
@import
"./workFrame.scss"
;
</
style
>
<
script
>
import
WorkFlow
from
"./mixin/index"
import
publicFlow
from
"./mixin/public.js"
// import { getStepFormInfo } from "@/api/fqsq.js"
// import { getForm } from "./flowform"
import
NoticeBar
from
"@/components/NoticeBar/index"
import
{
unClaimTask
}
from
"@/api/ywbl.js"
import
ProcessViewer
from
"./components/processViewer.vue"
// 引入左侧菜单
import
ordinaryMenu
from
"./components/leftmenu/ordinaryMenu.vue"
import
selectBdc
from
"@/views/ywbl/ywsq/selectBdc.vue"
import
{
loadTreeData
,
getNode
}
from
"./components/leftmenu/djbFrameData"
;
import
WorkFlow
from
"./mixin/index"
;
import
publicFlow
from
"./mixin/public.js"
;
// import { getStepFormInfo } from "@/api/fqsq.js"
// import { getForm } from "./flowform"
import
NoticeBar
from
"@/components/NoticeBar/index"
;
import
{
unClaimTask
}
from
"@/api/ywbl.js"
;
import
ProcessViewer
from
"./components/processViewer.vue"
;
// 引入左侧菜单
import
ordinaryMenu
from
"./components/leftmenu/ordinaryMenu.vue"
;
import
selectBdc
from
"@/views/ywbl/ywsq/selectBdc.vue"
;
import
{
loadTreeData
,
getNode
}
from
"./components/leftmenu/djbFrameData"
;
// 登记簿数据信息
import
{
getBdcqljqtsx
}
from
"@/api/registerBook.js"
;
export
default
{
components
:
{
selectBdc
,
NoticeBar
,
ProcessViewer
,
ordinaryMenu
,
import
{
getBdcqljqtsx
}
from
"@/api/registerBook.js"
;
export
default
{
components
:
{
selectBdc
,
NoticeBar
,
ProcessViewer
,
ordinaryMenu
,
},
mixins
:
[
WorkFlow
,
publicFlow
],
data
()
{
return
{
isDialog
:
false
,
bsmSlsq
:
this
.
$route
.
query
.
bsmSlsq
,
//当前流程所在环节
bestepid
:
this
.
$route
.
query
.
bestepid
,
//受理申请标识码
bdcdyid
:
this
.
$route
.
query
.
bdcdyid
,
//当前流程所在环节
bdcdyh
:
this
.
$route
.
query
.
bdcdyh
,
qllx
:
this
.
$route
.
query
.
qllx
,
//设置那个表单选中
tabName
:
""
,
//设置那个表单选择
currentSelectTab
:
{},
//表单集合
tabList
:
[],
//选择加载哪一个组件
componentTag
:
""
,
//设置表单传递数据
currentSelectProps
:
{},
//材料分屏表单
clxxForm
:
""
,
//材料信息选择卡索引
clxxIndex
:
""
,
//材料信息选项卡对象
clxxTab
:
{},
//页面监听时间
_beforeUnload_time
:
""
,
};
},
mounted
()
{
this
.
$store
.
dispatch
(
"user/refreshPage"
,
false
);
//添加页面监听事件
window
.
addEventListener
(
"beforeunload"
,
(
e
)
=>
this
.
beforeunloadHandler
(
e
));
window
.
addEventListener
(
"unload"
,
(
e
)
=>
this
.
unloadHandler
(
e
));
this
.
tabset
()
},
destroyed
()
{
window
.
removeEventListener
(
"beforeunload"
,
(
e
)
=>
this
.
beforeunloadHandler
(
e
)
);
window
.
removeEventListener
(
"unload"
,
(
e
)
=>
this
.
unloadHandler
(
e
));
},
methods
:
{
getCurrentSelectProps
(
val
)
{
// this.loadData();
},
mixins
:
[
WorkFlow
,
publicFlow
],
data
()
{
return
{
isDialog
:
false
,
bsmSlsq
:
this
.
$route
.
query
.
bsmSlsq
,
//当前流程所在环节
bestepid
:
this
.
$route
.
query
.
bestepid
,
//受理申请标识码
bdcdyid
:
this
.
$route
.
query
.
bdcdyid
,
//当前流程所在环节
bdcdyh
:
this
.
$route
.
query
.
bdcdyh
,
qllx
:
this
.
$route
.
query
.
qllx
,
//设置那个表单选中
tabName
:
""
,
//设置那个表单选择
currentSelectTab
:
{},
//表单集合
tabList
:
[],
//选择加载哪一个组件
componentTag
:
""
,
//设置表单传递数据
currentSelectProps
:
{},
//材料分屏表单
clxxForm
:
""
,
//材料信息选择卡索引
clxxIndex
:
""
,
//材料信息选项卡对象
clxxTab
:
{},
//页面监听时间
_beforeUnload_time
:
""
}
beforeunloadHandler
()
{
this
.
_beforeUnload_time
=
new
Date
().
getTime
();
},
mounted
()
{
this
.
$store
.
dispatch
(
'user/refreshPage'
,
false
);
//添加页面监听事件
window
.
addEventListener
(
"beforeunload"
,
(
e
)
=>
this
.
beforeunloadHandler
(
e
));
window
.
addEventListener
(
"unload"
,
(
e
)
=>
this
.
unloadHandler
(
e
));
unloadHandler
(
e
)
{
this
.
_gap_time
=
new
Date
().
getTime
()
-
this
.
_beforeUnload_time
;
//判断是窗口关闭还是刷新
if
(
this
.
_gap_time
<=
10
)
{
//取消认领
unClaimTask
(
this
.
bsmSlsq
,
this
.
bestepid
);
}
},
destroyed
()
{
window
.
removeEventListener
(
"beforeunload"
,
(
e
)
=>
this
.
beforeunloadHandler
(
e
)
);
window
.
removeEventListener
(
"unload"
,
(
e
)
=>
this
.
unloadHandler
(
e
));
tabset
(){
this
.
tabList
=
[
{
name
:
"受理情况"
,
value
:
"plfdcq2"
,
sort
:
1
,
},
{
name
:
"材料信息"
,
value
:
"clxx"
,
sort
:
2
,
},
];
this
.
tabName
=
'plfdcq2'
;
},
methods
:
{
getCurrentSelectProps
(
val
)
{
this
.
loadData
()
},
beforeunloadHandler
()
{
this
.
_beforeUnload_time
=
new
Date
().
getTime
();
},
unloadHandler
(
e
)
{
this
.
_gap_time
=
new
Date
().
getTime
()
-
this
.
_beforeUnload_time
;
//判断是窗口关闭还是刷新
if
(
this
.
_gap_time
<=
10
)
{
//取消认领
unClaimTask
(
this
.
bsmSlsq
,
this
.
bestepid
);
}
},
// 获取登记簿菜单
loadData
()
{
getBdcqljqtsx
({
bdcdyid
:
this
.
bdcdyid
,
bdcdyh
:
this
.
bdcdyh
,
}).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
console
.
log
(
"res.result"
,
"res.result"
,
res
.
result
);
this
.
treedata
=
loadTreeData
(
res
.
result
,
this
.
bdcdyh
);
console
.
log
(
"this.treedata"
,
"this.treedata"
,
this
.
treedata
);
this
.
$nextTick
(
function
()
{
this
.
defaultNode
=
getNode
(
this
.
qllx
,
{
linShi
:
0
,
xianShi
:
0
,
liShi
:
0
},
""
);
this
.
$refs
.
tree
.
setCurrentKey
(
this
.
defaultNode
.
id
);
//data[0].id为默认选中的节点
// this.$parent.loadComponent(this.currentSelectProps,this.defaultNode);
});
}
});
this
.
currentSelectProps
=
{
bdcdyid
:
this
.
bdcdyid
,
bdcdyh
:
this
.
bdcdyh
,
qllx
:
this
.
qllx
,
bsmQlxx
:
this
.
bsmQlxx
,
};
// this.$parent.stepForm();
},
// 获取登记簿菜单
// loadData() {
// getBdcqljqtsx({
// bdcdyid: this.bdcdyid,
// bdcdyh: this.bdcdyh,
// }).then((res) => {
// if (res.code === 200) {
// this.treedata = loadTreeData(res.result, this.bdcdyh);
// this.$nextTick(function () {
// this.defaultNode = getNode(
// this.qllx,
// { linShi: 0, xianShi: 0, liShi: 0 },
// ""
// );
// this.$refs.tree.setCurrentKey(this.defaultNode.id); //data[0].id为默认选中的节点
// // this.$parent.loadComponent(this.currentSelectProps,this.defaultNode);
// });
// }
// });
// this.currentSelectProps = {
// bdcdyid: this.bdcdyid,
// bdcdyh: this.bdcdyh,
// qllx: this.qllx,
// bsmQlxx: this.bsmQlxx,
// };
// // this.$parent.stepForm();
// },
loadComponent
(
currentSelectProps
,
data
)
{
this
.
currentSelectProps
=
currentSelectProps
this
.
componentTag
=
(
r
)
=>
loadComponent
(
currentSelectProps
,
data
)
{
this
.
tabset
()
this
.
currentSelectProps
=
currentSelectProps
;
this
.
componentTag
=
(
r
)
=>
require
.
ensure
([],
()
=>
r
(
require
(
"@/views/djbBook/"
+
data
.
form
)));
},
openDialog
()
{
this
.
$store
.
dispatch
(
'user/refreshPage'
,
false
)
let
data
=
JSON
.
parse
(
localStorage
.
getItem
(
'ywbl'
))
let
title
if
(
data
?.
sqywmc
)
{
title
=
"申请业务:"
+
data
?.
sqywmc
}
else
{
title
=
"申请业务:"
+
data
?.
djywmc
}
// openDialog
() {
// this.$store.dispatch("user/refreshPage", false);
// let data = JSON.parse(localStorage.getItem("ywbl"));
// let title;
//
if (data?.sqywmc) {
// title = "申请业务:" + data?.sqywmc;
//
} else {
// title = "申请业务:" + data?.djywmc;
//
}
this
.
$popupDialog
(
title
,
"ywbl/ywsq/selectBdc"
,
{
'djywbm'
:
this
.
$route
.
query
.
sqywbm
,
'isJump'
:
true
,
'sqywInfo'
:
data
},
"80%"
,
true
)
}
}
}
// this.$popupDialog(
// title,
// "ywbl/ywsq/selectBdc",
// { djywbm: this.$route.query.sqywbm, isJump: true, sqywInfo: data },
// "80%",
// true
// );
// },
},
};
</
script
>
...
...
src/views/workflow/mixin/index.js
View file @
9c6af02
/*
* @Description:
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-05-18 15:01:31
*/
...
...
@@ -16,6 +16,7 @@ import {
getNextLinkInfo
,
}
from
"@/api/fqsq.js"
;
import
{
mapGetters
}
from
'vuex'
import
{
log
}
from
"bpmn-js-token-simulation"
;
export
default
{
data
()
{
return
{
...
...
Please
register
or
sign in
to post a comment