Commit 7a235a09 by lianyang

Merge branch 'development-202206' of http://114.115.138.98:8900/fukai/vue-gjjs…

Merge branch 'development-202206' of http://114.115.138.98:8900/fukai/vue-gjjs into development-202206
parents c66d747d a91b9d9f
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -5,8 +5,8 @@ import Utils from "~/utils" ...@@ -5,8 +5,8 @@ import Utils from "~/utils"
*/ */
let checkObj = { let checkObj = {
"gidgrp.bec.pts.extkey" :null, "gidgrp.bec.pts.extkey" :null,
"gidgrp.avc.pts.extkey" :null,
"gidgrp.blk.gidtxt" :null, "gidgrp.blk.gidtxt" :null,
"gidgrp.avc.pts.extkey" :null,
"gidgrp.rec.tenref" :null, "gidgrp.rec.tenref" :null,
"gidgrp.rec.giduil" :null, "gidgrp.rec.giduil" :null,
"gidgrp.rec.gartyp" :null, "gidgrp.rec.gartyp" :null,
...@@ -107,6 +107,7 @@ let checkObj = { ...@@ -107,6 +107,7 @@ let checkObj = {
"gidgrp.ghd.dbyhdh" :null, "gidgrp.ghd.dbyhdh" :null,
"gidgrp.blk.exptxt" :null, "gidgrp.blk.exptxt" :null,
"gidgrp.atb.pts.extkey" :null, "gidgrp.atb.pts.extkey" :null,
"gidgrp.blk.addamtcovc" :null,
"gidgrp.blk.atxliatxtc" :null, "gidgrp.blk.atxliatxtc" :null,
"gidgrp.blk.addinfc" :null, "gidgrp.blk.addinfc" :null,
"gitp.inccormsgflg" :null, "gitp.inccormsgflg" :null,
...@@ -121,10 +122,11 @@ let checkObj = { ...@@ -121,10 +122,11 @@ let checkObj = {
"gidgrp.rec.inudat" :null, "gidgrp.rec.inudat" :null,
"gitp.prepercmodflg" :null, "gitp.prepercmodflg" :null,
"gidgrp.iss.pts.ref" :null, "gidgrp.iss.pts.ref" :null,
"gidgrp.cbs.mac2.amt" :null,
"gitp.gidtxtmodflg" :null, "gitp.gidtxtmodflg" :null,
"gidgrp.blk.feetxt" :null, "gidgrp.blk.feetxt" :null,
"gidgrp.ghd.sqrtel" :null,
"gitp.prepermodflg" :null, "gitp.prepermodflg" :null,
"gidgrp.ghd.sqrtel" :null,
"gidgrp.bdb.namelc" :null, "gidgrp.bdb.namelc" :null,
"gidgrp.rec.expdat" :null, "gidgrp.rec.expdat" :null,
"gidgrp.blk.preperc" :null, "gidgrp.blk.preperc" :null,
......
...@@ -86,6 +86,7 @@ export default { ...@@ -86,6 +86,7 @@ export default {
"gidgrp.atb.namelc" :Utils.defaultFunction, "gidgrp.atb.namelc" :Utils.defaultFunction,
"gidgrp.atb.dbfadrblkcn" :Utils.defaultFunction, "gidgrp.atb.dbfadrblkcn" :Utils.defaultFunction,
"gidgrp.atb.pts.adrblk" :Utils.defaultFunction, "gidgrp.atb.pts.adrblk" :Utils.defaultFunction,
"gidgrp.cbs.mac2.amt" :Utils.defaultFunction,
"gitp.usr.extkey" :Utils.defaultFunction, "gitp.usr.extkey" :Utils.defaultFunction,
"gidgrp.rec.liadat" :Utils.defaultFunction, "gidgrp.rec.liadat" :Utils.defaultFunction,
"gidgrp.rec.legfrm" :Utils.defaultFunction, "gidgrp.rec.legfrm" :Utils.defaultFunction,
...@@ -136,6 +137,8 @@ export default { ...@@ -136,6 +137,8 @@ export default {
"gidgrp.rec.trmdatc" :Utils.defaultFunction, "gidgrp.rec.trmdatc" :Utils.defaultFunction,
"gidgrp.rec.tendatc" :Utils.defaultFunction, "gidgrp.rec.tendatc" :Utils.defaultFunction,
"gidgrp.rec.jurlaws20" :Utils.defaultFunction, "gidgrp.rec.jurlaws20" :Utils.defaultFunction,
"gidgrp.blk.addamtcovc" :Utils.defaultFunction,
"gidgrp.cbs.mac2.cur" :Utils.defaultFunction,
"gitp.aacp.aacmod.addamtflg" :Utils.defaultFunction, "gitp.aacp.aacmod.addamtflg" :Utils.defaultFunction,
"gidgrp.rec.drpreflg" :Utils.defaultFunction, "gidgrp.rec.drpreflg" :Utils.defaultFunction,
"gidgrp.ben.adrelc" :Utils.defaultFunction, "gidgrp.ben.adrelc" :Utils.defaultFunction,
......
...@@ -2,8 +2,8 @@ import Api from "~/service/Api" ...@@ -2,8 +2,8 @@ import Api from "~/service/Api"
import Utils from "~/utils" import Utils from "~/utils"
export default { export default {
async onGitpButdifcovgodsrv(){ async onDecblkButtxmsel(){
let rtnmsg = await this.executeRule("gitp.butdifcovgodsrv") let rtnmsg = await this.executeRule("decblk.buttxmsel")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -14,8 +14,8 @@ export default { ...@@ -14,8 +14,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onGitpButdifhiscovgodsrv(){ async onGitpButdifcovgodsrv(){
let rtnmsg = await this.executeRule("gitp.butdifhiscovgodsrv") let rtnmsg = await this.executeRule("gitp.butdifcovgodsrv")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -26,11 +26,10 @@ export default { ...@@ -26,11 +26,10 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onGitpButgetref(){ async onGitpButdifhiscovgodsrv(){
let rtnmsg = await this.executeRule("gitp.butgetref") let rtnmsg = await this.executeRule("gitp.butdifhiscovgodsrv")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
this.model.gidgrp.rec.ownref=rtnmsg.data.gidgrp_rec_ownref;
//TODO 处理数据逻辑 //TODO 处理数据逻辑
} }
...@@ -39,8 +38,8 @@ export default { ...@@ -39,8 +38,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onAplpDet(){ async onGitpButdifcovgodsrvc(){
let rtnmsg = await this.executeRule("aplp.det") let rtnmsg = await this.executeRule("gitp.butdifcovgodsrvc")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -51,8 +50,8 @@ export default { ...@@ -51,8 +50,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onIsspDet(){ async onGitpButdifhiscovgodsrvc(){
let rtnmsg = await this.executeRule("issp.det") let rtnmsg = await this.executeRule("gitp.butdifhiscovgodsrvc")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -63,8 +62,8 @@ export default { ...@@ -63,8 +62,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onAdvpDet(){ async onGitpSelall(){
let rtnmsg = await this.executeRule("advp.det") let rtnmsg = await this.executeRule("gitp.selall")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -75,8 +74,8 @@ export default { ...@@ -75,8 +74,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onGitpWbxs(){ async onGitpCanall(){
let rtnmsg = await this.executeRule("gitp.wbxs") let rtnmsg = await this.executeRule("gitp.canall")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -87,8 +86,8 @@ export default { ...@@ -87,8 +86,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onGitpYptxy(){ async onGitpButdif(){
let rtnmsg = await this.executeRule("gitp.yptxy") let rtnmsg = await this.executeRule("gitp.butdif")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -99,8 +98,8 @@ export default { ...@@ -99,8 +98,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onGitpButdifexptxt(){ async onGitpButdifhis(){
let rtnmsg = await this.executeRule("gitp.butdifexptxt") let rtnmsg = await this.executeRule("gitp.butdifhis")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -111,8 +110,8 @@ export default { ...@@ -111,8 +110,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onBenpDet(){ async onGitpShwgidtxt(){
let rtnmsg = await this.executeRule("benp.det") let rtnmsg = await this.executeRule("gitp.shwgidtxt")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -123,10 +122,11 @@ export default { ...@@ -123,10 +122,11 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onGitpButdifhisexptxt(){ async onGitpButgetref(){
let rtnmsg = await this.executeRule("gitp.butdifhisexptxt") let rtnmsg = await this.executeRule("gitp.butgetref")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
this.model.gidgrp.rec.ownref=rtnmsg.data.gidgrp_rec_ownref;
//TODO 处理数据逻辑 //TODO 处理数据逻辑
} }
...@@ -135,8 +135,8 @@ export default { ...@@ -135,8 +135,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onGitpButdifliatxtc(){ async onGitpGidtxtmod(){
let rtnmsg = await this.executeRule("gitp.butdifliatxtc") let rtnmsg = await this.executeRule("gitp.gidtxtmod")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -147,8 +147,8 @@ export default { ...@@ -147,8 +147,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onGitpButdifhisliatxtc(){ async onGitpButgetrefc(){
let rtnmsg = await this.executeRule("gitp.butdifhisliatxtc") let rtnmsg = await this.executeRule("gitp.butgetrefc")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -159,8 +159,8 @@ export default { ...@@ -159,8 +159,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onConpDet(){ async onGitpButdifc(){
let rtnmsg = await this.executeRule("conp.det") let rtnmsg = await this.executeRule("gitp.butdifc")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -171,8 +171,8 @@ export default { ...@@ -171,8 +171,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onBdbpDet(){ async onGitpButdifhisc(){
let rtnmsg = await this.executeRule("bdbp.det") let rtnmsg = await this.executeRule("gitp.butdifhisc")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -183,8 +183,8 @@ export default { ...@@ -183,8 +183,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onCtrpDet(){ async onGitpShwgidtxtc(){
let rtnmsg = await this.executeRule("ctrp.det") let rtnmsg = await this.executeRule("gitp.shwgidtxtc")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -195,8 +195,8 @@ export default { ...@@ -195,8 +195,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onAtbpDet(){ async onGitpGidtxtmodc(){
let rtnmsg = await this.executeRule("atbp.det") let rtnmsg = await this.executeRule("gitp.gidtxtmodc")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -207,8 +207,8 @@ export default { ...@@ -207,8 +207,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onChargiButtxmsel(){ async onGitpButdifexptxt(){
let rtnmsg = await this.executeRule("chargi.buttxmsel") let rtnmsg = await this.executeRule("gitp.butdifexptxt")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -219,8 +219,8 @@ export default { ...@@ -219,8 +219,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onGitpButdifpreper(){ async onGitpButdifhisexptxt(){
let rtnmsg = await this.executeRule("gitp.butdifpreper") let rtnmsg = await this.executeRule("gitp.butdifhisexptxt")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -231,8 +231,8 @@ export default { ...@@ -231,8 +231,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onGitpButdifhispreper(){ async onChargiButtxmsel(){
let rtnmsg = await this.executeRule("gitp.butdifhispreper") let rtnmsg = await this.executeRule("chargi.buttxmsel")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -243,8 +243,8 @@ export default { ...@@ -243,8 +243,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onGitpButdif(){ async onGitpButdifpreper(){
let rtnmsg = await this.executeRule("gitp.butdif") let rtnmsg = await this.executeRule("gitp.butdifpreper")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -255,8 +255,8 @@ export default { ...@@ -255,8 +255,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onGitpButdifhis(){ async onGitpButdifhispreper(){
let rtnmsg = await this.executeRule("gitp.butdifhis") let rtnmsg = await this.executeRule("gitp.butdifhispreper")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -267,8 +267,8 @@ export default { ...@@ -267,8 +267,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onGitpShwgidtxt(){ async onChargicButtxmsel(){
let rtnmsg = await this.executeRule("gitp.shwgidtxt") let rtnmsg = await this.executeRule("chargic.buttxmsel")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -279,8 +279,8 @@ export default { ...@@ -279,8 +279,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onGitpGidtxtmod(){ async onGitpButdifpreperc(){
let rtnmsg = await this.executeRule("gitp.gidtxtmod") let rtnmsg = await this.executeRule("gitp.butdifpreperc")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -291,8 +291,8 @@ export default { ...@@ -291,8 +291,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onGitpSelall(){ async onGitpButdifhispreperc(){
let rtnmsg = await this.executeRule("gitp.selall") let rtnmsg = await this.executeRule("gitp.butdifhispreperc")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -303,8 +303,8 @@ export default { ...@@ -303,8 +303,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onGitpCanall(){ async onApcpDet(){
let rtnmsg = await this.executeRule("gitp.canall") let rtnmsg = await this.executeRule("apcp.det")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -315,8 +315,8 @@ export default { ...@@ -315,8 +315,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onDecblkButtxmsel(){ async onIsspDet(){
let rtnmsg = await this.executeRule("decblk.buttxmsel") let rtnmsg = await this.executeRule("issp.det")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -327,8 +327,8 @@ export default { ...@@ -327,8 +327,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onApcpDet(){ async onCtcpDet(){
let rtnmsg = await this.executeRule("apcp.det") let rtnmsg = await this.executeRule("ctcp.det")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -339,8 +339,8 @@ export default { ...@@ -339,8 +339,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onCtcpDet(){ async onBenpDet(){
let rtnmsg = await this.executeRule("ctcp.det") let rtnmsg = await this.executeRule("benp.det")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -375,8 +375,8 @@ export default { ...@@ -375,8 +375,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onChargicButtxmsel(){ async onAplpDet(){
let rtnmsg = await this.executeRule("chargic.buttxmsel") let rtnmsg = await this.executeRule("aplp.det")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -387,8 +387,8 @@ export default { ...@@ -387,8 +387,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onGitpButdifpreperc(){ async onConpDet(){
let rtnmsg = await this.executeRule("gitp.butdifpreperc") let rtnmsg = await this.executeRule("conp.det")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -399,8 +399,8 @@ export default { ...@@ -399,8 +399,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onGitpButdifhispreperc(){ async onBdbpDet(){
let rtnmsg = await this.executeRule("gitp.butdifhispreperc") let rtnmsg = await this.executeRule("bdbp.det")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -411,8 +411,8 @@ export default { ...@@ -411,8 +411,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onGitpButdifcovgodsrvc(){ async onCtrpDet(){
let rtnmsg = await this.executeRule("gitp.butdifcovgodsrvc") let rtnmsg = await this.executeRule("ctrp.det")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -423,8 +423,8 @@ export default { ...@@ -423,8 +423,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onGitpButdifhiscovgodsrvc(){ async onAtbpDet(){
let rtnmsg = await this.executeRule("gitp.butdifhiscovgodsrvc") let rtnmsg = await this.executeRule("atbp.det")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -435,8 +435,8 @@ export default { ...@@ -435,8 +435,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onGitpButgetrefc(){ async onAdvpDet(){
let rtnmsg = await this.executeRule("gitp.butgetrefc") let rtnmsg = await this.executeRule("advp.det")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -447,8 +447,8 @@ export default { ...@@ -447,8 +447,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onGitpButdifc(){ async onGitpWbxs(){
let rtnmsg = await this.executeRule("gitp.butdifc") let rtnmsg = await this.executeRule("gitp.wbxs")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -459,8 +459,8 @@ export default { ...@@ -459,8 +459,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onGitpButdifhisc(){ async onGitpYptxy(){
let rtnmsg = await this.executeRule("gitp.butdifhisc") let rtnmsg = await this.executeRule("gitp.yptxy")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -471,8 +471,8 @@ export default { ...@@ -471,8 +471,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onGitpShwgidtxtc(){ async onGitpButdifliatxtc(){
let rtnmsg = await this.executeRule("gitp.shwgidtxtc") let rtnmsg = await this.executeRule("gitp.butdifliatxtc")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
...@@ -483,8 +483,8 @@ export default { ...@@ -483,8 +483,8 @@ export default {
this.$notify.error({title: '错误',message: '服务请求失败!'}); this.$notify.error({title: '错误',message: '服务请求失败!'});
} }
}, },
async onGitpGidtxtmodc(){ async onGitpButdifhisliatxtc(){
let rtnmsg = await this.executeRule("gitp.gidtxtmodc") let rtnmsg = await this.executeRule("gitp.butdifhisliatxtc")
if(rtnmsg.respCode == SUCCESS) if(rtnmsg.respCode == SUCCESS)
{ {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
......
export default { export default {
"decreadat":[
{type: "date", required: false, message: "输入正确的日期"}
],
"decreatxt":[
{type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"}
],
"gidgrp.rec.orcref":[ "gidgrp.rec.orcref":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
...@@ -103,218 +111,207 @@ export default { ...@@ -103,218 +111,207 @@ export default {
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 80,message:"长度不能超过80"} {max: 80,message:"长度不能超过80"}
], ],
"gidgrp.rec.orcrefc":[
"gitp.recget.sdamod.dadsnd":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.rec.ownref":[ "gidgrp.rec.orcdatc":[
{type: "string", required: false, message: "必输项"}, {type: "date", required: false, message: "输入正确的日期"}
{max: 16,message:"长度不能超过16"}
], ],
"gitp.recget.sdamod.seainf":[ "gidgrp.rec.tenclsdatc":[
{type: "string", required: false, message: "必输项"}, {type: "date", required: false, message: "输入正确的日期"}
{max: 3,message:"长度不能超过3"}
], ],
"gidgrp.blk.covgodsrvc":[
"gidgrp.rec.nam":[ {type: "string", required: true, message: "必输项"},
{type: "string", required: false, message: "必输项"}, {max: 65,message:"长度不能超过65"}
{max: 40,message:"长度不能超过40"} ],
"gidgrp.blk.atxcovgodsrvc":[
{type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"}
], ],
"gidgrp.cbs.max.amt":[
{type: "number", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
],
"gidgrp.apl.pts.ref":[
{type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"}
],
"gidgrp.cbs.opn1.cur":[ "gidgrp.rec.orcratc":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"} {max: 14,message:"长度不能超过14"}
], ],
"gidgrp.cbs.opn1.amt":[
"gidgrp.rec.orcamtc":[
{type: "number", required: false, message: "必输项"}, {type: "number", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"}, {max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" } {pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
], ],
"gidgrp.blk.orcplcc":[
"gidgrp.rec.oldref":[ {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
],
"gidgrp.rec.accc":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 35,message:"长度不能超过35"}
], ],
"gitp.aplp.ptsget.sdamod.dadsnd":[ "gidgrp.rec.jurlawtxtc":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 65,message:"长度不能超过65"}
], ],
"gidgrp.apl.pts.extkey":[ "gidgrp.rec.jurplcc":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 65,message:"长度不能超过65"}
], ],
"gitp.aplp.ptsget.sdamod.seainf":[ "gidgrp.rec.tenrefc":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"}
],
"gidgrp.apl.namelc":[
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.apl.pts.adrblk":[ "gidgrp.rec.tendatc":[
{type: "string", required: true, message: "必输项"}, {type: "date", required: false, message: "输入正确的日期"}
{max: 35,message:"长度不能超过35"}
], ],
"gidgrp.apl.dbfadrblkcn":[ "gidgrp.rec.trmdatc":[
{type: "date", required: false, message: "输入正确的日期"}
],
"gidgrp.blk.addinfc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gitp.usr.extkey":[ "gidgrp.ghd.zsjzts":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 8,message:"长度不能超过8"} {max: 8,message:"长度不能超过8"}
], ],
"gitp.usrget.sdamod.seainf":[ "gidgrp.ghd.beyzd1":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"} {max: 60,message:"长度不能超过60"}
], ],
"gidgrp.ghd.idcode":[
{type: "string", required: false, message: "必输项"},
{max: 20,message:"长度不能超过20"}
"gidgrp.apl.adrelc":[
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
], ],
"gidgrp.ghd.bdbrmc":[
"gidgrp.rec.gartypin":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 4,message:"长度不能超过4"} {max: 60,message:"长度不能超过60"}
], ],
"gitp.lettername":[ "gidgrp.ghd.bdbdbr":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 60,message:"长度不能超过60"} {max: 60,message:"长度不能超过60"}
], ],
"gidgrp.blk.gartyptxtin":[ "gidgrp.ghd.bdbrdz":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 94,message:"长度不能超过94"}
], ],
"gidgrp.ghd.bdbrdh":[
"gidgrp.adv.pts.ref":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 60,message:"长度不能超过60"}
], ],
"gidgrp.iss.pts.ref":[ "gidgrp.ghd.dbyhmc":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 60,message:"长度不能超过60"}
], ],
"gidgrp.rec.vrfdat":[ "gidgrp.ghd.dbyhdb":[
{type: "date", required: false, message: "输入正确的日期"} {type: "string", required: false, message: "必输项"},
{max: 60,message:"长度不能超过60"}
], ],
"gidgrp.ghd.dbyhdz":[
"gidgrp.rec.orddat":[ {type: "string", required: false, message: "必输项"},
{type: "date", required: false, message: "输入正确的日期"} {max: 94,message:"长度不能超过94"}
], ],
"gidgrp.ghd.dbyhdh":[
"gitp.issp.ptsget.sdamod.dadsnd":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 60,message:"长度不能超过60"}
], ],
"gitp.advp.ptsget.sdamod.dadsnd":[ "gidgrp.ghd.sqqydm":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 20,message:"长度不能超过20"}
], ],
"gidgrp.iss.pts.extkey":[ "gidgrp.ghd.sqqyhg":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 20,message:"长度不能超过20"}
], ],
"gitp.issp.ptsget.sdamod.seainf":[ "gidgrp.ghd.sqrnam":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"} {max: 94,message:"长度不能超过94"}
], ],
"gidgrp.ghd.sqrdbr":[
"gidgrp.adv.pts.extkey":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 60,message:"长度不能超过60"}
], ],
"gitp.advp.ptsget.sdamod.seainf":[ "gidgrp.ghd.sqradr":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"} {max: 94,message:"长度不能超过94"}
],
"gidgrp.ghd.sqrtel":[
{type: "string", required: false, message: "必输项"},
{max: 60,message:"长度不能超过60"}
], ],
"gidgrp.iss.namelc":[ "gidgrp.blk.gidtxt":[
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
],
"gidgrp.adv.namelc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 65,message:"长度不能超过65"}
], ],
"gidgrp.iss.pts.adrblk":[ "gidgrp.blk.gtxgidtxt":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 65,message:"长度不能超过65"}
], ],
"gidgrp.iss.dbfadrblkcn":[
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
"gidgrp.rec.ownref":[
{type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"}
], ],
"gidgrp.adv.pts.adrblk":[
"gidgrp.blk.gidtxtc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 65,message:"长度不能超过65"}
], ],
"gidgrp.adv.dbfadrblkcn":[ "gidgrp.blk.gtxgidtxtc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 1,message:"长度不能超过1"}
], ],
"gidgrp.rec.opndat":[
"gidgrp.rec.opndatc":[
{type: "date", required: false, message: "输入正确的日期"} {type: "date", required: false, message: "输入正确的日期"}
], ],
"gidgrp.iss.adrelc":[
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} "gidgrp.cbs.mac.amt":[
], {type: "number", required: false, message: "必输项"},
"gidgrp.adv.adrelc":[ {max: 18,message:"整数位不能超过14位"},
{type: "string", required: true, message: "必输项"}, {pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
{max: 35,message:"长度不能超过35"}
], ],
"gidgrp.blk.apprultxt":[
"gidgrp.blk.gartyptxtc":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.rec.expdat":[
{type: "date", required: false, message: "输入正确的日期"}
],
"gidgrp.ben.pts.ref":[
"gidgrp.blk.apprultxtc":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 35,message:"长度不能超过35"}
],
"gidgrp.rec.expdat":[
{type: "date", required: false, message: "输入正确的日期"}
], ],
"gidgrp.blk.exptxt":[ "gidgrp.blk.exptxt":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
...@@ -326,590 +323,615 @@ export default { ...@@ -326,590 +323,615 @@ export default {
], ],
"gidgrp.rec.inudat":[
{type: "date", required: false, message: "输入正确的日期"}
], "gidgrp.rec.deloritxt":[
"gitp.benp.ptsget.sdamod.dadsnd":[
{type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"}
],
"gidgrp.ben.pts.extkey":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 35,message:"长度不能超过35"}
],
"gitp.benp.ptsget.sdamod.seainf":[
{type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"}
], ],
"gidgrp.blk.deltoadr":[
"gidgrp.rec.liadat":[
{type: "date", required: false, message: "输入正确的日期"}
],
"gidgrp.ben.namelc":[
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
],
"gidgrp.ben.pts.adrblk":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.ben.dbfadrblkcn":[ "gidgrp.blk.feetxt":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.blk.liatxtc":[
"gidgrp.blk.preper":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"} {max: 65,message:"长度不能超过65"}
], ],
"gidgrp.blk.atxliatxtc":[ "gidgrp.blk.atxpreper":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"} {max: 65,message:"长度不能超过65"}
], ],
"gidgrp.ben.adrelc":[
"gidgrp.blk.trfcond":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 65,message:"长度不能超过65"}
], ],
"gidgrp.gidcxm.warran":[
"gidgrp.rec.deloritxtc":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 40,message:"长度不能超过40"} {max: 35,message:"长度不能超过35"}
],
"gidgrp.blk.feetxtc":[
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
], ],
"gidgrp.blk.deltoadrc":[
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
],
"gidgrp.blk.preperc":[
{type: "string", required: true, message: "必输项"},
"gidgrp.con.pts.ref":[ {max: 65,message:"长度不能超过65"}
{type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"}
], ],
"gidgrp.ctr.pts.ref":[ "gidgrp.blk.atxpreperc":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 65,message:"长度不能超过65"}
], ],
"gidgrp.atb.pts.ref":[
{type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} "gidgrp.blk.trfcondc":[
], {type: "string", required: true, message: "必输项"},
"gitp.conp.ptsget.sdamod.dadsnd":[ {max: 65,message:"长度不能超过65"}
{type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"}
], ],
"gitp.bdbp.ptsget.sdamod.dadsnd":[ "gidgrp.apc.pts.ref":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
], ],
"gidgrp.con.pts.extkey":[ "gidgrp.iss.pts.ref":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
], ],
"gitp.conp.ptsget.sdamod.seainf":[ "gitp.apcp.ptsget.sdamod.dadsnd":[
{type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"}
],
"gitp.ctrp.ptsget.sdamod.dadsnd":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
], ],
"gitp.issp.ptsget.sdamod.dadsnd":[
"gidgrp.bdb.pts.extkey":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
], ],
"gitp.bdbp.ptsget.sdamod.seainf":[ "gidgrp.apc.pts.extkey":[
{type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"}
],
"gidgrp.ctr.pts.extkey":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
], ],
"gitp.ctrp.ptsget.sdamod.seainf":[ "gitp.apcp.ptsget.sdamod.seainf":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"} {max: 3,message:"长度不能超过3"}
], ],
"gitp.atbp.ptsget.sdamod.dadsnd":[ "gidgrp.iss.pts.extkey":[
{type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"}
],
"gidgrp.atb.pts.extkey":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
], ],
"gitp.atbp.ptsget.sdamod.seainf":[ "gitp.issp.ptsget.sdamod.seainf":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"} {max: 3,message:"长度不能超过3"}
], ],
"gidgrp.con.namelc":[ "gidgrp.apc.namelc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.bdb.namelc":[ "gidgrp.iss.namelc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.ctr.namelc":[ "gidgrp.apc.pts.adrblk":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.con.pts.adrblk":[ "gidgrp.apc.dbfadrblkcn":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.con.dbfadrblkcn":[ "gidgrp.iss.pts.adrblk":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.bdb.pts.adrblk":[ "gidgrp.iss.dbfadrblkcn":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.bdb.dbfadrblkcn":[ "gidgrp.apc.adrelc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.ctr.pts.adrblk":[ "gidgrp.iss.adrelc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.ctr.dbfadrblkcn":[
"gidgrp.ctc.pts.ref":[
{type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"}
],
"gidgrp.ben.pts.ref":[
{type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"}
],
"gitp.ctcp.ptsget.sdamod.dadsnd":[
{type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"}
],
"gitp.benp.ptsget.sdamod.dadsnd":[
{type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"}
],
"gidgrp.ctc.pts.extkey":[
{type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"}
],
"gitp.ctcp.ptsget.sdamod.seainf":[
{type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"}
],
"gidgrp.ben.pts.extkey":[
{type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"}
],
"gitp.benp.ptsget.sdamod.seainf":[
{type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"}
],
"gidgrp.ctc.namelc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.atb.namelc":[ "gidgrp.ben.namelc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.atb.pts.adrblk":[ "gidgrp.ctc.pts.adrblk":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.atb.dbfadrblkcn":[ "gidgrp.ctc.dbfadrblkcn":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.con.adrelc":[ "gidgrp.ben.pts.adrblk":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.bdb.adrelc":[ "gidgrp.ben.dbfadrblkcn":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.ctr.adrelc":[ "gidgrp.ctc.adrelc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.atb.adrelc":[ "gidgrp.ben.adrelc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.bec.pts.ref":[
"gidgrp.rec.deloritxt":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 16,message:"长度不能超过16"}
],
"gitp.becp.ptsget.sdamod.dadsnd":[
{type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"}
],
"gidgrp.bec.pts.extkey":[
{type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"}
],
"gitp.becp.ptsget.sdamod.seainf":[
{type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"}
], ],
"gidgrp.bec.namelc":[
"gidgrp.blk.deltoadr":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.blk.feetxt":[ "gidgrp.bec.pts.adrblk":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.bec.dbfadrblkcn":[
"gidgrp.blk.preper":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.blk.atxpreper":[ "gidgrp.bec.adrelc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.avc.pts.ref":[
{type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"}
"gidgrp.blk.trfcond":[
{type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"}
], ],
"gitp.avcp.ptsget.sdamod.dadsnd":[
"gidgrp.blk.gidtxt":[ {type: "string", required: false, message: "必输项"},
{type: "string", required: true, message: "必输项"}, {max: 16,message:"长度不能超过16"}
{max: 65,message:"长度不能超过65"}
], ],
"gidgrp.blk.gtxgidtxt":[ "gidgrp.avc.pts.extkey":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 65,message:"长度不能超过65"} {max: 16,message:"长度不能超过16"}
],
"gitp.avcp.ptsget.sdamod.seainf":[
{type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"}
], ],
"gidgrp.avc.pts.nam":[
{type: "string", required: false, message: "必输项"},
{max: 40,message:"长度不能超过40"}
],
"gidgrp.apl.pts.ref":[
"gidgrp.ghd.zsjzts":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 8,message:"长度不能超过8"} {max: 16,message:"长度不能超过16"}
], ],
"gidgrp.ghd.beyzd1":[ "gidgrp.ben.pts.ref":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 60,message:"长度不能超过60"} {max: 16,message:"长度不能超过16"}
], ],
"gidgrp.ghd.idcode":[ "gitp.aplp.ptsget.sdamod.dadsnd":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 20,message:"长度不能超过20"} {max: 16,message:"长度不能超过16"}
], ],
"gidgrp.ghd.bdbrmc":[ "gidgrp.apl.pts.extkey":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 60,message:"长度不能超过60"} {max: 16,message:"长度不能超过16"}
], ],
"gidgrp.ghd.bdbdbr":[ "gitp.aplp.ptsget.sdamod.seainf":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 60,message:"长度不能超过60"} {max: 3,message:"长度不能超过3"}
], ],
"gidgrp.ghd.bdbrdz":[
{type: "string", required: false, message: "必输项"}, "gidgrp.apl.namelc":[
{max: 94,message:"长度不能超过94"} {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
], ],
"gidgrp.ghd.bdbrdh":[
{type: "string", required: false, message: "必输项"}, "gidgrp.apl.pts.adrblk":[
{max: 60,message:"长度不能超过60"} {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
], ],
"gidgrp.ghd.dbyhmc":[ "gidgrp.apl.dbfadrblkcn":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 60,message:"长度不能超过60"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.ghd.dbyhdb":[ "gidgrp.apl.adrelc":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 60,message:"长度不能超过60"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.ghd.dbyhdz":[
"gidgrp.con.pts.ref":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 94,message:"长度不能超过94"} {max: 16,message:"长度不能超过16"}
], ],
"gidgrp.ghd.dbyhdh":[ "gidgrp.ctr.pts.ref":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 60,message:"长度不能超过60"} {max: 16,message:"长度不能超过16"}
], ],
"gidgrp.ghd.sqqydm":[
"gidgrp.iss.pts.ref":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 20,message:"长度不能超过20"} {max: 16,message:"长度不能超过16"}
], ],
"gidgrp.ghd.sqqyhg":[
"gidgrp.atb.pts.ref":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 20,message:"长度不能超过20"} {max: 16,message:"长度不能超过16"}
], ],
"gidgrp.ghd.sqrnam":[ "gitp.conp.ptsget.sdamod.dadsnd":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 94,message:"长度不能超过94"} {max: 16,message:"长度不能超过16"}
], ],
"gidgrp.ghd.sqrdbr":[ "gitp.bdbp.ptsget.sdamod.dadsnd":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 60,message:"长度不能超过60"} {max: 16,message:"长度不能超过16"}
], ],
"gidgrp.ghd.sqradr":[ "gidgrp.con.pts.extkey":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 94,message:"长度不能超过94"} {max: 16,message:"长度不能超过16"}
], ],
"gidgrp.ghd.sqrtel":[ "gitp.conp.ptsget.sdamod.seainf":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 60,message:"长度不能超过60"} {max: 3,message:"长度不能超过3"}
],
"decreadat":[
{type: "date", required: false, message: "输入正确的日期"}
],
"decreatxt":[
{type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"}
],
"gidgrp.rec.opndatc":[
{type: "date", required: false, message: "输入正确的日期"}
], ],
"gitp.ctrp.ptsget.sdamod.dadsnd":[
"gidgrp.cbs.mac.amt":[ {type: "string", required: false, message: "必输项"},
{type: "number", required: false, message: "必输项"}, {max: 16,message:"长度不能超过16"}
{max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
], ],
"gidgrp.bdb.pts.extkey":[
"gidgrp.blk.gartyptxtc":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 16,message:"长度不能超过16"}
], ],
"gitp.bdbp.ptsget.sdamod.seainf":[
"gidgrp.blk.apprultxtc":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 3,message:"长度不能超过3"}
], ],
"gidgrp.apc.pts.ref":[
"gidgrp.ctr.pts.extkey":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
], ],
"gidgrp.iss.pts.ref":[ "gitp.ctrp.ptsget.sdamod.seainf":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 3,message:"长度不能超过3"}
], ],
"gitp.apcp.ptsget.sdamod.dadsnd":[
"gitp.atbp.ptsget.sdamod.dadsnd":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
], ],
"gidgrp.apc.pts.extkey":[ "gidgrp.atb.pts.extkey":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
], ],
"gitp.apcp.ptsget.sdamod.seainf":[ "gitp.atbp.ptsget.sdamod.seainf":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"} {max: 3,message:"长度不能超过3"}
], ],
"gidgrp.apc.namelc":[ "gidgrp.con.namelc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.apc.pts.adrblk":[ "gidgrp.bdb.namelc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.apc.dbfadrblkcn":[ "gidgrp.ctr.namelc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.apc.adrelc":[ "gidgrp.con.pts.adrblk":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.con.dbfadrblkcn":[
"gidgrp.ctc.pts.ref":[
{type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"}
],
"gidgrp.ben.pts.ref":[
{type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"}
],
"gitp.ctcp.ptsget.sdamod.dadsnd":[
{type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"}
],
"gidgrp.ctc.pts.extkey":[
{type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"}
],
"gitp.ctcp.ptsget.sdamod.seainf":[
{type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"}
],
"gidgrp.ctc.namelc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.ctc.pts.adrblk":[ "gidgrp.bdb.pts.adrblk":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.ctc.dbfadrblkcn":[ "gidgrp.bdb.dbfadrblkcn":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.ctc.adrelc":[ "gidgrp.ctr.pts.adrblk":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.bec.pts.ref":[ "gidgrp.ctr.dbfadrblkcn":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 35,message:"长度不能超过35"}
], ],
"gitp.becp.ptsget.sdamod.dadsnd":[ "gidgrp.atb.namelc":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.bec.pts.extkey":[ "gidgrp.atb.pts.adrblk":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 35,message:"长度不能超过35"}
], ],
"gitp.becp.ptsget.sdamod.seainf":[ "gidgrp.atb.dbfadrblkcn":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 3,message:"长度不能超过3"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.con.adrelc":[
"gidgrp.bec.namelc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.bec.pts.adrblk":[ "gidgrp.bdb.adrelc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.bec.dbfadrblkcn":[ "gidgrp.ctr.adrelc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.bec.adrelc":[ "gidgrp.atb.adrelc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.avc.pts.ref":[
"gitp.recget.sdamod.dadsnd":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
], ],
"gitp.avcp.ptsget.sdamod.dadsnd":[ "gitp.recget.sdamod.seainf":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 3,message:"长度不能超过3"}
], ],
"gidgrp.avc.pts.extkey":[
"gidgrp.rec.nam":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 40,message:"长度不能超过40"}
], ],
"gitp.avcp.ptsget.sdamod.seainf":[
"gidgrp.cbs.max.amt":[
{type: "number", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
],
"gidgrp.cbs.opn1.cur":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"} {max: 3,message:"长度不能超过3"}
], ],
"gidgrp.cbs.opn1.amt":[
{type: "number", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
],
"gidgrp.avc.pts.nam":[ "gidgrp.rec.oldref":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 40,message:"长度不能超过40"} {max: 16,message:"长度不能超过16"}
], ],
"gidgrp.rec.deloritxtc":[
"gitp.usr.extkey":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 8,message:"长度不能超过8"}
], ],
"gidgrp.blk.feetxtc":[ "gitp.usrget.sdamod.seainf":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 3,message:"长度不能超过3"}
], ],
"gidgrp.blk.deltoadrc":[
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
],
"gidgrp.blk.preperc":[
{type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"}
],
"gidgrp.blk.atxpreperc":[
{type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"}
],
"gidgrp.blk.trfcondc":[ "gidgrp.rec.gartypin":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 65,message:"长度不能超过65"} {max: 4,message:"长度不能超过4"}
], ],
"gidgrp.rec.orcrefc":[ "gitp.lettername":[
{type: "string", required: false, message: "必输项"},
{max: 60,message:"长度不能超过60"}
],
"gidgrp.blk.gartyptxtin":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.rec.orcdatc":[
"gidgrp.adv.pts.ref":[
{type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"}
],
"gidgrp.rec.vrfdat":[
{type: "date", required: false, message: "输入正确的日期"} {type: "date", required: false, message: "输入正确的日期"}
], ],
"gidgrp.rec.tenclsdatc":[
"gidgrp.rec.orddat":[
{type: "date", required: false, message: "输入正确的日期"} {type: "date", required: false, message: "输入正确的日期"}
], ],
"gidgrp.blk.covgodsrvc":[
{type: "string", required: true, message: "必输项"}, "gitp.advp.ptsget.sdamod.dadsnd":[
{max: 65,message:"长度不能超过65"} {type: "string", required: false, message: "必输项"},
{max: 16,message:"长度不能超过16"}
], ],
"gidgrp.blk.atxcovgodsrvc":[ "gidgrp.adv.pts.extkey":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 65,message:"长度不能超过65"} {max: 16,message:"长度不能超过16"}
], ],
"gitp.advp.ptsget.sdamod.seainf":[
"gidgrp.rec.orcratc":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 14,message:"长度不能超过14"} {max: 3,message:"长度不能超过3"}
], ],
"gidgrp.rec.orcamtc":[
{type: "number", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"}, "gidgrp.adv.namelc":[
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" } {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
], ],
"gidgrp.blk.orcplcc":[ "gidgrp.adv.pts.adrblk":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.rec.accc":[ "gidgrp.adv.dbfadrblkcn":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.rec.jurlawtxtc":[
{type: "string", required: false, message: "必输项"},
{max: 65,message:"长度不能超过65"}
"gidgrp.rec.opndat":[
{type: "date", required: false, message: "输入正确的日期"}
], ],
"gidgrp.rec.jurplcc":[ "gidgrp.adv.adrelc":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.rec.tenrefc":[
"gidgrp.blk.apprultxt":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"gidgrp.rec.tendatc":[
"gidgrp.rec.inudat":[
{type: "date", required: false, message: "输入正确的日期"} {type: "date", required: false, message: "输入正确的日期"}
], ],
"gidgrp.rec.trmdatc":[
"gidgrp.rec.liadat":[
{type: "date", required: false, message: "输入正确的日期"} {type: "date", required: false, message: "输入正确的日期"}
], ],
"gidgrp.blk.addinfc":[
{type: "string", required: true, message: "必输项"},
{max: 35,message:"长度不能超过35"}
],
"gidgrp.blk.gidtxtc":[ "gidgrp.blk.liatxtc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"} {max: 65,message:"长度不能超过65"}
], ],
"gidgrp.blk.gtxgidtxtc":[ "gidgrp.blk.atxliatxtc":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 1,message:"长度不能超过1"} {max: 65,message:"长度不能超过65"}
], ],
"gidgrp.gidcxm.warran":[
{type: "string", required: false, message: "必输项"},
{max: 40,message:"长度不能超过40"}
],
"gidgrp.cbs.mac2.cur":[
{type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"}
],
"gidgrp.cbs.mac2.amt":[
{type: "number", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
],
"gidgrp.cbs.opc2.cur":[
{type: "string", required: false, message: "必输项"},
{max: 3,message:"长度不能超过3"}
],
"gidgrp.cbs.opc2.amt":[
{type: "number", required: false, message: "必输项"},
{max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
],
"gidgrp.blk.addamtcovc":[
{type: "string", required: true, message: "必输项"},
{max: 65,message:"长度不能超过65"}
],
} }
\ No newline at end of file
...@@ -5,6 +5,8 @@ import Pub from "../Public" ...@@ -5,6 +5,8 @@ import Pub from "../Public"
export default class Gitpop{ export default class Gitpop{
constructor () { constructor () {
this.data = { this.data = {
decreadat:"", // Validity for Declaration of Readiness .decreadat
decreatxt:"", // Declaration of Readiness Text .decreatxt
gitp:{ gitp:{
laborcdat:"", // Label for Contract Date .gitp.laborcdat laborcdat:"", // Label for Contract Date .gitp.laborcdat
labaddinf:"", // Label for Additional Info .gitp.labaddinf labaddinf:"", // Label for Additional Info .gitp.labaddinf
...@@ -14,50 +16,62 @@ export default class Gitpop{ ...@@ -14,50 +16,62 @@ export default class Gitpop{
}, },
aplnamtxt:"", // 申请人名称 .gitp.aplnamtxt aplnamtxt:"", // 申请人名称 .gitp.aplnamtxt
indirectswiadd:"", // InDirect Swift Add .gitp.indirectswiadd indirectswiadd:"", // InDirect Swift Add .gitp.indirectswiadd
swiftflg:"", // 是否SWIFT格式 .gitp.swiftflg labaddinfc:"", // Label for Additional Info in Sequence C .gitp.labaddinfc
recget:{ covgodsrvcmodflg:"", // Modify Object of Contract Sequence C .gitp.covgodsrvcmodflg
sdamod:{ covgodc:{
seainf:"", // Reference .gitp.recget.sdamod.seainf chkast:"", // Allow * .gitp.covgodc.chkast
dadsnd:"", // Drag Drop Sender .gitp.recget.sdamod.dadsnd
},
}, },
aamp:{ gidtxtmodflg:"", // Modify Guarantee Text .gitp.gidtxtmodflg
aammod:{ chkgidtxt:"", // Allow * .gitp.chkgidtxt
addamtflg:"", // Add. Amount .gitp.aamp.aammod.addamtflg gidtxtmodflgc:"", // Modify Guarantee Text - Local Undertaking Seq. C .gitp.gidtxtmodflgc
chkgidtxtc:"", // Allow * .gitp.chkgidtxtc
swiftflg:"", // 是否SWIFT格式 .gitp.swiftflg
aacp:{
aacmod:{
addamtflg:"", // Add. Amount .gitp.aacp.aacmod.addamtflg
}, },
}, },
exptxtmodflg:"", // Modify Expiry Condition/Event .gitp.exptxtmodflg exptxtmodflg:"", // Modify Expiry Condition/Event .gitp.exptxtmodflg
liatxtcmodflg:"", // Modify Liability Condition/Event - Counter Undertaking .gitp.liatxtcmodflg prepermodflg:"", // Modify Document and Presentation Instructions .gitp.prepermodflg
usr:{ chkpreper:"", // Allow * .gitp.chkpreper
extkey:"", // Responsible User .gitp.usr.extkey chargi:{
chkast:"", // Allow * .gitp.chargi.chkast
}, },
usrget:{ prepercmodflg:"", // Modify Document and Presentation Instructions .gitp.prepercmodflg
sdamod:{ chkpreperc:"", // Allow * .gitp.chkpreperc
seainf:"", // .gitp.usrget.sdamod.seainf chargic:{
chkast:"", // Allow * .gitp.chargic.chkast
},
apcp:{
ptsget:{
sdamod:{
seainf:"", // .gitp.apcp.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .gitp.apcp.ptsget.sdamod.dadsnd
},
}, },
}, },
inccormsgflg:"", // Incoming Corporate Message Flag .gitp.inccormsgflg apcsupflg:"", // Suppress Applicant in 760 Seqence C Flag .gitp.apcsupflg
drpreflglab1:"", // Label for Type of Request .gitp.drpreflglab1 ctcp:{
inc760:"", // incoming lose .gitp.inc760
morapllab:"", // Label set if nore than one applicant .gitp.morapllab
drpreflglab:"", // Label for Type of Request .gitp.drpreflglab
bantyp:"", // bank typ .gitp.bantyp
letterlabel:"", // LETTERLABEL .gitp.letterlabel
oppbnkl:"", // 对手行代码 .gitp.oppbnkl
drpreflg:"", // Type of Request .gitp.drpreflg
aplp:{
ptsget:{ ptsget:{
sdamod:{ sdamod:{
seainf:"", // .gitp.aplp.ptsget.sdamod.seainf seainf:"", // .gitp.ctcp.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .gitp.aplp.ptsget.sdamod.dadsnd dadsnd:"", // Drag Drop Sender .gitp.ctcp.ptsget.sdamod.dadsnd
}, },
}, },
}, },
benp:{ becp:{
ptsget:{ ptsget:{
sdamod:{ sdamod:{
seainf:"", // .gitp.benp.ptsget.sdamod.seainf seainf:"", // .gitp.becp.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .gitp.benp.ptsget.sdamod.dadsnd dadsnd:"", // Drag Drop Sender .gitp.becp.ptsget.sdamod.dadsnd
},
},
},
avcp:{
ptsget:{
sdamod:{
dadsnd:"", // Drag Drop Sender .gitp.avcp.ptsget.sdamod.dadsnd
seainf:"", // .gitp.avcp.ptsget.sdamod.seainf
}, },
}, },
}, },
...@@ -69,16 +83,22 @@ export default class Gitpop{ ...@@ -69,16 +83,22 @@ export default class Gitpop{
}, },
}, },
}, },
advp:{ benp:{
ptsget:{ ptsget:{
sdamod:{ sdamod:{
seainf:"", // .gitp.advp.ptsget.sdamod.seainf seainf:"", // .gitp.benp.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .gitp.advp.ptsget.sdamod.dadsnd dadsnd:"", // Drag Drop Sender .gitp.benp.ptsget.sdamod.dadsnd
},
},
},
aplp:{
ptsget:{
sdamod:{
seainf:"", // .gitp.aplp.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .gitp.aplp.ptsget.sdamod.dadsnd
}, },
}, },
}, },
lettername:"", // 面函标题 .gitp.lettername
dzbhflg:"", // 电子保函标志 .gitp.dzbhflg
ctrp:{ ctrp:{
ptsget:{ ptsget:{
sdamod:{ sdamod:{
...@@ -87,6 +107,7 @@ export default class Gitpop{ ...@@ -87,6 +107,7 @@ export default class Gitpop{
}, },
}, },
}, },
morapllab:"", // Label set if nore than one applicant .gitp.morapllab
aplsupflg:"", // Suppress Applicant in 760 Seqence B Flag .gitp.aplsupflg aplsupflg:"", // Suppress Applicant in 760 Seqence B Flag .gitp.aplsupflg
atbp:{ atbp:{
ptsget:{ ptsget:{
...@@ -118,63 +139,44 @@ export default class Gitpop{ ...@@ -118,63 +139,44 @@ export default class Gitpop{
}, },
}, },
}, },
prepermodflg:"", // Modify Document and Presentation Instructions .gitp.prepermodflg recget:{
chkpreper:"", // Allow * .gitp.chkpreper sdamod:{
chargi:{ seainf:"", // .gitp.recget.sdamod.seainf
chkast:"", // Allow * .gitp.chargi.chkast dadsnd:"", // Drag Drop Sender .gitp.recget.sdamod.dadsnd
},
gidtxtmodflg:"", // Modify Guarantee Text .gitp.gidtxtmodflg
chkgidtxt:"", // Allow * .gitp.chkgidtxt
aacp:{
aacmod:{
addamtflg:"", // Add. Amount .gitp.aacp.aacmod.addamtflg
}, },
}, },
apcp:{ aamp:{
ptsget:{ aammod:{
sdamod:{ addamtflg:"", // Add. Amount .gitp.aamp.aammod.addamtflg
seainf:"", // .gitp.apcp.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .gitp.apcp.ptsget.sdamod.dadsnd
},
}, },
}, },
apcsupflg:"", // Suppress Applicant in 760 Seqence C Flag .gitp.apcsupflg liatxtcmodflg:"", // Modify Liability Condition/Event - Counter Undertaking .gitp.liatxtcmodflg
ctcp:{ usr:{
ptsget:{ extkey:"", // Responsible User .gitp.usr.extkey
sdamod:{
seainf:"", // .gitp.ctcp.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .gitp.ctcp.ptsget.sdamod.dadsnd
},
},
}, },
becp:{ usrget:{
ptsget:{ sdamod:{
sdamod:{ seainf:"", // .gitp.usrget.sdamod.seainf
seainf:"", // .gitp.becp.ptsget.sdamod.seainf
dadsnd:"", // Drag Drop Sender .gitp.becp.ptsget.sdamod.dadsnd
},
}, },
}, },
avcp:{ inccormsgflg:"", // Incoming Corporate Message Flag .gitp.inccormsgflg
drpreflglab1:"", // Label for Type of Request .gitp.drpreflglab1
inc760:"", // incoming lose .gitp.inc760
drpreflglab:"", // Label for Type of Request .gitp.drpreflglab
bantyp:"", // bank typ .gitp.bantyp
letterlabel:"", // LETTERLABEL .gitp.letterlabel
oppbnkl:"", // 对手行代码 .gitp.oppbnkl
drpreflg:"", // Type of Request .gitp.drpreflg
advp:{
ptsget:{ ptsget:{
sdamod:{ sdamod:{
dadsnd:"", // Drag Drop Sender .gitp.avcp.ptsget.sdamod.dadsnd seainf:"", // .gitp.advp.ptsget.sdamod.seainf
seainf:"", // .gitp.avcp.ptsget.sdamod.seainf dadsnd:"", // Drag Drop Sender .gitp.advp.ptsget.sdamod.dadsnd
}, },
}, },
}, },
prepercmodflg:"", // Modify Document and Presentation Instructions .gitp.prepercmodflg lettername:"", // 面函标题 .gitp.lettername
chkpreperc:"", // Allow * .gitp.chkpreperc dzbhflg:"", // 电子保函标志 .gitp.dzbhflg
chargic:{
chkast:"", // Allow * .gitp.chargic.chkast
},
labaddinfc:"", // Label for Additional Info in Sequence C .gitp.labaddinfc
covgodsrvcmodflg:"", // Modify Object of Contract Sequence C .gitp.covgodsrvcmodflg
covgodc:{
chkast:"", // Allow * .gitp.covgodc.chkast
},
gidtxtmodflgc:"", // Modify Guarantee Text - Local Undertaking Seq. C .gitp.gidtxtmodflgc
chkgidtxtc:"", // Allow * .gitp.chkgidtxtc
}, },
gidgrp:{ gidgrp:{
rec:{ rec:{
...@@ -196,10 +198,44 @@ export default class Gitpop{ ...@@ -196,10 +198,44 @@ export default class Gitpop{
bilvvv:"", // 上浮比率 .gidgrp.rec.bilvvv bilvvv:"", // 上浮比率 .gidgrp.rec.bilvvv
bngcod:"", // 企业海关编码 .gidgrp.rec.bngcod bngcod:"", // 企业海关编码 .gidgrp.rec.bngcod
mannum:"", // 手册号码 .gidgrp.rec.mannum mannum:"", // 手册号码 .gidgrp.rec.mannum
orcrefc:"", // Contract Reference .gidgrp.rec.orcrefc
orcdatc:"", // Date from Original Contract - Local Undertaking Seq. C .gidgrp.rec.orcdatc
tenclsdatc:"", // Closing Date .gidgrp.rec.tenclsdatc
orcratc:"", // Original Perc./ Rate .gidgrp.rec.orcratc
orccurc:"", // Contract Amount .gidgrp.rec.orccurc
orcamtc:"", // Contract Amount .gidgrp.rec.orcamtc
accc:"", // A/c Adv. Paym. Guar. .gidgrp.rec.accc
jurlawc:"", // Governing Law .gidgrp.rec.jurlawc
jurlawtxtc:"", // Governing Law .gidgrp.rec.jurlawtxtc
jurplcc:"", // Place of Jurisdiction .gidgrp.rec.jurplcc
tenrefc:"", // Tender Reference .gidgrp.rec.tenrefc
tendatc:"", // Tender Date .gidgrp.rec.tendatc
trmdatc:"", // Latest Transmission .gidgrp.rec.trmdatc
ownref:"", // Reference .gidgrp.rec.ownref
fingua:"", // 是否对外担保 .gidgrp.rec.fingua fingua:"", // 是否对外担保 .gidgrp.rec.fingua
cfaguatyp:"", // 对外担保类型 .gidgrp.rec.cfaguatyp cfaguatyp:"", // 对外担保类型 .gidgrp.rec.cfaguatyp
cmtflg:"", // 跨境人民币保函 .gidgrp.rec.cmtflg cmtflg:"", // 跨境人民币保函 .gidgrp.rec.cmtflg
ownref:"", // Reference .gidgrp.rec.ownref opndatc:"", // Requested Issue Date .gidgrp.rec.opndatc
gartypc:"", // Undertaking Type .gidgrp.rec.gartypc
legfrmc:"", // Form of Undertaking .gidgrp.rec.legfrmc
demandc:"", // Demand Indicator .gidgrp.rec.demandc
stdwrdc:"", // Standard wording required .gidgrp.rec.stdwrdc
gtxinrc:"", // Choice of Text .gidgrp.rec.gtxinrc
exptyp:"", // Expiry Type .gidgrp.rec.exptyp
expdat:"", // Validity until .gidgrp.rec.expdat
autrnwflgc:"", // Auto-Renewal - Local Undertaking Seq. C .gidgrp.rec.autrnwflgc
stdwrduilc:"", // Requested Language .gidgrp.rec.stdwrduilc
delori:"", // Delivery of Undertak. .gidgrp.rec.delori
deloritxt:"", // Delivery of Undertak. .gidgrp.rec.deloritxt
sndto:"", // Undertaking Send to .gidgrp.rec.sndto
delto:"", // Deliv. To/Collection By .gidgrp.rec.delto
transfer:"", // Transfer Indicator .gidgrp.rec.transfer
chato:"", // Own Charges Borne by .gidgrp.rec.chato
deloric:"", // Delivery of Undertak. .gidgrp.rec.deloric
deloritxtc:"", // Delivery of Undertak. .gidgrp.rec.deloritxtc
deltoc:"", // Deli. To/Collection By .gidgrp.rec.deltoc
transferc:"", // Transfer Indicator - Local Undertaking Seq. C .gidgrp.rec.transferc
stacty:"", // Risk Country .gidgrp.rec.stacty
resflg:"", // Reserved Contract .gidgrp.rec.resflg resflg:"", // Reserved Contract .gidgrp.rec.resflg
rejflg:"", // Direct rejection .gidgrp.rec.rejflg rejflg:"", // Direct rejection .gidgrp.rec.rejflg
drpreflg:"", // Type of Request .gidgrp.rec.drpreflg drpreflg:"", // Type of Request .gidgrp.rec.drpreflg
...@@ -214,8 +250,6 @@ export default class Gitpop{ ...@@ -214,8 +250,6 @@ export default class Gitpop{
secuilflg:"", // Bilingual Guarantee .gidgrp.rec.secuilflg secuilflg:"", // Bilingual Guarantee .gidgrp.rec.secuilflg
gtxinr:"", // Choice of Text .gidgrp.rec.gtxinr gtxinr:"", // Choice of Text .gidgrp.rec.gtxinr
atxinr:"", // Choice of Text .gidgrp.rec.atxinr atxinr:"", // Choice of Text .gidgrp.rec.atxinr
exptyp:"", // Expiry Type .gidgrp.rec.exptyp
expdat:"", // Valid until .gidgrp.rec.expdat
liatypc:"", // Liability Type .gidgrp.rec.liatypc liatypc:"", // Liability Type .gidgrp.rec.liatypc
liadat:"", // Our Liability until .gidgrp.rec.liadat liadat:"", // Our Liability until .gidgrp.rec.liadat
oldref:"", // Old Reference .gidgrp.rec.oldref oldref:"", // Old Reference .gidgrp.rec.oldref
...@@ -232,81 +266,47 @@ export default class Gitpop{ ...@@ -232,81 +266,47 @@ export default class Gitpop{
guaflg:"", // Mortgage Flag .gidgrp.rec.guaflg guaflg:"", // Mortgage Flag .gidgrp.rec.guaflg
vrfdat:"", // 核销日期 .gidgrp.rec.vrfdat vrfdat:"", // 核销日期 .gidgrp.rec.vrfdat
fenlishi:"", // 是否分离式保函 .gidgrp.rec.fenlishi fenlishi:"", // 是否分离式保函 .gidgrp.rec.fenlishi
stacty:"", // Risk Country .gidgrp.rec.stacty
delori:"", // Delivery of Undertak. .gidgrp.rec.delori
deloritxt:"", // Delivery of Undertak. .gidgrp.rec.deloritxt
sndto:"", // Undertaking Send to .gidgrp.rec.sndto
delto:"", // Deliv. To/Collection By .gidgrp.rec.delto
transfer:"", // Transfer Indicator .gidgrp.rec.transfer
chato:"", // Own Charges Borne by .gidgrp.rec.chato
opndatc:"", // Requested Issue Date .gidgrp.rec.opndatc
gartypc:"", // Undertaking Type .gidgrp.rec.gartypc
legfrmc:"", // Form of Undertaking .gidgrp.rec.legfrmc
demandc:"", // Demand Indicator .gidgrp.rec.demandc
stdwrdc:"", // Standard wording required .gidgrp.rec.stdwrdc
gtxinrc:"", // Choice of Text .gidgrp.rec.gtxinrc
autrnwflgc:"", // Auto-Renewal - Local Undertaking Seq. C .gidgrp.rec.autrnwflgc
stdwrduilc:"", // Requested Language .gidgrp.rec.stdwrduilc
deloric:"", // Delivery of Undertak. .gidgrp.rec.deloric
deloritxtc:"", // Delivery of Undertak. .gidgrp.rec.deloritxtc
deltoc:"", // Deli. To/Collection By .gidgrp.rec.deltoc
transferc:"", // Transfer Indicator - Local Undertaking Seq. C .gidgrp.rec.transferc
orcrefc:"", // Contract Reference .gidgrp.rec.orcrefc
orcdatc:"", // Date from Original Contract - Local Undertaking Seq. C .gidgrp.rec.orcdatc
tenclsdatc:"", // Closing Date .gidgrp.rec.tenclsdatc
orcratc:"", // Original Perc./ Rate .gidgrp.rec.orcratc
orccurc:"", // Contract Amount .gidgrp.rec.orccurc
orcamtc:"", // Contract Amount .gidgrp.rec.orcamtc
accc:"", // A/c Adv. Paym. Guar. .gidgrp.rec.accc
jurlawc:"", // Governing Law .gidgrp.rec.jurlawc
jurlawtxtc:"", // Governing Law .gidgrp.rec.jurlawtxtc
jurplcc:"", // Place of Jurisdiction .gidgrp.rec.jurplcc
tenrefc:"", // Tender Reference .gidgrp.rec.tenrefc
tendatc:"", // Tender Date .gidgrp.rec.tendatc
trmdatc:"", // Latest Transmission .gidgrp.rec.trmdatc
}, },
blk:{ blk:{
covgodsrv:"", // Object of Contract .gidgrp.blk.covgodsrv covgodsrv:"", // Object of Contract .gidgrp.blk.covgodsrv
orcplc:"", // Original Contract Place .gidgrp.blk.orcplc orcplc:"", // Original Contract Place .gidgrp.blk.orcplc
addinf:"", // Additional Info .gidgrp.blk.addinf addinf:"", // Additional Info .gidgrp.blk.addinf
atxcovgodsrv:"", // Underly. Transact. Det. .gidgrp.blk.atxcovgodsrv atxcovgodsrv:"", // Underly. Transact. Det. .gidgrp.blk.atxcovgodsrv
gartyptxtin:"", // Specification of Type of Undertaking - Counter Undertaking .gidgrp.blk.gartyptxtin covgodsrvc:"", // Object of Contract - Local Undertaking Seq. C .gidgrp.blk.covgodsrvc
apprul:"", // Applicable Rules .gidgrp.blk.apprul orcplcc:"", // Original Contract Place - Local Undertaking Seq. C .gidgrp.blk.orcplcc
apprultxt:"", // Applicable Rules .gidgrp.blk.apprultxt addinfc:"", // Additional Info - Local Undertaking Seq. C .gidgrp.blk.addinfc
atxcovgodsrvc:"", // Underly. Transact. Det. .gidgrp.blk.atxcovgodsrvc
gidtxt:"", // Guarantee Text .gidgrp.blk.gidtxt
gtxgidtxt:"", // Guarantee Text with Variables .gidgrp.blk.gtxgidtxt
gidtxtc:"", // Guarantee Text local undertaking .gidgrp.blk.gidtxtc
gtxgidtxtc:"", // Guarantee Text with Variables - Counter Undertaking .gidgrp.blk.gtxgidtxtc
gartyptxtc:"", // Undertaking Type .gidgrp.blk.gartyptxtc
apprulc:"", // Applicable Rules .gidgrp.blk.apprulc
apprultxtc:"", // Applicable Rules .gidgrp.blk.apprultxtc
exptxt:"", // Expiry Condition/ Evt. .gidgrp.blk.exptxt exptxt:"", // Expiry Condition/ Evt. .gidgrp.blk.exptxt
atxexptxt:"", // Expiry Condition/ Evt. .gidgrp.blk.atxexptxt atxexptxt:"", // Expiry Condition/ Evt. .gidgrp.blk.atxexptxt
liatxtc:"", // Liability Condition .gidgrp.blk.liatxtc
atxliatxtc:"", // Liability Condition .gidgrp.blk.atxliatxtc
deltoadr:"", // Delivery to Address .gidgrp.blk.deltoadr deltoadr:"", // Delivery to Address .gidgrp.blk.deltoadr
preper:"", // Presentation Instr. .gidgrp.blk.preper preper:"", // Presentation Instr. .gidgrp.blk.preper
atxpreper:"", // Presentation Instr. .gidgrp.blk.atxpreper atxpreper:"", // Presentation Instr. .gidgrp.blk.atxpreper
trfcond:"", // Transfer Conditions .gidgrp.blk.trfcond trfcond:"", // Transfer Conditions .gidgrp.blk.trfcond
feetxt:"", // Additional Details to Code for Charges .gidgrp.blk.feetxt feetxt:"", // Additional Details to Code for Charges .gidgrp.blk.feetxt
gidtxt:{
rows: []
}, // Guarantee Text .gidgrp.blk.gidtxt
gtxgidtxt:"", // Guarantee Text with Variables .gidgrp.blk.gtxgidtxt
gartyptxtc:"", // Undertaking Type .gidgrp.blk.gartyptxtc
apprulc:"", // Applicable Rules .gidgrp.blk.apprulc
apprultxtc:"", // Applicable Rules .gidgrp.blk.apprultxtc
deltoadrc:"", // Delivery to Address .gidgrp.blk.deltoadrc deltoadrc:"", // Delivery to Address .gidgrp.blk.deltoadrc
preperc:"", // Presentation Instr. .gidgrp.blk.preperc preperc:"", // Presentation Instr. .gidgrp.blk.preperc
atxpreperc:"", // Presentation Instr. .gidgrp.blk.atxpreperc atxpreperc:"", // Presentation Instr. .gidgrp.blk.atxpreperc
trfcondc:"", // Transfer Conditions .gidgrp.blk.trfcondc trfcondc:"", // Transfer Conditions .gidgrp.blk.trfcondc
feetxtc:"", // Additional Details to Code for Charges .gidgrp.blk.feetxtc feetxtc:"", // Additional Details to Code for Charges .gidgrp.blk.feetxtc
covgodsrvc:"", // Object of Contract - Local Undertaking Seq. C .gidgrp.blk.covgodsrvc gartyptxtin:"", // Specification of Type of Undertaking - Counter Undertaking .gidgrp.blk.gartyptxtin
orcplcc:"", // Original Contract Place - Local Undertaking Seq. C .gidgrp.blk.orcplcc apprul:"", // Applicable Rules .gidgrp.blk.apprul
addinfc:"", // Additional Info - Local Undertaking Seq. C .gidgrp.blk.addinfc apprultxt:"", // Applicable Rules .gidgrp.blk.apprultxt
atxcovgodsrvc:"", // Underly. Transact. Det. .gidgrp.blk.atxcovgodsrvc liatxtc:"", // Liability Condition .gidgrp.blk.liatxtc
gidtxtc:"", // Guarantee Text local undertaking .gidgrp.blk.gidtxtc atxliatxtc:"", // Liability Condition .gidgrp.blk.atxliatxtc
gtxgidtxtc:"", // Guarantee Text with Variables - Counter Undertaking .gidgrp.blk.gtxgidtxtc addamtcovc:"", // Covered .gidgrp.blk.addamtcovc
}, },
ghd:{ ghd:{
bustyp:"", // 业务类型 .gidgrp.ghd.bustyp bustyp:"", // 业务类型 .gidgrp.ghd.bustyp
wahnum:"", // 仓库号 .gidgrp.ghd.wahnum wahnum:"", // 仓库号 .gidgrp.ghd.wahnum
remark:"", // 备注 .gidgrp.ghd.remark remark:"", // 备注 .gidgrp.ghd.remark
aplnam:"", // 申请人名称关税保函专用 .gidgrp.ghd.aplnam aplnam:"", // 申请人名称关税保函专用 .gidgrp.ghd.aplnam
segtyp:"", // 特殊保函类型 .gidgrp.ghd.segtyp
idcode:"", // 统一社会信用代码 .gidgrp.ghd.idcode idcode:"", // 统一社会信用代码 .gidgrp.ghd.idcode
zsjzts:"", // 追索截止天数 .gidgrp.ghd.zsjzts zsjzts:"", // 追索截止天数 .gidgrp.ghd.zsjzts
bdbdbr:"", // 被担保人法定代表人 .gidgrp.ghd.bdbdbr bdbdbr:"", // 被担保人法定代表人 .gidgrp.ghd.bdbdbr
...@@ -324,6 +324,7 @@ export default class Gitpop{ ...@@ -324,6 +324,7 @@ export default class Gitpop{
sqrnam:"", // 申请人名称 .gidgrp.ghd.sqrnam sqrnam:"", // 申请人名称 .gidgrp.ghd.sqrnam
sqqyhg:"", // 申请人企业海关编码 .gidgrp.ghd.sqqyhg sqqyhg:"", // 申请人企业海关编码 .gidgrp.ghd.sqqyhg
beyzd1:"", // 备用字段1 .gidgrp.ghd.beyzd1 beyzd1:"", // 备用字段1 .gidgrp.ghd.beyzd1
segtyp:"", // 特殊保函类型 .gidgrp.ghd.segtyp
}, },
gidcxm:{ gidcxm:{
benefi:"", // 受益人名称 .gidgrp.gidcxm.benefi benefi:"", // 受益人名称 .gidgrp.gidcxm.benefi
...@@ -331,6 +332,10 @@ export default class Gitpop{ ...@@ -331,6 +332,10 @@ export default class Gitpop{
cxmflg:"", // 是否显示查询码 .gidgrp.gidcxm.cxmflg cxmflg:"", // 是否显示查询码 .gidgrp.gidcxm.cxmflg
}, },
cbs:{ cbs:{
mac:{
cur:"", // Guarantee Amount .gidgrp.cbs.mac.cur
amt:"", // Guarantee Amount .gidgrp.cbs.mac.amt
},
max:{ max:{
cur:"", // Guarantee Amount .gidgrp.cbs.max.cur cur:"", // Guarantee Amount .gidgrp.cbs.max.cur
amt:"", // Guarantee Amount .gidgrp.cbs.max.amt amt:"", // Guarantee Amount .gidgrp.cbs.max.amt
...@@ -339,22 +344,35 @@ export default class Gitpop{ ...@@ -339,22 +344,35 @@ export default class Gitpop{
cur:"", // Open Amount .gidgrp.cbs.opn1.cur cur:"", // Open Amount .gidgrp.cbs.opn1.cur
amt:"", // Balance .gidgrp.cbs.opn1.amt amt:"", // Balance .gidgrp.cbs.opn1.amt
}, },
mac:{ mac2:{
cur:"", // Guarantee Amount .gidgrp.cbs.mac.cur cur:"", // Additional Amount .gidgrp.cbs.mac2.cur
amt:"", // Guarantee Amount .gidgrp.cbs.mac.amt amt:"", // Balance .gidgrp.cbs.mac2.amt
},
opc2:{
cur:"", // Open Add. Amount .gidgrp.cbs.opc2.cur
amt:"", // Balance .gidgrp.cbs.opc2.amt
}, },
}, },
apl:{ apc:{
pts:new Pts().data, pts:new Pts().data,
namelc:"", // 名称 .gidgrp.apl.namelc namelc:"", // 名称 .gidgrp.apc.namelc
adrelc:"", // 地址 .gidgrp.apl.adrelc adrelc:"", // 地址 .gidgrp.apc.adrelc
dbfadrblkcn:"", // Chinese address .gidgrp.apl.dbfadrblkcn dbfadrblkcn:"", // Chinese address .gidgrp.apc.dbfadrblkcn
}, },
ben:{ ctc:{
pts:new Pts().data,
namelc:"", // 名称 .gidgrp.ctc.namelc
adrelc:"", // 地址 .gidgrp.ctc.adrelc
dbfadrblkcn:"", // Chinese address .gidgrp.ctc.dbfadrblkcn
},
bec:{
pts:new Pts().data,
namelc:"", // 名称 .gidgrp.bec.namelc
adrelc:"", // 地址 .gidgrp.bec.adrelc
dbfadrblkcn:"", // Chinese address .gidgrp.bec.dbfadrblkcn
},
avc:{
pts:new Pts().data, pts:new Pts().data,
namelc:"", // 名称 .gidgrp.ben.namelc
adrelc:"", // 地址 .gidgrp.ben.adrelc
dbfadrblkcn:"", // Chinese address .gidgrp.ben.dbfadrblkcn
}, },
iss:{ iss:{
pts:new Pts().data, pts:new Pts().data,
...@@ -362,11 +380,17 @@ export default class Gitpop{ ...@@ -362,11 +380,17 @@ export default class Gitpop{
adrelc:"", // 地址 .gidgrp.iss.adrelc adrelc:"", // 地址 .gidgrp.iss.adrelc
dbfadrblkcn:"", // Chinese address .gidgrp.iss.dbfadrblkcn dbfadrblkcn:"", // Chinese address .gidgrp.iss.dbfadrblkcn
}, },
adv:{ ben:{
pts:new Pts().data, pts:new Pts().data,
namelc:"", // 名称 .gidgrp.adv.namelc namelc:"", // 名称 .gidgrp.ben.namelc
adrelc:"", // 地址 .gidgrp.adv.adrelc adrelc:"", // 地址 .gidgrp.ben.adrelc
dbfadrblkcn:"", // Chinese address .gidgrp.adv.dbfadrblkcn dbfadrblkcn:"", // Chinese address .gidgrp.ben.dbfadrblkcn
},
apl:{
pts:new Pts().data,
namelc:"", // 名称 .gidgrp.apl.namelc
adrelc:"", // 地址 .gidgrp.apl.adrelc
dbfadrblkcn:"", // Chinese address .gidgrp.apl.dbfadrblkcn
}, },
ctr:{ ctr:{
pts:new Pts().data, pts:new Pts().data,
...@@ -392,34 +416,17 @@ export default class Gitpop{ ...@@ -392,34 +416,17 @@ export default class Gitpop{
adrelc:"", // 地址 .gidgrp.bdb.adrelc adrelc:"", // 地址 .gidgrp.bdb.adrelc
dbfadrblkcn:"", // Chinese address .gidgrp.bdb.dbfadrblkcn dbfadrblkcn:"", // Chinese address .gidgrp.bdb.dbfadrblkcn
}, },
apc:{ adv:{
pts:new Pts().data,
namelc:"", // 名称 .gidgrp.apc.namelc
adrelc:"", // 地址 .gidgrp.apc.adrelc
dbfadrblkcn:"", // Chinese address .gidgrp.apc.dbfadrblkcn
},
ctc:{
pts:new Pts().data,
namelc:"", // 名称 .gidgrp.ctc.namelc
adrelc:"", // 地址 .gidgrp.ctc.adrelc
dbfadrblkcn:"", // Chinese address .gidgrp.ctc.dbfadrblkcn
},
bec:{
pts:new Pts().data,
namelc:"", // 名称 .gidgrp.bec.namelc
adrelc:"", // 地址 .gidgrp.bec.adrelc
dbfadrblkcn:"", // Chinese address .gidgrp.bec.dbfadrblkcn
},
avc:{
pts:new Pts().data, pts:new Pts().data,
namelc:"", // 名称 .gidgrp.adv.namelc
adrelc:"", // 地址 .gidgrp.adv.adrelc
dbfadrblkcn:"", // Chinese address .gidgrp.adv.dbfadrblkcn
}, },
}, },
setmod:new Pub().data.Setmod, setmod:new Pub().data.Setmod,
mtabut:new Pub().data.Mtabut, mtabut:new Pub().data.Mtabut,
trnmod:new Pub().data.Trnmod, trnmod:new Pub().data.Trnmod,
liaall: new Pub().data.Liaall, liaall: new Pub().data.Liaall,
decreadat:"", // Validity for Declaration of Readiness .decreadat
decreatxt:"", // Declaration of Readiness Text .decreatxt
pageId: "" // ctx的key pageId: "" // ctx的key
} }
} }
......
...@@ -60,6 +60,7 @@ ...@@ -60,6 +60,7 @@
v-model="model.dftcre.oricur" v-model="model.dftcre.oricur"
style="width: 95%" style="width: 95%"
placeholder="请选择单据金额:" placeholder="请选择单据金额:"
:code="codes.cur"
> >
</c-select> </c-select>
</el-form-item> </el-form-item>
...@@ -79,6 +80,7 @@ ...@@ -79,6 +80,7 @@
v-model="model.dftcre.dfdgrp.cbs.max.cur" v-model="model.dftcre.dfdgrp.cbs.max.cur"
style="width: 95%" style="width: 95%"
placeholder="请选择代付金额:" placeholder="请选择代付金额:"
:code="codes.cur"
> >
</c-select> </c-select>
</el-form-item> </el-form-item>
...@@ -97,6 +99,7 @@ ...@@ -97,6 +99,7 @@
v-model="model.dftcre.dfdgrp.cbs.opn1.cur" v-model="model.dftcre.dfdgrp.cbs.opn1.cur"
style="width: 95%" style="width: 95%"
placeholder="请选择代付余额:" placeholder="请选择代付余额:"
:code="codes.cur"
> >
</c-select> </c-select>
</el-form-item> </el-form-item>
...@@ -121,6 +124,7 @@ ...@@ -121,6 +124,7 @@
v-model="model.dftcre.dfdgrp.rec.fintyp" v-model="model.dftcre.dfdgrp.rec.fintyp"
style="width: 95%" style="width: 95%"
placeholder="请选择代付类型:" placeholder="请选择代付类型:"
:code="fintyp"
> >
</c-select> </c-select>
</el-form-item> </el-form-item>
...@@ -132,6 +136,7 @@ ...@@ -132,6 +136,7 @@
v-model="model.dftcre.dfdgrp.rec.dfuflg" v-model="model.dftcre.dfdgrp.rec.dfuflg"
style="width: 95%" style="width: 95%"
placeholder="请选择境内境外代付:" placeholder="请选择境内境外代付:"
:code="codes.dfuflg"
> >
</c-select> </c-select>
</el-form-item> </el-form-item>
...@@ -146,6 +151,7 @@ ...@@ -146,6 +151,7 @@
v-model="model.dftcre.dfdgrp.rec.invtyp" v-model="model.dftcre.dfdgrp.rec.invtyp"
style="width: 100%" style="width: 100%"
placeholder="请选择发票类型" placeholder="请选择发票类型"
:code="codes.invtyp"
> >
</c-select> </c-select>
</el-form-item> </el-form-item>
...@@ -157,6 +163,7 @@ ...@@ -157,6 +163,7 @@
v-model="model.dftcre.dfdgrp.rec.trntyp" v-model="model.dftcre.dfdgrp.rec.trntyp"
style="width: 95%" style="width: 95%"
placeholder="请选择交易类型:" placeholder="请选择交易类型:"
:code="trntyp"
> >
</c-select> </c-select>
</el-form-item> </el-form-item>
...@@ -197,6 +204,7 @@ ...@@ -197,6 +204,7 @@
v-model="model.dftcre.dfdgrp.rec.intprd" v-model="model.dftcre.dfdgrp.rec.intprd"
style="width: 95%" style="width: 95%"
placeholder="请选择计息周期:" placeholder="请选择计息周期:"
:code="codes.intprd"
> >
</c-select> </c-select>
</el-form-item> </el-form-item>
...@@ -216,6 +224,7 @@ ...@@ -216,6 +224,7 @@
v-model="model.dftcre.dfdgrp.rec.flttyp" v-model="model.dftcre.dfdgrp.rec.flttyp"
style="width: 95%" style="width: 95%"
placeholder="请选择利率浮动方式:" placeholder="请选择利率浮动方式:"
:code="codes.flttyp"
> >
</c-select> </c-select>
</el-form-item> </el-form-item>
...@@ -234,6 +243,7 @@ ...@@ -234,6 +243,7 @@
v-model="model.dftcre.dfdgrp.rec.guaflg" v-model="model.dftcre.dfdgrp.rec.guaflg"
style="width: 95%" style="width: 95%"
placeholder="请选择货押标识:" placeholder="请选择货押标识:"
:code="codes.guaflg"
> >
</c-select> </c-select>
</el-form-item> </el-form-item>
...@@ -377,7 +387,7 @@ ...@@ -377,7 +387,7 @@
<c-input <c-input
v-model="model.dftcre.dfdgrp.rec.bnkact" v-model="model.dftcre.dfdgrp.rec.bnkact"
maxlength="32" maxlength="32"
placeholder="请输入同业代付内部�'�号" placeholder="请输入同业代付内部号"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -548,7 +558,19 @@ export default { ...@@ -548,7 +558,19 @@ export default {
props: ["model", "codes"], props: ["model", "codes"],
mixins: [commonProcess], mixins: [commonProcess],
data() { data() {
return {}; return {
trntyp: [
{ label: "买方单据", value: "BD" },
{ label: "汇出汇款", value: "CP" },
{ label: "进口代收", value: "BC" },
{ label: "卖方信用证", value: "BF" },
{ label: "进口信用证", value: "BR" },
],
fintyp:[
{label: "我行融资", value: "A"},
{label: "我行风险参与", value: "B"},
],
};
}, },
methods: { ...Event }, methods: { ...Event },
created: function () {}, created: function () {},
......
...@@ -103,16 +103,6 @@ export default { ...@@ -103,16 +103,6 @@ export default {
}, },
methods:{ methods:{
...Event, ...Event,
async cfaChange(){
let rtnmsg = await this.executeDefault("cfaflg")
if (rtnmsg.respCode == SUCCESS) {
//TODO 处理数据逻辑
this.updateModel(rtnmsg.data);
} else {
this.$notify.error({ title: '错误', message: '服务请求失败!' });
}
}
}, },
created:function(){ created:function(){
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="4" class="centerLable"> <c-col :span="4" class="centerLable">
<c-checkbox v-if="model.gidgrp.cbs.max.cur=='CNY'" disabled v-model="cmtflg">跨境人民币保函</c-checkbox> <c-checkbox v-if="model.gidgrp.cbs.max.cur=='CNY'" disabled v-model="model.gidgrp.rec.cmtflg">跨境人民币保函</c-checkbox>
</c-col> </c-col>
<!-- <c-checkbox v-if="model.gidgrp.rec.fingua=='Y'" disabled v-model="model.gidgrp.rec.cmtflg">跨境人民币保函</c-checkbox> --> <!-- <c-checkbox v-if="model.gidgrp.rec.fingua=='Y'" disabled v-model="model.gidgrp.rec.cmtflg">跨境人民币保函</c-checkbox> -->
</c-col> </c-col>
...@@ -89,15 +89,15 @@ export default { ...@@ -89,15 +89,15 @@ export default {
} }
}, },
computed: { computed: {
cmtflg:{ // cmtflg:{
get() { // get() {
return this.model.gidgrp.rec.fingua=='Y'; // return this.model.gidgrp.rec.fingua=='Y';
}, // },
set(val) { // set(val) {
this.model.gidgrp.rec.cmtflg = val ? 'X' : ''; // this.model.gidgrp.rec.cmtflg = val ? 'X' : '';
}, // },
}, // },
}, },
methods:{...Event}, methods:{...Event},
created:function(){ created:function(){
......
...@@ -268,7 +268,7 @@ ...@@ -268,7 +268,7 @@
placeholder="请选择Applicable Rules" placeholder="请选择Applicable Rules"
> >
<el-option <el-option
v-for="item in apprul" v-for="item in codes.apprul"
:key="item.value" :key="item.value"
:label="item.label" :label="item.label"
:value="item.value" :value="item.value"
...@@ -387,13 +387,7 @@ ...@@ -387,13 +387,7 @@
placeholder="请选择Choice of Text" placeholder="请选择Choice of Text"
:code="codes.gtxinr" :code="codes.gtxinr"
> >
<!-- <el-option
v-for="item in codes.gtxinr"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option> -->
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -819,7 +813,7 @@ ...@@ -819,7 +813,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="4" v-if="model.gidgrp.cbs.max.cur=='CNY'&&model.gitp.swiftflg!='Y'" class="centerLable"> <c-col :span="4" v-if="model.gidgrp.cbs.max.cur=='CNY'&&model.gitp.swiftflg!='Y'" class="centerLable">
<c-checkbox label="跨境人民币保函" disabled v-model="cmtflg" <c-checkbox label="跨境人民币保函" disabled v-model="model.gidgrp.rec.cmtflg"
>跨境人民币保函</c-checkbox >跨境人民币保函</c-checkbox
> >
<!-- <c-checkbox label="跨境人民币保函" v-if="model.gidgrp.rec.fingua=='Y'" disabled v-model="model.gidgrp.rec.cmtflg" <!-- <c-checkbox label="跨境人民币保函" v-if="model.gidgrp.rec.fingua=='Y'" disabled v-model="model.gidgrp.rec.cmtflg"
...@@ -1585,13 +1579,6 @@ export default { ...@@ -1585,13 +1579,6 @@ export default {
mixins: [commonProcess], mixins: [commonProcess],
data(){ data(){
return { return {
apprul:[
{label:"UCPR Undertaking is subject to UCP Rules f. Doc. Credit",value:"UCPR" },
{label:"OTHR The guarantee is subject to another set of rules, see Narrative",value:"OTHR" },
{label:"URDG The guarantee is subject to the ICC Rules for Demand Guarantees",value:"URDG" },
{label:"ISPR The guarantee is not subject to any set of rule",value:"ISPR"},
{label:"NONE The guarantee is not subject to any set of rule",value:"NONE" },
],
legfrm:[ legfrm:[
{label:"Standby letter of credit ",value:"STBY" }, {label:"Standby letter of credit ",value:"STBY" },
{label:"OTHER",value:"DEPU" }, {label:"OTHER",value:"DEPU" },
...@@ -1600,15 +1587,15 @@ export default { ...@@ -1600,15 +1587,15 @@ export default {
} }
}, },
computed: { computed: {
cmtflg:{ // cmtflg:{
get() { // get() {
return this.model.gidgrp.rec.fingua=="Y"; // return this.model.gidgrp.rec.fingua=="Y";
}, // },
set(val) { // set(val) {
this.model.gidgrp.rec.cmtflg = val ? "X" : ""; // this.model.gidgrp.rec.cmtflg = val ? "X" : "";
}, // },
}, // },
// liaflg:{ // liaflg:{
// get(){ // get(){
// return this.model.gidgrp.rec.expflg=='X'&&this.model.gidgrp.rec.hndtyp=='OC'; // return this.model.gidgrp.rec.expflg=='X'&&this.model.gidgrp.rec.hndtyp=='OC';
......
...@@ -319,6 +319,9 @@ export default { ...@@ -319,6 +319,9 @@ export default {
if (name === "conp") { if (name === "conp") {
rulePath = "recp.conp"; rulePath = "recp.conp";
} }
if(name==="cfap"){
rulepath = "cfap";
}
// if (name === "glepan") { // if (name === "glepan") {
// rulePath = "glepan"; // rulePath = "glepan";
// } // }
......
<template>
<div class="eibs-tab">
<c-row>
<c-col :span="24">
<c-col :span="12">
<c-col :span="24">
<c-col :span="14">
<el-form-item label="Additional Amount" prop="gidgrp.cbs.mac2.cur">
<c-input disabled v-model="model.gidgrp.cbs.mac2.cur" maxlength="3" placeholder="请输入Additional Amount"></c-input>
</el-form-item>
</c-col>
<c-col :span="10">
<c-input v-model="model.gidgrp.cbs.mac2.amt" placeholder="请输入Balance"></c-input>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="14">
<el-form-item label="Open Add. Amount" prop="gidgrp.cbs.opc2.cur">
<c-input disabled v-model="model.gidgrp.cbs.opc2.cur" maxlength="3" placeholder="请输入Open Add. Amount"></c-input>
</el-form-item>
</c-col>
<c-col :span="10">
<c-input disabled v-model="model.gidgrp.cbs.opc2.amt" placeholder="请输入Balance"></c-input>
</c-col>
</c-col>
</c-col>
<c-col :span="11" :offset="1">
<c-col :span="24">
<el-form-item label="Covered" prop="gidgrp.blk.addamtcovc">
<c-input type="textarea" :rows="4" v-model="model.gidgrp.blk.addamtcovc" maxlength="65" show-word-limit placeholder="请输入Covered" ></c-input>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-row>
<!-- <c-col :span="12">
<el-form-item label="Additional Amount" prop="gidgrp.cbs.mac2.cur">
<c-input v-model="model.gidgrp.cbs.mac2.cur" maxlength="3" placeholder="请输入Additional Amount"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Balance" prop="gidgrp.cbs.mac2.amt">
<c-input v-model="model.gidgrp.cbs.mac2.amt" placeholder="请输入Balance"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Open Add. Amount" prop="gidgrp.cbs.opc2.cur">
<c-input v-model="model.gidgrp.cbs.opc2.cur" maxlength="3" placeholder="请输入Open Add. Amount"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Balance" prop="gidgrp.cbs.opc2.amt">
<c-input v-model="model.gidgrp.cbs.opc2.amt" placeholder="请输入Balance"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Covered" prop="gidgrp.blk.addamtcovc">
<c-input type="textarea" v-model="model.gidgrp.blk.addamtcovc" maxlength="65" show-word-limit placeholder="请输入Covered" ></c-input>
</el-form-item>
</c-col> -->
</div>
</template>
<script>
import Api from "~/service/Api"
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Gitpop/Event"
export default {
inject: ['root'],
props:["model","codes"],
mixins: [commonProcess],
data(){
return {
}
},
methods:{...Event},
created:function(){
}
}
</script>
<style>
</style>
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg!='Y'" label="Law of Jurisdiction" prop="gidgrp.rec.jurlaw"> <el-form-item v-if="model.gitp.swiftflg!='Y'" label="Law of Jurisdiction" prop="gidgrp.rec.jurlaw">
<c-input v-model="model.gidgrp.rec.jurlaw" maxlength="35" placeholder="请输入Law of Jurisdiction"></c-input> <c-input disabled v-model="model.gidgrp.rec.jurlaw" maxlength="35" placeholder="请输入Law of Jurisdiction"></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
......
...@@ -5,17 +5,17 @@ ...@@ -5,17 +5,17 @@
<c-col :span="11"> <c-col :span="11">
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Contract Reference" prop="gidgrp.rec.orcrefc"> <el-form-item label="Contract Reference" prop="gidgrp.rec.orcrefc">
<c-input v-model="model.gidgrp.rec.orcrefc" maxlength="35" placeholder="请输入Contract Reference"></c-input> <c-input disabled v-model="model.gidgrp.rec.orcrefc" maxlength="35" placeholder="请输入Contract Reference"></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Contract Date" prop="gidgrp.rec.orcdatc"> <el-form-item label="Contract Date" prop="gidgrp.rec.orcdatc">
<c-date-picker type="date" v-model="model.gidgrp.rec.orcdatc" style="width:100%" placeholder="请选择Date from Original Contract"></c-date-picker> <c-date-picker disabled type="date" v-model="model.gidgrp.rec.orcdatc" style="width:100%" placeholder="请选择Date from Original Contract"></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Closing Date" prop="gidgrp.rec.tenclsdatc"> <el-form-item label="Closing Date" prop="gidgrp.rec.tenclsdatc">
<c-date-picker type="date" v-model="model.gidgrp.rec.tenclsdatc" style="width:100%" placeholder="请选择Closing Date"></c-date-picker> <c-date-picker disabled type="date" v-model="model.gidgrp.rec.tenclsdatc" style="width:100%" placeholder="请选择Closing Date"></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
...@@ -37,13 +37,13 @@ ...@@ -37,13 +37,13 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Original Perc./ Rate" prop="gidgrp.rec.orcratc"> <el-form-item label="Original Perc./ Rate" prop="gidgrp.rec.orcratc">
<c-input v-model="model.gidgrp.rec.orcratc" placeholder="请输入Original Perc./ Rate"></c-input> <c-input disabled v-model="model.gidgrp.rec.orcratc" placeholder="请输入Original Perc./ Rate"></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-col :span="12"> <c-col :span="12">
<el-form-item label="Contract Amount " prop="gidgrp.rec.orccurc"> <el-form-item label="Contract Amount " prop="gidgrp.rec.orccurc">
<c-select v-model="model.gidgrp.rec.orccurc" style="width:100%" placeholder="请选择Contract Amount "> <c-select disabled v-model="model.gidgrp.rec.orccurc" style="width:100%" placeholder="请选择Contract Amount ">
<el-option <el-option
v-for="item in codes.curtxt" v-for="item in codes.curtxt"
:key="item.value" :key="item.value"
...@@ -55,19 +55,19 @@ ...@@ -55,19 +55,19 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="11" :offset="1"> <c-col :span="11" :offset="1">
<c-input v-model="model.gidgrp.rec.orcamtc" placeholder="请输入Contract Amount "></c-input> <c-input disabled v-model="model.gidgrp.rec.orcamtc" placeholder="请输入Contract Amount "></c-input>
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Original Contract Place" prop="gidgrp.blk.orcplcc"> <el-form-item label="Original Contract Place" prop="gidgrp.blk.orcplcc">
<c-input type="textarea" v-model="model.gidgrp.blk.orcplcc" maxlength="35" show-word-limit placeholder="请输入Original Contract Place" ></c-input> <c-input disabled type="textarea" v-model="model.gidgrp.blk.orcplcc" maxlength="35" show-word-limit placeholder="请输入Original Contract Place" ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="11" :offset="1"> <c-col :span="11" :offset="1">
<c-col :span="24"> <c-col :span="24">
<el-form-item label="A/c for Adv. Paym. Guar." prop="gidgrp.rec.accc"> <el-form-item label="A/c for Adv. Paym. Guar." prop="gidgrp.rec.accc">
<c-input v-model="model.gidgrp.rec.accc" maxlength="35" placeholder="请输入A/c for Adv. Paym. Guar."></c-input> <c-input disabled v-model="model.gidgrp.rec.accc" maxlength="35" placeholder="请输入A/c for Adv. Paym. Guar."></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="11" :offset="1"> <c-col :span="11" :offset="1">
<c-input v-model="model.gidgrp.rec.jurlawtxtc" maxlength="65" placeholder="请输入Governing Law "></c-input> <c-input disabled v-model="model.gidgrp.rec.jurlawtxtc" maxlength="65" placeholder="请输入Governing Law "></c-input>
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
...@@ -95,22 +95,22 @@ ...@@ -95,22 +95,22 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Tender Reference" prop="gidgrp.rec.tenrefc"> <el-form-item label="Tender Reference" prop="gidgrp.rec.tenrefc">
<c-input v-model="model.gidgrp.rec.tenrefc" maxlength="35" placeholder="请输入Tender Reference"></c-input> <c-input disabled v-model="model.gidgrp.rec.tenrefc" maxlength="35" placeholder="请输入Tender Reference"></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Tender Date" prop="gidgrp.rec.tendatc"> <el-form-item label="Tender Date" prop="gidgrp.rec.tendatc">
<c-date-picker type="date" v-model="model.gidgrp.rec.tendatc" style="width:100%" placeholder="请选择Tender Date"></c-date-picker> <c-date-picker disabled type="date" v-model="model.gidgrp.rec.tendatc" style="width:100%" placeholder="请选择Tender Date"></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Latest Transmiss. Date" prop="gidgrp.rec.trmdatc"> <el-form-item label="Latest Transmiss. Date" prop="gidgrp.rec.trmdatc">
<c-date-picker type="date" v-model="model.gidgrp.rec.trmdatc" style="width:100%" placeholder="请选择Latest Transmiss. Date"></c-date-picker> <c-date-picker disabled type="date" v-model="model.gidgrp.rec.trmdatc" style="width:100%" placeholder="请选择Latest Transmiss. Date"></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Additional Info" prop="gidgrp.blk.addinfc"> <el-form-item label="Additional Info" prop="gidgrp.blk.addinfc">
<c-input type="textarea" v-model="model.gidgrp.blk.addinfc" maxlength="35" show-word-limit placeholder="请输入Additional Info" ></c-input> <c-input disabled type="textarea" v-model="model.gidgrp.blk.addinfc" maxlength="35" show-word-limit placeholder="请输入Additional Info" ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
......
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
></c-input> ></c-input>
</c-col> </c-col>
<c-col :span="4" class="centerLable"> <c-col :span="4" class="centerLable">
<c-checkbox v-if="model.gitp.swiftflg!='Y'" v-model="model.gitp.dzbhflg">电子保函标志</c-checkbox> <c-checkbox v-show="model.gitp.swiftflg!='Y'" v-model="model.gitp.dzbhflg">电子保函标志</c-checkbox>
</c-col> </c-col>
</c-col> </c-col>
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,7 @@
></c-input> ></c-input>
<!-- </el-form-item> --> <!-- </el-form-item> -->
</c-col> </c-col>
<c-col :span="4" v-if="model.gitp.swiftflg=='Y'" class="centerLable"> <c-col :span="4" v-show="model.gitp.swiftflg=='Y'" class="centerLable">
<c-checkbox v-model="model.gitp.inc760">incoming lose</c-checkbox> <c-checkbox v-model="model.gitp.inc760">incoming lose</c-checkbox>
</c-col> </c-col>
<!-- <c-col :span="4" class="centerLable"> <!-- <c-col :span="4" class="centerLable">
...@@ -170,8 +170,8 @@ ...@@ -170,8 +170,8 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg=='Y'" label="Incoming Purpose " prop="gidgrp.rec.purposin"> <el-form-item v-show="model.gitp.swiftflg=='Y'" label="Incoming Purpose " prop="gidgrp.rec.purposin">
<c-select :disabled="model.gitp.inc760==''" v-model="model.gidgrp.rec.purposin" style="width:100%" placeholder="请选择Incoming Purpose "> <c-select disabled v-model="model.gidgrp.rec.purposin" style="width:100%" placeholder="请选择Incoming Purpose ">
<el-option <el-option
v-for="item in codes.purposin" v-for="item in codes.purposin"
:key="item.value" :key="item.value"
...@@ -185,7 +185,7 @@ ...@@ -185,7 +185,7 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg=='Y'" label="Outgoing Purpose" prop="gidgrp.rec.purpos"> <el-form-item v-show="model.gitp.swiftflg=='Y'" label="Outgoing Purpose" prop="gidgrp.rec.purpos">
<c-select v-model="model.gidgrp.rec.purpos" style="width:100%" placeholder="请选择Outgoing Purpose"> <c-select v-model="model.gidgrp.rec.purpos" style="width:100%" placeholder="请选择Outgoing Purpose">
<el-option <el-option
v-for="item in codes.purpos" v-for="item in codes.purpos"
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg=='Y'" label="Form of Undertaking" prop="gidgrp.rec.legfrm"> <el-form-item v-show="model.gitp.swiftflg=='Y'" label="Form of Undertaking" prop="gidgrp.rec.legfrm">
<c-select v-model="model.gidgrp.rec.legfrm" style="width:100%" placeholder="请选择Form of Undertaking"> <c-select v-model="model.gidgrp.rec.legfrm" style="width:100%" placeholder="请选择Form of Undertaking">
<el-option <el-option
v-for="item in codes.legfrm" v-for="item in codes.legfrm"
...@@ -257,7 +257,7 @@ ...@@ -257,7 +257,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg=='Y'" label="Demand Indicator" prop="gidgrp.rec.demand"> <el-form-item v-show="model.gitp.swiftflg=='Y'" label="Demand Indicator" prop="gidgrp.rec.demand">
<c-select v-model="model.gidgrp.rec.demand" style="width:100%" placeholder="请选择Demand Indicator"> <c-select v-model="model.gidgrp.rec.demand" style="width:100%" placeholder="请选择Demand Indicator">
<el-option <el-option
v-for="item in codes.demand" v-for="item in codes.demand"
...@@ -279,7 +279,7 @@ ...@@ -279,7 +279,7 @@
placeholder="请选择Applicable Rules" placeholder="请选择Applicable Rules"
> >
<el-option <el-option
v-for="item in apprul" v-for="item in codes.apprul"
:key="item.value" :key="item.value"
:label="item.label" :label="item.label"
:value="item.value" :value="item.value"
...@@ -320,7 +320,7 @@ ...@@ -320,7 +320,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg!='Y'" label="核销日期" prop="gidgrp.rec.vrfdat"> <el-form-item v-show="model.gitp.swiftflg!='Y'" label="核销日期" prop="gidgrp.rec.vrfdat">
<c-date-picker <c-date-picker
type="date" type="date"
v-model="model.gidgrp.rec.vrfdat" v-model="model.gidgrp.rec.vrfdat"
...@@ -331,7 +331,7 @@ ...@@ -331,7 +331,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg!='Y'" label="特殊保函类型" prop="gidgrp.ghd.segtyp"> <el-form-item v-show="model.gitp.swiftflg!='Y'" label="特殊保函类型" prop="gidgrp.ghd.segtyp">
<c-select <c-select
v-model="model.gidgrp.ghd.segtyp" v-model="model.gidgrp.ghd.segtyp"
style="width: 100%" style="width: 100%"
...@@ -348,7 +348,7 @@ ...@@ -348,7 +348,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg!='Y'" label="是否分离式保函" prop="gidgrp.rec.fenlishi"> <el-form-item v-show="model.gitp.swiftflg!='Y'" label="是否分离式保函" prop="gidgrp.rec.fenlishi">
<c-select <c-select
v-model="model.gidgrp.rec.fenlishi" v-model="model.gidgrp.rec.fenlishi"
style="width: 100%" style="width: 100%"
...@@ -365,7 +365,7 @@ ...@@ -365,7 +365,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg!='Y'" label="Choice of Text" prop="gidgrp.rec.gtxinr"> <el-form-item v-show="model.gitp.swiftflg!='Y'" label="Choice of Text" prop="gidgrp.rec.gtxinr">
<c-select <c-select
v-model="model.gidgrp.rec.gtxinr" v-model="model.gidgrp.rec.gtxinr"
style="width: 100%" style="width: 100%"
...@@ -383,7 +383,7 @@ ...@@ -383,7 +383,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg=='Y'" label="Choice of Text" prop="gidgrp.rec.atxinr"> <el-form-item v-show="model.gitp.swiftflg=='Y'" label="Choice of Text" prop="gidgrp.rec.atxinr">
<c-select v-model="model.gidgrp.rec.atxinr" style="width:100%" placeholder="请选择Choice of Text"> <c-select v-model="model.gidgrp.rec.atxinr" style="width:100%" placeholder="请选择Choice of Text">
</c-select> </c-select>
</el-form-item> </el-form-item>
...@@ -395,7 +395,7 @@ ...@@ -395,7 +395,7 @@
</el-form-item> </el-form-item>
</c-col> --> </c-col> -->
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg!='Y'" label="Order Date" prop="gidgrp.rec.orddat"> <el-form-item v-show="model.gitp.swiftflg!='Y'" label="Order Date" prop="gidgrp.rec.orddat">
<c-date-picker <c-date-picker
type="date" type="date"
v-model="model.gidgrp.rec.orddat" v-model="model.gidgrp.rec.orddat"
...@@ -411,7 +411,7 @@ ...@@ -411,7 +411,7 @@
</c-col> --> </c-col> -->
<c-col :span="24"> <c-col :span="24">
<c-col :span="14"> <c-col :span="14">
<el-form-item v-if="model.gitp.swiftflg!='Y'" label="Validity until" prop="gidgrp.rec.expdat"> <el-form-item v-show="model.gitp.swiftflg!='Y'" label="Validity until" prop="gidgrp.rec.expdat">
<c-date-picker <c-date-picker
:disabled="model.gidgrp.rec.expflg=='X'" :disabled="model.gidgrp.rec.expflg=='X'"
type="date" type="date"
...@@ -421,12 +421,12 @@ ...@@ -421,12 +421,12 @@
></c-date-picker> ></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="7" v-if="model.gitp.swiftflg!='Y'" class="centerLable"> <c-col :span="7" v-show="model.gitp.swiftflg!='Y'" class="centerLable">
<c-checkbox v-model="model.gidgrp.rec.expflg" <c-checkbox v-model="model.gidgrp.rec.expflg"
>Unlimited Guarantee</c-checkbox >Unlimited Guarantee</c-checkbox
> >
</c-col> </c-col>
<c-col :span="3" v-if="model.gitp.swiftflg!='Y'" class="centerLable"> <c-col :span="3" v-show="model.gitp.swiftflg!='Y'" class="centerLable">
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
...@@ -454,7 +454,7 @@ ...@@ -454,7 +454,7 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="14"> <c-col :span="14">
<el-form-item <el-form-item
v-if="model.gitp.swiftflg!='Y'" v-show="model.gitp.swiftflg!='Y'"
label="Our Liability until" label="Our Liability until"
prop="gidgrp.rec.liadat" prop="gidgrp.rec.liadat"
> >
...@@ -467,13 +467,13 @@ ...@@ -467,13 +467,13 @@
></c-date-picker> ></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="7" v-if="model.gitp.swiftflg!='Y'" class="centerLable"> <c-col :span="7" v-show="model.gitp.swiftflg!='Y'" class="centerLable">
<c-checkbox v-model="model.gidgrp.rec.liaflg" <c-checkbox v-model="model.gidgrp.rec.liaflg"
:disabled="model.gidgrp.rec.hndtyp!='OC'||model.gidgrp.rec.expflg=='X'" :disabled="model.gidgrp.rec.hndtyp!='OC'||model.gidgrp.rec.expflg=='X'"
>Unlimited Liability</c-checkbox >Unlimited Liability</c-checkbox
> >
</c-col> </c-col>
<c-col :span="3" v-if="model.gitp.swiftflg!='Y'" class="centerLable"> <c-col :span="3" v-show="model.gitp.swiftflg!='Y'" class="centerLable">
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
...@@ -484,7 +484,7 @@ ...@@ -484,7 +484,7 @@
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg!='Y'" label="Old Reference" prop="gidgrp.rec.oldref"> <el-form-item v-show="model.gitp.swiftflg!='Y'" label="Old Reference" prop="gidgrp.rec.oldref">
<c-input <c-input
v-model="model.gidgrp.rec.oldref" v-model="model.gidgrp.rec.oldref"
maxlength="16" maxlength="16"
...@@ -493,7 +493,7 @@ ...@@ -493,7 +493,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg!='Y'" label="Inure Date" prop="gidgrp.rec.inudat"> <el-form-item v-show="model.gitp.swiftflg!='Y'" label="Inure Date" prop="gidgrp.rec.inudat">
<c-date-picker <c-date-picker
type="date" type="date"
v-model="model.gidgrp.rec.inudat" v-model="model.gidgrp.rec.inudat"
...@@ -503,7 +503,7 @@ ...@@ -503,7 +503,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg!='Y'" label="Mortgage Flag" prop="gidgrp.rec.guaflg"> <el-form-item v-show="model.gitp.swiftflg!='Y'" label="Mortgage Flag" prop="gidgrp.rec.guaflg">
<c-select <c-select
v-model="model.gidgrp.rec.guaflg" v-model="model.gidgrp.rec.guaflg"
style="width: 100%" style="width: 100%"
...@@ -539,7 +539,7 @@ ...@@ -539,7 +539,7 @@
</c-col> --> </c-col> -->
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg!='Y'" label="Name" prop="gidgrp.rec.nam"> <el-form-item v-show="model.gitp.swiftflg!='Y'" label="Name" prop="gidgrp.rec.nam">
<c-input <c-input
v-model="model.gidgrp.rec.nam" v-model="model.gidgrp.rec.nam"
maxlength="40" maxlength="40"
...@@ -549,12 +549,12 @@ ...@@ -549,12 +549,12 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg!='Y'" label="申请人" prop="gidgrp.apl.pts.ref"> <el-form-item v-show="model.gitp.swiftflg!='Y'" label="申请人" prop="gidgrp.apl.pts.ref">
<c-input :disabled="model.gidgrp.ghd.segtyp=='02'" v-model="model.gidgrp.apl.pts.ref" maxlength="16" placeholder="请输入Applicant Ref."></c-input> <c-input :disabled="model.gidgrp.ghd.segtyp=='02'" v-model="model.gidgrp.apl.pts.ref" maxlength="16" placeholder="请输入Applicant Ref."></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg!='Y'" label="申请人" prop="gidgrp.apl.pts.extkey"> <el-form-item v-show="model.gitp.swiftflg!='Y'" label="申请人" prop="gidgrp.apl.pts.extkey">
<c-fullbox> <c-fullbox>
<c-input :disabled="model.gidgrp.ghd.segtyp=='02'" v-model="model.gidgrp.apl.pts.extkey" <c-input :disabled="model.gidgrp.ghd.segtyp=='02'" v-model="model.gidgrp.apl.pts.extkey"
maxlength="16" maxlength="16"
...@@ -579,7 +579,7 @@ ...@@ -579,7 +579,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg!='Y'" label="地址名称" prop="gidgrp.apl.pts.adrblk"> <el-form-item v-show="model.gitp.swiftflg!='Y'" label="地址名称" prop="gidgrp.apl.pts.adrblk">
<c-input :disabled="model.gidgrp.ghd.segtyp=='02'||model.gidgrp.rec.hndtyp!='OT'" type="textarea" v-model="model.gidgrp.apl.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入地址名称" ></c-input> <c-input :disabled="model.gidgrp.ghd.segtyp=='02'||model.gidgrp.rec.hndtyp!='OT'" type="textarea" v-model="model.gidgrp.apl.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入地址名称" ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -599,7 +599,7 @@ ...@@ -599,7 +599,7 @@
</c-col> --> </c-col> -->
<c-col :span="24"> <c-col :span="24">
<c-ptap v-if="model.gitp.swiftflg!='Y'" :model="model" :argadr="{ <c-ptap v-show="model.gitp.swiftflg!='Y'" :model="model" :argadr="{
title: '开证行', title: '开证行',
grp: 'gidgrp', grp: 'gidgrp',
rol: 'adv', rol: 'adv',
...@@ -611,12 +611,12 @@ ...@@ -611,12 +611,12 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg!='Y'" label="受益人参考号" prop="gidgrp.ben.pts.ref"> <el-form-item v-show="model.gitp.swiftflg!='Y'" label="受益人参考号" prop="gidgrp.ben.pts.ref">
<c-input :disabled="model.gidgrp.ghd.segtyp=='02'" v-model="model.gidgrp.ben.pts.ref" maxlength="16" placeholder="请输入受益人参考号"></c-input> <c-input :disabled="model.gidgrp.ghd.segtyp=='02'" v-model="model.gidgrp.ben.pts.ref" maxlength="16" placeholder="请输入受益人参考号"></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg!='Y'" label="受益人" prop="gidgrp.ben.pts.extkey"> <el-form-item v-show="model.gitp.swiftflg!='Y'" label="受益人" prop="gidgrp.ben.pts.extkey">
<c-fullbox> <c-fullbox>
<c-input :disabled="model.gidgrp.ghd.segtyp=='02'" v-model="model.gidgrp.ben.pts.extkey" <c-input :disabled="model.gidgrp.ghd.segtyp=='02'" v-model="model.gidgrp.ben.pts.extkey"
maxlength="16" maxlength="16"
...@@ -640,7 +640,7 @@ ...@@ -640,7 +640,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg!='Y'" label="地址名称" prop="gidgrp.ben.pts.adrblk"> <el-form-item v-show="model.gitp.swiftflg!='Y'" label="地址名称" prop="gidgrp.ben.pts.adrblk">
<c-input :disabled="model.gidgrp.ghd.segtyp=='02'||model.gidgrp.rec.hndtyp=='OT'" type="textarea" v-model="model.gidgrp.ben.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入地址名称" ></c-input> <c-input :disabled="model.gidgrp.ghd.segtyp=='02'||model.gidgrp.rec.hndtyp=='OT'" type="textarea" v-model="model.gidgrp.ben.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入地址名称" ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -780,7 +780,7 @@ ...@@ -780,7 +780,7 @@
</c-col> --> </c-col> -->
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg!='Y'" label="被保证人" prop="gidgrp.gidcxm.warran"> <el-form-item v-show="model.gitp.swiftflg!='Y'" label="被保证人" prop="gidgrp.gidcxm.warran">
<c-input <c-input
v-model="model.gidgrp.gidcxm.warran" v-model="model.gidgrp.gidcxm.warran"
maxlength="40" maxlength="40"
...@@ -789,7 +789,7 @@ ...@@ -789,7 +789,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg!='Y'" label="Valid from" prop="gidgrp.rec.opndat"> <el-form-item v-show="model.gitp.swiftflg!='Y'" label="Valid from" prop="gidgrp.rec.opndat">
<c-date-picker <c-date-picker
type="date" type="date"
v-model="model.gidgrp.rec.opndat" v-model="model.gidgrp.rec.opndat"
...@@ -799,7 +799,7 @@ ...@@ -799,7 +799,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg!='Y'" label="是否对外担保" prop="gidgrp.rec.fingua"> <el-form-item v-show="model.gitp.swiftflg!='Y'" label="是否对外担保" prop="gidgrp.rec.fingua">
<c-select <c-select
disabled disabled
v-model="model.gidgrp.rec.fingua" v-model="model.gidgrp.rec.fingua"
...@@ -818,7 +818,7 @@ ...@@ -818,7 +818,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg!='Y'" label="对外担保类型" prop="gidgrp.rec.cfaguatyp"> <el-form-item v-show="model.gitp.swiftflg!='Y'" label="对外担保类型" prop="gidgrp.rec.cfaguatyp">
<c-select <c-select
disabled disabled
v-model="model.gidgrp.rec.cfaguatyp" v-model="model.gidgrp.rec.cfaguatyp"
...@@ -843,7 +843,7 @@ ...@@ -843,7 +843,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg!='Y'" label="是否显示查询码" prop="gidgrp.gidcxm.cxmflg"> <el-form-item v-show="model.gitp.swiftflg!='Y'" label="是否显示查询码" prop="gidgrp.gidcxm.cxmflg">
<c-select <c-select
v-model="model.gidgrp.gidcxm.cxmflg" v-model="model.gidgrp.gidcxm.cxmflg"
style="width: 100%" style="width: 100%"
...@@ -861,11 +861,11 @@ ...@@ -861,11 +861,11 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg=='Y'" label="Order Date" prop="gidgrp.rec.orddat"> <el-form-item v-show="model.gitp.swiftflg=='Y'" label="Order Date" prop="gidgrp.rec.orddat">
<c-date-picker <c-date-picker
type="date" type="date"
v-model="model.gidgrp.rec.orddat" v-model="model.gidgrp.rec.orddat"
style="width: 80%" style="width: 100%"
placeholder="请选择Order Date" placeholder="请选择Order Date"
></c-date-picker> ></c-date-picker>
</el-form-item> </el-form-item>
...@@ -876,13 +876,13 @@ ...@@ -876,13 +876,13 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg=='Y'" label="Valid from" prop="gidgrp.rec.opndat"> <el-form-item v-show="model.gitp.swiftflg=='Y'" label="Valid from" prop="gidgrp.rec.opndat">
<c-date-picker type="date" v-model="model.gidgrp.rec.opndat" style="width:100%" placeholder="请选择Valid from"></c-date-picker> <c-date-picker disabled type="date" v-model="model.gidgrp.rec.opndat" style="width:100%" placeholder="请选择Valid from"></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg=='Y'" label="Expiry Type" prop="gidgrp.rec.exptyp"> <el-form-item v-show="model.gitp.swiftflg=='Y'" label="Expiry Type" prop="gidgrp.rec.exptyp">
<c-select v-model="model.gidgrp.rec.exptyp" style="width:100%" placeholder="请选择Expiry Type"> <c-select v-model="model.gidgrp.rec.exptyp" style="width:100%" placeholder="请选择Expiry Type">
<el-option <el-option
v-for="item in codes.exptyp" v-for="item in codes.exptyp"
...@@ -895,36 +895,43 @@ ...@@ -895,36 +895,43 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg=='Y'" label="Validity until" prop="gidgrp.rec.expdat"> <c-col :span="20">
<c-date-picker :disabled="model.gidgrp.rec.exptyp=='OPEN'" <el-form-item v-show="model.gitp.swiftflg=='Y'" label="Validity until" prop="gidgrp.rec.expdat">
type="date" <c-date-picker :disabled="model.gidgrp.rec.exptyp=='OPEN'"
v-model="model.gidgrp.rec.expdat" type="date"
style="width: 100%" v-model="model.gidgrp.rec.expdat"
placeholder="请选择Validity until" style="width: 90%"
></c-date-picker> placeholder="请选择Validity until"
</el-form-item> ></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="4" v-show="model.gitp.swiftflg=='Y'" class="centerLable">
<c-checkbox disabled v-model="model.gidgrp.rec.expflg"
>Unlimited Guarantee</c-checkbox
>
</c-col>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-col :span="20"> <c-col :span="20">
<el-form-item v-if="model.gitp.swiftflg=='Y'" label="Expiry Condition/ Evt." prop="gidgrp.blk.exptxt"> <el-form-item v-show="model.gitp.swiftflg=='Y'" label="Expiry Condition/ Evt." prop="gidgrp.blk.exptxt">
<c-input type="textarea" rows="4" :disabled="model.gitp.exptxtmodflg==''" v-model="model.gidgrp.blk.exptxt" maxlength="65" show-word-limit placeholder="请输入Expiry Condition/ Evt." ></c-input> <c-input type="textarea" rows="4" :disabled="model.gitp.exptxtmodflg==''" v-model="model.gidgrp.blk.exptxt" maxlength="65" show-word-limit placeholder="请输入Expiry Condition/ Evt." ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="4"> <c-col :span="4">
<c-checkbox v-if="model.gitp.swiftflg=='Y'" v-model="model.gitp.exptxtmodflg" :disabled="model.gidgrp.rec.exptyp=='FIXD'||model.gidgrp.rec.exptyp=='OPEN'||model.gidgrp.rec.exptyp==''" style="margin:0 0 0 10px">Modify Text</c-checkbox> <c-checkbox v-show="model.gitp.swiftflg=='Y'" v-model="model.gitp.exptxtmodflg" :disabled="model.gidgrp.rec.exptyp=='FIXD'||model.gidgrp.rec.exptyp=='OPEN'||model.gidgrp.rec.exptyp==''" style="margin:0 0 0 10px">Modify Text</c-checkbox>
<c-button v-if="model.gitp.swiftflg=='Y'" disabled size="small" type="primary" style="margin:5px 0 0 10px" @click="onGitpButdifexptxt"> <c-button v-show="model.gitp.swiftflg=='Y'" disabled size="small" type="primary" style="margin:5px 0 0 10px" @click="onGitpButdifexptxt">
vs. &System vs. &System
</c-button> </c-button>
<c-button v-if="model.gitp.swiftflg=='Y'" disabled size="small" type="primary" style="margin:5px 0 0 10px" @click="onGitpButdifhisexptxt"> <c-button v-show="model.gitp.swiftflg=='Y'" disabled size="small" type="primary" style="margin:5px 0 0 10px" @click="onGitpButdifhisexptxt">
vs. &History vs. &History
</c-button> </c-button>
</c-col> </c-col>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item v-if="model.gitp.swiftflg=='Y'" label="Liability Type " prop="gidgrp.rec.liatypc"> <el-form-item v-show="model.gitp.swiftflg=='Y'" label="Liability Type " prop="gidgrp.rec.liatypc">
<c-select :disabled="model.gidgrp.rec.purpos=='ISSU'" v-model="model.gidgrp.rec.liatypc" style="width:100%" placeholder="请选择Liability Type "> <c-select :disabled="model.gidgrp.rec.purpos=='ISSU'||model.gidgrp.rec.purpos==''" v-model="model.gidgrp.rec.liatypc" style="width:100%" placeholder="请选择Liability Type ">
<el-option <el-option
v-for="item in codes.liatypc" v-for="item in codes.liatypc"
:key="item.value" :key="item.value"
...@@ -939,11 +946,11 @@ ...@@ -939,11 +946,11 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="20"> <c-col :span="20">
<el-form-item <el-form-item
v-if="model.gitp.swiftflg=='Y'" v-show="model.gitp.swiftflg=='Y'"
label="Our Liability until" label="Our Liability until"
prop="gidgrp.rec.liadat" prop="gidgrp.rec.liadat"
> >
<c-date-picker :disabled="model.gidgrp.rec.liatypc=='OPEN'" <c-date-picker :disabled="model.gidgrp.rec.liatypc=='OPEN'||model.gidgrp.rec.liatypc==''"
type="date" type="date"
v-model="model.gidgrp.rec.liadat" v-model="model.gidgrp.rec.liadat"
style="width: 90%" style="width: 90%"
...@@ -951,8 +958,8 @@ ...@@ -951,8 +958,8 @@
></c-date-picker> ></c-date-picker>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="4" v-if="model.gitp.swiftflg=='Y'" class="centerLable"> <c-col :span="4" v-show="model.gitp.swiftflg=='Y'" class="centerLable">
<c-checkbox v-model="model.gidgrp.rec.liaflg" <c-checkbox disabled v-model="model.gidgrp.rec.liaflg"
>Unlimited Liability</c-checkbox >Unlimited Liability</c-checkbox
> >
</c-col> </c-col>
...@@ -960,16 +967,16 @@ ...@@ -960,16 +967,16 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="20"> <c-col :span="20">
<el-form-item v-if="model.gitp.swiftflg=='Y'" label="Liability Condition" prop="gidgrp.blk.liatxtc"> <el-form-item v-show="model.gitp.swiftflg=='Y'" label="Liability Condition" prop="gidgrp.blk.liatxtc">
<c-input type="textarea" :disabled="model.gitp.liatxtcmodflg==''" rows="4" v-model="model.gidgrp.blk.liatxtc" maxlength="65" show-word-limit placeholder="请输入Liability Condition" ></c-input> <c-input type="textarea" :disabled="model.gitp.liatxtcmodflg==''" rows="4" v-model="model.gidgrp.blk.liatxtc" maxlength="65" show-word-limit placeholder="请输入Liability Condition" ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="4"> <c-col :span="4">
<c-checkbox v-if="model.gitp.swiftflg=='Y'" :disabled="model.gidgrp.rec.liatypc=='OPEN'||model.gidgrp.rec.liatypc=='FIXD'||model.gidgrp.rec.liatypc==''" v-model="model.gitp.liatxtcmodflg" style="margin:0 0 0 10px">Modify Text</c-checkbox> <c-checkbox v-show="model.gitp.swiftflg=='Y'" :disabled="model.gidgrp.rec.liatypc=='OPEN'||model.gidgrp.rec.liatypc=='FIXD'||model.gidgrp.rec.liatypc==''" v-model="model.gitp.liatxtcmodflg" style="margin:0 0 0 10px">Modify Text</c-checkbox>
<c-button v-if="model.gitp.swiftflg=='Y'" disabled size="small" type="primary" style="margin:5px 0 0 10px" @click="onGitpButdifliatxtc"> <c-button v-show="model.gitp.swiftflg=='Y'" disabled size="small" type="primary" style="margin:5px 0 0 10px" @click="onGitpButdifliatxtc">
vs. &System vs. &System
</c-button> </c-button>
<c-button v-if="model.gitp.swiftflg=='Y'" disabled size="small" type="primary" style="margin:5px 0 0 10px" @click="onGitpButdifhisliatxtc"> <c-button v-show="model.gitp.swiftflg=='Y'" disabled size="small" type="primary" style="margin:5px 0 0 10px" @click="onGitpButdifhisliatxtc">
vs. &History vs. &History
</c-button> </c-button>
</c-col> </c-col>
...@@ -1664,13 +1671,6 @@ export default { ...@@ -1664,13 +1671,6 @@ export default {
{ label: "Direct (we issue)", value: "OL" }, { label: "Direct (we issue)", value: "OL" },
{ label: "Indirect (please issue)", value: "OC" }, { label: "Indirect (please issue)", value: "OC" },
], ],
apprul:[
{label:"UCPR Undertaking is subject to UCP Rules f. Doc. Credit",value:"UCPR" },
{label:"OTHR The guarantee is subject to another set of rules, see Narrative",value:"OTHR" },
{label:"URDG The guarantee is subject to the ICC Rules for Demand Guarantees",value:"URDG" },
// {label:"ISPR The undertaking is subject to International Standby Practices ISP",value:"ISPR" },
{label:"NONE The guarantee is not subject to any set of rule",value:"NONE" },
],
codes: { codes: {
...CodeTable, ...CodeTable,
}, },
...@@ -1694,18 +1694,6 @@ export default { ...@@ -1694,18 +1694,6 @@ export default {
this.model.gidgrp.rec.liaflg='X'; this.model.gidgrp.rec.liaflg='X';
} }
}, },
"model.gidgrp.rec.legfrm":function(){
if(this.model.gidgrp.rec.legfrm=='DGAR'){
this.model.gidgrp.blk.apprul='URDG';
}else if(this.model.gidgrp.rec.legfrm=='STBY'){
this.model.gidgrp.blk.apprul='OTHR';
this.model.gidgrp.blk.apprultxt="Standby date of credit ";
}else if(this.model.gidgrp.rec.legfrm=='DEPU'){
this.model.gidgrp.blk.apprul='NONE';
}
},
declareParams() {}, declareParams() {},
}, },
}; };
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<c-input v-model="model.gidgrp.blk.gartyptxtc" style="margin: 0 0 0 10px; width: 80%" placeholder="请输入Undertaking Type "></c-input> <c-input disabled v-model="model.gidgrp.blk.gartyptxtc" style="margin: 0 0 0 10px; width: 80%" placeholder="请输入Undertaking Type "></c-input>
</c-col> </c-col>
</c-col> </c-col>
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="8"> <c-col :span="8">
<c-input style="margin: 0 0 0 10px; width: 80%" v-model="model.gidgrp.blk.apprultxtc" maxlength="35" placeholder="请输入Applicable Rules"></c-input> <c-input :disabled="model.gidgrp.blk.apprulc!='OTHR'" style="margin: 0 0 0 10px; width: 80%" v-model="model.gidgrp.blk.apprultxtc" maxlength="35" placeholder="请输入Applicable Rules"></c-input>
</c-col> </c-col>
</c-col> </c-col>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Delivery of Undertak." prop="gidgrp.rec.delori"> <el-form-item label="Delivery of Undertak." prop="gidgrp.rec.delori">
<c-fullbox> <c-fullbox>
<c-select v-model="model.gidgrp.rec.delori" style="width:100%" placeholder="请选择Delivery of Undertak."> <c-select :disabled="model.gidgrp.rec.purpos!='ISSU'" v-model="model.gidgrp.rec.delori" style="width:100%" placeholder="请选择Delivery of Undertak.">
<el-option <el-option
v-for="item in codes.delori" v-for="item in codes.delori"
:key="item.value" :key="item.value"
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</el-option> </el-option>
</c-select> </c-select>
<template slot="footer"> <template slot="footer">
<c-input v-model="model.gidgrp.rec.deloritxt" maxlength="35" placeholder="请输入Delivery of Undertak."></c-input> <c-input disabled v-model="model.gidgrp.rec.deloritxt" maxlength="35" placeholder="请输入Delivery of Undertak."></c-input>
</template> </template>
</c-fullbox> </c-fullbox>
</el-form-item> </el-form-item>
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Undertaking Send to" prop="gidgrp.rec.sndto"> <el-form-item label="Undertaking Send to" prop="gidgrp.rec.sndto">
<c-select v-model="model.gidgrp.rec.sndto" style="width:100%" placeholder="请选择Undertaking Send to"> <c-select :disabled="model.gidgrp.rec.purpos!='ISSU'" v-model="model.gidgrp.rec.sndto" style="width:100%" placeholder="请选择Undertaking Send to">
<el-option <el-option
v-for="item in codes.rolall" v-for="item in codes.rolall"
:key="item.value" :key="item.value"
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Deliv. To/Collection By" prop="gidgrp.rec.delto"> <el-form-item label="Deliv. To/Collection By" prop="gidgrp.rec.delto">
<c-select v-model="model.gidgrp.rec.delto" style="width:100%" placeholder="请选择Deliv. To/Collection By"> <c-select :disabled="model.gidgrp.rec.purpos!='ISSU'" v-model="model.gidgrp.rec.delto" style="width:100%" placeholder="请选择Deliv. To/Collection By">
<el-option <el-option
v-for="item in codes.delto" v-for="item in codes.delto"
:key="item.value" :key="item.value"
...@@ -52,13 +52,13 @@ ...@@ -52,13 +52,13 @@
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Delivery to Address" prop="gidgrp.blk.deltoadr"> <el-form-item label="Delivery to Address" prop="gidgrp.blk.deltoadr">
<c-input type="textarea" v-model="model.gidgrp.blk.deltoadr" maxlength="35" show-word-limit placeholder="请输入Delivery to Address" ></c-input> <c-input disabled type="textarea" v-model="model.gidgrp.blk.deltoadr" maxlength="35" show-word-limit placeholder="请输入Delivery to Address" ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Transfer Conditions" prop="gidgrp.blk.trfcond"> <el-form-item label="Transfer Conditions" prop="gidgrp.blk.trfcond">
<c-input type="textarea" v-model="model.gidgrp.blk.trfcond" maxlength="65" show-word-limit placeholder="请输入Transfer Conditions" ></c-input> <c-input disabled type="textarea" v-model="model.gidgrp.blk.trfcond" maxlength="65" show-word-limit placeholder="请输入Transfer Conditions" ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
<c-col :span="13"> <c-col :span="13">
<c-col :span="20"> <c-col :span="20">
<el-form-item label="Presentation Instr." prop="gidgrp.blk.preper"> <el-form-item label="Presentation Instr." prop="gidgrp.blk.preper">
<c-input type="textarea" :rows="5" v-model="model.gidgrp.blk.preper" maxlength="65" show-word-limit placeholder="请输入Presentation Instr." ></c-input> <c-input :disabled="model.gitp.prepermodflg!='X'" type="textarea" :rows="5" v-model="model.gidgrp.blk.preper" maxlength="65" show-word-limit placeholder="请输入Presentation Instr." ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="4"> <c-col :span="4">
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</el-option> </el-option>
</c-select> </c-select>
<template slot="footer" > <template slot="footer" >
<c-input v-model="model.gidgrp.rec.deloritxtc" maxlength="35" placeholder="请输入Delivery of Undertak."></c-input> <c-input :disabled="model.gidgrp.rec.deloric!='OTHR'&&model.gidgrp.rec.deloric!='COUR'" v-model="model.gidgrp.rec.deloritxtc" maxlength="35" placeholder="请输入Delivery of Undertak."></c-input>
</template> </template>
</c-fullbox> </c-fullbox>
</el-form-item> </el-form-item>
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Delivery to Address" prop="gidgrp.blk.deltoadrc"> <el-form-item label="Delivery to Address" prop="gidgrp.blk.deltoadrc">
<c-input disabled type="textarea" rows="4" v-model="model.gidgrp.blk.deltoadrc" maxlength="35" show-word-limit placeholder="请输入Delivery to Address" ></c-input> <c-input :disabled="model.gidgrp.rec.deltoc=='BENE'" type="textarea" rows="4" v-model="model.gidgrp.blk.deltoadrc" maxlength="35" show-word-limit placeholder="请输入Delivery to Address" ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Transfer Conditions" prop="gidgrp.blk.trfcondc"> <el-form-item label="Transfer Conditions" prop="gidgrp.blk.trfcondc">
<c-input aria-disabled="" rows="5" type="textarea" v-model="model.gidgrp.blk.trfcondc" maxlength="65" show-word-limit placeholder="请输入Transfer Conditions" ></c-input> <c-input disabled rows="5" type="textarea" v-model="model.gidgrp.blk.trfcondc" maxlength="65" show-word-limit placeholder="请输入Transfer Conditions" ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col> </c-col>
......
...@@ -194,6 +194,23 @@ ...@@ -194,6 +194,23 @@
</c-col> </c-col>
</c-col> </c-col>
</c-row> </c-row>
<c-col :span="24">
<el-form-item label="Additional Parties" >
<c-edit-table :model="model" v-bind="ptsaddg" style="margin-left:-120px">
<el-table-column label="操作" >
<template slot-scope="scope">
<el-button
size="mini"
@click="handleEdit(scope.$index, scope.row)"
type="primary"
>详情</el-button
>
</template>
</el-table-column>
</c-edit-table>
</el-form-item>
</c-col>
<!-- <c-col :span="23"> <!-- <c-col :span="23">
<el-form-item label="Additional Parties"> <el-form-item label="Additional Parties">
<c-table <c-table
...@@ -508,6 +525,33 @@ export default { ...@@ -508,6 +525,33 @@ export default {
mixins: [commonProcess], mixins: [commonProcess],
data(){ data(){
return { return {
ptsaddg: {
columns: [
{
title: "Role",
width: "120px",
dataIndex: "rol",
show: "select",
},
{
title: "Party",
width: "180px",
dataIndex: "ptyextkey",
show: "input",
},
{
title: "Name of Party",
width: "250px",
dataIndex: "nam",
},
{
title: "Reference for Address",
width: "250px",
dataIndex: "ref",
},
],
urls: "gitp.ptsaddp.ptsaddg",
},
codes: { codes: {
...CodeTable, ...CodeTable,
}, },
......
...@@ -155,11 +155,12 @@ ...@@ -155,11 +155,12 @@
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<el-tab-pane v-if="model.gidgrp.rec.purpos=='ISCO'||model.gidgrp.rec.purpos=='iCCO'" label="Seq C : Presentation/Delivery" name="preperpc"> <el-tab-pane v-if="model.gidgrp.rec.purpos=='ISCO'||model.gidgrp.rec.purpos=='ICCO'" label="Seq C : Presentation/Delivery" name="preperpc">
<c-content> <c-content>
<m-preperpc :model="model" :codes="codes"/> <m-preperpc :model="model" :codes="codes"/>
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<el-tab-pane v-if="model.gidgrp.rec.purpos=='ISCO'||model.gidgrp.rec.purpos=='ICCO'" label="Seq C : Details" name="detpc"> <el-tab-pane v-if="model.gidgrp.rec.purpos=='ISCO'||model.gidgrp.rec.purpos=='ICCO'" label="Seq C : Details" name="detpc">
<c-content> <c-content>
<m-detpc :model="model" :codes="codes"/> <m-detpc :model="model" :codes="codes"/>
...@@ -170,6 +171,12 @@ ...@@ -170,6 +171,12 @@
<m-gidtxtpc :model="model" :codes="codes"/> <m-gidtxtpc :model="model" :codes="codes"/>
</c-content> </c-content>
</el-tab-pane> </el-tab-pane>
<el-tab-pane v-if="model.gitp.aacp.aacmod.addamtflg=='X'" label="Seq C : Add Amounts" name="aacp">
<c-content>
<m-aacp :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
</c-tabs> </c-tabs>
</el-form> </el-form>
...@@ -202,6 +209,7 @@ import Ptypc from "./Ptypc" ...@@ -202,6 +209,7 @@ import Ptypc from "./Ptypc"
import Preperpc from "./Preperpc" import Preperpc from "./Preperpc"
import Detpc from "./Detpc" import Detpc from "./Detpc"
import Gidtxtpc from "./Gidtxtpc" import Gidtxtpc from "./Gidtxtpc"
import Aacp from "./Aacp"
import Setpan from "~/views/Public/Setpan"; import Setpan from "~/views/Public/Setpan";
import Coninfp from "~/views/Public/Coninfp"; import Coninfp from "~/views/Public/Coninfp";
...@@ -234,6 +242,7 @@ export default { ...@@ -234,6 +242,7 @@ export default {
"m-preperpc" :Preperpc, "m-preperpc" :Preperpc,
"m-detpc" :Detpc, "m-detpc" :Detpc,
"m-gidtxtpc" :Gidtxtpc, "m-gidtxtpc" :Gidtxtpc,
"m-aacp" :Aacp,
}, },
provide() { provide() {
return { return {
......
...@@ -220,7 +220,7 @@ ...@@ -220,7 +220,7 @@
</el-table-column> </el-table-column>
<el-table-column label="Currency" prop="cur" width="100px"> <el-table-column label="Currency" prop="cur" width="100px">
</el-table-column> </el-table-column>
<el-table-column label="Original Amount" prop="ogiamt" v-model="ogiamt" width="150px"> <el-table-column label="Original Amount" prop="ogiamt" width="150px">
</el-table-column> </el-table-column>
<el-table-column label="Fee Amount" prop="amt" width="150px"> <el-table-column label="Fee Amount" prop="amt" width="150px">
</el-table-column> </el-table-column>
...@@ -912,24 +912,6 @@ export default { ...@@ -912,24 +912,6 @@ export default {
components: { SetpanDialog }, components: { SetpanDialog },
props: ["model", "codes"], props: ["model", "codes"],
mixins: [commonProcess], mixins: [commonProcess],
watch: {
ogiamt: {
handler(num) {
console.log("=================================")
num = this.ogiamt;
num = num.toFixed(2);
num = parseFloat(num);
num = num.toLocaleString();
return num;//返回的是字符串23,245.12保留2位小数
},
immediate: true
}
},
data() { data() {
return { return {
dialogVisible: false, dialogVisible: false,
......
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