|
|
@@ -15,7 +15,7 @@ $(function () {
|
|
|
},
|
|
|
"companyInfo.registration_capital": {
|
|
|
required: true,
|
|
|
- min: 0,
|
|
|
+ min: -1000000,
|
|
|
max: 999999999.9999,
|
|
|
isFloat: true,
|
|
|
isFloat4Fn: true
|
|
|
@@ -45,7 +45,7 @@ $(function () {
|
|
|
},
|
|
|
"companyInfo.total_assets": {
|
|
|
required: true,
|
|
|
- min: 0,
|
|
|
+ min: -1000000,
|
|
|
max: 999999999.999999,
|
|
|
isFloat: true,
|
|
|
isFloat6Fn: true
|
|
|
@@ -55,7 +55,7 @@ $(function () {
|
|
|
},
|
|
|
"companyInfo.fixed_assets": {
|
|
|
required: true,
|
|
|
- min: 0,
|
|
|
+ min: -1000000,
|
|
|
max: 999999999.999999,
|
|
|
isFloat: true,
|
|
|
isFloat6Fn: true
|