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.

Stock.cshtml 291 B

12345678910
  1. @{
  2. ViewBag.Title = "库存";
  3. Layout = "~/Views/Shared/_Index.cshtml";
  4. }
  5. <div class="lr-layout " >
  6. <div class="lr-layout-center">
  7. <div class="lr-layout-body" id="gridtable"></div>
  8. </div>
  9. </div>
  10. @Html.AppendJsFile("/Areas/LR_CodeDemo/Views/StockDemo/Stock.js")