Commit a5033ee0 by wangna

cctdav界面修改

parent f6133ae0
......@@ -26,7 +26,7 @@
size="small"
type="primary"
@click="onCctmodButgetref"
:disabled="model.ccdgrp.rec.ownref!=''"
:disabled="model.ccdgrp.rec.ownref != ''"
>
获取
</c-button>
......@@ -201,26 +201,27 @@
</el-form-item>
</c-col>
<c-col :span="22">
<c-col :span="24">
<el-form-item label="resp.usr" prop="cctp.usr.extkey">
<c-input
v-model="model.cctp.usr.extkey"
maxlength="8"
placeholder="请输入resp.usr"
disabled
></c-input>
<c-fullbox>
<c-input
v-model="model.cctp.usr.extkey"
maxlength="8"
placeholder="请输入resp.usr"
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>
</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">
<el-form-item label="Drawer" prop="ccdgrp.cor.pts.extkey">
......@@ -394,43 +395,43 @@ 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.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.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 () {
},
"model.ccdgrp.rec.modset": function () {
if (this.model.ccdgrp.rec.modset == "2") {
this.model.ccdgrp.col.pts.extkey = "";
this.model.ccdgrp.col.pts.adrblk = "";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment