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
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
48 additions
and
47 deletions
+48
-47
Cctdav1.vue
src/views/Business/Cctdav/Cctdav1.vue
+48
-47
No files found.
src/views/Business/Cctdav/Cctdav1.vue
View file @
a5033ee0
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
size=
"small"
size=
"small"
type=
"primary"
type=
"primary"
@
click=
"onCctmodButgetref"
@
click=
"onCctmodButgetref"
:disabled=
"model.ccdgrp.rec.ownref
!=
''"
:disabled=
"model.ccdgrp.rec.ownref
!=
''"
>
>
获取
获取
</c-button>
</c-button>
...
@@ -201,26 +201,27 @@
...
@@ -201,26 +201,27 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"2
2
"
>
<c-col
:span=
"2
4
"
>
<el-form-item
label=
"resp.usr"
prop=
"cctp.usr.extkey"
>
<el-form-item
label=
"resp.usr"
prop=
"cctp.usr.extkey"
>
<c-input
<c-fullbox>
v-model=
"model.cctp.usr.extkey"
<c-input
maxlength=
"8"
v-model=
"model.cctp.usr.extkey"
placeholder=
"请输入resp.usr"
maxlength=
"8"
disabled
placeholder=
"请输入resp.usr"
></c-input>
disabled
></c-input>
<
template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onSeainf"
>
<span
style=
"font-family: '宋体'; font-weight: bold"
>
i
</span>
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"2"
>
<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>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Drawer"
prop=
"ccdgrp.cor.pts.extkey"
>
<el-form-item
label=
"Drawer"
prop=
"ccdgrp.cor.pts.extkey"
>
...
@@ -394,43 +395,43 @@ export default {
...
@@ -394,43 +395,43 @@ export default {
mixins
:
[
commonProcess
],
mixins
:
[
commonProcess
],
data
()
{
data
()
{
return
{
return
{
flag1
:
false
,
flag1
:
false
,
flag2
:
false
,
flag2
:
false
,
flag3
:
false
,
flag3
:
false
,
};
};
},
},
watch
:{
watch
:
{
"model.ccdgrp.cor.pts.extkey"
:{
"model.ccdgrp.cor.pts.extkey"
:
{
immediate
:
true
,
immediate
:
true
,
handler
(
val
,
oldVal
){
handler
(
val
,
oldVal
)
{
if
(
this
.
model
.
ccdgrp
.
cor
.
pts
.
extkey
!=
''
){
if
(
this
.
model
.
ccdgrp
.
cor
.
pts
.
extkey
!=
""
)
{
this
.
flag1
=
true
;
this
.
flag1
=
true
;
}
else
{
}
else
{
this
.
flag1
=
false
;
this
.
flag1
=
false
;
}
}
}
},
},
"model.ccdgrp.dro.pts.extkey"
:{
},
immediate
:
true
,
"model.ccdgrp.dro.pts.extkey"
:
{
handler
(
val
,
oldVal
){
immediate
:
true
,
if
(
this
.
model
.
ccdgrp
.
dro
.
pts
.
extkey
!=
''
)
{
handler
(
val
,
oldVal
)
{
this
.
flag2
=
true
;
if
(
this
.
model
.
ccdgrp
.
dro
.
pts
.
extkey
!=
""
)
{
}
else
{
this
.
flag2
=
true
;
this
.
flag2
=
false
;
}
else
{
}
this
.
flag2
=
false
;
}
}
},
},
"model.ccdgrp.col.pts.extkey"
:{
},
immediate
:
true
,
"model.ccdgrp.col.pts.extkey"
:
{
handler
(
val
,
oldVal
){
immediate
:
true
,
if
(
this
.
model
.
ccdgrp
.
col
.
pts
.
extkey
!=
''
)
{
handler
(
val
,
oldVal
)
{
this
.
flag3
=
true
;
if
(
this
.
model
.
ccdgrp
.
col
.
pts
.
extkey
!=
""
)
{
}
else
{
this
.
flag3
=
true
;
this
.
flag3
=
false
;
}
else
{
}
this
.
flag3
=
false
;
}
}
},
},
"model.ccdgrp.rec.modset"
:
function
()
{
},
"model.ccdgrp.rec.modset"
:
function
()
{
if
(
this
.
model
.
ccdgrp
.
rec
.
modset
==
"2"
)
{
if
(
this
.
model
.
ccdgrp
.
rec
.
modset
==
"2"
)
{
this
.
model
.
ccdgrp
.
col
.
pts
.
extkey
=
""
;
this
.
model
.
ccdgrp
.
col
.
pts
.
extkey
=
""
;
this
.
model
.
ccdgrp
.
col
.
pts
.
adrblk
=
""
;
this
.
model
.
ccdgrp
.
col
.
pts
.
adrblk
=
""
;
...
...
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