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
536c0424
authored
2023-06-09 08:38:24 +0800
by
单帅旗
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改:批量查封字段修改
1 parent
79c600f7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
9 deletions
src/views/workflow/components/cfBdcdyTable.vue
src/views/ywbl/slsqxx/cfdj/plcfslxx.vue
src/views/workflow/components/cfBdcdyTable.vue
View file @
536c042
<!--
* @Description:
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-05-17 10:40:48
-->
...
...
@@ -52,10 +52,10 @@
{
prop
:
"qllxmc"
,
label
:
"权利类型"
},
},
{
prop
:
"qlrmc"
,
label
:
"
权利
人"
label
:
"
被执行
人"
},
{
prop
:
"bdcqzh"
,
...
...
@@ -127,4 +127,4 @@
}
</
script
>
<
style
scoped
lang=
'scss'
>
</
style
>
\ No newline at end of file
</
style
>
...
...
src/views/ywbl/slsqxx/cfdj/plcfslxx.vue
View file @
536c042
<!--
* @Description:
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-05-17 10:43:00
-->
...
...
@@ -56,7 +56,7 @@
查封不动产列表
<div
class=
"triangle"
></div>
</div>
<cfBdcdyTable
:tableData=
"ruleForm.
yq
lxxList"
/>
<cfBdcdyTable
:tableData=
"ruleForm.
ssQ
lxxList"
/>
<div
class=
"slxx_title title-block"
>
批量查封信息
<div
class=
"triangle"
></div>
...
...
@@ -72,11 +72,12 @@
<el-input
v-model=
"ruleForm.cfdjList[0].cfwh"
:disabled=
"$route.query.viewtype || isJfOperation"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<!-- 批量查封状态有多种查封类型,不予展示 -->
<!--
<el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"查封类型:"
prop=
"cfdj.cflxmc"
>
<el-input
v-model=
"ruleForm.cfdjList[0].cflxmc"
disabled
></el-input>
</el-form-item>
</el-col>
</el-col>
-->
</el-row>
<el-row
:gutter=
"10"
>
<el-col
:span=
"8"
>
...
...
@@ -230,4 +231,4 @@
<
style
scoped
lang=
'scss'
>
@import
"~@/styles/public.scss"
;
@import
"~@/styles/slxx/slxx.scss"
;
</
style
>
\ No newline at end of file
</
style
>
...
...
Please
register
or
sign in
to post a comment