| | |
| | | time: 2000 //2秒关闭(如果不配置,默认是3秒) |
| | | }, function() { |
| | | layer.close(index); //关闭弹层 |
| | | // refreshTable($("#CategoryName").val(),$("#AreaNo").val()); |
| | | refreshTable($("#CategoryName").val(),$("#AreaNo").val()); |
| | | doing = true; |
| | | }); |
| | | } |
| | |
| | | field: 'WareHouseName', |
| | | title: '所属仓库', |
| | | align: 'center', |
| | | width: 140, |
| | | width: 180, |
| | | fixed: 'left', |
| | | templet: function(d) { |
| | | |
| | | return d.WareHouseNo + '-' + d.WareHouseName; |
| | | } |
| | | }, { |
| | | field: 'RoadwayNo', |
| | | title: '所属巷道', |
| | | align: 'center', |
| | | width: 130, |
| | | templet: function(d) { |
| | | }, |
| | | // { |
| | | // field: 'RoadwayNo', |
| | | // title: '所属巷道', |
| | | // align: 'center', |
| | | // width: 130, |
| | | // templet: function(d) { |
| | | |
| | | return d.RoadwayNo + '-' + d.RoadwayName; |
| | | } |
| | | }, { |
| | | // return d.RoadwayNo + '-' + d.RoadwayName; |
| | | // } |
| | | // }, |
| | | { |
| | | field: 'AreaName', |
| | | title: '所属区域', |
| | | align: 'center', |
| | |
| | | title: '深度', |
| | | align: 'center', |
| | | width: 70, |
| | | }, { |
| | | field: 'Height', |
| | | title: '高度', |
| | | align: 'center', |
| | | width: 90, |
| | | }, { |
| | | field: 'Weight', |
| | | title: '重量', |
| | | align: 'center', |
| | | width: 90, |
| | | }, { |
| | | field: 'TempName', |
| | | title: '存储坏境', |
| | | align: 'center', |
| | | width: 110, |
| | | }, { |
| | | }, |
| | | // { |
| | | // field: 'Height', |
| | | // title: '高度', |
| | | // align: 'center', |
| | | // width: 90, |
| | | // }, { |
| | | // field: 'Weight', |
| | | // title: '重量', |
| | | // align: 'center', |
| | | // width: 90, |
| | | // }, { |
| | | // field: 'TempName', |
| | | // title: '存储坏境', |
| | | // align: 'center', |
| | | // width: 110, |
| | | // }, |
| | | { |
| | | title: '操作', |
| | | fixed: 'right', |
| | | width: 120, |
| | |
| | | outDtoList.Add(locatEntry2); |
| | | |
| | | // 正式运行程序放开 |
| | | var jsonData = JsonConvert.SerializeObject(outDtoList); |
| | | /*var jsonData = JsonConvert.SerializeObject(outDtoList); |
| | | string response = ""; |
| | | |
| | | try |
| | |
| | | catch (Exception ex) |
| | | { |
| | | throw new Exception(ex.Message); |
| | | } |
| | | }*/ |
| | | } |
| | | |
| | | Db.CommitTran(); |