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
01753dcf
authored
2022-12-08 18:14:21 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
1fe18c3e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
12 deletions
src/views/zhcx/djbcx/djbcx.vue
src/views/zhcx/jdcx/jdcx.vue
src/views/zhcx/lpcx/lpcx.vue
src/views/zhcx/zslqcx/zslqcx.vue
src/views/zhcx/zxgcdycx/zxgcdycx.vue
src/views/zhcx/djbcx/djbcx.vue
View file @
01753dc
...
...
@@ -36,7 +36,7 @@
<el-col
:span=
"4"
class=
"btnColRight"
>
<el-form-item>
<el-button
type=
"primary"
native-type=
"submit"
@
click=
"queryClick"
>
查询
</el-button>
<el-button
@
click=
"moreQueryClick
()
"
>
高级查询
</el-button>
<el-button
@
click=
"moreQueryClick"
>
高级查询
</el-button>
</el-form-item>
</el-col>
</el-row>
...
...
src/views/zhcx/jdcx/jdcx.vue
View file @
01753dc
...
...
@@ -38,7 +38,7 @@
<el-col
:span=
"4"
class=
"btnColRight"
>
<el-form-item>
<el-button
type=
"primary"
native-type=
"submit"
@
click=
"queryClick"
>
查询
</el-button>
<el-button
@
click=
"moreQueryClick
()
"
>
高级查询
</el-button>
<el-button
@
click=
"moreQueryClick"
>
高级查询
</el-button>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -64,7 +64,6 @@ export default {
mixins
:
[
table
],
mounted
()
{
sendThis
(
this
);
this
.
queryClick
()
},
computed
:
{
...
mapGetters
([
'dictData'
])
...
...
src/views/zhcx/lpcx/lpcx.vue
View file @
01753dc
...
...
@@ -32,7 +32,7 @@
<el-col
:span=
"4"
class=
"btnColRight"
>
<el-form-item>
<el-button
type=
"primary"
native-type=
"submit"
@
click=
"queryClick"
>
查询
</el-button>
<el-button
@
click=
"moreQueryClick
()
"
>
高级查询
</el-button>
<el-button
@
click=
"moreQueryClick"
>
高级查询
</el-button>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -57,7 +57,6 @@ export default {
mixins
:
[
table
],
mounted
()
{
sendThis
(
this
)
this
.
queryClick
()
},
data
()
{
return
{
...
...
src/views/zhcx/zslqcx/zslqcx.vue
View file @
01753dc
...
...
@@ -6,32 +6,32 @@
<el-row>
<el-col
:span=
"5"
>
<el-form-item
label=
"不动产权证号"
label-width=
"100px"
>
<el-input
placeholder=
"请输入不动产权证号"
class=
"width100"
@
clear=
"queryClick
()
"
v-model=
"queryForm.bdcqzh"
>
<el-input
placeholder=
"请输入不动产权证号"
class=
"width100"
@
clear=
"queryClick"
v-model=
"queryForm.bdcqzh"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
<el-form-item
label=
"印刷序列号"
label-width=
"100px"
>
<el-input
placeholder=
"请输入印刷序列号"
class=
"width100"
@
clear=
"queryClick
()
"
v-model=
"queryForm.ysxlh"
>
<el-input
placeholder=
"请输入印刷序列号"
class=
"width100"
@
clear=
"queryClick"
v-model=
"queryForm.ysxlh"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
<el-form-item
label=
"业务号"
>
<el-input
placeholder=
"请输入业务号"
class=
"width100"
@
clear=
"queryClick
()
"
v-model=
"queryForm.ywh"
>
<el-input
placeholder=
"请输入业务号"
class=
"width100"
@
clear=
"queryClick"
v-model=
"queryForm.ywh"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"5"
>
<el-form-item
label=
"领取人"
>
<el-input
placeholder=
"请输入领取人"
class=
"width100"
@
clear=
"queryClick
()
"
v-model=
"queryForm.lqr"
>
<el-input
placeholder=
"请输入领取人"
class=
"width100"
@
clear=
"queryClick"
v-model=
"queryForm.lqr"
>
</el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
class=
"btnColRight"
>
<el-form-item>
<el-button
type=
"primary"
native-type=
"submit"
@
click=
"queryClick
()
"
>
查询
</el-button>
<el-button
type=
"primary"
native-type=
"submit"
@
click=
"queryClick"
>
查询
</el-button>
<el-button
@
click=
"moreQueryClick()"
>
高级查询
</el-button>
</el-form-item>
</el-col>
...
...
src/views/zhcx/zxgcdycx/zxgcdycx.vue
View file @
01753dc
...
...
@@ -33,10 +33,10 @@
<el-form-item>
<el-button
type=
"primary"
@
click=
"queryClick
()
"
@
click=
"queryClick"
>
查询
</el-button
>
<el-button
@
click=
"moreQueryClick
()
"
>
高级查询
</el-button>
<el-button
@
click=
"moreQueryClick"
>
高级查询
</el-button>
</el-form-item>
</el-col>
</el-row>
...
...
Please
register
or
sign in
to post a comment