| | |
| | | url: GetWEBURL() + '/Gy_Process/Gy_Process_Excel', |
| | | contentType: 'application/json', |
| | | exts: 'xls|xlsx', //å
许ä¸ä¼ çç±»å |
| | | before: function (obj) { |
| | | layer.load(); |
| | | }, |
| | | done: function (data1) { |
| | | layer.closeAll('loading'); |
| | | if (data1.count == 1) { |
| | | if (data1.Message != "") { |
| | | layer.alert(data1.code + data1.Message, { icon: 5 }); |
| | | return; |
| | | } |
| | | |
| | | option.data = data1.data; |
| | | table.render(option); |
| | | } else { |
| | |
| | | , { field: 'ç»ç»åç§°', title: 'ç»ç»åç§°', width: 120 } |
| | | , { field: 'å·¥åºåç§°', title: 'å·¥åºåç§°', width: 120 } |
| | | , { field: 'å·¥åºä»£ç ', title: 'å·¥åºä»£ç ', width: 120 } |
| | | , { field: 'å·¥åºåç±»', title: 'å·¥åºåç±»', width: 120 } |
| | | , { field: 'HDeptID', title: 'HDeptID', width: 120, hide: true } |
| | | , { field: 'é¨é¨ä»£ç ', title: 'é¨é¨ä»£ç ', width: 120 } |
| | | , { field: 'é¨é¨åç§°', title: 'é¨é¨åç§°', width: 120 } |