Commit abe4d6a1 by liaoxing

cctdcr 修改

parent 0a89fcc9
...@@ -68,7 +68,7 @@ let checkObj = { ...@@ -68,7 +68,7 @@ let checkObj = {
{max: 16,message:"长度不能超过16"} {max: 16,message:"长度不能超过16"}
], ],
"ccdgrp.rec.chkdat":[ "ccdgrp.rec.chkdat":[
{type: "date", required: false, message: "输入正确的日期"} {type: "string", required: false, message: "输入正确的日期"}
], ],
"ccdgrp.dro.pts.nam":[ "ccdgrp.dro.pts.nam":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
...@@ -267,18 +267,18 @@ let checkObj = { ...@@ -267,18 +267,18 @@ let checkObj = {
], ],
"mtabut.coninf.oitinf.oit.inftxt":[ "mtabut.coninf.oitinf.oit.inftxt":[
{type: "string", required: true, message: "必输项"}, // {type: "string", required: false, message: "必输项"},
{max: 60,message:"长度不能超过60"} // {max: 60,message:"长度不能超过60"}
], ],
"mtabut.coninf.oitset.oit.inftxt":[ "mtabut.coninf.oitset.oit.inftxt":[
{type: "string", required: true, message: "必输项"}, // {type: "string", required: false, message: "必输项"},
{max: 60,message:"长度不能超过60"} // {max: 60,message:"长度不能超过60"}
], ],
"mtabut.coninf.conexedat":[ "mtabut.coninf.conexedat":[
{type: "date", required: false, message: "输入正确的日期"} {type: "string", required: false, message: "输入正确的日期"}
], ],
"mtabut.coninf.usr.extkey":[ "mtabut.coninf.usr.extkey":[
{type: "string", required: false, message: "必输项"}, {type: "string", required: false, message: "必输项"},
......
...@@ -11,6 +11,8 @@ export default class Cctdcr{ ...@@ -11,6 +11,8 @@ export default class Cctdcr{
chkdat:"", // Date of Draft .ccdgrp.rec.chkdat chkdat:"", // Date of Draft .ccdgrp.rec.chkdat
ccform:"", // Form of Clean Coll. .ccdgrp.rec.ccform ccform:"", // Form of Clean Coll. .ccdgrp.rec.ccform
purflg:"", // Payment disposition .ccdgrp.rec.purflg purflg:"", // Payment disposition .ccdgrp.rec.purflg
inr: "",
branchinr: "",
}, },
cbs:{ cbs:{
max:{ max:{
......
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