Commit f4d4f922 by liyixun

bttcrl文本类回填组件

parent 83b0c140
......@@ -76,9 +76,6 @@ export default class Bttrcl{
setinsbt:"", // Settlement Instructions transaction field .btdgrp.blk.setinsbt
},
},
liaall:{
tenstm:"", // Tenor Stream .liaall.tenstm
},
rmbclm:{
clmrmbflg:"", // Send MT 742 .rmbclm.clmrmbflg
rmbrmb:{
......
......@@ -117,12 +117,13 @@
</c-col>
<c-col :span="24">
<c-form-item label="Document Type" prop="btdgrp.rec.doctypcod">
<c-input
<c-select
v-model="model.btdgrp.rec.doctypcod"
maxlength="16"
placeholder="请输入Document Type"
:code="codes.brdtyp"
disabled
></c-input>
></c-select>
</c-form-item>
</c-col>
<c-col :span="24">
......@@ -168,12 +169,14 @@
</c-col>
<c-col :span="24">
<c-form-item label="Document Set status" prop="btdgrp.rec.docsta">
<c-input
<c-select
v-model="model.btdgrp.rec.docsta"
maxlength="40"
style="width:100%"
placeholder="请输入Document Set status"
disabled
></c-input>
:code="codes.docsta2"
></c-select>
</c-form-item>
</c-col>
</c-col>
......@@ -282,7 +285,7 @@
icon="el-icon-search"
@click="
showGridPromptDialog(
'bttrcl.setins.buttxmsel',
'setins.buttxmsel',
null,
null,
{ TXT: 'btdgrp.blk.setinsbt' },
......
......@@ -9,6 +9,7 @@
v-model="model.rmbclm.rmbrol"
style="width: 100%"
placeholder="请选择Reimbursement Bank"
:code="codes.rolall"
>
</c-select>
</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