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
80183af9
authored
2023-07-13 13:59:25 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
--no commit message
1 parent
ed2d1b5f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
21 deletions
src/views/djbworkflow/djbBook/components/blxxtabs/ygdj.vue
src/views/djbworkflow/djbBook/components/blxxtabs/yydj.vue
src/views/djbworkflow/mixin/index.js
src/views/djbworkflow/djbBook/components/blxxtabs/ygdj.vue
View file @
80183af
...
...
@@ -217,17 +217,17 @@
<el-input
v-model=
"ruleForm.ygdj.jzmj"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
v-if=
"ruleForm.qlxx.qszt == '2'"
>
<el-form-item
label=
"注销预告业务号"
>
<el-input
v-model=
"ruleForm.ygdj.zxygywh"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
v-if=
"ruleForm.qlxx.qszt == '2'"
>
<el-form-item
label=
"注销预告原因"
>
<el-input
v-model=
"ruleForm.ygdj.zxygyy"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
v-if=
"ruleForm.qlxx.qszt == '2'"
>
<el-form-item
label=
"注销时间"
>
<el-input
v-model=
"ruleForm.ygdj.zxsj"
></el-input>
</el-form-item>
...
...
src/views/djbworkflow/djbBook/components/blxxtabs/yydj.vue
View file @
80183af
...
...
@@ -145,21 +145,31 @@
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"登记时间:"
>
<el-input
v-model=
"ruleForm.yydj.djsj"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"24"
>
<el-form-item
label=
"附记:"
>
<el-input
v-model=
"ruleForm.yydj.fj"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
v-if=
"ruleForm.qlxx.qszt == '2'"
>
<el-form-item
label=
"注销异议业务号"
>
<el-input
v-model=
"ruleForm.yydj.zxyyywh"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
v-if=
"ruleForm.qlxx.qszt == '2'"
>
<el-form-item
label=
"注销异议原因"
>
<el-input
v-model=
"ruleForm.yydj.zxyyyy"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
v-if=
"ruleForm.qlxx.qszt == '2'"
>
<el-form-item
label=
"注销异议登簿人"
>
<el-input
v-model=
"ruleForm.yydj.zxyydbr"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
v-if=
"ruleForm.qlxx.qszt == '2'"
>
<el-form-item
label=
"注销异议登记时间"
>
<el-date-picker
v-model=
"ruleForm.yydj.zxyydjsj"
...
...
@@ -171,16 +181,6 @@
</el-date-picker>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"登记时间:"
>
<el-input
v-model=
"ruleForm.yydj.djsj"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"24"
>
<el-form-item
label=
"附记:"
>
<el-input
v-model=
"ruleForm.yydj.fj"
></el-input>
</el-form-item>
</el-col>
</el-row>
<div
class=
"slxx_title title-block"
>
权利人信息
...
...
src/views/djbworkflow/mixin/index.js
View file @
80183af
...
...
@@ -55,15 +55,15 @@ export default {
if
(
res
.
code
===
200
)
{
this
.
leftButtonList
=
res
.
result
.
button
;
this
.
rightButtonList
=
res
.
result
.
operation
;
console
.
log
(
"this.rightButtonList[1].name"
,
this
.
rightButtonList
[
1
].
name
);
if
(
this
.
rightButtonList
[
1
].
name
!=
"删除"
){
let
arr
=
this
.
rightButtonList
.
filter
((
item
)
=>
{
return
item
.
name
==
"删除"
})
if
(
arr
.
length
){
this
.
$refs
.
Menu
.
getleftMenubl
(
1
);
}
else
{
this
.
$refs
.
Menu
.
getleftMenubl
();
}
console
.
log
(
"this.rightButtonList "
,
this
.
rightButtonList
);
// this.rightButtonList.splice(0,2)
}
})
...
...
Please
register
or
sign in
to post a comment