Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhouqian
vue-gjjs
Commits
48bc25e9
Commit
48bc25e9
authored
Jul 28, 2022
by
huangxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ditdav的bug修改
parent
bfa7799d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
Davp.vue
src/views/Business/Ditdav/Davp.vue
+6
-5
No files found.
src/views/Business/Ditdav/Davp.vue
View file @
48bc25e9
...
...
@@ -367,6 +367,7 @@
v-model=
"model.bddgrp.rec.docprbrol"
style=
"width:100%"
placeholder=
"请选择Presented by"
@
change=
"selectOrCheckboxRule('bddgrp.rec.docprbrol')"
>
<el-option
v-for=
"item in docprbrol"
...
...
@@ -398,7 +399,7 @@
grp: 'bddgrp',
rol: 'prb',
}"
:disabled=
"this.flag"
:disabled
Extkey
=
"this.flag"
:onlySearch=
"true"
>
</c-ptap>
...
...
@@ -434,7 +435,7 @@
<c-col
:span=
"24"
class=
"change"
>
<el-form-item
label=
"地址"
prop=
"bddgrp.prb.adrelc"
>
<c-input
type=
"textarea"
:disabled=
"this.flag"
v-model=
"model.bddgrp.prb.adrelc"
maxlength=
"35"
show-word-limit
placeholder=
"请输入地址"
></c-input>
<c-input
type=
"textarea"
disabled
v-model=
"model.bddgrp.prb.adrelc"
maxlength=
"35"
show-word-limit
placeholder=
"请输入地址"
></c-input>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -486,14 +487,14 @@ export default {
},
"model.bddgrp.rec.docprbrol"
:
function
(){
if
(
this
.
model
.
bddgrp
.
rec
.
docprbrol
==
'ADV'
){
//this.model.bddgrp.prb.pts.nam=this.model.bddgrp.prb.namelc;
this
.
flag
=
true
;
}
else
if
(
this
.
model
.
bddgrp
.
rec
.
docprbrol
==
'BEN'
){
//this.model.bddgrp.prb.adrelc=this.model.didgrp.rec.expplc;
this
.
flag
=
true
;
}
else
if
(
this
.
model
.
bddgrp
.
rec
.
docprbrol
==
'PRB'
){
this
.
flag
=
false
;
}
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment