gaodd hace 2 años
padre
commit
bd92baad9b

+ 2 - 2
src/main/resources/static/app/storage/controller/qualitycheckAssayCtrl.js

@@ -1363,7 +1363,7 @@ angular.module('app.storage')
1363 1363
             		sml = $scope.checkJqos(sml,2);
1364 1364
             		$scope.qualitycheck.mildewCount = $scope.getMath(sml);
1365 1365
         		}
1366
-        		if($scope.qualitycheckInspection.machiningaccuracyEssence != null){
1366
+        		/*if($scope.qualitycheckInspection.machiningaccuracyEssence != null){
1367 1367
         			var jn = parseFloat($scope.qualitycheckInspection.machiningaccuracyEssence);//精碾
1368 1368
             		//sml = isNaN(sml) ? 0 : sml;
1369 1369
         			jn = $scope.checkJqos(jn,2);
@@ -1374,7 +1374,7 @@ angular.module('app.storage')
1374 1374
             		//sml = isNaN(sml) ? 0 : sml;
1375 1375
         			sn = $scope.checkJqos(sn,2);
1376 1376
             		$scope.qualitycheckInspection.machiningaccuracySuitable = $scope.getMath(sn);
1377
-        		}
1377
+        		}*/
1378 1378
         		if($scope.qualitycheckInspection.yellowRice != null){
1379 1379
         			var hlm = parseFloat($scope.qualitycheckInspection.yellowRice);//黄粒米
1380 1380
             		hlm = $scope.checkJqos(hlm, 1);

+ 2 - 2
src/main/resources/static/app/storage/controller/qualitycheckCtrl.js

@@ -1348,7 +1348,7 @@ angular.module('app.storage')
1348 1348
             		sml = $scope.checkJqos(sml,2);
1349 1349
             		$scope.qualitycheck.mildewCount = $scope.getMath(sml);
1350 1350
         		}
1351
-        		if($scope.qualitycheckInspection.machiningaccuracyEssence != null){
1351
+        		/*if($scope.qualitycheckInspection.machiningaccuracyEssence != null){
1352 1352
         			var jn = parseFloat($scope.qualitycheckInspection.machiningaccuracyEssence);//精碾
1353 1353
             		//sml = isNaN(sml) ? 0 : sml;
1354 1354
         			jn = $scope.checkJqos(jn,2);
@@ -1359,7 +1359,7 @@ angular.module('app.storage')
1359 1359
             		//sml = isNaN(sml) ? 0 : sml;
1360 1360
         			sn = $scope.checkJqos(sn,2);
1361 1361
             		$scope.qualitycheckInspection.machiningaccuracySuitable = $scope.getMath(sn);
1362
-        		}
1362
+        		}*/
1363 1363
         		if($scope.qualitycheckInspection.yellowRice != null){
1364 1364
         			var hlm = parseFloat($scope.qualitycheckInspection.yellowRice);//黄粒米
1365 1365
             		hlm = $scope.checkJqos(hlm, 1);