Commit 4703d9bc by LiRui

Cptopn交易缺陷修改

parent 9498e693
...@@ -25,13 +25,13 @@ export default { ...@@ -25,13 +25,13 @@ export default {
"cptp.cleage" :Utils.defaultFunction, "cptp.cleage" :Utils.defaultFunction,
"cptp.evebch" :Utils.defaultFunction, "cptp.evebch" :Utils.defaultFunction,
"cptp.coract" :Utils.defaultFunction, "cptp.coract" :Utils.defaultFunction,
// "cpdgrp.pye.pts.extkey" :Utils.defaultFunction, "cpdgrp.pye.pts.extkey" :Utils.defaultFunction,
"cpdgrp.rec.trntyp" :Utils.defaultFunction, "cpdgrp.rec.trntyp" :Utils.defaultFunction,
"cpdgrp.orc.pts.adrblk" :Utils.defaultFunction, "cpdgrp.orc.pts.adrblk" :Utils.defaultFunction,
"setmod.doccur" :Utils.defaultFunction, "setmod.doccur" :Utils.defaultFunction,
"setmod.dspflg" :Utils.defaultFunction, "setmod.dspflg" :Utils.defaultFunction,
"setmod.docamt" :Utils.defaultFunction, "setmod.docamt" :Utils.defaultFunction,
// "cpdgrp.rec.orcact" :Utils.defaultFunction, "cpdgrp.rec.orcact" :Utils.defaultFunction,
"cptp.resbch" :Utils.defaultFunction, "cptp.resbch" :Utils.defaultFunction,
"cptp.secmod" :Utils.defaultFunction, "cptp.secmod" :Utils.defaultFunction,
"trnmod.trndoc.condocstm" :Utils.defaultFunction, "trnmod.trndoc.condocstm" :Utils.defaultFunction,
......
...@@ -272,7 +272,6 @@ ...@@ -272,7 +272,6 @@
> >
</template> </template>
</c-fullbox> </c-fullbox>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
</c-col> </c-col>
<c-col :span="24" v-if="model.cptp.qsfysd === '1'"> <c-col :span="24" v-if="model.cptp.qsfysd === '1'">
<el-form-item label="服务提供银行"> <el-form-item label="服务提供银行" prop="cptp.fwtgyh">
<c-input <c-input
v-model="model.cptp.fwtgyh" v-model="model.cptp.fwtgyh"
placeholder="" placeholder=""
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="eibs"> <div class="eibs">
<c-col :span="12" style="padding-right: 20px;"> <c-col :span="12" style="padding-right: 20px;">
<c-col :span="24"> <c-col :span="24">
<el-form-item label="是否报送跨境人民币2101表" label-width="180px"> <el-form-item label="是否报送跨境人民币2101表" label-width="180px" prop="cnybop.cnyflg">
<c-select <c-select
v-model="model.cnybop.cnyflg" v-model="model.cnybop.cnyflg"
style="width: 100%" style="width: 100%"
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="是否报送跨境人民币2107表" label-width="180px"> <el-form-item label="是否报送跨境人民币2107表" label-width="180px" prop="cnybop.traflg">
<c-select <c-select
v-model="model.cnybop.traflg" v-model="model.cnybop.traflg"
style="width: 100%" style="width: 100%"
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="是否报送跨境人民币2106表" label-width="180px"> <el-form-item label="是否报送跨境人民币2106表" label-width="180px" prop="cnybop.libflg">
<c-select <c-select
v-model="model.cnybop.libflg" v-model="model.cnybop.libflg"
style="width: 100%" style="width: 100%"
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="是否报送跨境人民币2122表" label-width="180px"> <el-form-item label="是否报送跨境人民币2122表" label-width="180px" prop="cnybop.vouflg">
<c-select <c-select
v-model="model.cnybop.vouflg" v-model="model.cnybop.vouflg"
placeholder="请选择" placeholder="请选择"
......
...@@ -485,7 +485,7 @@ export default { ...@@ -485,7 +485,7 @@ export default {
created: function () { created: function () {
this.executeRule("bopmod.dbbp.basp").then((res) => { this.executeRule("bopmod.dbbp.basp").then((res) => {
if (res.respCode == SUCCESS) { if (res.respCode == SUCCESS) {
this.copyValueFromVO(res.data); this.updateModel(res.data);
} }
}); });
}, },
......
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="11"> <c-col :span="11">
<el-form-item label="汇款语种"> <el-form-item label="汇款语种" prop="cptp.payuil">
<c-select <c-select
v-model="model.cptp.payuil" v-model="model.cptp.payuil"
placeholder="请选择汇款语种" placeholder="请选择汇款语种"
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="我行费用负担"> <el-form-item label="我行费用负担" prop="cpdgrp.rec.detchgcod">
<c-select <c-select
v-model="model.cpdgrp.rec.detchgcod" v-model="model.cpdgrp.rec.detchgcod"
style="width: 100%" style="width: 100%"
...@@ -365,7 +365,7 @@ ...@@ -365,7 +365,7 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="13"> <c-col :span="13">
<el-form-item label="货物类型"> <el-form-item label="货物类型" prop="cpdgrp.rec.stagod">
<c-select <c-select
v-model="model.cpdgrp.rec.stagod" v-model="model.cpdgrp.rec.stagod"
style="width: 100%" style="width: 100%"
...@@ -384,6 +384,7 @@ ...@@ -384,6 +384,7 @@
<c-col :span="11"> <c-col :span="11">
<el-form-item <el-form-item
label="清算模式" label="清算模式"
prop="cptp.liqtyp"
v-if="model.cpdgrp.cbs.nom1.cur === 'CNY'" v-if="model.cpdgrp.cbs.nom1.cur === 'CNY'"
> >
<c-select <c-select
......
...@@ -226,6 +226,13 @@ export default { ...@@ -226,6 +226,13 @@ export default {
options: [], options: [],
}; };
}, },
created: function () {
this.executeRule("cnybop.outp").then((res) => {
if (res.respCode == SUCCESS) {
this.updateModel(res.data);
}
});
},
}; };
</script> </script>
......
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