Commit ce35a8f7 by 吴佳

2022.01.26 wujia 汇入、汇出汇款 界面调整

parent b29fc954
......@@ -75,7 +75,7 @@
<el-form-item label="汇款金额" prop="cpdgrp.cbs.nom1.cur">
<c-select
v-model="model.cpdgrp.cbs.nom1.cur"
style="width: 95%"
style="width: 100%"
placeholder="请选择Currency"
@change="commonExecuteRule('cpdgrp.cbs.nom1.cur')"
>
......@@ -89,7 +89,7 @@
</el-form-item>
</c-col>
<c-col :span="11">
<el-form-item label="" label-width="0" style="text-align: left" prop="cpdgrp.cbs.nom1.amt">
<el-form-item label="" label-width="8px" style="text-align: left" prop="cpdgrp.cbs.nom1.amt">
<c-input
v-model="model.cpdgrp.cbs.nom1.amt"
style="text-align: left; width: 100%"
......@@ -98,7 +98,7 @@
></c-input>
</el-form-item>
</c-col>
<c-col :span="14">
<c-col :span="13">
<el-form-item label="所属行" prop="cpdgrp.rec.othbch">
<c-input
v-model="model.cpdgrp.rec.othbch"
......@@ -107,7 +107,7 @@
></c-input>
</el-form-item>
</c-col>
<c-col :span="10">
<c-col :span="11">
<el-form-item label="汇款语种" label-width="60px" style="margin-left: 12px" prop="cptp.payuil">
<c-select
v-model="model.cptp.payuil"
......@@ -200,7 +200,7 @@
</el-form-item>
</c-col>
<c-col :span="11">
<el-form-item label="汇款方式" label-width="80px" prop="cpdgrp.rec.paytype">
<el-form-item label="汇款方式" label-width="40%" prop="cpdgrp.rec.paytype">
<c-select
v-model="model.cpdgrp.rec.paytype"
style="width: 100%"
......@@ -233,7 +233,7 @@
</c-col>
<c-col :span="11">
<el-form-item label="收支类型" label-width="80px" prop="cpdgrp.rec.sztyp">
<el-form-item label="收支类型" label-width="40%" prop="cpdgrp.rec.sztyp">
<c-select
v-model="model.cpdgrp.rec.sztyp"
style="width: 100%"
......@@ -276,7 +276,7 @@
</el-form-item>
</c-col>
<c-col :span="11">
<el-form-item label="起息日" label-width="80px" prop="cpdgrp.rec.valdat">
<el-form-item label="起息日" label-width="40%" prop="cpdgrp.rec.valdat">
<c-date-picker
type="date"
v-model="model.cpdgrp.rec.valdat"
......@@ -304,7 +304,7 @@
</c-col>
<c-col :span="11">
<el-form-item label="报文类型" label-width="80px" prop="cpdgrp.rec.swftyp">
<el-form-item label="报文类型" label-width="40%" prop="cpdgrp.rec.swftyp">
<c-select
v-model="model.cpdgrp.rec.swftyp"
style="width: 100%"
......
......@@ -128,7 +128,7 @@
<c-col :span="12">
<el-form-item
label=""
label-width="15px"
label-width="8px"
prop="cpdgrp.cbs.nom1.amt"
>
<c-input
......@@ -156,7 +156,7 @@
v-model="model.cptp.payuil"
placeholder="请选择汇款语种"
@change="onPayuilChange"
style="100%"
style="width:100%"
>
<el-option
v-for="item in codes.payuil"
......@@ -252,6 +252,7 @@
<c-select
v-model="model.cpdgrp.rec.paytype"
placeholder="请选择汇款方式"
style="width:100%"
>
<el-option
v-for="item in codes.paytype"
......@@ -270,6 +271,7 @@
<c-select
v-model="model.cpdgrp.rec.gors"
placeholder="请选择收款对象"
style="width:100%"
>
<el-option
v-for="item in codes.gors"
......@@ -285,6 +287,7 @@
<c-select
v-model="model.cpdgrp.rec.sztyp"
placeholder="请选择收支类型"
style="width:100%"
>
<el-option
v-for="item in codes.sztyp"
......@@ -303,6 +306,7 @@
<c-select
v-model="model.cpdgrp.rec.clityp"
placeholder="请选择客户类型"
style="width:100%"
>
<el-option
v-for="item in codes.clityp"
......@@ -337,7 +341,7 @@
</c-col>
<c-col :span="24">
<c-col :span="18">
<c-fullbox>
<el-form-item
label="收款人常驻国家/地区代码"
prop="cptp.payeecountcode"
......@@ -352,23 +356,20 @@
style="width: 100%"
></c-input>
</el-form-item>
</c-col>
<c-col :span="6">
<c-col :span="10">
<template slot="footer">
<c-button
size="small"
type="primary"
icon="el-icon-search"
@click="onCptpGetinf"
>
?
</c-button>
</c-col>
<c-col :span="14" style="text-align: right">
<c-checkbox v-model="model.cpdgrp.rec.tsnflg"
>同名划转</c-checkbox
>
</c-col>
</c-col>
</template>
</c-fullbox>
</c-col>
<!-- <c-col :span="24">
......
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