|
|
@@ -450,6 +450,7 @@ function formatterOprateDeal(val, row) {
|
|
450
|
450
|
}else{
|
|
451
|
451
|
return '<ul class="tool_downs">' +
|
|
452
|
452
|
'<li><a href="javascript:;" class="aBtn" authorize="yes" id="HY_edit_' + row.ID + '" onclick="btn_edit(\'' + row.F_ID + '\')" title="修改">修改</a></li>' +
|
|
|
453
|
+ '<li><a href="javascript:;" class="aBtn" authorize="yes" id="HY_back_' + row.ID + '" onclick="btn_zhuei(\'' + row.F_ID + '\')" title="注解">注解</a></li>' +
|
|
453
|
454
|
'<li><a href="javascript:;" class="aBtn" authorize="yes" id="HY_delete_' + row.ID + '" onclick="btn_delete(\'' + row.F_ID + '\')" title="删除">删除</a></li>' +
|
|
454
|
455
|
'</ul>';
|
|
455
|
456
|
}
|
|
|
@@ -553,6 +554,7 @@ function formatterPostpone(val, row) {
|
|
553
|
554
|
//格式化操作 (已处理)
|
|
554
|
555
|
function formatterOprateParty(val, row) {
|
|
555
|
556
|
return '<ul class="tool_downs">' +
|
|
|
557
|
+ '<li><a href="javascript:;" class="aBtn" authorize="yes" id="HY_back_' + row.ID + '" onclick="btn_zhuei(\'' + row.F_ID + '\')" title="注解">注解</a></li>' +
|
|
556
|
558
|
// '<li><a href="javascript:;" class="aBtn" authorize="yes" id="HY_delete_' + row.ID + '" onclick="btn_delete(\'' + row.ID + '\')" title="删除">删除</a></li>' +
|
|
557
|
559
|
// '<li><a href="javascript:;" class="aBtn" authorize="yes" id="HY_comment_' + row.ID + '" onclick="btn_comment(\'' + val + '\')" title="评论">评论</a></li>' +
|
|
558
|
560
|
'</ul>';
|