|  | @ -21,8 +21,9 @@
 | 
												
													
														
															|  |             $("#div_form").show().steps({
 |  |             $("#div_form").show().steps({
 | 
												
													
														
															|  |                 //transitionEffect: "fade",
 |  |                 //transitionEffect: "fade",
 | 
												
													
														
															|  |                 onStepChanging:function(d,from,to){
 |  |                 onStepChanging:function(d,from,to){
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  |                     if(from>to){
 |  |                     if(from>to){
 | 
												
													
														
															|  |                         return true
 |  | 
 | 
												
													
														
															|  | 
 |  |                         return true;
 | 
												
													
														
															|  |                     }
 |  |                     }
 | 
												
													
														
															|  |                     else{
 |  |                     else{
 | 
												
													
														
															|  |                         return me.verify(to);
 |  |                         return me.verify(to);
 | 
												
											
												
													
														
															|  | @ -64,7 +65,10 @@
 | 
												
													
														
															|  |                             me.$listDataset.reload();
 |  |                             me.$listDataset.reload();
 | 
												
													
														
															|  |                             me.needReload=false;
 |  |                             me.needReload=false;
 | 
												
													
														
															|  |                         }
 |  |                         }
 | 
												
													
														
															|  |                         else{
 |  | 
 | 
												
													
														
															|  | 
 |  |                         if(me.needRender)
 | 
												
													
														
															|  | 
 |  |                         {
 | 
												
													
														
															|  | 
 |  |                             alert(1);
 | 
												
													
														
															|  | 
 |  |                             me.$listDataset.setData($("#txtJobDataset").val());
 | 
												
													
														
															|  |                             me.$listDataset.reRender();
 |  |                             me.$listDataset.reRender();
 | 
												
													
														
															|  |                         }
 |  |                         }
 | 
												
													
														
															|  |                     }
 |  |                     }
 | 
												
											
												
													
														
															|  | @ -101,7 +105,13 @@
 | 
												
													
														
															|  |             $("a[href='#cancel']").addClass("l-button-no");
 |  |             $("a[href='#cancel']").addClass("l-button-no");
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  |             //业务类型
 |  |             //业务类型
 | 
												
													
														
															|  |             $('#jobContentClass').ligerComboBox({dict:true,dictName:'JOB_CONTENT_CLASS'});
 |  | 
 | 
												
													
														
															|  | 
 |  |             $('#jobContentClass').ligerComboBox({
 | 
												
													
														
															|  | 
 |  |                 dict:true,
 | 
												
													
														
															|  | 
 |  |                 dictName:'JOB_CONTENT_CLASS',
 | 
												
													
														
															|  | 
 |  |                 onChange:function(){
 | 
												
													
														
															|  | 
 |  |                     me.needRender = true;
 | 
												
													
														
															|  | 
 |  |                 }
 | 
												
													
														
															|  | 
 |  |             });
 | 
												
													
														
															|  |             $('input[name="jobContentType"]').ligerRadio();
 |  |             $('input[name="jobContentType"]').ligerRadio();
 | 
												
													
														
															|  | 
 |  | 
 | 
												
													
														
															|  |             $(document).on('click','input[name="jobContentType"]',function(){
 |  |             $(document).on('click','input[name="jobContentType"]',function(){
 | 
												
											
												
													
														
															|  | @ -205,6 +215,10 @@
 | 
												
													
														
															|  |                         data.checked ="0";
 |  |                         data.checked ="0";
 | 
												
													
														
															|  |                     editorJob.setCheckVal();
 |  |                     editorJob.setCheckVal();
 | 
												
													
														
															|  |                 },
 |  |                 },
 | 
												
													
														
															|  | 
 |  |                 //全选事件
 | 
												
													
														
															|  | 
 |  |                 onCheckAllRow:function(){
 | 
												
													
														
															|  | 
 |  |                     me.setCheckVal();
 | 
												
													
														
															|  | 
 |  |                 },
 | 
												
													
														
															|  |                 //加载完成后赋值$("#txtJobDataset")
 |  |                 //加载完成后赋值$("#txtJobDataset")
 | 
												
													
														
															|  |                 onAfterShowData:function(grid)
 |  |                 onAfterShowData:function(grid)
 | 
												
													
														
															|  |                 {
 |  |                 {
 |