|
|
|
|
|
|
413
|
*/
|
413
|
*/
|
|
414
|
// 操作功能
|
414
|
// 操作功能
|
|
415
|
$('.tool_downs').find('[id*="HY_submit"]').show(); //提交
|
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
|
$('.tool_downs').find('[id*="HY_reminder"]').show();//催单
|
418
|
$('.tool_downs').find('[id*="HY_reminder"]').show();//催单
|
|
418
|
$('.tool_downs').find('[id*="HY_edit"]').show(); //修改
|
419
|
$('.tool_downs').find('[id*="HY_edit"]').show(); //修改
|
|
419
|
// 操作列表
|
420
|
// 操作列表
|