Commit 1d6c5ed4 by 闫泽浩

letdrw代码更新

parent 6bda1321
......@@ -260,8 +260,8 @@ let checkObj = {
{max: 65,message:"长度不能超过65"}
],
"ledgrp.rec.tenmaxday":[
{type: "string", required: false, message: "必输项"},
{type: "string",max: 9999,message:"长度不能超过4"}
{type: "number", required: false, message: "必输项"},
{type: "number",max: 9999,message:"长度不能超过4"}
],
"ledgrp.rec.porloa":[
{type: "string", required: false, message: "必输项"},
......
......@@ -15,7 +15,7 @@ export default class Letdrw {
},
max2: {
cur: '',
amt: ''
amt: '0.0'
}
}
},
......@@ -124,7 +124,7 @@ export default class Letdrw {
},
max2: {
cur: '',
amt: '0.000'
amt: ''
}
},
iss: {
......
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