Commit c4baba41 by zhujiazhan

Brtset,cptadv交易BUG修改

parent e6db7c79
......@@ -205,15 +205,16 @@
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="24" >
<c-col :span="12">
<el-form-item label="跨境人民币清算模式" prop="trnmod.cmtflg">
<el-form-item label="跨境人民币清算模式" prop="trnmod.cmtflg" v-show="model.setmod.doccur == 'CNY'">
<c-select
v-model="model.trnmod.cmtflg"
style="width:100%"
placeholder="请选择跨境人民币清算模式"
:code="this.cmtflg"
:disabled="model.brdgrp.rec.frepayflg == ''?false:true"
>
</c-select>
</el-form-item>
......
......@@ -250,8 +250,9 @@ export default {
handler(){
let cur = this.model.setmod.doccur;
let amt = this.model.setmod.docamt;
this.det202cvName= "Payment 202 PRB "+cur+" "+ amt;
this.det756Name = "Payment 756 PRB "+cur+" "+ amt;
let doc = this.model.gcdgrp.rec.docprbrol
this.det202cvName= "Payment 202 "+ doc +" "+cur+" "+ amt;
this.det756Name = "Payment 756 "+ doc +" "+cur+" "+ amt;
}
},
"model.mtabut.clsflg":{
......@@ -259,8 +260,9 @@ export default {
handler(){
let cur = this.model.setmod.doccur;
let amt = this.model.setmod.docamt;
this.det202cvName= "Payment 202 PRB "+cur+" "+ amt;
this.det756Name = "Payment 756 PRB "+cur+" "+ amt;
let doc = this.model.gcdgrp.rec.docprbrol
this.det202cvName= "Payment 202 "+ doc +" "+cur+" "+ amt;
this.det756Name = "Payment 756 "+ doc +" "+cur+" "+ amt;
}
},
},
......
......@@ -80,7 +80,7 @@
v-model="model.cpdgrp.orc.pts.ref"
maxlength="16"
placeholder=""
disabled
:disabled="model.cpdgrp.rec.swftyp =='' "
></c-input>
</el-form-item>
</c-col>
......@@ -91,7 +91,7 @@
v-model="model.cpdgrp.rec.orcact"
maxlength="35"
placeholder="汇款人账号"
disabled
:disabled="model.cpdgrp.rec.swftyp =='' "
></c-input>
</el-form-item>
</c-col>
......@@ -105,6 +105,7 @@
@keyup.enter.native="
showGridPromptDialog('cpdgrp.orc.pts.extkey')
"
:disabled="model.cpdgrp.rec.swftyp =='' "
>
</c-input>
</el-form-item>
......@@ -124,7 +125,7 @@
size="small"
type="primary"
@click="onSndpDet"
disabled
:disabled="model.cpdgrp.rec.swftyp =='' "
>
详情
</c-button>
......@@ -141,7 +142,7 @@
v-model="model.cpdgrp.orc.pts.adrblk"
show-word-limit
placeholder="请输入Address Block"
disabled
:disabled="model.cpdgrp.rec.swftyp =='' "
></c-input>
</el-form-item>
</c-col>
......@@ -401,15 +402,11 @@
</c-col>
<c-col :span="24">
<el-form-item label="收款人" prop="cpdgrp.pye.pts.extkey">
<el-form-item label="收款人" prop="cpdgrp.pye.pts.ref">
<c-input
v-model="model.cpdgrp.pye.pts.extkey"
v-model="model.cpdgrp.pye.pts.ref"
maxlength="14"
placeholder="请输入收款人"
@keyup.enter.native="
showGridPromptDialog('cpdgrp.pye.pts.extkey')
"
></c-input>
</el-form-item>
</c-col>
......@@ -426,7 +423,7 @@
<c-col :span="24">
<c-fullbox>
<el-form-item label="" prop="cpdgrp.pye.pts.extkey">
<el-form-item label="收款人" prop="cpdgrp.pye.pts.extkey">
<c-input
v-model="model.cpdgrp.pye.pts.extkey"
placeholder="请输入收款人客户号"
......@@ -1844,7 +1841,7 @@
</el-form-item>
</c-col>
<c-col :span="11" :offset="12">
<c-col :span="11" :offset="12" v-if="true">
<el-form-item label="汇款人名称">
<c-input
v-model="model.cptp.resbchnam"
......
......@@ -82,7 +82,7 @@
<el-option
v-for="item in codes.currencycode"
:key="item.value"
:label="item.label"
:label="item.value + ' '+item.label"
:value="item.value"
></el-option>
</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