Commit 1b8c69e7 by taojinrui

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 26072db7 d56abe93
...@@ -43,6 +43,7 @@ let checkObj = { ...@@ -43,6 +43,7 @@ let checkObj = {
"trdgrp.rec.stagod" :null, "trdgrp.rec.stagod" :null,
"dftcre.dfdgrp.rec.intprd" :null, "dftcre.dfdgrp.rec.intprd" :null,
"dftcre.dfdgrp.dff.pts.extkey" :null, "dftcre.dfdgrp.dff.pts.extkey" :null,
"dftcre.dfdgrp.dff.pts.ref" :null,
"trtmod.finmod.ratchgprd" :null, "trtmod.finmod.ratchgprd" :null,
"trtmod.finmod.inttyp" :null, "trtmod.finmod.inttyp" :null,
"cfatrt.cda.useofunds" :null, "cfatrt.cda.useofunds" :null,
......
...@@ -53,6 +53,7 @@ export default { ...@@ -53,6 +53,7 @@ export default {
"liaall.limmod.comamt" :Utils.defaultFunction, "liaall.limmod.comamt" :Utils.defaultFunction,
"liaall.limmod.ccvamt" :Utils.defaultFunction, "liaall.limmod.ccvamt" :Utils.defaultFunction,
"dftcre.dfdgrp.dff.pts.adrblk" :Utils.defaultFunction, "dftcre.dfdgrp.dff.pts.adrblk" :Utils.defaultFunction,
"dftcre.dfdgrp.dff.pts.ref" :Utils.defaultFunction,
"dftcre.dfdgrp.dff.pts.extkey" :Utils.defaultFunction, "dftcre.dfdgrp.dff.pts.extkey" :Utils.defaultFunction,
"liaall.limmod.limpts.wrk.pts.nam" :Utils.defaultFunction, "liaall.limmod.limpts.wrk.pts.nam" :Utils.defaultFunction,
"cfadft.basflg" :Utils.defaultFunction, "cfadft.basflg" :Utils.defaultFunction,
...@@ -91,6 +92,5 @@ export default { ...@@ -91,6 +92,5 @@ export default {
"trdgrp.rec.lprtyp" :Utils.defaultFunction, "trdgrp.rec.lprtyp" :Utils.defaultFunction,
"trdgrp.rec.tenday" :Utils.defaultFunction, "trdgrp.rec.tenday" :Utils.defaultFunction,
"trtmod.finmod.acttyp1" :Utils.defaultFunction, "trtmod.finmod.acttyp1" :Utils.defaultFunction,
// "trdgrp.rec.sndto" :Utils.defaultFunction,
} }
//你可以添加自动default处理 //你可以添加自动default处理
...@@ -65,7 +65,7 @@ export default { ...@@ -65,7 +65,7 @@ export default {
{max: 40,message:"长度不能超过40"} {max: 40,message:"长度不能超过40"}
], ],
"trdgrp.fip.pts.ref":[ "trdgrp.fip.pts.ref":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: true, message: "必输项"},
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
], ],
"trtp.usr.extkey":[ "trtp.usr.extkey":[
...@@ -114,7 +114,7 @@ export default { ...@@ -114,7 +114,7 @@ export default {
"trdgrp.cbs.max.amt":[ "trdgrp.cbs.max.amt":[
{type: "number", required: false, message: "必输项"}, {type: "number", required: true, 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位" }
], ],
......
...@@ -36,6 +36,12 @@ export default class Trtopn{ ...@@ -36,6 +36,12 @@ export default class Trtopn{
adrelc:"", // 地址 .trdgrp.fip.adrelc adrelc:"", // 地址 .trdgrp.fip.adrelc
dbfadrblkcn:"", // Chinese address .trdgrp.fip.dbfadrblkcn dbfadrblkcn:"", // Chinese address .trdgrp.fip.dbfadrblkcn
}, },
rmb:{
pts:new Pts().data,
namelc:"", // 名称 .trdgrp.rmb.namelc
adrelc:"", // 地址 .trdgrp.rmb.adrelc
dbfadrblkcn:"", // Chinese address .trdgrp.rmb.dbfadrblkcn
},
cbs:{ cbs:{
max:{ max:{
cur:"", // Currency .trdgrp.cbs.max.cur cur:"", // Currency .trdgrp.cbs.max.cur
......
...@@ -205,7 +205,7 @@ import Gitcrj from "./Gitcrj" ...@@ -205,7 +205,7 @@ import Gitcrj from "./Gitcrj"
import Gctcan from "./Gctcan" import Gctcan from "./Gctcan"
// import Trtrcl from "./Trtrcl" import Trtrcl from "./Trtrcl"
import Trtset from "./Trtset" import Trtset from "./Trtset"
import Trtcan from "./Trtcan" import Trtcan from "./Trtcan"
import Dbiusr from "./Dbiusr" import Dbiusr from "./Dbiusr"
...@@ -427,7 +427,7 @@ const BusRouter = [ ...@@ -427,7 +427,7 @@ const BusRouter = [
{ path: 'Cptbat', component: Cptbat, name: 'Cptbat', meta: { title: '批量汇款' } }, { path: 'Cptbat', component: Cptbat, name: 'Cptbat', meta: { title: '批量汇款' } },
{ path: 'Sptcpt', component: Sptcpt, name: 'Sptcpt', meta: { title: '批量汇款' } }, { path: 'Sptcpt', component: Sptcpt, name: 'Sptcpt', meta: { title: '批量汇款' } },
// { path: 'trtrcl', component: Trtrcl, name: 'Trtrcl', meta: { title: '进口融资索汇' }}, { path: 'trtrcl', component: Trtrcl, name: 'Trtrcl', meta: { title: '进口融资索汇' }},
{ path: 'trtset', component: Trtset, name: 'Trtset', meta: { title: '进口融资还款' } }, { path: 'trtset', component: Trtset, name: 'Trtset', meta: { title: '进口融资还款' } },
{ path: 'trtcan', component: Trtcan, name: 'Trtcan', meta: { title: '进口融资注销' } }, { path: 'trtcan', component: Trtcan, name: 'Trtcan', meta: { title: '进口融资注销' } },
{ path: 'Dbiusr', component: Dbiusr, name: 'Dbiusr', meta: { title: 'Dbiusr' } }, { path: 'Dbiusr', component: Dbiusr, name: 'Dbiusr', meta: { title: 'Dbiusr' } },
......
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