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
fd9df7c7
authored
2022-12-02 15:16:27 +0800
by
田浩浩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
111
1 parent
7a068263
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
77 additions
and
42 deletions
src/views/system/sqywgz/sqywDetail.vue
src/views/system/sqywgz/sqywgz.vue
src/views/system/sqywgz/sqywgzdata.js
src/views/system/sqywgz/sqywDetail.vue
View file @
fd9df7c
This diff is collapsed.
Click to expand it.
src/views/system/sqywgz/sqywgz.vue
View file @
fd9df7c
...
...
@@ -6,22 +6,44 @@
<el-row
:gutter=
"20"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"权利类型"
>
<el-select
v-model=
"queryForm.qllx"
@
change=
"queryClick"
filterable
class=
"width100"
clearable
placeholder=
"请选择权利类型"
>
<el-option
v-for=
"item in qllxs"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
<el-select
v-model=
"queryForm.qllx"
@
change=
"queryClick"
filterable
class=
"width100"
clearable
placeholder=
"请选择权利类型"
>
<el-option
v-for=
"item in qllxs"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"登记业务编码"
>
<el-input
placeholder=
"请输入登记业务编码"
@
clear=
"queryClick"
v-model=
"queryForm.djywbm"
clearable
>
<el-input
placeholder=
"请输入登记业务编码"
@
clear=
"queryClick"
v-model=
"queryForm.djywbm"
clearable
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"12"
class=
"btnColRight"
>
<el-form-item>
<el-button
type=
"primary"
native-type=
"submit"
icon=
"el-icon-search"
@
click=
"queryClick"
>
查询
</el-button>
<el-button
type=
"primary"
native-type=
"submit"
icon=
"el-icon-search"
@
click=
"queryClick"
>
查询
</el-button
>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -29,38 +51,50 @@
</div>
<!-- 表格 -->
<div
class=
"from-clues-content"
>
<lb-table
:page-size=
"pageData.pageSize"
class=
"loadingtext"
:current-page
.
sync=
"pageData.currentPage"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
<lb-table
:page-size=
"pageData.pageSize"
class=
"loadingtext"
:current-page
.
sync=
"pageData.currentPage"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
</div>
<!--
<editDialog
v-model=
"isDialog"
:detailList=
"detailList"
:bsmSqyw=
"bsmSqyw"
/>
-->
<component-dialog
:dialogVisible=
"dialogVisible"
v-if=
"sqqlRule&&flag"
:sqqlRule=
"sqqlRule"
@
update:dialogVisible=
"dialogVisibles"
></component-dialog>
<component-dialog
:dialogVisible=
"dialogVisible"
v-if=
"sqqlRule && flag"
:sqqlRule=
"sqqlRule"
@
update:dialogVisible=
"dialogVisibles"
></component-dialog>
</div>
</
template
>
<
script
>
import
table
from
"@/utils/mixin/table"
import
editDialog
from
"./components/editDialog.vue"
import
componentDialog
from
"./sqywDetail.vue"
import
{
datas
,
sendThis
}
from
"./sqywgzdata"
import
{
getSysSqdjywBysearch
,
getDjlxInfo
}
from
"@/api/system.js"
import
table
from
"@/utils/mixin/table"
;
import
editDialog
from
"./components/editDialog.vue"
;
import
componentDialog
from
"./sqywDetail.vue"
;
import
{
datas
,
sendThis
}
from
"./sqywgzdata"
;
import
{
getSysSqdjywBysearch
,
getDjlxInfo
}
from
"@/api/system.js"
;
export
default
{
name
:
"djbcx"
,
components
:
{
editDialog
,
componentDialog
componentDialog
,
},
mixins
:
[
table
],
mounted
()
{
mounted
()
{
sendThis
(
this
);
this
.
queryClick
()
this
.
queryClick
()
;
},
data
()
{
data
()
{
return
{
flag
:
false
,
//控制弹窗 显示
flag
:
false
,
//控制弹窗 显示
dialogVisible
:
false
,
qllxmc
:
""
,
qllxmc
:
""
,
isDialog
:
false
,
queryForm
:
{
qllx
:
""
,
...
...
@@ -70,31 +104,33 @@ export default {
tableData
:
{
total
:
0
,
columns
:
datas
.
columns
(),
data
:
[]
data
:
[]
,
},
detailList
:
[],
bsmSqyw
:
""
,
sqqlRule
:
""
,
}
bsmSqyw
:
""
,
sqqlRule
:
""
,
}
;
},
methods
:
{
// 初始化数据
queryClick
()
{
queryClick
()
{
this
.
$startLoading
();
getSysSqdjywBysearch
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
(
res
=>
{
this
.
$endLoading
();
if
(
res
.
code
===
200
)
{
let
{
total
,
records
}
=
res
.
result
this
.
tableData
.
total
=
total
?
total
:
0
this
.
tableData
.
data
=
records
?
records
:
[]
getSysSqdjywBysearch
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
(
(
res
)
=>
{
this
.
$endLoading
();
if
(
res
.
code
===
200
)
{
let
{
total
,
records
}
=
res
.
result
;
this
.
tableData
.
total
=
total
?
total
:
0
;
this
.
tableData
.
data
=
records
?
records
:
[];
}
}
})
);
},
//编辑
editClick
(
row
)
{
this
.
flag
=
true
;
this
.
sqqlRule
=
row
;
this
.
dialogVisible
=
true
;
editClick
(
row
)
{
this
.
flag
=
true
;
this
.
sqqlRule
=
row
;
this
.
dialogVisible
=
true
;
// if (row.nodecode === 'B50') {
// this.detailList = []
// this.bsmSqyw = row.bsmSqyw
...
...
@@ -107,10 +143,10 @@ export default {
// })
// }
},
//子组件传 过来的 数据
dialogVisibles
(
v
){
this
.
dialogVisible
=
v
;
}
//子组件传 过来的 数据
dialogVisibles
(
v
)
{
this
.
dialogVisible
=
v
;
}
,
},
};
</
script
>
...
...
src/views/system/sqywgz/sqywgzdata.js
View file @
fd9df7c
...
...
@@ -88,7 +88,6 @@ class data extends filter {
{
value
:
3
,
label
:
"集体建设用地使用权"
},
]
}
}
let
datas
=
new
data
()
export
{
...
...
Please
register
or
sign in
to post a comment