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
7c4cff70
authored
2023-05-18 10:54:24 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:不动产单元选择
1 parent
b5669f47
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
12 deletions
src/api/lpb.js
src/views/workflow/components/dialog/zslq.vue
src/views/ywbl/ywsq/components/fwsyq.vue
src/api/lpb.js
View file @
7c4cff7
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-05-1
6 15:56:42
* @LastEditTime: 2023-05-1
8 10:53:07
*/
import
request
from
'@/utils/request'
let
SERVER
=
window
.
config
?
window
.
config
:
JSON
.
parse
(
localStorage
.
getItem
(
'ApiUrl'
))
const
url
=
SERVER
.
LPB
SERVERAPI
+
'/rest/zhcx/lpcx/'
const
url
=
SERVER
.
SERVERAPI
+
'/rest/zhcx/lpcx/'
//
/**
* @description:楼盘查询- 根据条件进行列表查询
...
...
src/views/workflow/components/dialog/zslq.vue
View file @
7c4cff7
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-05-1
7 10:40:1
9
* @LastEditTime: 2023-05-1
8 10:53:4
9
-->
<
template
>
<el-form
:model=
"ruleForm"
:rules=
"rules"
ref=
"ruleForm"
label-width=
"100px"
>
...
...
@@ -58,7 +58,6 @@
</el-form-item>
</el-form>
</
template
>
<
script
>
import
Vue
from
'vue'
import
store
from
'@/store/index.js'
...
...
@@ -100,13 +99,13 @@
],
lzrdh
:
[
{
required
:
true
,
message
:
'请输入电话号码'
,
trigger
:
'blur'
}
]
,
]
},
tableData
:
{
total
:
0
,
columns
:
datas
.
columns
().
lzgrid
,
data
:
[]
,
}
,
data
:
[]
}
}
},
mounted
()
{
...
...
@@ -124,7 +123,6 @@
this
.
ruleForm
.
fzsj
=
res
.
result
.
fzsj
this
.
ruleForm
.
fzsl
=
res
.
result
.
fzsl
this
.
ruleForm
.
bdcqzList
=
res
.
result
.
list
;
}
})
},
...
...
@@ -159,3 +157,4 @@
@import
"~@/styles/mixin.scss"
;
</
style
>
...
...
src/views/ywbl/ywsq/components/fwsyq.vue
View file @
7c4cff7
...
...
@@ -55,7 +55,7 @@
</el-row>
</el-form>
</div>
<div
class=
"from-clues-content"
>
<div
class=
"from-clues-content
loadingtext
"
>
<lb-table
ref=
"table"
@
row-dblclick=
"handleRowClick"
:page-size=
"pageData.pageSize"
:calcHeight=
"300"
:current-page
.
sync=
"pageData.currentPage"
:total=
"zrztableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
@
selection-change=
"handleSelectionChange"
:column=
"zrztableData.columns"
...
...
@@ -121,10 +121,10 @@
</div>
</
template
>
<
script
>
import
Vue
from
'vue'
import
store
from
'@/store/index.js'
//国有建设用地使用权/房屋使用权
import
{
datas
,
sendThis
}
from
"../javascript/fwsyq.js"
;
// import { datasduo, sendThisduo } from "../javascript/fwsyqduo.js";
import
table
from
"@/utils/mixin/table"
;
import
jump
from
"@/views/ywbl/ywsq/components/mixin/jump"
;
import
{
selectScBdcdy
,
startBusinessFlow
,
choiceBdcdy
,
selectOtherH
,
selectZrz
,
selectDz
}
from
"@/api/ywbl.js"
;
...
...
@@ -199,7 +199,7 @@
}
else
{
//从办理框架选择不动产单元进入
//房屋首次办理选择不动产需找出对应自然幢下未选择的户
this
.
queryzrzForm
.
bsmSlsq
=
this
.
$r
oute
.
query
.
bsmSlsq
;
this
.
queryzrzForm
.
bsmSlsq
=
Vue
.
prototype
.
$currentR
oute
.
query
.
bsmSlsq
;
selectOtherH
({
...
this
.
queryzrzForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
this
.
$endLoading
();
if
(
res
.
code
===
200
)
{
...
...
@@ -241,7 +241,7 @@
})
}
else
{
choiceBdcdy
({
bsmSlsq
:
this
.
$r
oute
.
query
.
bsmSlsq
,
bsmSlsq
:
Vue
.
prototype
.
$currentR
oute
.
query
.
bsmSlsq
,
bdcdysz
:
this
.
bdcdysz
}).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
...
...
Please
register
or
sign in
to post a comment