|
@@ -1159,7 +1159,7 @@
|
|
// return
|
|
// return
|
|
// }
|
|
// }
|
|
if (
|
|
if (
|
|
- this.deptBudgetList.contractGoodsInfo.mildewGrain ||
|
|
|
|
|
|
+ this.deptBudgetList.contractGoodsInfo.mildewGrain &&
|
|
(String(this.deptBudgetList.contractGoodsInfo.mildewGrain).indexOf(
|
|
(String(this.deptBudgetList.contractGoodsInfo.mildewGrain).indexOf(
|
|
'.'
|
|
'.'
|
|
) != -1 &&
|
|
) != -1 &&
|
|
@@ -1186,7 +1186,7 @@
|
|
// return
|
|
// return
|
|
// }
|
|
// }
|
|
if (
|
|
if (
|
|
- this.deptBudgetList.contractGoodsInfo.jiaorenli ||
|
|
|
|
|
|
+ this.deptBudgetList.contractGoodsInfo.jiaorenli &&
|
|
(String(this.deptBudgetList.contractGoodsInfo.jiaorenli).indexOf('.') !=
|
|
(String(this.deptBudgetList.contractGoodsInfo.jiaorenli).indexOf('.') !=
|
|
-1 &&
|
|
-1 &&
|
|
String(this.deptBudgetList.contractGoodsInfo.jiaorenli).length -
|
|
String(this.deptBudgetList.contractGoodsInfo.jiaorenli).length -
|
|
@@ -1212,7 +1212,7 @@
|
|
// return
|
|
// return
|
|
// }
|
|
// }
|
|
if (
|
|
if (
|
|
- this.deptBudgetList.contractGoodsInfo.imperfectGrain ||
|
|
|
|
|
|
+ this.deptBudgetList.contractGoodsInfo.imperfectGrain &&
|
|
(String(this.deptBudgetList.contractGoodsInfo.imperfectGrain).indexOf(
|
|
(String(this.deptBudgetList.contractGoodsInfo.imperfectGrain).indexOf(
|
|
'.'
|
|
'.'
|
|
) != -1 &&
|
|
) != -1 &&
|