Commit 185a8876 by liaoxing

bctdav 提交单据数据显示

parent 87da019d
......@@ -51,7 +51,7 @@ let checkObj = {
{max: 16,message:"长度不能超过16"}
],
"bcdgrp.rec.ownref":[
{type: "string", required: false, message: "必输项"},
{type: "string", required: true, message: "必输项"},
{max: 16,message:"长度不能超过16"}
],
"bctp.recget.sdamod.seainf":[
......@@ -310,6 +310,9 @@ let checkObj = {
{max: 18,message:"整数位不能超过14位"},
{pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
],
"bcdgrp.rec.invtyp":[
{type: "string", required: true, message: "必输项"},
],
}
for (const key in checkObj) {
......
......@@ -105,7 +105,7 @@ export default class Bctdav{
},
docgrdm:{
docdsclab:"", // Label of document description .bctp.docgrdm.docdsclab
docgrd:[],
docgrdVos:[],
},
drep:{
......
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