|
@@ -1562,7 +1562,8 @@ export default {
|
|
})
|
|
})
|
|
return
|
|
return
|
|
}
|
|
}
|
|
- if (
|
|
|
|
|
|
+ if(this.deptBudgetList.contractProcessInfo.goodsNameKey){
|
|
|
|
+ if (
|
|
this.deptBudgetList.contractProcessInfo.goodsNameKey > 1000000000 ||
|
|
this.deptBudgetList.contractProcessInfo.goodsNameKey > 1000000000 ||
|
|
this.deptBudgetList.contractProcessInfo.goodsNameKey < 0 ||
|
|
this.deptBudgetList.contractProcessInfo.goodsNameKey < 0 ||
|
|
(String(this.deptBudgetList.contractProcessInfo.goodsNameKey).indexOf(
|
|
(String(this.deptBudgetList.contractProcessInfo.goodsNameKey).indexOf(
|
|
@@ -1582,6 +1583,8 @@ export default {
|
|
})
|
|
})
|
|
return
|
|
return
|
|
}
|
|
}
|
|
|
|
+ }
|
|
|
|
+
|
|
if (
|
|
if (
|
|
this.deptBudgetList.contractProcessInfo.waterContent > 10000000 ||
|
|
this.deptBudgetList.contractProcessInfo.waterContent > 10000000 ||
|
|
this.deptBudgetList.contractProcessInfo.waterContent < 0 ||
|
|
this.deptBudgetList.contractProcessInfo.waterContent < 0 ||
|