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
6774ae4f
authored
2024-02-04 16:36:26 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改批量解封对应的问题
1 parent
0f908d24
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
src/views/workflow/components/cfdjTable.vue
src/views/ywbl/slsqxx/cfdj/plcfslxx.vue
src/views/workflow/components/cfdjTable.vue
View file @
6774ae4
...
...
@@ -53,6 +53,10 @@
prop
:
"yg"
,
label
:
"原告"
},
{
prop
:
"cfjg"
,
label
:
"查封机关"
},
{
prop
:
"cfwh"
,
label
:
"查封文号"
...
...
src/views/ywbl/slsqxx/cfdj/plcfslxx.vue
View file @
6774ae4
...
...
@@ -62,11 +62,11 @@
<div
class=
"triangle"
></div>
<cfBdcdyTable
:tableData=
"ruleForm.ztQlxxList"
/>
</div>
<div
class=
"slxx_title title-block"
>
<div
class=
"slxx_title title-block"
v-if=
"!ruleForm.slsq.djywbm.includes('400')"
>
批量查封信息
<div
class=
"triangle"
></div>
</div>
<el-row
:gutter=
"10"
>
<el-row
:gutter=
"10"
v-if=
"!ruleForm.slsq.djywbm.includes('400')"
>
<el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"原告:"
>
<el-input
v-model=
"ruleForm.cfdj.yg"
:disabled=
"!ableOperation|| isJfOperation"
></el-input>
...
...
@@ -83,7 +83,7 @@
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"10"
>
<el-row
:gutter=
"10"
v-if=
"!ruleForm.slsq.djywbm.includes('400')"
>
<el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"查封期限:"
>
<el-input
v-model=
"ruleForm.cfdj.cfqx"
:disabled=
"!ableOperation|| isJfOperation"
></el-input>
...
...
@@ -103,7 +103,7 @@
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"10"
>
<el-row
:gutter=
"10"
v-if=
"!ruleForm.slsq.djywbm.includes('400')"
>
<el-col
:span=
"8"
>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"查封文件:"
>
<el-input
v-model=
"ruleForm.cfdj.cfwj"
:disabled=
"!ableOperation|| isJfOperation"
></el-input>
...
...
@@ -115,7 +115,7 @@
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"10"
>
<el-row
:gutter=
"10"
v-if=
"!ruleForm.slsq.djywbm.includes('400')"
>
<el-col>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"附记:"
>
<el-input
class=
"textArea"
type=
"textarea"
v-model=
"ruleForm.cfdj.fj"
...
...
@@ -123,7 +123,7 @@
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"10"
>
<el-row
:gutter=
"10"
v-if=
"!ruleForm.slsq.djywbm.includes('400')"
>
<el-col>
<el-form-item
:class=
"flag ? 'marginBot0' : ''"
label=
"登记原因:"
prop=
"cfdj.djyy"
>
<el-input
class=
"textArea"
type=
"textarea"
v-model=
"ruleForm.cfdj.djyy"
...
...
Please
register
or
sign in
to post a comment