|
|
@ -523,6 +523,12 @@ |
|
|
}) |
|
|
}) |
|
|
return false |
|
|
return false |
|
|
} |
|
|
} |
|
|
|
|
|
if (this.scheduledingsData.dayQty > 10 ) { |
|
|
|
|
|
this.$alert('计划天数不可大于10天!', '错误', { |
|
|
|
|
|
confirmButtonText: '确定' |
|
|
|
|
|
}) |
|
|
|
|
|
return false |
|
|
|
|
|
} |
|
|
if (this.scheduledingsData.qty <= 0) { |
|
|
if (this.scheduledingsData.qty <= 0) { |
|
|
this.$alert('排产总数量必须大于0!', '错误', { |
|
|
this.$alert('排产总数量必须大于0!', '错误', { |
|
|
confirmButtonText: '确定' |
|
|
confirmButtonText: '确定' |
|
|
|