Commit 2f023338 by youbaofeng

资金拆互交易码值完善

parent beaea311
...@@ -701,3 +701,8 @@ i.el-select__caret.el-input__icon.el-icon-circle-close { ...@@ -701,3 +701,8 @@ i.el-select__caret.el-input__icon.el-icon-circle-close {
width: 780px; width: 780px;
} }
} }
/*通用样式*/
.pl8 {
padding-left: 8px;
}
\ No newline at end of file
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item :label="$t('fttp.定存拆借类型')" prop="ftdgrp.rec.fttyp"> <el-form-item :label="$t('fttp.定存拆借类型')" prop="ftdgrp.rec.fttyp">
<c-select v-model="model.ftdgrp.rec.fttyp" style="width:100%" <c-select v-model="model.ftdgrp.rec.fttyp" :code="codes.ffttyp" style="width:100%"
:placeholder="$t('other.请输入') + $t('fttp.定存拆借类型')"> :placeholder="$t('other.请输入') + $t('fttp.定存拆借类型')">
</c-select> </c-select>
</el-form-item> </el-form-item>
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item :label="$t('fttp.计息方式')" prop="ftdgrp.rec.cntfra"> <el-form-item :label="$t('fttp.计息方式')" prop="ftdgrp.rec.cntfra">
<c-select v-model="model.ftdgrp.rec.cntfra" style="width:100%" <c-select v-model="model.ftdgrp.rec.cntfra" :code="codes.ictyp" style="width:100%"
:placeholder="$t('other.请输入') + $t('fttp.计息方式')"> :placeholder="$t('other.请输入') + $t('fttp.计息方式')">
</c-select> </c-select>
</el-form-item> </el-form-item>
...@@ -93,14 +93,14 @@ ...@@ -93,14 +93,14 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item :label="$t('fttp.报文类型')" prop="fttp.msgtyp"> <el-form-item :label="$t('fttp.报文类型')" prop="fttp.msgtyp">
<c-select v-model="model.fttp.msgtyp" style="width:100%" <c-select v-model="model.fttp.msgtyp" :code="codes.msgtyp2" style="width:100%"
:placeholder="$t('other.请输入') + $t('fttp.报文类型')"> :placeholder="$t('other.请输入') + $t('fttp.报文类型')">
</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 :label="$t('fttp.银行行类别')" prop="ftdgrp.rec.bnktyp"> <el-form-item :label="$t('fttp.银行行类别')" prop="ftdgrp.rec.bnktyp">
<c-select v-model="model.ftdgrp.rec.bnktyp" :code="codes.curtxt1" style="width:100%" <c-select v-model="model.ftdgrp.rec.bnktyp" :code="codes.avbwth" style="width:100%"
:placeholder="$t('other.请输入') + $t('fttp.银行行类别')"> :placeholder="$t('other.请输入') + $t('fttp.银行行类别')">
</c-select> </c-select>
</el-form-item> </el-form-item>
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label-width="0" prop="fttp.troact"> <el-form-item label-width="0" prop="fttp.troact">
<c-select v-model="model.fttp.troact" style="width:100%" :placeholder="$t('other.请输入') + '交易账户'"> <c-select v-model="model.fttp.troact" :code="codes.idtype" style="width:100%" :placeholder="$t('other.请输入') + '交易账户'">
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -152,7 +152,7 @@ ...@@ -152,7 +152,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label-width="0" prop="fttp.triact"> <el-form-item label-width="0" prop="fttp.triact">
<c-select v-model="model.fttp.triact" style="width:100%" :placeholder="$t('other.请输入') + $t('fttp.S0000103')"> <c-select v-model="model.fttp.triact" :code="codes.idtype"style="width:100%" :placeholder="$t('other.请输入') + $t('fttp.账户')">
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item :label="$t('fttfcn.定存拆借类型')" prop="ftdgrp.rec.fttyp"> <el-form-item :label="$t('fttfcn.定存拆借类型')" prop="ftdgrp.rec.fttyp">
<c-select v-model="model.ftdgrp.rec.fttyp" style="width:100%" <c-select v-model="model.ftdgrp.rec.fttyp" :code="codes.ffttyp" style="width:100%"
:placeholder="$t('other.请输入') + $t('fttfcn.定存拆借类型')"> :placeholder="$t('other.请输入') + $t('fttfcn.定存拆借类型')">
</c-select> </c-select>
</el-form-item> </el-form-item>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item :label="$t('fttfmt.定存拆借类型')" prop="ftdgrp.rec.fttyp"> <el-form-item :label="$t('fttfmt.定存拆借类型')" prop="ftdgrp.rec.fttyp">
<c-select v-model="model.ftdgrp.rec.fttyp" :code="codes.curtxt1" style="width:100%" <c-select v-model="model.ftdgrp.rec.fttyp" :code="codes.ffttyp" style="width:100%"
:placeholder="$t('other.请输入') + $t('fttfmt.定存拆借类型')"> :placeholder="$t('other.请输入') + $t('fttfmt.定存拆借类型')">
</c-select> </c-select>
</el-form-item> </el-form-item>
...@@ -30,10 +30,11 @@ ...@@ -30,10 +30,11 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="12"> <c-col :span="12">
<c-form-item :label="$t('fttfmt.定存拆借金额')" prop="setmod.doccur"> <el-form-item :label="$t('fttfmt.定存拆借金额')" prop="setmod.doccur">
<c-input v-model="model.setmod.doccur" maxlength="3" <c-select v-model="model.setmod.doccur" :code="codes.curtxt1" style="width:100%"
:placeholder="$t('other.请输入') + $t('fttfmt.定存拆借金额币种')"></c-input> :placeholder="$t('other.请输入') + $t('fttfmt.定存拆借金额币种')">
</c-form-item> </c-select>
</el-form-item>
</c-col> </c-col>
<c-col :span="12" class="pl8"> <c-col :span="12" class="pl8">
<c-form-item label-width="0" prop="ftdgrp.cbs.max.amt"> <c-form-item label-width="0" prop="ftdgrp.cbs.max.amt">
...@@ -78,10 +79,11 @@ ...@@ -78,10 +79,11 @@
<!-- S0000018 : 结算总金额 --> <!-- S0000018 : 结算总金额 -->
<c-col :spam="24"> <c-col :spam="24">
<c-col :span="12"> <c-col :span="12">
<c-form-item :label="$t('fttfmt.结算总金额币种')" prop="ftdgrp.cbs.max.cur"> <el-form-item :label="$t('fttfmt.结算总金额币种')" prop="ftdgrp.cbs.max.cur">
<c-input v-model="model.ftdgrp.cbs.max.cur" maxlength="3" <c-select v-model="model.ftdgrp.cbs.max.cur" :code="codes.curtxt1" style="width:100%"
:placeholder="$t('other.请输入') + $t('fttfmt.结算总金额币种')"></c-input> :placeholder="$t('other.请输入') + $t('fttfmt.结算总金额币种')">
</c-form-item> </c-select>
</el-form-item>
</c-col> </c-col>
<c-col :span="12" class="pl8"> <c-col :span="12" class="pl8">
<c-form-item label-width="0" prop="setmod.setamt"> <c-form-item label-width="0" prop="setmod.setamt">
......
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