Commit ddacf484 by WH

gitadd交易前端代码修改

parent 201cfcc1
......@@ -9,22 +9,22 @@
label="保函文本可变因素"
prop="gidgrp.blk.gidtxt"
>
<c-xml-format-editor
:model="model.gidgrp.blk.gidtxt"
<c-xml-format-editor-new
v-model="model.gidgrp.blk.gidtxt"
:disabled="model.gitp.gidtxtmodflg == ''"
placeholder="请输入保函文本可变因素"
></c-xml-format-editor>
></c-xml-format-editor-new>
</el-form-item>
<el-form-item
v-if="model.gitp.gidtxtmodflg == 'X'"
label="保函文本可变因素"
prop="gidgrp.blk.gtxgidtxt"
>
<c-xml-format-editor
<c-xml-format-editor-new
style=""
:model="model.gidgrp.blk.gtxgidtxt"
placeholder="请输入保函文本可变因素"
></c-xml-format-editor>
></c-xml-format-editor-new>
</el-form-item>
</c-col>
</c-col>
......
......@@ -24,13 +24,13 @@
label="保函文本可变因素 - 抵消保函文本"
prop="gidgrp.blk.gtxgidtxtc"
>
<c-xml-format-editor
<c-input-textarea
:model="model.gidgrp.blk.gtxgidtxtc"
:maxRows="16"
maxlength="32500"
show-word-limit
placeholder="请输入保函文本可变因素 - 抵消保函文本"
></c-xml-format-editor>
></c-input-textarea>
</el-form-item>
</c-col>
</c-col>
......
......@@ -54,7 +54,7 @@
v-model="model.gidgrp.rec.gartypc"
style="width: 100%"
placeholder="请选择保函类型 "
:code="getValues('gidgrp.rec.gartypc','gartypc')"
:code="codes.gartypc"
disabled
>
</c-select>
......
......@@ -41,7 +41,7 @@
v-model="model.gidgrp.rec.sndto"
style="width: 100%"
placeholder="请选择发送保函文本"
:code="getValues('gidgrp.rec.sndto')"
:code="codes.sndto"
>
</c-select>
</el-form-item>
......@@ -54,7 +54,7 @@
v-model="model.gidgrp.rec.delto"
style="width: 100%"
placeholder="请选择交付收款人"
:code="getValues('gidgrp.rec.delto','delto1')"
:code="getDelto"
>
</c-select>
</el-form-item>
......
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