Commit a5033ee0 by wangna

cctdav界面修改

parent f6133ae0
...@@ -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="22"> <c-col :span="24">
<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 = "";
......
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