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
5128797a
authored
2022-11-01 18:27:33 +0800
by
田浩浩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1111
1 parent
6a8cee3b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
5 deletions
src/api/selectQlxx.js
src/views/ywbl/ywsq/components/jsydsyq100.vue
src/views/ywbl/ywsq/javascript/jsydsyq100.js
src/api/selectQlxx.js
View file @
5128797
...
...
@@ -13,6 +13,16 @@ export function selectScBdcdy(data) {
})
}
export
function
selectZdjbxx
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/ywbl/ywsq/selectZdjbxx'
,
method
:
'post'
,
data
,
showLoading
:
true
})
}
/*
选择建设用地用地查询方法
*/
...
...
src/views/ywbl/ywsq/components/jsydsyq100.vue
View file @
5128797
...
...
@@ -44,7 +44,8 @@ import { datas, sendThis } from "../javascript/jsydsyq100.js";
import
{
defaultParameters
}
from
"../javascript/publicDefaultPar.js"
;
import
table
from
"@/utils/mixin/table"
;
import
jump
from
"../components/mixin/jump"
;
import
{
selectScBdcdy
,
startBusinessFlow
}
from
"@/api/ywbl.js"
;
import
{
startBusinessFlow
}
from
"@/api/ywbl.js"
;
import
{
selectZdjbxx
}
from
"@/api/selectQlxx.js"
;
export
default
{
mixins
:
[
table
,
jump
],
props
:
{
...
...
@@ -76,7 +77,7 @@ export default {
fetchData
()
{
this
.
queryForm
.
sqywbm
=
this
.
djywbm
;
select
ScBdcdy
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
select
Zdjbxx
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
let
{
total
,
records
}
=
res
.
result
;
this
.
tableData
.
total
=
total
;
...
...
src/views/ywbl/ywsq/javascript/jsydsyq100.js
View file @
5128797
...
...
@@ -60,11 +60,11 @@ class data extends filter {
label
:
"不动产单元号"
,
},
{
prop
:
"
showQlxz
"
,
prop
:
"
qlxzmc
"
,
label
:
"权利性质"
,
},
{
prop
:
"
zd
mj"
,
prop
:
"mj"
,
label
:
"宗地面积(㎡)"
,
},
{
...
...
@@ -72,7 +72,7 @@ class data extends filter {
label
:
"权利设定方式"
,
},
{
prop
:
"
showTdyt
"
,
prop
:
"
ytmc
"
,
label
:
"土地用途"
,
},
{
...
...
Please
register
or
sign in
to post a comment