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
1143fe4e
authored
2023-01-16 09:44:05 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcjg-web
2 parents
cf51bb4e
d4622996
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
45 additions
and
15 deletions
src/api/sbbwcx.js
src/components/business/houseFloor.vue
src/components/business/households.vue
src/components/business/logicBuilding.vue
src/components/business/naturalBuilding.vue
src/components/business/parcelSpaceProperties.vue
src/utils/mixin/table.js
src/views/jsbwcx/data/index.js
src/views/jsbwcx/index.vue
src/views/sbbwcx/index.vue
src/api/sbbwcx.js
View file @
1143fe4
...
...
@@ -10,6 +10,15 @@ export function getAreaReportPage (data) {
})
}
// 接入数据上报分页
export
function
getReceiveDataReportPage
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/sjsb/DataReport/getReceiveDataReportPage'
,
method
:
'post'
,
data
})
}
// 数据上报分页
export
function
getDataReportPage
(
data
)
{
return
request
({
...
...
src/components/business/houseFloor.vue
View file @
1143fe4
...
...
@@ -154,7 +154,7 @@
区县代码:
<br
/>
<p
class=
"label-detail"
>
(QXDM)
</p>
</span>
<el-input
:disabled=
"$store.state.business.Edit"
v-model=
"ruleForm.
QXDM
"
placeholder=
"区县代码"
></el-input>
<el-input
:disabled=
"$store.state.business.Edit"
v-model=
"ruleForm.
qxdm
"
placeholder=
"区县代码"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
src/components/business/households.vue
View file @
1143fe4
...
...
@@ -441,7 +441,7 @@
区县代码:
<br
/>
<p
class=
"label-detail"
>
(QXDM)
</p>
</span>
<el-input
:disabled=
"$store.state.business.Edit"
v-model=
"ruleForm.
QXDM
"
placeholder=
"区县代码"
></el-input>
<el-input
:disabled=
"$store.state.business.Edit"
v-model=
"ruleForm.
qxdm
"
placeholder=
"区县代码"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
src/components/business/logicBuilding.vue
View file @
1143fe4
...
...
@@ -252,7 +252,7 @@
区县代码:
<br
/>
<p
class=
"label-detail"
>
(QXDM)
</p>
</span>
<el-input
:disabled=
"$store.state.business.Edit"
v-model=
"ruleForm.
QXDM
"
placeholder=
"区县代码"
></el-input>
<el-input
:disabled=
"$store.state.business.Edit"
v-model=
"ruleForm.
qxdm
"
placeholder=
"区县代码"
></el-input>
</el-form-item>
</el-col>
...
...
src/components/business/naturalBuilding.vue
View file @
1143fe4
...
...
@@ -23,7 +23,7 @@
要素代码:
<br
/>
<p
class=
"label-detail"
>
(YSDM)
</p>
</span>
<el-input
:disabled=
"$store.state.business.Edit"
v-model=
"naturalForm.naturalList[index].
YSDM
"
<el-input
:disabled=
"$store.state.business.Edit"
v-model=
"naturalForm.naturalList[index].
ysdm
"
placeholder=
"要素代码"
></el-input>
</el-form-item>
</el-col>
...
...
@@ -34,7 +34,7 @@
不动产单元号:
<br
/>
<p
class=
"label-detail"
>
(BDCDYH)
</p>
</span>
<el-input
:disabled=
"$store.state.business.Edit"
v-model=
"naturalForm.naturalList[index].
BDCDYH
"
<el-input
:disabled=
"$store.state.business.Edit"
v-model=
"naturalForm.naturalList[index].
bdcdyh
"
placeholder=
"不动产单元号"
></el-input>
</el-form-item>
</el-col>
...
...
src/components/business/parcelSpaceProperties.vue
View file @
1143fe4
...
...
@@ -8,7 +8,7 @@
不动产单元号:
<br
/>
<p
class=
"label-detail"
>
(BDCDYH)
</p>
</span>
<el-input
:disabled=
"$store.state.business.Edit"
v-model=
"ruleForm.
BDCDYH
"
placeholder=
"不动产单元号"
></el-input>
<el-input
:disabled=
"$store.state.business.Edit"
v-model=
"ruleForm.
bdcdyh
"
placeholder=
"不动产单元号"
></el-input>
</el-form-item>
</el-col>
...
...
@@ -18,7 +18,7 @@
子对象:
<br
/>
<p
class=
"label-detail"
>
(ZDX)
</p>
</span>
<el-input
:disabled=
"$store.state.business.Edit"
v-model
.
number=
"ruleForm.
ZDX
"
type=
"number"
<el-input
:disabled=
"$store.state.business.Edit"
v-model
.
number=
"ruleForm.
zdx
"
type=
"number"
v-only-number=
"
{ max: 9999, min: 0, precision: 0 }" placeholder="子对象">
</el-input>
</el-form-item>
</el-col>
...
...
@@ -29,7 +29,7 @@
序号:
<br
/>
<p
class=
"label-detail"
>
(XH)
</p>
</span>
<el-input
:disabled=
"$store.state.business.Edit"
v-model
.
number=
"ruleForm.
XH
"
type=
"number"
<el-input
:disabled=
"$store.state.business.Edit"
v-model
.
number=
"ruleForm.
xh
"
type=
"number"
v-only-number=
"
{ max: 999999, min: 0, precision: 0 }" placeholder="序号">
</el-input>
</el-form-item>
</el-col>
...
...
@@ -42,7 +42,7 @@
X坐标:
<br
/>
<p
class=
"label-detail"
>
(XZB)
</p>
</span>
<el-input
:disabled=
"$store.state.business.Edit"
v-model
.
number=
"ruleForm.
XZB
"
type=
"number"
<el-input
:disabled=
"$store.state.business.Edit"
v-model
.
number=
"ruleForm.
xzb
"
type=
"number"
v-only-number=
"
{ max: 999999999999999, min: 0, precision: 8 }" placeholder="X坐标">
</el-input>
</el-form-item>
</el-col>
...
...
@@ -53,7 +53,7 @@
Y坐标:
<br
/>
<p
class=
"label-detail"
>
(YZB)
</p>
</span>
<el-input
:disabled=
"$store.state.business.Edit"
v-model
.
number=
"ruleForm.
YZB
"
type=
"number"
<el-input
:disabled=
"$store.state.business.Edit"
v-model
.
number=
"ruleForm.
yzb
"
type=
"number"
v-only-number=
"
{ max: 999999999999999, min: 0, precision: 8 }" placeholder="Y坐标">
</el-input>
</el-form-item>
</el-col>
...
...
src/utils/mixin/table.js
View file @
1143fe4
...
...
@@ -9,7 +9,7 @@ export default {
}
},
computed
:
{
...
mapGetters
([
'dic
t
Data'
]),
...
mapGetters
([
'dicData'
]),
},
mounted
()
{
if
(
this
.
queryClick
)
{
...
...
src/views/jsbwcx/data/index.js
View file @
1143fe4
...
...
@@ -73,7 +73,7 @@ class data extends filter {
label
:
"业务名称"
,
},
{
prop
:
"
created
ate"
,
prop
:
"
receiveD
ate"
,
label
:
"接收时间"
,
}
]
...
...
src/views/jsbwcx/index.vue
View file @
1143fe4
...
...
@@ -96,7 +96,7 @@
import
data
from
"./data"
;
// 引入table混入方法
import
tableMixin
from
"@/mixins/tableMixin.js"
;
import
{
getDataReportPage
}
from
"@/api/sbbwcx.js"
;
import
{
get
Receive
DataReportPage
}
from
"@/api/sbbwcx.js"
;
export
default
{
name
:
"jsbwcx"
,
mixins
:
[
tableMixin
],
...
...
@@ -195,7 +195,7 @@ export default {
methods
:
{
// 初始化数据
queryClick
()
{
getDataReportPage
({
...
this
.
form
,
...
this
.
pageData
}).
then
((
res
)
=>
{
get
Receive
DataReportPage
({
...
this
.
form
,
...
this
.
pageData
}).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
let
{
total
,
records
}
=
res
.
result
;
this
.
tableData
.
total
=
total
;
...
...
src/views/sbbwcx/index.vue
View file @
1143fe4
...
...
@@ -37,8 +37,29 @@
</el-col>
</el-row>
<el-row
class=
"mt-10"
>
<el-col
:span=
"6"
>
<el-form-item
label=
"业务号"
prop=
"ywh"
>
<el-input
v-model=
"form.ywh"
class=
"width100"
placeholder=
"业务号"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"3"
>
<el-form-item
label=
"权利类型"
prop=
"qllx"
>
<el-select
v-model=
"form.ywmc"
class=
"width100"
clearable
placeholder=
"权利类型"
>
<el-option
v-for=
"item in dicData['A8']"
:key=
"item.DCODE"
:label=
"item.DNAME"
:value=
"item.DCODE"
>
</el-option>
</el-select>
</el-form-item>
</el-col>
<el-col
:span=
"3"
>
<el-form-item
label=
"登记类型"
prop=
"djlx"
>
<el-select
v-model=
"form.ywmc"
class=
"width100"
clearable
placeholder=
"登记类型"
>
<el-option
v-for=
"item in dicData['A21']"
:key=
"item.DCODE"
:label=
"item.DNAME"
:value=
"item.DCODE"
>
</el-option>
</el-select>
</el-form-item>
</el-col>
<!-- 操作按钮 -->
<el-col
:span=
"
24
"
class=
"btnColRight"
>
<el-col
:span=
"
6
"
class=
"btnColRight"
>
<btn
nativeType=
"cz"
@
click=
"resetForm('ruleForm')"
>
重置
</btn>
<btn
nativeType=
"cx"
@
click=
"queryClick"
>
查询
</btn>
</el-col>
...
...
Please
register
or
sign in
to post a comment