Commit 37a47b62 authored by agping's avatar agping

1

parent ac5c9526
...@@ -191,11 +191,11 @@ define(['doT', 'text!temp/inspectionRecordAllOffice_list_template_tpl.html', 'cs ...@@ -191,11 +191,11 @@ define(['doT', 'text!temp/inspectionRecordAllOffice_list_template_tpl.html', 'cs
$("#is_show_store").hide(); $("#is_show_store").hide();
} }
if (!check_auth('index/inspectionRecordDistrict/2')) { if (!check_auth('office_index/inspectionRecordDistrict/2')) {
$("#is_show_district").hide(); $("#is_show_district").hide();
} }
if (!check_auth('index/inspectionRecordAll/3')) { if (!check_auth('office_index/inspectionRecordAll/3')) {
$("#is_show_all").hide(); $("#is_show_all").hide();
} }
$("#our").click(function () { $("#our").click(function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment