You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
508 B

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