| | |
| | | //æä»¶ä¸ä¼ |
| | | upload.render({ |
| | | elem: '#UpLoad', |
| | | url: GetWEBURL() + '/Gy_QCCheckClass/Gy_Process_Excel', |
| | | url: GetWEBURL() + '/Gy_QCCheckClass/Gy_QCCheckClass_Excel', |
| | | contentType: 'application/json', |
| | | exts: 'xls|xlsx', //å
许ä¸ä¼ çç±»å |
| | | done: function (data1) { |
| | |
| | | , loading: false |
| | | , cols: [[ |
| | | { type: 'checkbox', fixed: 'left' } |
| | | , { field: 'HItemID', title: 'HItemID', sort: true, hide: true } |
| | | , { field: '代ç ', title: '代ç ' } |
| | | , { field: 'åç§°', title: 'åç§°' } |
| | | , { field: '夿³¨', title: '夿³¨' } |
| | | , { field: 'HOrgID', title: 'HOrgID', width: 120, hide: true } |
| | | , { field: 'ç»ç»ä»£ç ', title: 'ç»ç»ä»£ç ', width: 120 } |
| | | , { field: 'ç»ç»åç§°', title: 'ç»ç»åç§°', width: 120 } |
| | | , { field: 'æ£éªé¡¹ç®å类代ç ', title: 'æ£éªé¡¹ç®å类代ç ', width: 120 } |
| | | , { field: 'æ£éªé¡¹ç®åç±»', title: 'æ£éªé¡¹ç®åç±»', width: 120 } |
| | | , { field: 'å©è®°ç ', title: 'å©è®°ç ', width: 120 } |
| | | , { field: '夿³¨', title: '夿³¨', width: 120 } |
| | | , { fixed: 'right', title: 'æä½', toolbar: '#barDemo' } |
| | | ]] |
| | | }; |
| | |
| | | |
| | | $.ajax({ |
| | | type: "POST", |
| | | url: GetWEBURL() + "/Gy_QCCheckClass/Gy_Process_btnSave", |
| | | url: GetWEBURL() + "/Gy_QCCheckClass/Gy_QCCheckClass_btnSave", |
| | | async: true, |
| | | data: { "sMainSub": sMainSub }, |
| | | dataType: "json", |