Commit 228ee2ae by lianyang

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

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