Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-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
6e9a0c25
authored
2023-01-12 14:55:18 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:业务样式
1 parent
b3bb20b5
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
18 deletions
src/views/business-info/agricultural-land/index.vue
src/views/business-info/notice-registration/index.vue
src/views/business-info/objection-registration/index.vue
src/views/business-info/seizure-registration/index.vue
src/views/business-info/agricultural-land/index.vue
View file @
6e9a0c2
...
...
@@ -159,5 +159,6 @@ export default {
}
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
@import
"./index.scss"
;
</
style
>
\ No newline at end of file
...
...
src/views/business-info/notice-registration/index.vue
View file @
6e9a0c2
...
...
@@ -38,9 +38,9 @@
</el-form>
</div>
<div
class=
"from-clues-content"
>
<lb-table
v-loading=
"loading"
:page-size=
"pageData.size"
:current-page
.
sync=
"pageData.current
"
:total=
"pageData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange
"
:
column=
"tableData.columns"
:
data=
"tableData.data"
>
<lb-table
:page-size=
"pageData.size"
:current-page
.
sync=
"pageData.current"
:total=
"pageData.total
"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns
"
:data=
"tableData.data"
>
</lb-table>
<message-tips
ref=
"msg"
:message=
"message"
/>
</div>
...
...
@@ -68,7 +68,6 @@ export default {
},
data
()
{
return
{
loading
:
false
,
form
:
{
YWH
:
''
,
YGDJZL
:
''
,
...
...
@@ -148,7 +147,6 @@ export default {
},
async
featchData
()
{
try
{
this
.
loading
=
true
this
.
form
=
Object
.
assign
(
this
.
form
,
this
.
formData
)
let
{
result
:
{
list
,
total
,
pages
:
pageSize
,
pageNum
:
current
}
}
=
await
business
.
getQlfQlYgdjByCondition
(
this
.
form
)
...
...
@@ -162,7 +160,6 @@ export default {
this
.
message
=
error
this
.
$refs
.
msg
.
messageShow
()
}
this
.
loading
=
false
},
async
handlDatadetails
(
index
,
row
)
{
let
{
result
:
res
,
message
}
=
await
dataReporting
.
getQltFwFdcqYzByCondition
(
row
.
BSM_SJSB
)
...
...
@@ -177,3 +174,7 @@ export default {
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
//
引入表单整体样式
@import
"~@/styles/public.scss"
;
</
style
>
...
...
src/views/business-info/objection-registration/index.vue
View file @
6e9a0c2
...
...
@@ -38,9 +38,9 @@
</el-form>
</div>
<div
class=
"from-clues-content"
>
<lb-table
v-loading=
"loading"
:page-size=
"pageData.size"
:current-page
.
sync=
"pageData.current
"
:total=
"pageData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange
"
:
column=
"tableData.columns"
:
data=
"tableData.data"
>
<lb-table
:page-size=
"pageData.size"
:current-page
.
sync=
"pageData.current"
:total=
"pageData.total
"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns
"
:data=
"tableData.data"
>
</lb-table>
<message-tips
ref=
"msg"
:message=
"message"
/>
</div>
...
...
@@ -68,7 +68,6 @@ export default {
},
data
()
{
return
{
loading
:
false
,
form
:
{
YWH
:
''
,
QLLX
:
''
,
...
...
@@ -131,7 +130,6 @@ export default {
},
async
featchData
()
{
try
{
this
.
loading
=
true
this
.
form
=
Object
.
assign
(
this
.
form
,
this
.
formData
)
let
{
result
:
{
list
,
total
,
pages
:
pageSize
,
pageNum
:
current
}
}
=
await
business
.
getQlfQlYydjByCondition
(
this
.
form
)
...
...
@@ -145,7 +143,6 @@ export default {
this
.
message
=
error
this
.
$refs
.
msg
.
messageShow
()
}
this
.
loading
=
false
},
async
handlDatadetails
(
index
,
row
)
{
let
{
result
:
res
,
message
}
=
await
dataReporting
.
getQltFwFdcqYzByCondition
(
row
.
BSM_SJSB
)
...
...
@@ -160,3 +157,6 @@ export default {
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
</
style
>
\ No newline at end of file
...
...
src/views/business-info/seizure-registration/index.vue
View file @
6e9a0c2
...
...
@@ -34,9 +34,9 @@
</el-form>
</div>
<div
class=
"from-clues-content"
>
<lb-table
v-loading=
"loading"
:page-size=
"pageData.size"
:current-page
.
sync=
"pageData.current
"
:total=
"pageData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange
"
:
column=
"tableData.columns"
:
data=
"tableData.data"
>
<lb-table
:page-size=
"pageData.size"
:current-page
.
sync=
"pageData.current"
:total=
"pageData.total
"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns
"
:data=
"tableData.data"
>
</lb-table>
<message-tips
ref=
"msg"
:message=
"message"
/>
</div>
...
...
@@ -62,7 +62,6 @@ export default {
},
data
()
{
return
{
loading
:
false
,
form
:
{
YWH
:
''
,
BDCDYH
:
''
,
...
...
@@ -124,7 +123,6 @@ export default {
},
async
featchData
()
{
try
{
this
.
loading
=
true
let
{
result
:
{
list
,
total
,
pages
:
pageSize
,
pageNum
:
current
}
}
=
await
business
.
getQlfQlCfdjByCondtion
(
this
.
form
)
this
.
tableData
.
data
=
list
...
...
@@ -137,7 +135,6 @@ export default {
this
.
message
=
error
this
.
$refs
.
msg
.
messageShow
()
}
this
.
loading
=
false
},
async
handlDatadetails
(
index
,
row
)
{
let
{
result
:
res
,
message
}
=
await
dataReporting
.
getQltFwFdcqYzByCondition
(
row
.
BSM_SJSB
)
...
...
@@ -152,3 +149,6 @@ export default {
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/public.scss"
;
</
style
>
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment