Commit aad1769a authored by youjie's avatar youjie

no message

parent ac32d32a
...@@ -832,7 +832,9 @@ ...@@ -832,7 +832,9 @@
} }
var that = this; var that = this;
if(status==2){ if(status==2){
if(item.C_DayNum==''||item.C_StartDate==''||item.C_EndDate==''||item.C_NightNum==''){ if(item.C_DayNum==''||item.C_StartDate==''||item.C_EndDate==''
||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