16 lines
508 B

0000002628
0000002627
0000002703
0000002702
sql += @"Insert INto ICSLocation
( ID, LocationCode, LocationName, WHID, MUSER, MUSERName, MTIME, WorkPoint, EATTRIBUTE1, Region, Row, GoodsShelf, Tier, Grid)
Values (newid(),'{0}','{1}','{2}','{3}','{4}',getdate(),'{5}','','{6}','{7}','{8}','{9}','{10}')";
beforeSelectRow: function (rowid, e) {
$("#gridList").jqGrid('resetSelection');
return (true);
},