| @using WMS.BZWeb;@{    ViewBag.Title = "Form";    Layout = "~/Views/Shared/_Form.cshtml";}<div class="lr-form-layout">    <div class="lr-form-layout-header" id="form1">           </div>    <div class="lr-form-layout-body">                <div id="gridtable"></div>    </div></div>@Html.AppendJsFile("/Areas/FJManager/Views/QueryCell/Form.js")
 |