|
@@ -65,13 +65,13 @@
|
|
str+="<td>"+qytz.sfwszw+"</td>";
|
|
str+="<td>"+qytz.sfwszw+"</td>";
|
|
|
|
|
|
str+="<td>";
|
|
str+="<td>";
|
|
- str+="<a class='btn btn-default btn-xs' href='#' onclick=\"qytzxxview('"+qytz.id+"')\"> <i class='glyphicon glyphicon-search'></i> 查看</a>";
|
|
|
|
- if(qytz.recordStatus==1&&qytz.xkzid==''){
|
|
|
|
|
|
+ str+="<a class='btn btn-default btn-xs' href='#' onclick=\"qytzxxview('"+qytz.id+"')\"> <i title='查看' class='glyphicon glyphicon-search'></i></a>";
|
|
|
|
+ /* if(qytz.recordStatus==1&&qytz.xkzid==''){
|
|
var currentBtn = document.getElementById('qytzxx_addBtn');
|
|
var currentBtn = document.getElementById('qytzxx_addBtn');
|
|
currentBtn.style.display = "block";
|
|
currentBtn.style.display = "block";
|
|
str+="<a class='btn btn-default btn-xs' href='#' onclick=\"qytzxxedit('"+qytz.id+"')\"> <i class='glyphicon glyphicon-pencil'></i> 编辑</a>";
|
|
str+="<a class='btn btn-default btn-xs' href='#' onclick=\"qytzxxedit('"+qytz.id+"')\"> <i class='glyphicon glyphicon-pencil'></i> 编辑</a>";
|
|
str+="<a class='btn btn-default btn-xs' href='#' onclick=\"qytzxxdelete('"+qytz.id+"')\"> <i class='glyphicon glyphicon-trash'></i> 删除</a>";
|
|
str+="<a class='btn btn-default btn-xs' href='#' onclick=\"qytzxxdelete('"+qytz.id+"')\"> <i class='glyphicon glyphicon-trash'></i> 删除</a>";
|
|
- }
|
|
|
|
|
|
+ } */
|
|
str+="</td>";
|
|
str+="</td>";
|
|
str+="</tr>";
|
|
str+="</tr>";
|
|
}
|
|
}
|