| | |
| | | } |
| | | parent.layer.close(index); |
| | | }); |
| | | RoadQuery($('#Value').val()); |
| | | table.render({ |
| | | elem: '#mainTable' |
| | | // , url: '/demo/table/user/' |
| | |
| | | , limits: [50, 500, 5000, 50000], |
| | | limit: 50 |
| | | }); |
| | | RoadQuery($('#Value').val()); |
| | | |
| | | ///å è½½æ¾ç¤ºæ°æ® |
| | | function RoadQuery(Where) { |
| | | var Value = " and HUSEORGID = " + sessionStorage["OrganizationID"] + ""; |
| | |
| | | } |
| | | $.ajax({ |
| | | type: "get", |
| | | url: GetWEBURL() + "/Web/GetProductionTeamList_Json", |
| | | async: true, |
| | | data: { "sWhere": Value }, |
| | | //url: GetWEBURL() + "/Web/GetProductionTeamList_Json", //åè¿åæ°æ®è°ç¨æ¹æ³ |
| | | url: GetWEBURL() + "/Web/GetGroupListByUser_Json", |
| | | async: false, |
| | | //data: { "sWhere": Value }, |
| | | data: { "sWhere": Value, "user": sessionStorage["HUserName"] }, |
| | | success: function (result) { |
| | | ajaxReturnData = JSON.parse(JSON.stringify(result)).data; |
| | | table.reload('mainTable', { |