Commit 228ee2ae by lianyang

gitopn保函文本页面用c-inpu-xml标签,内容格式化xml文本获取<tdfmt标签中的内容

parent 890ef828
......@@ -9,31 +9,31 @@
label="保函文本可变因素"
prop="gidgrp.blk.gidtxt"
>
<i-stream-input
<c-input-xml
:disabled="model.gitp.gidtxtmodflg == ''"
type="textarea"
rows="15"
:maxRows="15"
:model="model.gidgrp.blk.gidtxt"
maxlength="65"
show-word-limit
@change="setTxt1"
placeholder="请输入保函文本可变因素"
></i-stream-input>
></c-input-xml>
</el-form-item>
<el-form-item
v-if="model.gitp.gidtxtmodflg == 'X'"
label="保函文本可变因素"
prop="gidgrp.blk.gtxgidtxt"
>
<i-stream-input
<c-input-xml
type="textarea"
:model="model.gidgrp.blk.gtxgidtxt"
rows="15"
:maxRows="15"
maxlength="65"
show-word-limit
@change="setTxt2"
placeholder="请输入保函文本可变因素"
></i-stream-input>
></c-input-xml>
</el-form-item>
</c-col>
</c-col>
......@@ -132,10 +132,10 @@ import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Getame/Event";
import IStreamInput from "~/components/IStreamInput";
import InputXml from "~/components/InputXml";
export default {
components: { IStreamInput },
components: { InputXml },
inject: ["root"],
props: ["model", "codes"],
mixins: [commonProcess],
......
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