| | |
| | | , cols: [[ |
| | | { type: 'radio' } |
| | | , { field: 'HInterID', title: '璁惧涓绘。ID', hide: true } |
| | | , { field: 'HEquipFileNumber', title: '璁惧涓绘。浠g爜' } |
| | | , { field: 'HName', title: '璁惧涓绘。鍚嶇О', sort: true } |
| | | , { field: 'HEquipFileNumber', title: '璁惧涓绘。浠g爜', width: 180 } |
| | | , { field: 'HName', title: '璁惧涓绘。鍚嶇О', sort: true, width: 180 } |
| | | , { field: 'HModel2', title: '璁惧涓绘。鍨嬪彿', sort: true } |
| | | , { field: 'HSourceID', title: 'HSourceID', hide: true } |
| | | , { field: 'HSourceName', title: '瀵瑰簲鐢熶骇璧勬簮', sort: true } |
| | | , { field: 'HSourceName', title: '瀵瑰簲鐢熶骇璧勬簮', sort: true, width: 180} |
| | | ]] |
| | | , page: true |
| | | , limits: [50, 500, 5000, 50000], |
| | |
| | | //url: "http://61.130.49.162:9090/WMSAPI///Web/GetDepartmentList_Json", |
| | | url: GetWEBURL() + "/WEBSController/GetEquipList_Json", |
| | | async: true, |
| | | data: { "Equip": Value }, |
| | | data: { "Equip": Value, "HCenterID": sessionStorage["HWorkCenterID"]}, |
| | | //data: { "Value": Value }, |
| | | success: function (result) { |
| | | ajaxReturnData = JSON.parse(JSON.stringify(result)).data; |