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
257d80d1
authored
2023-01-30 14:51:59 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
sjsbFunctionOper控制器修改
1 parent
eda17a6c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
10 deletions
src/api/dataReporting.js → src/api/sjsbFunctionOper.js
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/api/
dataReporting
.js
→
src/api/
sjsbFunctionOper
.js
View file @
257d80d
import
request
from
'@/utils/request'
class
dataReporting
{
class
sjsbFunctionOper
{
// 数据上报表头相关接口
async
getQltFwFdcqYzByCondition
(
id
)
{
return
request
({
...
...
@@ -22,4 +22,4 @@ class dataReporting {
})
}
}
export
default
new
dataReporting
()
\ No newline at end of file
export
default
new
sjsbFunctionOper
()
\ No newline at end of file
...
...
src/views/business-info/fdcqdz/index.vue
View file @
257d80d
...
...
@@ -70,7 +70,7 @@
// 房地产权(项目内多幢房屋)
import
data
from
"./data"
import
business
from
'@/api/business'
import
dataReporting
from
'@/api/dataReporting
'
import
sjsbFunctionOper
from
'@/api/sjsbFunctionOper
'
import
tableMixin
from
'@/mixins/tableMixin.js'
import
treeSelect
from
'@/components/treeSelect/index.vue'
export
default
{
...
...
@@ -184,7 +184,7 @@ export default {
}
},
async
handlDatadetails
(
index
,
row
)
{
let
{
result
:
res
,
message
}
=
await
dataReporting
.
getQltFwFdcqYzByCondition
(
row
.
BSM_SJSB
)
let
{
result
:
res
,
message
}
=
await
sjsbFunctionOper
.
getQltFwFdcqYzByCondition
(
row
.
BSM_SJSB
)
if
(
res
!=
null
)
{
this
.
diaData
=
res
this
.
bsmSjsb
=
row
.
BSM_SJSB
...
...
src/views/business-info/fdcqqfsyq/index.vue
View file @
257d80d
...
...
@@ -42,7 +42,7 @@
// 建筑物区分所有权业主共有部分
import
data
from
"./data"
import
business
from
'@/api/business'
import
dataReporting
from
'@/api/dataReporting
'
import
sjsbFunctionOper
from
'@/api/sjsbFunctionOper
'
import
tableMixin
from
'@/mixins/tableMixin.js'
import
treeSelect
from
'@/components/treeSelect/index.vue'
export
default
{
...
...
@@ -118,7 +118,7 @@ export default {
}
},
async
handlDatadetails
(
index
,
row
)
{
let
{
result
:
res
,
message
}
=
await
dataReporting
.
getQltFwFdcqYzByCondition
(
row
.
BSM_SJSB
)
let
{
result
:
res
,
message
}
=
await
sjsbFunctionOper
.
getQltFwFdcqYzByCondition
(
row
.
BSM_SJSB
)
if
(
res
!=
null
)
{
this
.
diaData
=
res
this
.
bsmSjsb
=
row
.
BSM_SJSB
...
...
src/views/business-info/fdcqyz/index.vue
View file @
257d80d
...
...
@@ -70,7 +70,7 @@
// 房地产权(独幢、层、套、间、房屋)
import
data
from
"./data"
import
business
from
'@/api/business'
import
dataReporting
from
'@/api/dataReporting
'
import
sjsbFunctionOper
from
'@/api/sjsbFunctionOper
'
import
tableMixin
from
'@/mixins/tableMixin.js'
import
treeSelect
from
'@/components/treeSelect/index.vue'
export
default
{
...
...
@@ -184,7 +184,7 @@ export default {
}
},
async
handlDatadetails
(
index
,
row
)
{
let
{
result
:
res
,
message
}
=
await
dataReporting
.
getQltFwFdcqYzByCondition
(
row
.
BSM_SJSB
)
let
{
result
:
res
,
message
}
=
await
sjsbFunctionOper
.
getQltFwFdcqYzByCondition
(
row
.
BSM_SJSB
)
if
(
res
!=
null
)
{
this
.
diaData
=
res
this
.
bsmSjsb
=
row
.
BSM_SJSB
...
...
src/views/business-info/jsydzjdsyq/index.vue
View file @
257d80d
...
...
@@ -65,7 +65,7 @@
// 建设用地、宅基地使用权
import
data
from
"./data"
import
business
from
'@/api/business'
import
dataReporting
from
'@/api/dataReporting
'
import
sjsbFunctionOper
from
'@/api/sjsbFunctionOper
'
import
tableMixin
from
'@/mixins/tableMixin.js'
import
treeSelect
from
'@/components/treeSelect/index.vue'
export
default
{
...
...
@@ -178,7 +178,7 @@ export default {
}
},
async
handlDatadetails
(
index
,
row
)
{
let
{
result
:
res
,
message
}
=
await
dataReporting
.
getQltFwFdcqYzByCondition
(
row
.
BSM_SJSB
)
let
{
result
:
res
,
message
}
=
await
sjsbFunctionOper
.
getQltFwFdcqYzByCondition
(
row
.
BSM_SJSB
)
if
(
res
!=
null
)
{
this
.
diaData
=
res
this
.
bsmSjsb
=
row
.
BSM_SJSB
...
...
Please
register
or
sign in
to post a comment