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
90fd9756
authored
2022-09-14 17:26:12 +0800
by
蔡俊立
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
查封登记
1 parent
1f8226f9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
4 deletions
src/api/ywbl.js
src/views/ywbl/ywsq/components/cfdj.vue
src/views/ywbl/ywsq/javascript/cfdj.js
src/api/ywbl.js
View file @
90fd975
...
...
@@ -94,3 +94,13 @@ export function selectDiyaq (data) {
data
})
}
/*
业务办理-选择查封信息-根据条件进行列表查询
*/
export
function
selectCfdj
(
data
)
{
return
request
({
url
:
'/ywbl/ywsq/selectCfdj'
,
method
:
'post'
,
data
})
}
...
...
src/views/ywbl/ywsq/components/cfdj.vue
View file @
90fd975
...
...
@@ -55,7 +55,7 @@
//查封登记
import
{
datas
,
sendThis
}
from
"../javascript/cfdj.js"
;
import
table
from
"@/utils/mixin/table"
;
import
{
select
Qlxx
,
startBusinessFlow
}
from
"@/api/ywbl.js"
;
import
{
select
Cfdj
,
startBusinessFlow
}
from
"@/api/ywbl.js"
;
export
default
{
props
:
{
bsmSqyw
:
{
type
:
String
,
default
:
''
},
...
...
@@ -68,7 +68,7 @@ export default {
bdcdyh
:
""
,
ywh
:
""
,
bdcqzh
:
""
,
sqywbm
:
"B39
8
00"
,
sqywbm
:
"B39
3
00"
,
},
qllxs
:
[],
tableData
:
{
...
...
@@ -94,7 +94,7 @@ export default {
},
fetchData
()
{
if
(
this
.
bsmSqyw
)
{
select
Qlxx
({
...
this
.
queryForm
,
...
this
.
pageData
})
select
Cfdj
({
...
this
.
queryForm
,
...
this
.
pageData
})
.
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
let
{
total
,
records
}
=
res
.
result
;
...
...
src/views/ywbl/ywsq/javascript/cfdj.js
View file @
90fd975
...
...
@@ -47,7 +47,7 @@ class data extends filter {
label
:
"查封文号"
,
},
{
prop
:
"
bzxqlr
"
,
prop
:
"
qlrmc
"
,
label
:
"被执行权利人"
,
},
{
...
...
Please
register
or
sign in
to post a comment