|
@@ -41,6 +41,7 @@
|
|
|
var unitType = $(this).find('td:eq(1)').text()
|
|
|
$(this).find('td:eq(3)').attr("data-edit","text")
|
|
|
$(this).find('td:eq(4)').attr("data-edit","text")
|
|
|
+ $(this).find('td:eq(2)').attr("data-edit","text")
|
|
|
if(unitType != null && unitType != ''){
|
|
|
$(this).find('td:eq(2)').attr("data-edit","text")
|
|
|
}
|
|
@@ -67,7 +68,7 @@
|
|
|
// }
|
|
|
// })
|
|
|
$(this).closest("tr").find("td").eq("2").find("div").html('');
|
|
|
- $(this).closest("tr").find("td").eq("2").removeAttr("data-edit");
|
|
|
+ // $(this).closest("tr").find("td").eq("2").removeAttr("data-edit");
|
|
|
}else{
|
|
|
$('table tr').each(function () {
|
|
|
var unitType = $(this).find('td:eq(1)').text()
|