Commit ed072e91 by liyixun

cctset(bug 918)

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