Subversion Repositories SmartDukaan

Rev

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

Rev 31586 Rev 32051
Line 125... Line 125...
125
		var rowIndex = $(this).closest('tr').prevAll().length;
125
		var rowIndex = $(this).closest('tr').prevAll().length;
126
		console.log(rowIndex);
126
		console.log(rowIndex);
127
		var id = $(row).find("td:eq(0)").text();
127
		var id = $(row).find("td:eq(0)").text();
128
 
128
 
129
 
129
 
130
		var approvalAmount = $(row).find("td:eq(15) input[type='text']").val();
130
		var approvalAmount = $(row).find("td:eq(16) input[type='text']").val();
131
		var freedays = $(row).find("td:eq(16) input[type='text']").val();
131
		var freedays = $(row).find("td:eq(17) input[type='text']").val();
132
 
132
 
133
 
133
 
134
		var status = $(row).find("td:eq(17) option:selected").val();
134
		var status = $(row).find("td:eq(18) option:selected").val();
135
 
-
 
136
		var stockHold = $(row).find("td:eq(18) input[type='checkbox']").is(":checked") ? true : false;
-
 
137
 
135
 
-
 
136
		var stockHold = $(row).find("td:eq(19) input[type='checkbox']").is(":checked") ? true : false;
138
 
137
 
139
 
138
 
140
		console.log(freedays)
139
		console.log(freedays)
141
 
140
 
142
		var sanctionReq = {};
141
		var sanctionReq = {};