| | |
| | | //æä»¶ä¸ä¼ |
| | | upload.render({ |
| | | elem: '#UpLoad', |
| | | url: GetWEBURL() + '/Gy_Process/Gy_Process_Excel', |
| | | url: GetWEBURL() + '/Gy_Group/Gy_Process_Excel', |
| | | contentType: 'application/json', |
| | | exts: 'xls|xlsx', //å
许ä¸ä¼ çç±»å |
| | | done: function (data1) { |
| | |
| | | , { 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, hide: true } |
| | | , { field: 'æå±é¨é¨', title: 'æå±é¨é¨', width: 120 } |
| | | , { field: 'çç»æ»äººæ°', title: 'çç»æ»äººæ°', width: 120} |
| | | , { field: 'å·¥åºä»£ç ', title: 'å·¥åºä»£ç ', width: 120, hide: true } |
| | | , { field: 'å·¥åº', title: 'å·¥åº', width: 120 } |
| | | , { field: 'å·¥åº', title: 'å·¥åº', width: 120, hide: true } |
| | | , { field: 'å·¥åºåç§°', title: 'å·¥åºåç§°', width: 120 } |
| | | , { field: 'å³å¡åä½', title: 'å³å¡åä½', width: 120 } |
| | | , { field: '夿³¨', title: '夿³¨', width: 120 } |
| | | , { fixed: 'right', title: 'æä½', toolbar: '#barDemo' } |
| | | ]] |
| | | }; |
| | | |
| | |
| | | table.render(option); |
| | | //DisPlay_HideColumn(); |
| | | } |
| | | |
| | | |
| | | //è¡å
å é¤ |
| | | function set_GridDelete(obj) { |
| | |
| | | |
| | | $.ajax({ |
| | | type: "POST", |
| | | url: GetWEBURL() + "/Gy_Process/Gy_Process_btnSave", |
| | | url: GetWEBURL() + "/Gy_Group/Gy_Process_btnSave", |
| | | async: true, |
| | | data: { "sMainSub": sMainSub }, |
| | | dataType: "json", |