|
|
@@ -413,7 +413,8 @@ function authorizeOperateButton(userRoleCode) {
|
|
413
|
413
|
*/
|
|
414
|
414
|
// 操作功能
|
|
415
|
415
|
$('.tool_downs').find('[id*="HY_submit"]').show(); //提交
|
|
416
|
|
- $('.tool_downs').find('[id*="HY_end"]').show(); //完结
|
|
|
416
|
+ $('.tool_downs').find('[id*="HY_end"]').show(); //完结
|
|
|
417
|
+ $('.tool_downs').find('[id*="HY_dealWith"]').show(); //处理
|
|
417
|
418
|
$('.tool_downs').find('[id*="HY_reminder"]').show();//催单
|
|
418
|
419
|
$('.tool_downs').find('[id*="HY_edit"]').show(); //修改
|
|
419
|
420
|
// 操作列表
|