Commit 86130ad0 by liaoxing

检核报400 修改2

parent c6f093b9
...@@ -71,7 +71,7 @@ export default { ...@@ -71,7 +71,7 @@ export default {
{max: 8,message:"长度不能超过8"} {max: 8,message:"长度不能超过8"}
], ],
"gitp.indirectswiadd":[ "gitp.indirectswiadd":[
{type: "string", required: true, message: "必输项"}, {required: true, message: "必输项"},
{max: 9750,message:"长度不能超过9750"} {max: 9750,message:"长度不能超过9750"}
], ],
"gidgrp.rec.orcrat":[ "gidgrp.rec.orcrat":[
...@@ -203,7 +203,7 @@ export default { ...@@ -203,7 +203,7 @@ export default {
{max: 65,message:"长度不能超过65"} {max: 65,message:"长度不能超过65"}
], ],
"gidgrp.blk.gtxgidtxtc":[ "gidgrp.blk.gtxgidtxtc":[
{type: "string", required: true, message: "必输项"}, {required: true, message: "必输项"},
{max: 32500,message:"长度不能超过32500"} {max: 32500,message:"长度不能超过32500"}
], ],
"gitp.recget.sdamod.dadsnd":[ "gitp.recget.sdamod.dadsnd":[
......
...@@ -17,7 +17,7 @@ export default class Gitopn { ...@@ -17,7 +17,7 @@ export default class Gitopn {
prepermodflg: '', // Modify Document and Presentation Instructions .gitp.prepermodflg prepermodflg: '', // Modify Document and Presentation Instructions .gitp.prepermodflg
chkpreper: '', // Allow * .gitp.chkpreper chkpreper: '', // Allow * .gitp.chkpreper
covgodsrvmodflg: '', // Modify Object of Contract .gitp.covgodsrvmodflg covgodsrvmodflg: '', // Modify Object of Contract .gitp.covgodsrvmodflg
indirectswiadd: '', // InDirect Swift Add .gitp.indirectswiadd indirectswiadd: {}, // InDirect Swift Add .gitp.indirectswiadd
gidtxtmodflg: '', // Modify Guarantee Text .gitp.gidtxtmodflg gidtxtmodflg: '', // Modify Guarantee Text .gitp.gidtxtmodflg
chkgidtxt: '', // Allow * .gitp.chkgidtxt chkgidtxt: '', // Allow * .gitp.chkgidtxt
prepercmodflg: '', // Modify Document and Presentation Instructions .gitp.prepercmodflg prepercmodflg: '', // Modify Document and Presentation Instructions .gitp.prepercmodflg
...@@ -167,7 +167,7 @@ export default class Gitopn { ...@@ -167,7 +167,7 @@ export default class Gitopn {
preperc: '', // Presentation Instr. .gidgrp.blk.preperc preperc: '', // Presentation Instr. .gidgrp.blk.preperc
orcplcc: '', // Original Contract Place - Local Undertaking Seq. C .gidgrp.blk.orcplcc orcplcc: '', // Original Contract Place - Local Undertaking Seq. C .gidgrp.blk.orcplcc
addinfc: '', // Additional Info - Local Undertaking Seq. C .gidgrp.blk.addinfc addinfc: '', // Additional Info - Local Undertaking Seq. C .gidgrp.blk.addinfc
gtxgidtxtc: '', // Guarantee Text with Variables - Counter Undertaking .gidgrp.blk.gtxgidtxtc gtxgidtxtc: {}, // Guarantee Text with Variables - Counter Undertaking .gidgrp.blk.gtxgidtxtc
addamtcovc: '', // Covered .gidgrp.blk.addamtcovc addamtcovc: '', // Covered .gidgrp.blk.addamtcovc
covgodsrvc: '', // Object of Contract - Local Undertaking Seq. C .gidgrp.blk.covgodsrvc covgodsrvc: '', // Object of Contract - Local Undertaking Seq. C .gidgrp.blk.covgodsrvc
atxcovgodsrvc: '', // Underly. Transact. Det. .gidgrp.blk.atxcovgodsrvc atxcovgodsrvc: '', // Underly. Transact. Det. .gidgrp.blk.atxcovgodsrvc
......
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