wangjiang 1 рік тому
батько
коміт
5b1a66c5a4

+ 1 - 1
src/main/resources/application_prod_in.yml

@@ -427,7 +427,7 @@ api_url: http://snd.ideatob.com/mp/api/
 fileUrl: http://escloud.snd.gov.cn/uploads
 
 #访问外网路径
-fileOutUrl: http://escloud.snd.gov.cn/uploads
+fileOutUrl: https://escloud.snd.gov.cn/uploads
 
 #apk文件存放地址
 apk_url: /opt/xinqu_pic/apk/

+ 3 - 3
src/main/resources/static/js/company/project_application/apply_add.js

@@ -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

+ 2 - 3
src/main/resources/templates/admin/company/projectApplication/apply_add.html

@@ -350,10 +350,9 @@
         $("#operationsInfoTb").find(".number").each(function (i, item) {
             $(this).rules('add', {
                 required: true,
-                min: 0,
+                min: -1000000.000000,
                 max: 999999999.999999,
-                isFloat: true,
-                isFloat6Fn: true
+                isFloat: true
             });
         });
     });

+ 2 - 2
src/main/resources/templates/admin/company/projectApplication/apply_edit.html

@@ -436,10 +436,10 @@
         $("#operationsInfoTb").find(".number").each(function (i, item) {
             $(this).rules('add', {
                 required: true,
-                min: 0,
+                min: -1000000.000000,
                 max: 999999999.999999,
                 isFloat: true,
-                isFloat6Fn: true
+                // isFloat6Fn: true
             });
         });
     });

+ 1 - 1
src/main/resources/templates/admin/home.html

@@ -998,7 +998,7 @@
                     }
                 },
                 title: {
-                    text: '2019年街道申报项目数'
+                    text: '2023年街道申报项目数'
                 },
 
                 subtitle: {