Commit 686b9dab by “yanyuxin”

Trtopn统一授信修改

parent b068b8ed
......@@ -94,5 +94,17 @@ export default {
"trdgrp.rec.tenday" :Utils.defaultFunction,
"trtmod.finmod.acttyp1" :Utils.defaultFunction,
"dftcre.dfdgrp.rec.flttyp" :Utils.defaultFunction,
"liaall.limmod.limpts.oth.pts.extkey" :Utils.defaultFunction,
"liaall.limmod.limpts.wrk.pts.extkey" :Utils.defaultFunction,
"bopmod.dbcgrp.bas.ownextkey" :Utils.defaultFunction,
"liaall.limmod.limpts.nonrevflg2" :Utils.defaultFunction,
"liaall.limmod.limpts.nonrevflg1" :Utils.defaultFunction,
"trnmod.cipmod.feecod" :Utils.defaultFunction,
"liaall.limmod.limpts.oth.pts.nam" :Utils.defaultFunction,
"liaall.limmod.comamt" :Utils.defaultFunction,
"liaall.limmod.ccvamt" :Utils.defaultFunction,
"liaall.limmod.limpts.wrk.pts.nam" :Utils.defaultFunction,
"liaall.misamt" :Utils.defaultFunction,
}
//你可以添加自动default处理
......@@ -666,10 +666,6 @@ export default {
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
],
"liaall.limmod.limpts.pfcod1":[
{type: "string", required: false, message: "必输项"},
{max: 14,message:"长度不能超过14"}
......@@ -679,16 +675,9 @@ export default {
{max: 14,message:"长度不能超过14"}
],
"liaall.limmod.limpts.nonrevflg1":[
{type: "string", required: true, message: "必输项"},
],
"cfatrt.cda.cfeogudamount":[
{type: "string", required: false, message: "必输项"},
......
......@@ -8,6 +8,7 @@ export default class Trtopn{
this.data = {
trdgrp:{
rec:{
inr:"",
pntref:"", // 单据编号 .trdgrp.rec.pntref
pntnam:"", // Parent Contract Name .trdgrp.rec.pntnam
ownref:"", // 融资编号 .trdgrp.rec.ownref
......
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