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
87cad5b3
authored
2023-08-22 16:20:25 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
8280283e
7629dad2
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
88 additions
and
1060 deletions
src/views/djbworkflow/djbBook/qlxxFormData.js
src/views/workflow/components/dialog/zsyl.vue
src/views/ywbl/slsqxx/fdcq2/slxx.vue
src/views/ywbl/ywsq/components/fwsyq.vue
src/views/ywbl/ywsq/components/selectDjbbl.vue
src/views/ywbl/ywsq/javascript/selectFwsyq.js
src/views/zhcx/djbcx/djbcx.vue
src/views/zhcx/zxgcdycx/zxgcdycx.vue
src/views/djbworkflow/djbBook/qlxxFormData.js
deleted
100644 → 0
View file @
8280283
import
filter
from
'@/utils/filter.js'
class
data
extends
filter
{
constructor
()
{
super
()
}
columns
()
{
return
{
//空列值个数
emptycolNum
:
3
,
checkList
:
[
"0"
,
"1"
,
"2"
],
//权属状态集合
qsztList
:
[
{
value
:
"0"
,
label
:
"临时"
,
},
{
value
:
"1"
,
label
:
"现势"
,
},
{
value
:
"2"
,
label
:
"历史"
,
},
],
JSYDSYQ
:
[
{
prop
:
"cz"
,
label
:
"操作"
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
el
-
button
type
=
"text"
icon
=
"el-icon-edit-outline"
onClick
=
{()
=>
{
vm
.
openDialog
(
scope
.
row
)
}}
>
登记薄
<
/el-button
>
<
el
-
button
type
=
"text"
icon
=
"el-icon-film"
onClick
=
{()
=>
{
vm
.
handleLpbClick
(
scope
.
row
)
}}
>
楼盘表
<
/el-button
>
<
/div
>
)
}
},
{
prop
:
"qszt"
,
label
:
"权属状态"
,
},
{
prop
:
"qllxmc"
,
label
:
"权利类型"
,
},
{
prop
:
"djlxmc"
,
label
:
"登记类型"
,
},
{
prop
:
"ssywh"
,
label
:
"上手业务号"
,
},
{
prop
:
"dah"
,
label
:
"档案号"
,
},
{
prop
:
"ywh"
,
label
:
"业务号"
,
},
{
prop
:
"bdcdyh"
,
label
:
"不动产单元号"
,
},
{
prop
:
"zl"
,
label
:
"坐落"
,
},
{
prop
:
"gyqk"
,
label
:
"共有情况"
,
},
{
prop
:
"qlrlx"
,
label
:
"权利人类型"
,
},
{
prop
:
"qlrmc"
,
label
:
"权利人"
,
},
{
prop
:
"qlrzjzl"
,
label
:
"证件种类"
,
},
{
prop
:
"qlrzjhm"
,
label
:
"证件号"
,
},
{
prop
:
"mj"
,
label
:
"使用权面积(m²)"
,
},
{
prop
:
"qlxzmc"
,
label
:
"权利性质"
,
},
{
prop
:
"ytmc"
,
label
:
"土地用途"
,
},
{
prop
:
"syqqzsj"
,
label
:
"使用权起止时间"
,
},
// {
// prop: "syqjssj",
// label: "使用权结束时间",
// },
// {
// prop: "tdsyqx",
// label: "土地使用期限",
// },
{
prop
:
"tdsyqx"
,
label
:
"土地使用期限"
,
},
{
prop
:
"qdjg"
,
label
:
"取得价格(万元)"
,
},
{
prop
:
"djyy"
,
label
:
"登记原因"
,
},
{
prop
:
"bdcqzh"
,
label
:
"不动产权证号"
,
},
{
prop
:
"djsj"
,
label
:
"登记时间"
,
},
{
prop
:
"dbr"
,
label
:
"登簿人"
,
},
{
prop
:
"fj"
,
label
:
"附记"
,
},
],
FDCQ2
:
[
{
prop
:
"cz"
,
label
:
"操作"
},
{
prop
:
"qszt"
,
label
:
"权属状态"
,
},
{
prop
:
"qllxmc"
,
label
:
"权利类型"
,
},
{
prop
:
"djlxmc"
,
label
:
"登记类型"
,
},
{
prop
:
"ssywh"
,
label
:
"上手业务号"
,
},
{
prop
:
"dah"
,
label
:
"档案号"
,
},
{
prop
:
"ywh"
,
label
:
"业务号"
,
},
{
prop
:
"bdcdyh"
,
label
:
"不动产单元号"
,
},
{
prop
:
"zl"
,
label
:
"坐落"
,
},
{
prop
:
"gyfs"
,
label
:
"共有情况"
,
},
{
prop
:
"qlrlx"
,
label
:
"权利人类型"
,
},
{
prop
:
"qlrmc"
,
label
:
"权利人"
,
},
{
prop
:
"qlrzjzl"
,
label
:
"证件种类"
,
},
{
prop
:
"qlrzjhm"
,
label
:
"证件号"
,
},
{
prop
:
"tdsyqr"
,
label
:
"土地使用权人"
,
},
{
prop
:
"dytdmj"
,
label
:
"独用土地面积(m²)"
,
},
{
prop
:
"fttdmj"
,
label
:
"分摊土地面积(m²)"
,
},
{
prop
:
"tdsyqzsj"
,
label
:
"土地使用期限"
,
},
{
prop
:
"syqqzsj"
,
label
:
"使用权起止时间"
,
},
{
prop
:
"qdjgmc"
,
label
:
"房地产交易价格"
,
},
{
prop
:
"ytmc"
,
label
:
"规划用途"
,
},
{
prop
:
"fwxzmc"
,
label
:
"房屋性质"
,
},
{
prop
:
"fwjgmc"
,
label
:
"房屋结构"
,
},
{
prop
:
"szc"
,
label
:
"所在层"
,
},
{
prop
:
"zcs"
,
label
:
"总层数"
,
},
{
prop
:
"mj"
,
label
:
"建筑面积(m2)"
,
},
{
prop
:
"zyjzmj"
,
label
:
"专有建筑面积(m2)"
,
},
{
prop
:
"ftjzmj"
,
label
:
"分摊建筑面积(m2)"
,
},
{
prop
:
"jgsj"
,
label
:
"竣工时间"
,
},
{
prop
:
"djyy"
,
label
:
"登记原因"
,
},
{
prop
:
"bdcqzh"
,
label
:
"不动产权证号"
,
},
{
prop
:
"djsj"
,
label
:
"登记时间"
,
},
{
prop
:
"dbr"
,
label
:
"登簿人"
,
},
{
prop
:
"fj"
,
label
:
"附记"
,
},
],
NYDSYQ
:
[
{
prop
:
"cz"
,
label
:
"操作"
},
{
prop
:
"qszt"
,
label
:
"权属状态"
,
},
{
prop
:
"qllxmc"
,
label
:
"权利类型"
,
},
{
prop
:
"djlxmc"
,
label
:
"登记类型"
,
},
{
prop
:
"ssywh"
,
label
:
"上手业务号"
,
},
{
prop
:
"dah"
,
label
:
"档案号"
,
},
{
prop
:
"ywh"
,
label
:
"业务号"
,
},
{
prop
:
"bdcdyh"
,
label
:
"不动产单元号"
,
},
{
prop
:
"zl"
,
label
:
"坐落"
,
},
{
prop
:
"gyqk"
,
label
:
"共有情况"
,
},
{
prop
:
"qlrlx"
,
label
:
"权利人类型"
,
},
{
prop
:
"qlrmc"
,
label
:
"权利人"
,
},
{
prop
:
"qlrzjzl"
,
label
:
"证件种类"
,
},
{
prop
:
"qlrzjhm"
,
label
:
"证件号"
,
},
{
prop
:
"mj"
,
label
:
"使用权面积(m²)"
,
},
{
prop
:
"qlxzmc"
,
label
:
"权利性质"
,
},
{
prop
:
"ytmc"
,
label
:
"土地用途"
,
},
{
prop
:
"fbfdm"
,
label
:
"发包方代码"
,
},
{
prop
:
"fbfmc"
,
label
:
"发包方名称"
,
},
{
prop
:
"cbqzsj"
,
label
:
"承包起止时间"
,
},
{
prop
:
"cbqx"
,
label
:
"承包期限"
,
},
{
prop
:
"tdsyqxzmc"
,
label
:
"土地所有权性质"
,
},
{
prop
:
"syttlxmc"
,
label
:
"水域滩涂类型"
,
},
{
prop
:
"yzyfsmc"
,
label
:
"养殖业方式"
,
},
{
prop
:
"cyzl"
,
label
:
"草原质量"
,
},
{
prop
:
"syzcl"
,
label
:
"适宜载畜量"
,
},
{
prop
:
"ydyhflmc"
,
label
:
"用地用海分类"
,
},
{
prop
:
"djyy"
,
label
:
"登记原因"
,
},
{
prop
:
"bdcqzh"
,
label
:
"不动产权证号"
,
},
{
prop
:
"djsj"
,
label
:
"登记时间"
,
},
{
prop
:
"dbr"
,
label
:
"登簿人"
,
},
{
prop
:
"fj"
,
label
:
"附记"
,
},
],
DYAQ
:
[
{
prop
:
"cz"
,
label
:
"操作"
},
{
prop
:
"qszt"
,
label
:
"权属状态"
,
},
{
prop
:
"dybdclx"
,
label
:
"抵押不动产类型"
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
span
v
-
show
=
{
scope
.
row
.
dybdclx
==
'1'
}
>
土地
<
/span
>
<
span
v
-
show
=
{
scope
.
row
.
dybdclx
==
'2'
}
>
土地和房屋
<
/span
>
<
span
v
-
show
=
{
scope
.
row
.
dybdclx
==
'3'
}
>
林地和林木
<
/span
>
<
span
v
-
show
=
{
scope
.
row
.
dybdclx
==
'4'
}
>
土地和在建建筑物
<
/span
>
<
span
v
-
show
=
{
scope
.
row
.
dybdclx
==
'5'
}
>
海域
<
/span
>
<
span
v
-
show
=
{
scope
.
row
.
dybdclx
==
'6'
}
>
海域和构筑物
<
/span
>
<
span
v
-
show
=
{
scope
.
row
.
dybdclx
==
'7'
}
>
其它
<
/span
>
<
/div
>
)
}
},
{
prop
:
"djlxmc"
,
label
:
"登记类型"
,
},
{
prop
:
"ssywh"
,
label
:
"上手业务号"
,
},
{
prop
:
"dah"
,
label
:
"档案号"
,
},
{
prop
:
"ywh"
,
label
:
"业务号"
,
},
{
prop
:
"bdcdyh"
,
label
:
"不动产单元号"
,
},
{
prop
:
"zl"
,
label
:
"在建建筑物坐落"
,
},
{
prop
:
"qlrmc"
,
label
:
"抵押权人"
,
},
{
prop
:
"qlrzjzl"
,
label
:
"抵押权人证件种类"
,
},
{
prop
:
"qlrzjhm"
,
label
:
"抵押权人证件号"
,
},
{
prop
:
"ywrmc"
,
label
:
"抵押人"
,
},
{
prop
:
"ywrzjzl"
,
label
:
"抵押人证件种类"
,
},
{
prop
:
"ywrzjhm"
,
label
:
"抵押人证件号"
,
},
{
prop
:
"dyfs"
,
label
:
"抵押方式"
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
span
v
-
show
=
{
scope
.
row
.
dyfs
==
'1'
}
>
一般抵押权
<
/span
>
<
span
v
-
show
=
{
scope
.
row
.
dyfs
==
'2'
}
>
最高额抵押权
<
/span
>
<
/div
>
)
}
},
{
prop
:
"sfygdj"
,
label
:
"是否预告登记"
,
},
{
prop
:
"zjjzwdyfw"
,
label
:
"在建建筑物抵押范围"
,
},
{
prop
:
"dymj"
,
label
:
"抵押面积"
,
},
{
prop
:
"bdbzzqse"
,
label
:
"被担保主债权数额(万元)"
,
},
{
prop
:
"dbfw"
,
label
:
"担保范围"
,
},
{
prop
:
"zwlxqssj"
,
label
:
"债务履行起始时间"
,
},
{
prop
:
"zwlxjssj"
,
label
:
"债务履行结束时间"
,
},
{
prop
:
"zwlxqx"
,
label
:
"债务履行期限(债务确定期间)"
,
},
{
prop
:
"zgzqqdsshse"
,
label
:
"最高债权确定事实和数额"
,
},
{
prop
:
"sfczyd"
,
label
:
"是否存在禁止或限制转让抵押不动产的约定"
,
},
{
prop
:
"djyy"
,
label
:
"登记原因"
,
},
{
prop
:
"bdcqzh"
,
label
:
"不动产登记证明号"
,
},
{
prop
:
"fj"
,
label
:
"附记"
,
},
{
prop
:
"qlqtzk"
,
label
:
"权利其他状况"
,
},
{
prop
:
"djsj"
,
label
:
"登记时间"
,
},
{
prop
:
"dbr"
,
label
:
"登簿人"
,
},
{
prop
:
"djjg"
,
label
:
"登记机构"
,
},
{
prop
:
"zxywh"
,
label
:
"注销抵押业务号"
,
},
{
prop
:
"zxdyyy"
,
label
:
"注销抵押原因"
,
},
{
prop
:
"zxsj"
,
label
:
"注销登记时间"
,
},
{
prop
:
"zxdbr"
,
label
:
"登簿人"
,
},
],
DYIQ
:
[
{
prop
:
"cz"
,
label
:
"操作"
},
{
prop
:
"qszt"
,
label
:
"权属状态"
,
},
{
prop
:
"djlxmc"
,
label
:
"登记类型"
,
},
{
prop
:
"ssywh"
,
label
:
"上手业务号"
,
},
{
prop
:
"dah"
,
label
:
"档案号"
,
},
{
prop
:
"ywh"
,
label
:
"业务号"
,
},
{
prop
:
"gydbdcdyh"
,
label
:
"供役地不动产单元号"
,
},
{
prop
:
"gydqlr"
,
label
:
"供役地权利人"
,
},
{
prop
:
"gydqlrzjzl"
,
label
:
"供役地权利人证件种类"
,
},
{
prop
:
"xydbdcdyh"
,
label
:
"需役地不动产单元号"
,
},
{
prop
:
"xydzl"
,
label
:
"需役地坐落"
,
},
{
prop
:
"xydqlr"
,
label
:
"需役地权利人"
,
},
{
prop
:
"xydqlrzjzl"
,
label
:
"需役地权利人证件种类"
,
},
{
prop
:
"xydzjh"
,
label
:
"需役地证件号"
,
},
{
prop
:
"djyy"
,
label
:
"登记原因"
,
},
{
prop
:
"dyqnr"
,
label
:
"地役权内容"
,
},
{
prop
:
"qlqssj"
,
label
:
"权利起始时间"
,
},
{
prop
:
"qljssj"
,
label
:
"权利结束时间"
,
},
{
prop
:
"bdcdjzmh"
,
label
:
"不动产登记证明号"
,
},
{
prop
:
"qxdm"
,
label
:
"区县代码"
,
},
{
prop
:
"djjg"
,
label
:
"登记机构"
,
},
{
prop
:
"dbr"
,
label
:
"登簿人"
,
},
{
prop
:
"djsj"
,
label
:
"登记时间"
,
},
],
YGDJ
:
[
{
prop
:
"cz"
,
label
:
"操作"
},
{
prop
:
"qszt"
,
label
:
"权属状态"
,
},
{
prop
:
"ygdjzl"
,
label
:
"预告登记种类"
,
},
{
prop
:
"djlxmc"
,
label
:
"登记类型"
,
},
{
prop
:
"ssywh"
,
label
:
"上手业务号"
,
},
{
prop
:
"dah"
,
label
:
"档案号"
,
},
{
prop
:
"ywh"
,
label
:
"业务号"
,
},
{
prop
:
"bdcdyh"
,
label
:
"不动产单元号"
,
},
{
prop
:
"zl"
,
label
:
"坐落"
,
},
{
prop
:
"qlrmc"
,
label
:
"权利人"
,
},
{
prop
:
"qlrzjzl"
,
label
:
"证件种类"
,
},
{
prop
:
"qlrzjhm"
,
label
:
"证件号"
,
},
{
prop
:
"ywrmc"
,
label
:
"义务人"
,
},
{
prop
:
"ywrzjzl"
,
label
:
"证件种类"
,
},
{
prop
:
"ywrzjhm"
,
label
:
"证件号"
,
},
{
prop
:
"fwxz"
,
label
:
"房屋性质"
,
},
{
prop
:
"ghyt"
,
label
:
"规划用途"
,
},
{
prop
:
"fwzcs"
,
label
:
"房屋总层数"
,
},
{
prop
:
"fwszc"
,
label
:
"房屋所在层"
,
},
{
prop
:
"jzmj"
,
label
:
"建筑面积"
,
},
{
prop
:
"djyy"
,
label
:
"登记原因"
,
},
{
prop
:
"qdjg"
,
label
:
"取得价格/被担保主债权数额"
,
},
{
prop
:
"jedw"
,
label
:
"金额单位"
,
},
{
prop
:
"dbfw"
,
label
:
"担保范围"
,
},
{
prop
:
"sfczyd"
,
label
:
"是否存在禁止或限制转让抵押不动产的约定"
,
},
{
prop
:
"djsj"
,
label
:
"登记时间"
,
},
{
prop
:
"bdcqzh"
,
label
:
"不动产登记证明号"
,
},
{
prop
:
"dbr"
,
label
:
"登簿人"
,
},
{
prop
:
"zxywh"
,
label
:
"注销预告业务号"
,
},
{
prop
:
"zxyy"
,
label
:
"注销预告原因"
,
},
{
prop
:
"zxsj"
,
label
:
"注销时间"
,
}
],
CFDJ
:
[
{
prop
:
"cz"
,
label
:
"操作"
},
{
prop
:
"qszt"
,
label
:
"权属状态"
,
},
{
prop
:
"cflxmc"
,
label
:
"查封类型"
,
},
{
prop
:
"ssywh"
,
label
:
"上手业务号"
,
},
{
prop
:
"dah"
,
label
:
"档案号"
,
},
{
prop
:
"ywh"
,
label
:
"业务号"
,
},
{
prop
:
"bdcdyh"
,
label
:
"不动产单元号"
,
},
{
prop
:
"zl"
,
label
:
"坐落"
,
},
{
prop
:
"cfjg"
,
label
:
"查封机关"
,
},
{
prop
:
"qlrmc"
,
label
:
"不动产权利人"
,
},
{
prop
:
"qlrzjzl"
,
label
:
"证件种类"
,
},
{
prop
:
"qlrzjhm"
,
label
:
"证件号"
,
},
{
prop
:
"cfwh"
,
label
:
"查封文号"
,
},
{
prop
:
"cfwj"
,
label
:
"查封文件"
,
},
{
prop
:
"cfqssj"
,
label
:
"查封起始时间"
,
},
{
prop
:
"cfjssj"
,
label
:
"查封结束时间"
,
},
{
prop
:
"cfqx"
,
label
:
"查封期限"
,
},
{
prop
:
"cffw"
,
label
:
"查封范围"
,
},
{
prop
:
"djjg"
,
label
:
"登记机构"
,
},
{
prop
:
"dbr"
,
label
:
"登簿人"
,
},
{
prop
:
"djsj"
,
label
:
"登记时间"
,
},
{
prop
:
"zxywh"
,
label
:
"解封业务号"
,
},
{
prop
:
"jfjg"
,
label
:
"解封机关"
,
},
{
prop
:
"jfwh"
,
label
:
"解封文号"
,
},
{
prop
:
"jfwj"
,
label
:
"解封文件"
,
},
{
prop
:
"zxsj"
,
label
:
"解封登记时间"
,
},
{
prop
:
"zxdbr"
,
label
:
"解封登簿人"
,
},
],
YYDJ
:
[
{
prop
:
"cz"
,
label
:
"操作"
},
{
prop
:
"qszt"
,
label
:
"权属状态"
,
},
{
prop
:
"qllxmc"
,
label
:
"权利类型"
,
},
{
prop
:
"djlxmc"
,
label
:
"登记类型"
,
},
{
prop
:
"ssywh"
,
label
:
"上手业务号"
,
},
{
prop
:
"dah"
,
label
:
"档案号"
,
},
{
prop
:
"ywh"
,
label
:
"业务号"
,
},
{
prop
:
"bdcdyh"
,
label
:
"不动产单元号"
,
},
{
prop
:
"zl"
,
label
:
"坐落"
,
},
{
prop
:
"yyr"
,
label
:
"异议人"
,
},
{
prop
:
"zjzl"
,
label
:
"证件种类"
,
},
{
prop
:
"zjh"
,
label
:
"证件号"
,
},
{
prop
:
"yysx"
,
label
:
"异议事项"
,
},
{
prop
:
"bdcdjzmh"
,
label
:
"不动产登记证明号"
,
},
{
prop
:
"djjg"
,
label
:
"登记机构"
,
},
{
prop
:
"dbr"
,
label
:
"登簿人"
,
},
{
prop
:
"djsj"
,
label
:
"登记时间"
,
},
{
prop
:
"zxyyywh"
,
label
:
"注销异议业务号"
,
},
{
prop
:
"zxyyyy"
,
label
:
"注销异议原因"
,
},
{
prop
:
"zxyydbr"
,
label
:
"注销异议登簿人"
,
},
{
prop
:
"zxyydjsj"
,
label
:
"注销异议登记时间"
,
},
],
}
}
}
let
datas
=
new
data
()
export
{
datas
}
src/views/workflow/components/dialog/zsyl.vue
View file @
87cad5b
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-2
1 10:35:58
* @LastEditTime: 2023-08-2
2 16:19:59
-->
<
template
>
<div
class=
"from-clues loadingtext"
v-Loading=
"loading"
element-loading-text=
"拼命加载中..."
style=
"height:720px;text-align: center;"
>
...
...
@@ -12,8 +12,10 @@
</el-tab-pane>
</el-tabs>
<el-empty
description=
"暂无数据"
v-if=
"headTabBdcqz.length == 0 && noData"
></el-empty>
<canvas
ref=
"zs"
width=
"1024"
v-show=
"headTabBdcqz[0]&&headTabBdcqz[0].bdcqzlx==1"
height=
"739"
></canvas>
<canvas
ref=
"zm"
width=
"1169"
v-show=
"headTabBdcqz[0]&&headTabBdcqz[0].bdcqzlx!=1"
height=
"828"
></canvas>
<div
style=
"width:1180px;"
>
<canvas
ref=
"zs"
width=
"1000"
v-show=
"headTabBdcqz[0]&&headTabBdcqz[0].bdcqzlx==1"
height=
"700"
></canvas>
<canvas
ref=
"zm"
width=
"1180"
v-show=
"headTabBdcqz[0]&&headTabBdcqz[0].bdcqzlx!=1"
height=
"780"
></canvas>
</div>
</div>
</
template
>
...
...
@@ -255,7 +257,6 @@
}
image
.
src
=
this
.
imgSrc
},
// 不动产证明
/**
* @description: 不动产证明
* @author: renchao
...
...
@@ -334,13 +335,33 @@
this
.
bdcdyh
=
this
.
bdcqz
.
bdcdyh
.
slice
(
0
,
6
)
+
' '
+
this
.
bdcqz
.
bdcdyh
.
slice
(
6
,
12
)
+
' '
+
this
.
bdcqz
.
bdcdyh
.
slice
(
12
,
19
)
+
' '
+
this
.
bdcqz
.
bdcdyh
.
slice
(
19
,
this
.
bdcqz
.
bdcdyh
.
length
)
context
.
fillText
(
this
.
bdcdyh
?
this
.
bdcdyh
:
''
,
775
,
373
);
// qlqtzk
const
maxWidth
=
2
80
;
// 最大宽度限制
const
maxWidth
=
2
95
;
// 最大宽度限制
let
lines
=
this
.
bdcqz
.
qlqtzk
?
this
.
bdcqz
.
qlqtzk
.
split
(
'\n'
)
:
[];
lines
.
forEach
((
line
,
index
)
=>
{
const
y
=
415
+
(
index
*
37
);
// 每行文本的垂直位置
if
(
lines
[
0
])
{
lines
[
0
].
split
(
' '
).
forEach
((
line
,
index
)
=>
{
const
y
=
415
+
(
index
*
60
);
// 每行文本的垂直位置
let
currentLine
=
''
;
let
arr
=
[];
for
(
let
word
of
line
)
{
const
testLine
=
currentLine
+
word
;
const
lineWidth
=
context
.
measureText
(
testLine
).
width
;
if
(
lineWidth
<=
maxWidth
)
{
currentLine
=
testLine
;
}
else
{
arr
.
push
(
currentLine
);
currentLine
=
word
;
}
}
arr
.
push
(
currentLine
);
arr
.
forEach
((
line
,
index
)
=>
{
context
.
fillText
(
line
,
775
,
y
+
(
index
*
23
));
// 调整行高
});
});
}
lines
.
slice
(
1
).
forEach
((
line
,
index
)
=>
{
const
y
=
((
parseInt
(
lines
[
0
].
length
)
/
19
)
*
22
)
+
415
+
(
index
*
30
);
// 每行文本的垂直位置
let
currentLine
=
''
;
let
arr
=
[];
for
(
let
word
of
line
)
{
...
...
@@ -355,12 +376,32 @@
}
arr
.
push
(
currentLine
);
arr
.
forEach
((
line
,
index
)
=>
{
context
.
fillText
(
line
,
775
,
y
+
(
index
*
20
));
// 调整行高
});
});
context
.
fillText
(
line
,
775
,
y
+
(
index
*
16
));
// 调整行高
})
})
// fj
context
.
fillText
(
this
.
bdcqz
.
fj
?
this
.
bdcqz
.
fj
:
''
,
775
,
600
);
};
let
lines1
=
this
.
bdcqz
.
fj
?
this
.
bdcqz
.
fj
.
split
(
' '
)
:
[];
lines1
.
forEach
((
line
,
index
)
=>
{
const
y
=
590
+
(
index
*
27
);
// 每行文本的垂直位置
let
currentLine
=
''
;
let
arr
=
[];
for
(
let
word
of
line
)
{
const
testLine
=
currentLine
+
word
;
const
lineWidth
=
context
.
measureText
(
testLine
).
width
;
if
(
lineWidth
<=
maxWidth
)
{
currentLine
=
testLine
;
}
else
{
arr
.
push
(
currentLine
);
currentLine
=
word
;
}
}
arr
.
push
(
currentLine
);
arr
.
forEach
((
line
,
index
)
=>
{
context
.
fillText
(
line
,
775
,
y
+
(
index
*
20
));
// 调整行高
})
})
}
image
.
src
=
this
.
bdczmSrc
;
}
...
...
src/views/ywbl/slsqxx/fdcq2/slxx.vue
View file @
87cad5b
<!--
* @Description: 受理信息
* @Autor: renchao
* @LastEditTime: 2023-08-
17 13:34:51
* @LastEditTime: 2023-08-
22 14:25:14
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -185,14 +185,13 @@
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"竣工时间:"
>
<!--
<el-input
v-model=
"ruleForm.fdcq2.jgsj"
></el-input>
-->
<el-date-picker
v-model=
"ruleForm.fdcq2.jgsj"
class=
"width100"
type=
"date"
placeholder=
"选择日期"
value-format=
"yyyy-MM-dd"
:disabled=
"!viewEdit
|| ableEdit || isJfOperation
"
></el-date-picker>
:disabled=
"!viewEdit"
></el-date-picker>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -464,10 +463,8 @@
* @author: renchao
*/
upDateTdytxxList
(
val
)
{
this
.
ruleForm
.
tdytqxList
&&
(
this
.
ruleForm
.
tdytqxList
=
_
.
cloneDeep
(
val
));
this
.
key
++
;
this
.
ruleForm
.
tdytqxList
=
_
.
cloneDeep
(
val
)
},
/**
* @description: 更新权利人信息
* @param {*} val
...
...
src/views/ywbl/ywsq/components/fwsyq.vue
View file @
87cad5b
...
...
@@ -311,15 +311,12 @@
}
},
handleLpbClick
(
item
)
{
this
.
$popup
(
'楼盘表'
,
'lpb/index'
,
{
console
.
log
(
"item"
,
item
);
this
.
$popup
(
'楼盘表'
,
'lpb/index'
,
{
width
:
'85%'
,
formData
:
{
bsm
:
item
.
bsm
,
zrzbsm
:
item
.
bsm
,
zdbsm
:
item
.
zdbsm
,
bsmSqyw
:
this
.
bsmSqyw
,
djqxbm
:
this
.
sqywInfo
.
nodetype
==
"djqx"
?
this
.
sqywInfo
.
nodecode
:
""
,
djqxmc
:
this
.
sqywInfo
.
nodetype
==
"djqx"
?
this
.
sqywInfo
.
nodename
:
""
,
}
})
},
...
...
src/views/ywbl/ywsq/components/selectDjbbl.vue
View file @
87cad5b
...
...
@@ -242,7 +242,7 @@
* @param {*} row
* @author: renchao
*/
open
Book
(
row
)
{
open
Dialog
(
row
)
{
var
param
=
{
bdcdyid
:
row
.
bdcdyid
,
qllx
:
row
.
qllx
,
...
...
src/views/ywbl/ywsq/javascript/selectFwsyq.js
View file @
87cad5b
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-22 09:2
4:28
* @LastEditTime: 2023-08-22 09:2
8:16
*/
import
filter
from
'@/utils/filter.js'
let
vm
=
null
...
...
@@ -97,16 +97,13 @@ class data extends filter {
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
<
el
-
button
type
=
"text"
onClick
=
{()
=>
{
vm
.
handleLpbClick
(
scope
.
row
)
}}
>
楼盘表
1
<
/el-button
>
<
el
-
button
type
=
"text"
icon
=
"el-icon-edit-outline"
onClick
=
{()
=>
{
vm
.
openBook
(
scope
.
row
)
}}
>
登记薄
<
/el-button
>
<
/div
>
)
}
}
,
}
]
}
}
let
datas
=
new
data
()
export
{
...
...
src/views/zhcx/djbcx/djbcx.vue
View file @
87cad5b
...
...
@@ -192,9 +192,16 @@
* @author: renchao
*/
handleLpbClick
(
item
)
{
this
.
$popupDialog
(
'楼盘表'
,
'lpb/index'
,
{
bsm
:
''
},
'85%'
)
console
.
log
(
"item"
,
item
);
this
.
$popup
(
'楼盘表'
,
'lpb/index'
,
{
width
:
'85%'
,
formData
:
{
bsm
:
item
.
zrzbsm
,
zrzbsm
:
item
.
zrzbsm
,
zdbsm
:
item
.
zrzbsm
,
}
})
}
}
}
...
...
src/views/zhcx/zxgcdycx/zxgcdycx.vue
View file @
87cad5b
...
...
@@ -89,11 +89,20 @@
}
})
},
/**
* @description: moreQueryClick
* @author: renchao
*/
moreQueryClick
()
{
}
openDialog
(){
this
.
$popup
(
'楼盘表'
,
'lpb/index'
,
{
width
:
'85%'
,
formData
:
{
bsm
:
item
.
bsm
,
zrzbsm
:
item
.
bsm
,
zdbsm
:
item
.
zdbsm
,
bsmSqyw
:
this
.
bsmSqyw
,
// onlyShow: true,
djqxbm
:
this
.
sqywInfo
.
nodetype
==
"djqx"
?
this
.
sqywInfo
.
nodecode
:
""
,
djqxmc
:
this
.
sqywInfo
.
nodetype
==
"djqx"
?
this
.
sqywInfo
.
nodename
:
""
,
}
})
}
}
}
</
script
>
...
...
Please
register
or
sign in
to post a comment