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
a5033ee0
Commit
a5033ee0
authored
Sep 20, 2022
by
wangna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cctdav界面修改
parent
f6133ae0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
34 deletions
+35
-34
Cctdav1.vue
src/views/Business/Cctdav/Cctdav1.vue
+35
-34
No files found.
src/views/Business/Cctdav/Cctdav1.vue
View file @
a5033ee0
...
...
@@ -26,7 +26,7 @@
size=
"small"
type=
"primary"
@
click=
"onCctmodButgetref"
:disabled=
"model.ccdgrp.rec.ownref
!=
''"
:disabled=
"model.ccdgrp.rec.ownref
!=
''"
>
获取
</c-button>
...
...
@@ -201,25 +201,26 @@
</el-form-item>
</c-col>
<c-col
:span=
"2
2
"
>
<c-col
:span=
"2
4
"
>
<el-form-item
label=
"resp.usr"
prop=
"cctp.usr.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.cctp.usr.extkey"
maxlength=
"8"
placeholder=
"请输入resp.usr"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"2"
>
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 12px 0 14px; padding: 0 12px"
size=
"small"
type=
"primary"
@
click=
"onSeainf"
>
<span
style=
"font-family: '宋体'; font-weight: bold"
>
i
</span>
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -394,42 +395,42 @@ export default {
mixins
:
[
commonProcess
],
data
()
{
return
{
flag1
:
false
,
flag2
:
false
,
flag3
:
false
,
flag1
:
false
,
flag2
:
false
,
flag3
:
false
,
};
},
watch
:{
"model.ccdgrp.cor.pts.extkey"
:{
immediate
:
true
,
handler
(
val
,
oldVal
){
if
(
this
.
model
.
ccdgrp
.
cor
.
pts
.
extkey
!=
''
){
this
.
flag1
=
true
;
}
else
{
this
.
flag1
=
false
;
}
watch
:
{
"model.ccdgrp.cor.pts.extkey"
:
{
immediate
:
true
,
handler
(
val
,
oldVal
)
{
if
(
this
.
model
.
ccdgrp
.
cor
.
pts
.
extkey
!=
""
)
{
this
.
flag1
=
true
;
}
else
{
this
.
flag1
=
false
;
}
},
"model.ccdgrp.dro.pts.extkey"
:{
immediate
:
true
,
handler
(
val
,
oldVal
){
if
(
this
.
model
.
ccdgrp
.
dro
.
pts
.
extkey
!=
''
){
this
.
flag2
=
true
;
}
else
{
this
.
flag2
=
false
;
}
}
},
"model.ccdgrp.col.pts.extkey"
:
{
immediate
:
true
,
handler
(
val
,
oldVal
)
{
if
(
this
.
model
.
ccdgrp
.
col
.
pts
.
extkey
!=
''
)
{
this
.
flag3
=
true
;
}
else
{
this
.
flag3
=
false
;
"model.ccdgrp.dro.pts.extkey"
:
{
immediate
:
true
,
handler
(
val
,
oldVal
)
{
if
(
this
.
model
.
ccdgrp
.
dro
.
pts
.
extkey
!=
""
)
{
this
.
flag2
=
true
;
}
else
{
this
.
flag2
=
false
;
}
},
},
"model.ccdgrp.col.pts.extkey"
:
{
immediate
:
true
,
handler
(
val
,
oldVal
)
{
if
(
this
.
model
.
ccdgrp
.
col
.
pts
.
extkey
!=
""
)
{
this
.
flag3
=
true
;
}
else
{
this
.
flag3
=
false
;
}
},
},
"model.ccdgrp.rec.modset"
:
function
()
{
if
(
this
.
model
.
ccdgrp
.
rec
.
modset
==
"2"
)
{
this
.
model
.
ccdgrp
.
col
.
pts
.
extkey
=
""
;
...
...
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