Browse Source

。。。

gaodd 2 years ago
parent
commit
bd92baad9b

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

@@ -1363,7 +1363,7 @@ angular.module('app.storage')
1363
             		sml = $scope.checkJqos(sml,2);
1363
             		sml = $scope.checkJqos(sml,2);
1364
             		$scope.qualitycheck.mildewCount = $scope.getMath(sml);
1364
             		$scope.qualitycheck.mildewCount = $scope.getMath(sml);
1365
         		}
1365
         		}
1366
-        		if($scope.qualitycheckInspection.machiningaccuracyEssence != null){
1366
+        		/*if($scope.qualitycheckInspection.machiningaccuracyEssence != null){
1367
         			var jn = parseFloat($scope.qualitycheckInspection.machiningaccuracyEssence);//精碾
1367
         			var jn = parseFloat($scope.qualitycheckInspection.machiningaccuracyEssence);//精碾
1368
             		//sml = isNaN(sml) ? 0 : sml;
1368
             		//sml = isNaN(sml) ? 0 : sml;
1369
         			jn = $scope.checkJqos(jn,2);
1369
         			jn = $scope.checkJqos(jn,2);
@@ -1374,7 +1374,7 @@ angular.module('app.storage')
1374
             		//sml = isNaN(sml) ? 0 : sml;
1374
             		//sml = isNaN(sml) ? 0 : sml;
1375
         			sn = $scope.checkJqos(sn,2);
1375
         			sn = $scope.checkJqos(sn,2);
1376
             		$scope.qualitycheckInspection.machiningaccuracySuitable = $scope.getMath(sn);
1376
             		$scope.qualitycheckInspection.machiningaccuracySuitable = $scope.getMath(sn);
1377
-        		}
1377
+        		}*/
1378
         		if($scope.qualitycheckInspection.yellowRice != null){
1378
         		if($scope.qualitycheckInspection.yellowRice != null){
1379
         			var hlm = parseFloat($scope.qualitycheckInspection.yellowRice);//黄粒米
1379
         			var hlm = parseFloat($scope.qualitycheckInspection.yellowRice);//黄粒米
1380
             		hlm = $scope.checkJqos(hlm, 1);
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
             		sml = $scope.checkJqos(sml,2);
1348
             		sml = $scope.checkJqos(sml,2);
1349
             		$scope.qualitycheck.mildewCount = $scope.getMath(sml);
1349
             		$scope.qualitycheck.mildewCount = $scope.getMath(sml);
1350
         		}
1350
         		}
1351
-        		if($scope.qualitycheckInspection.machiningaccuracyEssence != null){
1351
+        		/*if($scope.qualitycheckInspection.machiningaccuracyEssence != null){
1352
         			var jn = parseFloat($scope.qualitycheckInspection.machiningaccuracyEssence);//精碾
1352
         			var jn = parseFloat($scope.qualitycheckInspection.machiningaccuracyEssence);//精碾
1353
             		//sml = isNaN(sml) ? 0 : sml;
1353
             		//sml = isNaN(sml) ? 0 : sml;
1354
         			jn = $scope.checkJqos(jn,2);
1354
         			jn = $scope.checkJqos(jn,2);
@@ -1359,7 +1359,7 @@ angular.module('app.storage')
1359
             		//sml = isNaN(sml) ? 0 : sml;
1359
             		//sml = isNaN(sml) ? 0 : sml;
1360
         			sn = $scope.checkJqos(sn,2);
1360
         			sn = $scope.checkJqos(sn,2);
1361
             		$scope.qualitycheckInspection.machiningaccuracySuitable = $scope.getMath(sn);
1361
             		$scope.qualitycheckInspection.machiningaccuracySuitable = $scope.getMath(sn);
1362
-        		}
1362
+        		}*/
1363
         		if($scope.qualitycheckInspection.yellowRice != null){
1363
         		if($scope.qualitycheckInspection.yellowRice != null){
1364
         			var hlm = parseFloat($scope.qualitycheckInspection.yellowRice);//黄粒米
1364
         			var hlm = parseFloat($scope.qualitycheckInspection.yellowRice);//黄粒米
1365
             		hlm = $scope.checkJqos(hlm, 1);
1365
             		hlm = $scope.checkJqos(hlm, 1);