seimin 5 mēneši atpakaļ
vecāks
revīzija
6bd261ddda
1 mainītis faili ar 2 papildinājumiem un 3 dzēšanām
  1. 2 3
      assets/js/controllers/customform/customformCtrl.js

+ 2 - 3
assets/js/controllers/customform/customformCtrl.js

@@ -9908,7 +9908,7 @@ appFormly.config(function config(formlyConfigProvider) {
9908 9908
             $scope.options.templateOptions.datepickerPopup
9909 9909
           );
9910 9910
         }
9911
-        
9911
+
9912 9912
         $scope.options.initialValue = $scope.model[$scope.options.key];
9913 9913
         $scope.endOpen = true;
9914 9914
         $scope.datepicker = {};
@@ -13094,7 +13094,7 @@ appFormly.config(function config(formlyConfigProvider) {
13094 13094
                 '<div class="ui-grid-cell-contents">{{row.entity.endTime?grid.appScope.transferTime(row.entity.endTime):""}}</div>' +
13095 13095
                 '</div>'
13096 13096
         },
13097
-        
13097
+
13098 13098
         // {
13099 13099
         //   name: "batchNo",
13100 13100
         //   displayName: "批次号",
@@ -14108,7 +14108,6 @@ appFormly.config(function config(formlyConfigProvider) {
14108 14108
                     } else {
14109 14109
                       modalInstance.SweetAlert.swal({
14110 14110
                         title: "系统错误",
14111
-                        text: "账号重复!",
14112 14111
                         type: "error",
14113 14112
                       });
14114 14113
                     }