Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-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
166f9333
authored
2023-01-17 11:16:07 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
style:不动产数据
2 parents
fe9585af
5d1db949
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
63 additions
and
133 deletions
src/views/business-info/fdcqdz/index.vue
src/views/business-info/fdcqqfsyq/index.vue
src/views/business-info/fdcqyz/index.vue
src/views/business-info/jsydzjdsyq/index.vue
src/views/business-info/tdsyq/index.vue
src/views/jsbwcx/index.vue
src/views/business-info/fdcqdz/index.vue
View file @
166f933
...
...
@@ -61,12 +61,8 @@
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
<message-tips
ref=
"msg"
:message=
"message"
/>
</div>
<!-- XML报文 -->
<xml-message
ref=
"dialog"
:xml=
"xml"
/>
<!-- 数据详情 -->
<edit-dialog
ref=
"editLog"
:bsmSjsb=
"bsmSjsb"
:diaData=
"diaData"
/>
<dataDetails
ref=
"editLog"
:title=
"title"
/>
</div>
</
template
>
...
...
@@ -77,13 +73,11 @@ import business from '@/api/business'
import
dataReporting
from
'@/api/dataReporting'
import
tableMixin
from
'@/mixins/tableMixin.js'
import
treeSelect
from
'@/components/treeSelect/index.vue'
import
editDialog
from
'@/components/dataDetails/edit-dialog.vue'
export
default
{
name
:
"fdcqdz"
,
mixins
:
[
tableMixin
],
components
:
{
treeSelect
,
editDialog
treeSelect
},
data
()
{
return
{
...
...
@@ -111,21 +105,12 @@ export default {
return
(
<
div
>
<
el
-
button
type
=
"text"
size
=
"mini"
icon
=
"el-icon-folder"
style
=
"color:#67C23A"
onClick
=
{()
=>
{
this
.
handleXmlres
(
scope
.
$index
,
scope
.
row
)
}}
type
=
"primary"
onClick
=
{()
=>
{
this
.
handleEdit
(
scope
.
row
);
}}
>
XML
报文
<
/el-button
>
<
el
-
button
type
=
"text"
size
=
"mini"
icon
=
"el-icon-view"
onClick
=
{()
=>
{
this
.
handlDatadetails
(
scope
.
$index
,
scope
.
row
)
}}
>
数据详情
详情
<
/el-button
>
<
/div
>
);
...
...
src/views/business-info/fdcqqfsyq/index.vue
View file @
166f933
...
...
@@ -33,12 +33,8 @@
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
<message-tips
ref=
"msg"
:message=
"message"
/>
</div>
<!-- XML报文 -->
<xml-message
ref=
"dialog"
:xml=
"xml"
/>
<!-- 数据详情 -->
<edit-dialog
ref=
"editLog"
:bsmSjsb=
"bsmSjsb"
:diaData=
"diaData"
/>
<dataDetails
ref=
"editLog"
:title=
"title"
/>
</div>
</
template
>
...
...
@@ -49,13 +45,11 @@ import business from '@/api/business'
import
dataReporting
from
'@/api/dataReporting'
import
tableMixin
from
'@/mixins/tableMixin.js'
import
treeSelect
from
'@/components/treeSelect/index.vue'
import
editDialog
from
'@/components/dataDetails/edit-dialog.vue'
export
default
{
name
:
"fdcqqfsyq"
,
mixins
:
[
tableMixin
],
components
:
{
treeSelect
,
editDialog
treeSelect
},
data
()
{
return
{
...
...
@@ -79,21 +73,12 @@ export default {
return
(
<
div
>
<
el
-
button
type
=
"text"
size
=
"mini"
icon
=
"el-icon-folder"
style
=
"color:#67C23A"
onClick
=
{()
=>
{
this
.
handleXmlres
(
scope
.
$index
,
scope
.
row
)
}}
type
=
"primary"
onClick
=
{()
=>
{
this
.
handleEdit
(
scope
.
row
);
}}
>
XML
报文
<
/el-button
>
<
el
-
button
type
=
"text"
size
=
"mini"
icon
=
"el-icon-view"
onClick
=
{()
=>
{
this
.
handlDatadetails
(
scope
.
$index
,
scope
.
row
)
}}
>
数据详情
详情
<
/el-button
>
<
/div
>
);
...
...
src/views/business-info/fdcqyz/index.vue
View file @
166f933
...
...
@@ -61,12 +61,8 @@
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
<message-tips
ref=
"msg"
:message=
"message"
/>
</div>
<!-- XML报文 -->
<xml-message
ref=
"dialog"
:xml=
"xml"
/>
<!-- 数据详情 -->
<edit-dialog
ref=
"editLog"
:bsmSjsb=
"bsmSjsb"
:diaData=
"diaData"
/>
<dataDetails
ref=
"editLog"
:title=
"title"
/>
</div>
</
template
>
...
...
@@ -77,13 +73,11 @@ import business from '@/api/business'
import
dataReporting
from
'@/api/dataReporting'
import
tableMixin
from
'@/mixins/tableMixin.js'
import
treeSelect
from
'@/components/treeSelect/index.vue'
import
editDialog
from
'@/components/dataDetails/edit-dialog.vue'
export
default
{
name
:
"fdcqyz"
,
mixins
:
[
tableMixin
],
components
:
{
treeSelect
,
editDialog
treeSelect
},
data
()
{
return
{
...
...
@@ -111,21 +105,12 @@ export default {
return
(
<
div
>
<
el
-
button
type
=
"text"
size
=
"mini"
icon
=
"el-icon-folder"
style
=
"color:#67C23A"
onClick
=
{()
=>
{
this
.
handleXmlres
(
scope
.
$index
,
scope
.
row
)
}}
type
=
"primary"
onClick
=
{()
=>
{
this
.
handleEdit
(
scope
.
row
);
}}
>
XML
报文
<
/el-button
>
<
el
-
button
type
=
"text"
size
=
"mini"
icon
=
"el-icon-view"
onClick
=
{()
=>
{
this
.
handlDatadetails
(
scope
.
$index
,
scope
.
row
)
}}
>
数据详情
详情
<
/el-button
>
<
/div
>
);
...
...
src/views/business-info/jsydzjdsyq/index.vue
View file @
166f933
...
...
@@ -56,12 +56,8 @@
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
<message-tips
ref=
"msg"
:message=
"message"
/>
</div>
<!-- XML报文 -->
<xml-message
ref=
"dialog"
:xml=
"xml"
/>
<!-- 数据详情 -->
<edit-dialog
ref=
"editLog"
:bsmSjsb=
"bsmSjsb"
:diaData=
"diaData"
/>
<dataDetails
ref=
"editLog"
:title=
"title"
/>
</div>
</
template
>
...
...
@@ -72,13 +68,11 @@ import business from '@/api/business'
import
dataReporting
from
'@/api/dataReporting'
import
tableMixin
from
'@/mixins/tableMixin.js'
import
treeSelect
from
'@/components/treeSelect/index.vue'
import
editDialog
from
'@/components/dataDetails/edit-dialog.vue'
export
default
{
name
:
"jsydzjdsyq"
,
mixins
:
[
tableMixin
],
components
:
{
treeSelect
,
editDialog
treeSelect
},
data
()
{
return
{
...
...
@@ -105,21 +99,12 @@ export default {
return
(
<
div
>
<
el
-
button
type
=
"text"
size
=
"mini"
icon
=
"el-icon-folder"
style
=
"color:#67C23A"
onClick
=
{()
=>
{
this
.
handleXmlres
(
scope
.
$index
,
scope
.
row
)
}}
type
=
"primary"
onClick
=
{()
=>
{
this
.
handleEdit
(
scope
.
row
);
}}
>
XML
报文
<
/el-button
>
<
el
-
button
type
=
"text"
size
=
"mini"
icon
=
"el-icon-view"
onClick
=
{()
=>
{
this
.
handlDatadetails
(
scope
.
$index
,
scope
.
row
)
}}
>
数据详情
详情
<
/el-button
>
<
/div
>
);
...
...
src/views/business-info/tdsyq/index.vue
View file @
166f933
...
...
@@ -56,11 +56,8 @@
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
<message-tips
ref=
"msg"
/>
</div>
<!-- XML报文 -->
<xml-message
ref=
"dialog"
:xml=
"xml"
/>
<edit-dialog
ref=
"editLog"
:bsmSjsb=
"bsmSjsb"
:diaData=
"diaData"
/>
<dataDetails
ref=
"editLog"
:title=
"title"
/>
</div>
</
template
>
...
...
@@ -71,11 +68,9 @@ import business from '@/api/business'
import
dataReporting
from
'@/api/dataReporting'
import
tableMixin
from
'@/mixins/tableMixin.js'
import
treeSelect
from
'@/components/treeSelect/index.vue'
import
editDialog
from
'@/components/dataDetails/edit-dialog.vue'
export
default
{
components
:
{
treeSelect
,
editDialog
treeSelect
},
name
:
"tdsyq"
,
mixins
:
[
tableMixin
],
...
...
@@ -104,21 +99,12 @@ export default {
return
(
<
div
>
<
el
-
button
type
=
"text"
size
=
"mini"
icon
=
"el-icon-folder"
style
=
"color:#67C23A"
onClick
=
{()
=>
{
this
.
handleXmlres
(
scope
.
$index
,
scope
.
row
)
}}
type
=
"primary"
onClick
=
{()
=>
{
this
.
handleEdit
(
scope
.
row
);
}}
>
XML
报文
<
/el-button
>
<
el
-
button
type
=
"text"
size
=
"mini"
icon
=
"el-icon-view"
onClick
=
{()
=>
{
this
.
handlDatadetails
(
scope
.
$index
,
scope
.
row
)
}}
>
数据详情
详情
<
/el-button
>
<
/div
>
);
...
...
src/views/jsbwcx/index.vue
View file @
166f933
...
...
@@ -6,8 +6,8 @@
<el-form
ref=
"ruleForm"
:model=
"form"
label-width=
"100px"
>
<el-row
class=
"mb-5"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"行政区"
prop=
"
pcode
"
>
<el-select
v-model=
"form.
pcode
"
class=
"width100"
clearable
placeholder=
"行政区"
>
<el-form-item
label=
"行政区"
prop=
"
qxdm
"
>
<el-select
v-model=
"form.
qxdm
"
class=
"width100"
clearable
placeholder=
"行政区"
>
<el-option
v-for=
"item in dicData['A20']"
:key=
"item.DCODE"
:label=
"item.DNAME"
:value=
"item.DCODE"
>
</el-option>
</el-select>
...
...
@@ -16,13 +16,13 @@
<el-col
:span=
"6"
>
<el-form-item
label=
"接收开始日期"
prop=
"startTime"
>
<el-date-picker
type=
"date"
class=
"width100"
placeholder=
"开始日期"
:picker-options=
"pickerOptionsStart"
clearable
v-model=
"form.
s
tartTime"
value-format=
"yyyy-MM-dd"
></el-date-picker>
clearable
v-model=
"form.
receiveS
tartTime"
value-format=
"yyyy-MM-dd"
></el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
<el-form-item
label=
"接收结束日期"
prop=
"endTime"
>
<el-date-picker
type=
"date"
class=
"width100"
placeholder=
"结束日期"
:picker-options=
"pickerOptionsEnd"
clearable
v-model=
"form.
e
ndTime"
value-format=
"yyyy-MM-dd"
></el-date-picker>
clearable
v-model=
"form.
receiveE
ndTime"
value-format=
"yyyy-MM-dd"
></el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"6"
>
...
...
@@ -76,7 +76,7 @@
<el-col
:span=
"6"
class=
"btnColRight"
>
<el-form-item>
<btn
nativeType=
"cz"
@
click=
"resetForm('ruleForm')"
>
重置
</btn>
<btn
nativeType=
"cx"
click=
"handleSubmit
"
>
查询
</btn>
<btn
nativeType=
"cx"
@
click=
"featchData
"
>
查询
</btn>
<btn
nativeType=
"sb"
>
入库
</btn>
</el-form-item>
</el-col>
...
...
@@ -111,7 +111,7 @@ export default {
components
:
{
dataDetails
,
},
data
()
{
data
()
{
return
{
// 开始结束日期限制
pickerOptionsStart
:
{
...
...
@@ -131,11 +131,13 @@ export default {
},
// 表格数据
form
:
{
pcode
:
""
,
// 行政区
s
tartTime
:
""
,
// 开始日期
e
ndTime
:
""
,
// 结束日期
qxdm
:
""
,
// 行政区
receiveS
tartTime
:
""
,
// 开始日期
receiveE
ndTime
:
""
,
// 结束日期
bdcdyh
:
""
,
// 不动产单元号
ywmc
:
""
,
// 业务名称
ywh
:
""
,
// 业务号
qllx
:
""
,
// 权利类型
djlx
:
""
,
// 登记类型
jcjg
:
""
,
// 检查结果
rkjg
:
""
,
//入库结果
currentPage
:
1
,
...
...
@@ -201,33 +203,35 @@ export default {
},
// 业务名称
statusOptions
:
[],
title
:
''
title
:
""
,
};
},
methods
:
{
// 初始化数据
queryClick
()
{
getReceiveDataReportPage
({
...
this
.
form
,
...
this
.
pageData
}).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
let
{
total
,
records
}
=
res
.
result
;
this
.
tableData
.
total
=
total
;
this
.
tableData
.
data
=
records
?
records
:
[];
queryClick
()
{
getReceiveDataReportPage
({
...
this
.
form
,
...
this
.
pageData
}).
then
(
(
res
)
=>
{
if
(
res
.
code
===
200
)
{
let
{
total
,
records
}
=
res
.
result
;
this
.
tableData
.
total
=
total
;
this
.
tableData
.
data
=
records
?
records
:
[];
}
}
}
);
);
},
// 重置
resetForm
()
{
resetForm
()
{
this
.
$refs
.
ruleForm
.
resetFields
();
},
featchData
()
{
featchData
()
{
this
.
queryClick
();
},
// 详情
handleEdit
(
row
)
{
this
.
title
=
row
.
rectypeName
handleEdit
(
row
)
{
this
.
title
=
row
.
rectypeName
;
this
.
$refs
.
editLog
.
isShow
(
row
);
}
}
}
,
}
,
};
</
script
>
<
style
scoped
lang=
"scss"
>
...
...
Please
register
or
sign in
to post a comment