Commit ed072e91 by liyixun

cctset(bug 918)

parent eaf60f9a
......@@ -5,6 +5,9 @@ import Pub from "../Public"
export default class Cctset {
constructor() {
this.data = {
bopmod_dbap_bopgatl1blk:"",
bopmod_dbdp_bopimpl1blk:"",
lendoc_botsetl1blk:"",
ccdgrp: {
rec: {
ownref: "", // Our Reference .ccdgrp.rec.ownref
......
......@@ -7,8 +7,9 @@
<el-form-item
label="保函文本的可变因素"
prop="gidgrp.blk.gidtxt"
v-if="model.gitp.gidtxtmodflg==''"
>
<c-input
<c-input-xml
disabled
resize="none"
:maxRows="10"
......@@ -16,7 +17,22 @@
maxlength="32500"
show-word-limit
placeholder="请输入保函文本的可变因素"
></c-input>
></c-input-xml>
<!-- <c-input :disabled="model.gitp.gidtxtmodflg == ''" type="textarea" rows="15" v-model="model.gidgrp.blk.gidtxt" maxlength="65" show-word-limit placeholder="请输入Guarantee Text with Variables" ></c-input> -->
</el-form-item>
<el-form-item
label="保函文本的可变因素"
prop="gidgrp.blk.gtxgidtxt"
v-if="model.gitp.gidtxtmodflg=='X'"
>
<c-input-xml
resize="none"
:maxRows="10"
:model="model.gidgrp.blk.gtxgidtxt"
maxlength="32500"
show-word-limit
placeholder="请输入保函文本的可变因素"
></c-input-xml>
<!-- <c-input :disabled="model.gitp.gidtxtmodflg == ''" type="textarea" rows="15" v-model="model.gidgrp.blk.gidtxt" maxlength="65" show-word-limit placeholder="请输入Guarantee Text with Variables" ></c-input> -->
</el-form-item>
</c-col>
......
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