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