| | |
| | | , height: 'full-50' |
| | | , page: true |
| | | , cellMinWidth: 90 |
| | | , limit: 50 |
| | | , limits: [50, 500, 5000, 20000] |
| | | , cols: [[ |
| | | { type: 'checkbox', fixed: 'left' } |
| | | , { field: 'HInterID', title: 'HInterID', sort: true, hide: true } |
| | |
| | | $.ajax({ |
| | | url: GetWEBURL() + '/Gy_ClassTimePrjSub/list', |
| | | type: "GET", |
| | | data: { "sWhere": sWhere }, |
| | | data: { "sWhere": sWhere, "user": sessionStorage["HUserName"] }, |
| | | success: function (data1) { |
| | | if (data1.count == 1) { |
| | | option.data = data1.data; |
| | |
| | | , title: 'æ ¸ç®è®°å½-æ°å¢' |
| | | , shift: 0//å¼¹åºå¨ç» |
| | | , content: '../æ ¸ç®æ¹å¼/Gy_ClassTimePrjSubBillEdit.html?OperationType=1&linterid=&HSouceBillType=' |
| | | , end: function () { |
| | | //å·æ°é¡µé¢, |
| | | location.reload(); |
| | | } |
| | | }) |
| | | } |
| | | //#endregion |
| | |
| | | , title: 'æ ¸ç®è®°å½-ç¼è¾' |
| | | , shift: 0//å¼¹åºå¨ç» |
| | | , content: '../æ ¸ç®æ¹å¼/Gy_ClassTimePrjSubBillEdit.html?OperationType=3&linterid=' + HInterID + '&HSouceBillType=' |
| | | , end: function () { |
| | | //å·æ°é¡µé¢, |
| | | location.reload(); |
| | | } |
| | | }) |
| | | } else { |
| | | layer.msg('è¯·éæ©ä¸è¡æ°æ®ç¼è¾ï¼'); |
| | |
| | | $.ajax({ |
| | | url: GetWEBURL() + 'DeltetGy_ClassTimePrjSub', |
| | | type: "GET", |
| | | data: { "HItemID": ItemID }, |
| | | data: { "HItemID": ItemID, "user": sessionStorage["HUserName"] }, |
| | | success: function (result) { |
| | | if (result.count == 1) { |
| | | layer.msg(result.Message, { icon: 1 }, function () { |