Commit 01ece622 by “yanyuxin”

灰显修改

parent 4b0c3853
......@@ -85,7 +85,10 @@
</c-col>
<c-col :span="24">
<el-form-item label="偿付行名称" prop="lidgrp.rmb.pts.nam">
<c-input v-model="model.lidgrp.rmb.pts.nam" maxlength="40" placeholder="请输入名称"></c-input>
<c-input v-model="model.lidgrp.rmb.pts.nam"
:disabled="true"
maxlength="40"
placeholder="请输入名称"></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
......@@ -133,7 +136,12 @@
<el-form-item label="地址信息" prop="lidgrp.con.pts.adrblk">
<c-input
:rows="4"
type="textarea" v-model="model.lidgrp.con.pts.adrblk" maxlength="140" show-word-limit placeholder="请输入地址信息" ></c-input>
:disabled="model.lidgrp.con.pts.extkey!=''||model.lidgrp.con.pts.extkey!=null"
type="textarea"
v-model="model.lidgrp.con.pts.adrblk"
maxlength="140"
show-word-limit
placeholder="请输入地址信息" ></c-input>
</el-form-item>
</c-col>
......@@ -182,7 +190,12 @@
<el-form-item label="地址信息" prop="lidgrp.a2b.pts.adrblk">
<c-input
:rows="4"
type="textarea" v-model="model.lidgrp.a2b.pts.adrblk" maxlength="140" show-word-limit placeholder="请输入地址信息" ></c-input>
type="textarea"
v-model="model.lidgrp.a2b.pts.adrblk"
maxlength="140"
show-word-limit
:disabled="model.lidgrp.a2b.pts.extkey!=''||model.lidgrp.a2b.pts.extkey!=null"
placeholder="请输入地址信息" ></c-input>
</el-form-item>
</c-col>
......@@ -190,7 +203,6 @@
<c-col :span="24">
<el-form-item label="可用银行参考号" prop="lidgrp.avb.pts.ref">
<c-input
disabled
v-model="model.lidgrp.avb.pts.ref" maxlength="16" placeholder="请输入参考号"></c-input>
</el-form-item>
</c-col>
......@@ -200,7 +212,6 @@
<c-input
v-model="model.lidgrp.avb.pts.extkey"
maxlength="16"
disabled
placeholder=""
></c-input>
<template slot="footer">
......
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