Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
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
b2d2e64b
authored
2021-01-15 08:41:51 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
cc7d9484
a1edea74
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
3 deletions
src/api/search.js
src/views/panel/change/hfghb/index.vue
src/views/zrz/lpb/bjlp/hbj/index.vue
src/api/search.js
View file @
b2d2e64
...
...
@@ -11,6 +11,17 @@ export function getSearchList(data) {
}
/**
* 综合查询
*/
export
function
getHfghbSearchList
(
data
)
{
return
request
({
url
:
'/system/basiccommon/queryWithHfghb'
,
method
:
'post'
,
data
:
data
,
})
}
/**
* 宗地分割选择宗地列表
* @param data
*/
...
...
src/views/panel/change/hfghb/index.vue
View file @
b2d2e64
...
...
@@ -212,7 +212,7 @@
<
script
>
import
lpbContent
from
"../../../zrz/lpb/bjlp/lpbContent/index"
;
import
{
getLpbMenuTree
,
batchScYcChange
,
getLpbTj
,
batchGeneratorBdcdyh
,
getLpbFwytAndQlxz
,
batchCommit
}
from
"@api/lpb"
;
import
{
getSearchList
}
from
"@api/search"
;
import
{
get
Hfghb
SearchList
}
from
"@api/search"
;
import
{
getQjHDetailByBsm
}
from
"@api/h"
;
export
default
{
name
:
""
,
...
...
@@ -321,7 +321,7 @@ export default {
methods
:{
//查询
search
(){
getSearchList
(
this
.
queryData
).
then
(
res
=>
{
get
Hfghb
SearchList
(
this
.
queryData
).
then
(
res
=>
{
this
.
tableData
=
res
.
result
.
records
this
.
total
=
res
.
result
.
total
})
...
...
src/views/zrz/lpb/bjlp/hbj/index.vue
View file @
b2d2e64
...
...
@@ -22,7 +22,7 @@
<!-- todo 此处暂时存放的是不动产单元号标识码,而不是不动产单元号-->
<td
colspan=
"4"
class=
"psr"
>
<el-input
v-model=
"form.bdcdyh"
class=
"percent80"
:disabled=
"disableFlag"
ref=
"bdcdyh"
></el-input>
<el-button
@
click
.
prevent=
"generatorCode"
size=
"mini"
class=
"createBtn"
type=
"warning"
>
生成
</el-button>
<el-button
@
click
.
prevent=
"generatorCode"
size=
"mini"
class=
"createBtn"
type=
"warning"
:disabled=
"disableFlag"
>
生成
</el-button>
</td>
<!--
<td
colspan=
"2"
align=
"center"
>
原不动产单元
</td>
-->
<!--
<td
colspan=
"4"
>
-->
...
...
@@ -900,6 +900,8 @@
submit
(
data
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
){
this
.
$message
.
success
(
"提交完成!"
);
}
else
{
this
.
$message
.
warning
(
res
.
message
)
}
})
},
...
...
Please
register
or
sign in
to post a comment