Commit d3c578c1 authored by youjie's avatar youjie

no message

parent 6aefbbc4
......@@ -831,9 +831,10 @@
}
var that = this;
if(status==2){
if(item.C_DayNum==''||item.StartDateStr==''||item.EndDateStr==''
||item.C_NightNum==''||!item.C_NightNum
||item.C_NightNum==null){
if(item.C_DayNum==''||!item.C_DayNum||item.C_DayNum==null
||item.StartDateStr==''||!item.StartDateStr||item.StartDateStr==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'));
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