Commit f5da905f by 施宇

111

parent 2d27e461
...@@ -311,8 +311,8 @@ ...@@ -311,8 +311,8 @@
} }
}, },
limitLengthLgThree: function (value, item) { limitLengthLgThree: function (value, item) {
if (value.length > 3) { if (value.length > 6) {
return '货期不能大于3个字符' return '货期不能大于6个字符'
} }
}, },
pointLimit: function (value, item) { pointLimit: function (value, item) {
......
...@@ -213,8 +213,8 @@ $(function () { ...@@ -213,8 +213,8 @@ $(function () {
} }
}, },
limitLengthLgThree: function (value, item) { limitLengthLgThree: function (value, item) {
if (value.length > 3) { if (value.length > 6) {
return '货期不能大于3个字符' return '货期不能大于6个字符'
} }
}, },
pointLimit: function (value, item) { pointLimit: function (value, item) {
......
...@@ -212,8 +212,8 @@ ...@@ -212,8 +212,8 @@
} }
}, },
limitLengthLgThree: function (value, item) { limitLengthLgThree: function (value, item) {
if (value.length > 3) { if (value.length > 6) {
return '货期不能大于3个字符' return '货期不能大于6个字符'
} }
}, },
pointLimit: function (value, item) { pointLimit: function (value, item) {
......
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 sign in to comment