@@ -997,13 +997,13 @@
})
return
}
- if (!this.deptBudgetList.contractGoodsInfo.waterContent) {
- this.$message({
- message: '请输入水分',
- type: 'warning',
- })
- return
- }
+ // if (!this.deptBudgetList.contractGoodsInfo.waterContent) {
+ // this.$message({
+ // message: '请输入水分',
+ // type: 'warning',
+ // })
+ // return
+ // }
if (
this.deptBudgetList.contractGoodsInfo.waterContent &&
String(this.deptBudgetList.contractGoodsInfo.waterContent).indexOf('.') != -1 &&
@@ -1042,13 +1042,13 @@