Commit d3c578c1 authored by youjie's avatar youjie

no message

parent 6aefbbc4
...@@ -831,9 +831,10 @@ ...@@ -831,9 +831,10 @@
} }
var that = this; var that = this;
if(status==2){ if(status==2){
if(item.C_DayNum==''||item.StartDateStr==''||item.EndDateStr=='' if(item.C_DayNum==''||!item.C_DayNum||item.C_DayNum==null
||item.C_NightNum==''||!item.C_NightNum ||item.StartDateStr==''||!item.StartDateStr||item.StartDateStr==null
||item.C_NightNum==null){ ||item.EndDateStr==''||!item.EndDateStr||item.EndDateStr==null
||item.C_NightNum==''||!item.C_NightNum||item.C_NightNum==null){
this.Error(this.$t('objFill.v102.hetongdhbts')); this.Error(this.$t('objFill.v102.hetongdhbts'));
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment