Commit ddacf484 by WH

gitadd交易前端代码修改

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