Commit c0dd082e by Wuyuqiu

GITDLA完善

parent 7e824d23
......@@ -28,7 +28,8 @@ const tabNameToRulePathMapping = {
"dclpp":"recp.dclp(1).dclpp",
"conp":"cfabpt.recp.conp",
"cfactlp":"cfactlp",//资本项目标签页切换触发点击切换标签页事件
"cnyp1":"cnybop.cnyp1"//跨境人民申报标签页切换触发点击切换标签页事件
"cnyp1":"cnybop.cnyp1",//跨境人民申报标签页切换触发点击切换标签页事件
"shisuan":"liaall.limmod.shisuan"
}
export default {
......
......@@ -17,7 +17,7 @@
placeholder="请选择确认指示"
>
<el-option
v-for="item in codes.cnfsta"
v-for="item in codes.cnfflg1"
:key="item.value"
:label="item.label"
:value="item.value"
......
......@@ -21,7 +21,7 @@
></c-input-xml> -->
<c-xml-format-editor
:model="model.gidgrp.blk.gidtxt"
:disabled="model.gitp.gidtxtmodflg == ''"
disabled
placeholder="请输入保函文本可变因素"
@blur="setTxt1"
></c-xml-format-editor>
......@@ -45,6 +45,7 @@
:model="model.gidgrp.blk.gtxgidtxt"
placeholder="请输入保函文本可变因素"
@blur="setTxt2"
disabled
></c-xml-format-editor>
</el-form-item>
</c-col>
......@@ -65,6 +66,7 @@
v-model="model.gitp.chkgidtxt"
style="margin: 0 0 0 10px"
class="checkbox-left"
disabled
>允许</c-checkbox
>
</c-col>
......
......@@ -84,7 +84,6 @@
<c-col :span="24">
<c-button
disabled
size="small"
type="primary"
style="margin: 5px 0 0 10px; width: 50%"
......@@ -96,7 +95,6 @@
<c-col :span="24">
<c-button
disabled
size="small"
type="primary"
style="margin: 5px 0 0 10px; width: 50%"
......
<template>
<div class="eibs-tab">
<el-collapse v-model="activeNames" @change="handleChange">
<el-collapse-item title="开立方式" name="opnp">
<m-opnp :model="model" :codes="codes" />
</el-collapse-item>
<el-collapse-item title="减额接受" name="accp">
<m-accp :model="model" :codes="codes" />
</el-collapse-item>
......@@ -65,6 +62,10 @@
">
<m-gidtxtpc :model="model" :codes="codes" />
</el-collapse-item>
<el-collapse-item title="开立方式" name="opnp">
<m-opnp :model="model" :codes="codes" />
</el-collapse-item>
<el-collapse-item title="Seq C : 附加金额" name="aacp" v-if="model.gitp.aacp.aacmod.addamtflg == 'X'">
<m-aacp :model="model" :codes="codes" />
......@@ -132,7 +133,7 @@ export default {
mixins: [commonProcess],
data() {
return {
activeNames: ["opnp"],
activeNames: ["accp"],
};
},
computed: {
......
......@@ -161,7 +161,7 @@
style="width: 100%"
placeholder="请选择保函开立类型"
@change="hndtypChange"
:code="getValues('gidgrp.rec.hndtyp', 'hndtyp')"
:code="getValues('gidgrp.rec.hndtyp', 'hndtyp1')"
disabled
>
</c-select>
......@@ -175,7 +175,7 @@
style="width: 100%"
placeholder="请选择保函种类"
@change="gartypChange"
:code="getValues('gidgrp.rec.gartyp','typgar')"
:code="codes.typgar"
disabled
>
</c-select>
......
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