Browse Source

Merge pull request '修改时间模型错误' (#132) from xuxiaoming into develop

Reviewed-on: http://101.201.121.115:3000/leo/LAPP_AdvancedPlanner_Front/pulls/132
pull/133/head
xuxiaoming 3 years ago
parent
commit
ba99a4020e
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      src/views/factoryModel/timeModel/dayModel/shiftCconfiguration.vue

+ 5
- 1
src/views/factoryModel/timeModel/dayModel/shiftCconfiguration.vue View File

@ -173,7 +173,11 @@ export default {
}, },
watch: { watch: {
formData(data, oldValue) { formData(data, oldValue) {
console.log('%cshiftCconfiguration.vue line:175 object1', 'color: #007acc;', this.formData["DayModel-EnableS"+this.shiftIndex+"CrossDayToggle"]);
if(this.formData["DayModel-EnableS"+this.shiftIndex+"CrossDayToggle"]){
this.end= "47:59"
}
},
shiftIndex(data, oldValue) {
if(this.formData["DayModel-EnableS"+this.shiftIndex+"CrossDayToggle"]){ if(this.formData["DayModel-EnableS"+this.shiftIndex+"CrossDayToggle"]){
this.end= "47:59" this.end= "47:59"
} }


Loading…
Cancel
Save