Commit 9a2e8f31 by liyixun

解决gitopn中cfap面板数据不显示问题,新增dclpp面板

parent a835ba2b
......@@ -252,6 +252,11 @@ let checkObj = {
"gidgrp.bdb.pts.adrblk" :null,
"cnybop.vouflg" :null,
"gidgrp.blk.apprulc" :null,
"cfagit.recp.dclp.wabachandate" :null,
"cfagit.recp.dclp.basere" :null,
"cfagit.recp.dclp.actiondesc" :null,
"cfagit.recp.dclp.acp" :null,
}
for (const key in checkObj) {
......
......@@ -222,5 +222,9 @@ export default {
"gidgrp.rec.autrnwflg" :Utils.defaultFunction,
"setmod.glemod.glepan" :Utils.defaultFunction,
"cfagit.cfap" :Utils.defaultFunction,
//
"cfagit.recp.dclp" :Utils.defaultFunction,
"cfagit.recp.dclp.actiontype" :Utils.defaultFunction,
"cfagit.recp.dclp.actiondesc" :Utils.defaultFunction,
}
//你可以添加自动default处理
......@@ -89,7 +89,7 @@ export default {
],
"gidgrp.blk.covgodsrv":[
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
{max: 350,message:"长度不能超过35"}
],
"gidgrp.blk.atxcovgodsrv":[
{type: "string", required: true, message: "必输项"},
......@@ -106,7 +106,7 @@ export default {
],
"gitp.indirectswiadd":[
{type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"}
{max: 9750,message:"长度不能超过65"}
],
"gidgrp.rec.orcrat":[
{type: "string", required: false, message: "必输项"},
......@@ -120,7 +120,7 @@ export default {
],
"gidgrp.blk.orcplc":[
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
{max: 140,message:"长度不能超过35"}
],
"gidgrp.rec.acc":[
{type: "string", required: false, message: "必输项"},
......@@ -147,7 +147,7 @@ export default {
],
"gidgrp.ghd.remark":[
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
{max: 245,message:"长度不能超过35"}
],
"gidgrp.rec.mannum":[
{type: "string", required: false, message: "必输项"},
......@@ -155,7 +155,7 @@ export default {
],
"gidgrp.blk.addinf":[
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
{max: 700,message:"长度不能超过35"}
],
......@@ -330,7 +330,7 @@ export default {
],
"gidgrp.apl.pts.adrblk":[
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
{max: 140,message:"长度不能超过35"}
],
"gidgrp.apl.dbfadrblkcn":[
{type: "string", required: true, message: "必输项"},
......@@ -428,7 +428,7 @@ export default {
],
"gidgrp.iss.pts.adrblk":[
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
{max: 140,message:"长度不能超过35"}
],
"gidgrp.iss.dbfadrblkcn":[
{type: "string", required: true, message: "必输项"},
......@@ -436,7 +436,7 @@ export default {
],
"gidgrp.adv.pts.adrblk":[
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
{max: 140,message:"长度不能超过35"}
],
"gidgrp.adv.dbfadrblkcn":[
{type: "string", required: true, message: "必输项"},
......@@ -513,7 +513,7 @@ export default {
],
"gidgrp.ben.pts.adrblk":[
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
{max: 140,message:"长度不能超过35"}
],
"gidgrp.ben.dbfadrblkcn":[
{type: "string", required: true, message: "必输项"},
......@@ -692,7 +692,7 @@ export default {
],
"gidgrp.con.pts.adrblk":[
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
{max: 140,message:"长度不能超过35"}
],
"gidgrp.con.dbfadrblkcn":[
{type: "string", required: true, message: "必输项"},
......
......@@ -223,6 +223,9 @@ export default class Gitopn{
},
},
},
ptsaddp:{
ptsaddg:""
}
},
gidgrp:{
rec:{
......@@ -526,6 +529,26 @@ export default class Gitopn{
guedparecompcode:"", // 被担保人境内母公司代码 .cfagit.recp.pubp.cousel1.guedparecompcode
},
},
dclp:{
acp: "", //.cfagit.recp.delp.acp 确认
actiondesc: "", //.cfagit.recp.delp.actiondesc 删除原因
actiontype: "", //.cfagit.recp.dclp.actiontype 操作类型
basere: "", //.cfagit.recp.dclp.basere 担保责任余额
description: "",
exguarancode: "", //.cfagit.recp.dclp.exguarancode 对外担保编号
infflg: "",
invflg: "",
oldbasere: "",
priflg: "",
remark: "", //.cfagit.recp.dclp.remark 备注
rowflg: "",
sta: "",
tableName:"",
wabachandate: "" , //.cfagit.recp.dclp.wabachandate 担保责任余额变动日期
//进口保函开立-对外担保-责任余额信息字段
//--在后端是一个list,后端在VO中加一个list类型的字段即可,在Ebbp.java中具体展现
//但在前端中要具体展现
},
zzwjew:"", // 主债务金额提示 .cfagit.recp.zzwjew
thjewating:"", // 资金调回金额提示 .cfagit.recp.thjewating
},
......
......@@ -8,7 +8,9 @@
<el-form-item label="数据采集标志" prop="cfagit.cfaflg">
<c-select v-model="model.cfagit.cfaflg"
style="width:100%"
placeholder="请选择数据采集标志" >
placeholder="请选择数据采集标志"
@change="dclpChange"
>
<el-option
v-for="item in codes.cfaflg1"
:key="item.value"
......@@ -98,12 +100,19 @@ export default {
},
methods:{
...Event,
// async cfaChange(){
// let rtnmsg = await this.executeRule("cfagit.cfap")
// if (rtnmsg.respCode == SUCCESS) {
// Utils.copyValueFromVO(this.model, rtnmsg.data);
// }
// }
async dclpChange(){
this.executeDefault("cfagit.dclnum").then((res) => {
if ((res.respCode == SUCCESS)) {
Utils.copyValueFromVO(this.model, res.data);
}
});
this.executeDefault("cfagit.recp.dclp").then((res) => {
if ((res.respCode == SUCCESS)) {
Utils.copyValueFromVO(this.model, res.data);
}
});
}
},
created:function(){
......
......@@ -3,21 +3,11 @@
<!-- ==================================左边-外债编号================================ -->
<c-col :span="12">
<c-col :span="24">
<el-form-item label="外债编号" prop="cfagit.recp.dclp.exdebtcode">
<el-form-item label="对外担保编号" prop="cfagit.recp.dclp.exguarancode">
<c-input
v-model="model.cfagit.recp.dclp.exdebtcode"
v-model="model.cfagit.recp.dclp.exguarancode"
maxlength="28"
placeholder="请输入外债编号"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="变动编号" prop="cfagit.recp.dclp.changeno">
<c-input
v-model="model.cfagit.recp.dclp.changeno"
maxlength="4"
placeholder="请输入变动编号"
placeholder="请输入对外担保编号"
disabled
></c-input>
</el-form-item>
......@@ -34,74 +24,23 @@
</c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="银行业务参号" prop="cfagit.recp.dclp.buscode">
<c-input
v-model="model.cfagit.recp.dclp.buscode"
maxlength="32"
placeholder="请输入银行业务参号"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="变动类型" prop="cfagit.recp.dclp.changtype">
<c-select
v-model="model.cfagit.recp.dclp.changtype"
style="width: 100%"
placeholder="请选择变动类型"
disabled
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="变动日期" prop="cfagit.recp.dclp.chdate">
<el-form-item label="担保责任余额变动日期" prop="cfagit.recp.dclp.wabachandate">
<c-date-picker
type="date"
v-model="model.cfagit.recp.dclp.chdate"
v-model="model.cfagit.recp.dclp.wabachandate"
style="width: 100%"
placeholder="请选择变动日期"
placeholder="请选择担保责任余额变动日期"
value-format="yyyy-MM-dd"
disabled
></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="变动币种" prop="cfagit.recp.dclp.chcurrency">
<c-select
v-model="model.cfagit.recp.dclp.chcurrency"
style="width: 100%"
placeholder="请选择变动币种"
:code="codes.curtxt"
disabled
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="变动金额" prop="cfagit.recp.dclp.chamount">
<c-input
v-model="model.cfagit.recp.dclp.chamount"
placeholder="请输入变动金额"
class="m-input-currency"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="公允价值" prop="cfagit.recp.dclp.fairvalue">
<el-form-item label="担保责任余额" prop="cfagit.recp.dclp.basere">
<c-input
v-model="model.cfagit.recp.dclp.fairvalue"
placeholder="请输入公允价值"
v-model="model.cfagit.recp.dclp.basere"
placeholder="请输入担保责任余额"
class="m-input-currency"
disabled
></c-input>
</el-form-item>
</c-col>
......
......@@ -318,6 +318,9 @@ export default {
if(name==='cfap'){
rulePath = "cfagit.cfap";
}
if(name==='dclpp'){
rulePath = "dclpp";
}
if (!!rulePath) {
this.executeRule(rulePath).then(res => {
if (res.respCode == SUCCESS) {
......
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