ccj hace 2 años
padre
commit
3fc8064ab6
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      src/views/houseSelfCollect/inspectionManagementNew.vue

+ 4 - 4
src/views/houseSelfCollect/inspectionManagementNew.vue

@@ -2925,28 +2925,28 @@ export default {
 
       }
       if (this.serviceManagementType==3&&this.zjJurisdiction&&this.statusTypetext=='初检') {
-        if (this.deptBudgetList.waterPriceIncrease>10||this.deptBudgetList.waterPriceIncrease<0) {
+        if (this.deptBudgetList.waterPriceIncrease>1000||this.deptBudgetList.waterPriceIncrease<0) {
           this.$message({
             message: '水分增价输入错误',
             type: 'warning',
           })
           return
         }
-        if (this.deptBudgetList.waterPriceDeduction>10||this.deptBudgetList.waterPriceDeduction<0) {
+        if (this.deptBudgetList.waterPriceDeduction>1000||this.deptBudgetList.waterPriceDeduction<0) {
           this.$message({
             message: '水分扣价输入错误',
             type: 'warning',
           })
           return
         }
-        if (this.deptBudgetList.qualityPriceIncrease>10||this.deptBudgetList.qualityPriceIncrease<0) {
+        if (this.deptBudgetList.qualityPriceIncrease>1000||this.deptBudgetList.qualityPriceIncrease<0) {
           this.$message({
             message: '质量增价输入错误',
             type: 'warning',
           })
           return
         }
-        if (this.deptBudgetList.qualityPriceDeduction>10||this.deptBudgetList.qualityPriceDeduction<0) {
+        if (this.deptBudgetList.qualityPriceDeduction>1000||this.deptBudgetList.qualityPriceDeduction<0) {
           this.$message({
             message: '质量扣价输入错误',
             type: 'warning',