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
2d4f0582
authored
2023-10-27 16:08:25 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
124829ba
24b09d07
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
14 deletions
src/styles/public.scss
src/views/ywbl/components/mixin/index.js
src/views/ywbl/dbx/dbx.vue
src/views/ywbl/ybx/ybx.vue
src/styles/public.scss
View file @
2d4f058
...
...
@@ -40,13 +40,13 @@
color
:
$light-blue
;
border
:
1px
solid
$light-blue
;
border-radius
:
10px
;
padding
:
2px
8
px
;
padding
:
0
3
px
;
line-height
:
16px
;
}
}
.clean-btn
{
margin-left
:
10
px
;
margin-left
:
5
px
;
}
}
...
...
src/views/ywbl/components/mixin/index.js
View file @
2d4f058
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-2
6 14:46:56
* @LastEditTime: 2023-10-2
7 15:47:40
*/
export
default
{
data
()
{
...
...
@@ -88,7 +88,7 @@ export default {
iterationData
()
{
let
obj
=
{
ywlymc
:
'业务来源'
,
qllxmc
:
'权利类型'
,
djlxmc
:
'登记类型'
,
ywh
:
'业务号'
,
sqywmc
:
'申请业务名称'
,
bdcdyh
:
'不动产单元号'
,
bdcdyh
:
'不动产单元号'
,
qlrmc
:
'权利人'
,
ywrmc
:
'义务人'
,
slsj
:
'受理时间'
,
sqrmc
:
'申请人'
,
sqrzjhm
:
'申请人证件号'
,
zl
:
'坐落'
}
this
.
searchList
=
Object
.
entries
({
...
this
.
searchForm
,
...
this
.
otherForm
}).
map
((
item
)
=>
{
...
...
@@ -102,6 +102,7 @@ export default {
* @author: renchao
*/
getSearch
(
val
)
{
console
.
log
(
val
,
'2222222222222'
);
this
.
otherForm
=
val
this
.
iterationData
()
this
.
queryClick
()
...
...
src/views/ywbl/dbx/dbx.vue
View file @
2d4f058
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-2
6 14:48:13
* @LastEditTime: 2023-10-2
7 15:55:52
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -73,7 +73,7 @@
<el-form-item
label=
"业务号"
>
<el-input
placeholder=
"请输入业务号"
v-model=
"queryForm.ywh"
v-model
.
trim
=
"queryForm.ywh"
clearable
class=
"width100"
>
</el-input>
...
...
@@ -95,7 +95,7 @@
<el-form-item
label=
"不动产单元号"
>
<el-input
placeholder=
"请输入不动产单元号"
v-model=
"queryForm.bdcdyh"
v-model
.
trim
=
"queryForm.bdcdyh"
clearable
class=
"width100"
>
</el-input>
...
...
@@ -105,7 +105,7 @@
<el-form-item
label=
"申请人"
>
<el-input
placeholder=
"如需要模糊查询,前后输入%"
v-model=
"queryForm.sqrmc"
v-model
.
trim
=
"queryForm.sqrmc"
clearable
class=
"width100"
>
</el-input>
...
...
@@ -115,7 +115,7 @@
<el-form-item
label=
"申请人证件号"
>
<el-input
placeholder=
"如需要模糊查询,前后输入%"
v-model=
"queryForm.sqrzjhm"
v-model
.
trim
=
"queryForm.sqrzjhm"
clearable
class=
"width100"
>
</el-input>
...
...
src/views/ywbl/ybx/ybx.vue
View file @
2d4f058
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-2
6 14:21:27
* @LastEditTime: 2023-10-2
7 16:08:06
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -74,7 +74,7 @@
<el-form-item
label=
"业务号"
>
<el-input
placeholder=
"请输入业务号"
v-model=
"queryForm.ywh"
v-model
.
trim
=
"queryForm.ywh"
clearable
class=
"width100"
>
</el-input>
...
...
@@ -96,7 +96,7 @@
<el-form-item
label=
"不动产单元号"
>
<el-input
placeholder=
"请输入不动产单元号"
v-model=
"queryForm.bdcdyh"
v-model
.
trim
=
"queryForm.bdcdyh"
clearable
class=
"width100"
>
</el-input>
...
...
@@ -106,7 +106,7 @@
<el-form-item
label=
"申请人"
>
<el-input
placeholder=
"如需要模糊查询,前后输入%"
v-model=
"queryForm.sqrmc"
v-model
.
trim
=
"queryForm.sqrmc"
clearable
class=
"width100"
>
</el-input>
...
...
@@ -116,7 +116,7 @@
<el-form-item
label=
"申请人证件号"
>
<el-input
placeholder=
"如需要模糊查询,前后输入%"
v-model=
"queryForm.sqrzjhm"
v-model
.
trim
=
"queryForm.sqrzjhm"
clearable
class=
"width100"
>
</el-input>
...
...
Please
register
or
sign in
to post a comment