fanxw 5 yıl önce
ebeveyn
işleme
5b8039a3d8

+ 1 - 1
src/main/resources/static/app/basic/storehouse/controller/StorehouseCtrl.js

@@ -171,7 +171,7 @@ angular.module('app.basic')
171 171
             }
172 172
             
173 173
             //判断是否是圆筒仓(部分字段要做校验控制)
174
-            if($scope.basicStorehouse.storehouseType == "2972"){//仓房类型为圆筒仓
174
+            if($scope.basicStorehouse.storehouseType == "2972" || $scope.basicStorehouse.storehouseType == "2973"){//仓房类型为圆筒仓和浅圆仓
175 175
             	$scope.basicStorehouse.storeOutsideLength = 0;
176 176
             	$scope.basicStorehouse.storeOutsideWidth = 0;
177 177
             	$scope.basicStorehouse.length = 0;

Dosya farkı çok büyük olduğundan ihmal edildi
+ 12083 - 12083
src/main/resources/static/build/app.js