Subversion Repositories SmartDukaan

Rev

Rev 29803 | Rev 30492 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29803 Rev 29898
Line 158... Line 158...
158
					label : "OK",
158
					label : "OK",
159
					className : 'btn-info',
159
					className : 'btn-info',
160
					callback : function() {
160
					callback : function() {
161
						followUpDate = $('#followUpDate').val();
161
						followUpDate = $('#followUpDate').val();
162
						
162
						
163
						if(followUpDate==""||followUpDate==undefined||followUpDate==null){
-
 
164
								alert("date can't be empty");
-
 
165
								return;
-
 
166
							}
163
 
167
						var params = {
164
						var params = {
168
								"serviceId" : serviceId,
165
								"serviceId" : serviceId,
169
								"fofoId" : fofoId,
166
								"fofoId" : fofoId,
170
								"naText": gencomment,
167
								"naText": gencomment,
171
								"followUpDate": followUpDate
168
								"followUpDate": followUpDate