Commit bdbecc27 by liuxin

detame交易调整

parent 7785aee3
...@@ -48,6 +48,7 @@ export default class Detopn{ ...@@ -48,6 +48,7 @@ export default class Detopn{
}, },
dedgrp:{ dedgrp:{
rec:{ rec:{
rejame:"",
ownref:"", // 编号 .dedgrp.rec.ownref ownref:"", // 编号 .dedgrp.rec.ownref
opndat:"", // 开立日期 .dedgrp.rec.opndat opndat:"", // 开立日期 .dedgrp.rec.opndat
shpdat:"", // Shipment Date .dedgrp.rec.shpdat shpdat:"", // Shipment Date .dedgrp.rec.shpdat
......
...@@ -129,6 +129,7 @@ ...@@ -129,6 +129,7 @@
<c-input <c-input
v-model="model.trnmod.swiadd.ameamt" v-model="model.trnmod.swiadd.ameamt"
style="width: 100%" style="width: 100%"
@keyup.enter.native="showGridPromptDialog('trnmod.swiadd.ameamt')"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -423,11 +424,13 @@ ...@@ -423,11 +424,13 @@
v-model="model.trnmod.swiadd.orimsgtyp" v-model="model.trnmod.swiadd.orimsgtyp"
style="width: 100%" style="width: 100%"
placeholder="请选择原报文类型" placeholder="请选择原报文类型"
disabled
> >
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <!-- DETAME默认不展示 -->
<!-- <c-col :span="24">
<el-form-item <el-form-item
label="Request of Amendment send to" label="Request of Amendment send to"
prop="detamep.ramrol" prop="detamep.ramrol"
...@@ -439,19 +442,20 @@ ...@@ -439,19 +442,20 @@
> >
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col> -->
<c-col :span="24"> <c-col :span="24">
<el-form-item <el-form-item
label="" label=""
> >
<c-col :span="12"> <!-- DETAME默认不展示 -->
<!-- <c-col :span="12">
<c-checkbox v-model="model.detamep.benconflg" <c-checkbox v-model="model.detamep.benconflg"
>Beneficiary's Confirmation Required</c-checkbox >受益人加保兑</c-checkbox
> >
</c-col> </c-col> -->
<c-col :span="12"> <c-col :span="12">
<c-checkbox v-model="model.detamep.benaccflg" <c-checkbox v-model="model.detamep.benaccflg"
>Amendment Accepted by Beneficiary</c-checkbox >受益人接受修改</c-checkbox
> >
</c-col> </c-col>
</el-form-item> </el-form-item>
......
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
@click="onSeainf"
icon="el-icon-search" icon="el-icon-search"
style="margin-right: 10px" style="margin-right: 10px"
></c-button> ></c-button>
......
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