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
7b54091d
authored
2023-09-25 15:13:00 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:集体建设用地使用权/房屋所有权受理申请判断
1 parent
72e6e83d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
6 deletions
src/views/ywbl/slsqxx/fdcq1/slxx.vue
src/views/ywbl/ywsq/components/fwsyq.vue
src/views/ywbl/slsqxx/fdcq1/slxx.vue
View file @
7b54091
<!--
* @Description: 房屋多幢受理信息
* @Autor: ssq
* @LastEditTime: 2023-09-2
0 13:39:05
* @LastEditTime: 2023-09-2
5 15:11:12
-->
<
template
>
<div
class=
"slxx"
>
...
...
@@ -428,6 +428,18 @@
onSubmit
()
{
let
that
=
this
;
let
arr
=
this
.
ruleForm
.
tdytqxList
.
filter
((
item
)
=>
!
item
.
yt
);
let
jzmjArr
=
this
.
ruleForm
.
fdcqxm
.
filter
((
item
)
=>
{
return
item
.
jzmj
&&
item
.
jzmj
!==
''
;
});
if
(
jzmjArr
.
length
<
this
.
ruleForm
.
fdcqxm
.
length
)
{
this
.
$message
({
showClose
:
true
,
message
:
"请检查房屋多幢明细建筑面积"
,
type
:
"error"
,
});
return
false
;
}
if
(
arr
.
length
>
0
)
{
this
.
$message
({
showClose
:
true
,
...
...
src/views/ywbl/ywsq/components/fwsyq.vue
View file @
7b54091
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-09-2
1 08:56:07
* @LastEditTime: 2023-09-2
5 14:49:14
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -90,7 +90,7 @@
</el-col>
<el-col
:span=
"10"
class=
"btnColRight"
>
<el-form-item>
<
el-button
type=
"primary"
@
click=
"resetForm(true)"
>
重置
</el-button
>
<
!--
<el-button
type=
"primary"
@
click=
"resetForm(true)"
>
重置
</el-button>
--
>
<el-button
type=
"primary"
@
click=
"handleSearch"
>
查询
</el-button>
</el-form-item>
</el-col>
...
...
@@ -99,7 +99,7 @@
</el-form>
</div>
<div
class=
"from-clues-content loadingtext"
>
<lb-table
ref=
"table"
@
row-click=
"handleRowClick"
:page-size=
"pageData.pageSize"
:calcHeight=
"
300
"
<lb-table
ref=
"table"
@
row-click=
"handleRowClick"
:page-size=
"pageData.pageSize"
:calcHeight=
"
262
"
:current-page
.
sync=
"pageData.currentPage"
:total=
"dztableData.total"
@
size-change=
"handleSizeChange"
@
select=
"select"
@
p-current-change=
"handleCurrentChange"
@
selection-change=
"handleSelectionChange"
:column=
"dztableData.columns"
:data=
"dztableData.data"
>
...
...
@@ -372,8 +372,8 @@
formData
:
param
})
},
dzlist
(
row
)
{
var
param
=
{
dzlist
(
row
)
{
var
param
=
{
bdcdyid
:
row
.
bdcdyid
,
qllx
:
row
.
qllx
,
bdcdyh
:
row
.
bdcdyh
,
...
...
Please
register
or
sign in
to post a comment