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