Browse Source

0907更新:页面调整

master
ruanqi 4 years ago
parent
commit
141ca9e89c
  1. 6
      src/views/modules/production/dailyPlan.vue

6
src/views/modules/production/dailyPlan.vue

@ -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: '确定'

Loading…
Cancel
Save