@using WMS.BZWeb;
@Common.GetWMSTile()| @ViewBag.Title
@* *@
@*
*@
@Html.AppendCssFile(
"/wwwroot/Content/wms/style/wms-common.css",
"/wwwroot/Content/wms/plugin/scroll/scroll.css",
"/wwwroot/Content/wms/style/wms-iframe-index.css",
"/wwwroot/Content/wms/plugin/layout/wms-layout.css",
"/wwwroot/Content/wms/plugin/tree/wms-tree.css",
"/wwwroot/Content/wms/plugin/select/wms-select.css",
"/wwwroot/Content/wms/plugin/timeline/wms-timeline.css",
"/wwwroot/Content/wms/plugin/formselect/wms-formselect.css",
"/wwwroot/Content/wms/plugin/custmerquery/wms-custmerquery.css",
"/wwwroot/Content/wms/plugin/date/wms-datepicker.css",
"/wwwroot/Content/wms/plugin/datetime/wms-datetimepicker.css",
"/wwwroot/Content/wms/plugin/grid/jfgrid.css"
)
@* @WebReportGlobals.Scripts()
@WebReportGlobals.Styles()*@
@Html.SetCurrentUrl()
@RenderBody()
@Html.AppendJsFile(
"/wwwroot/Content/wms/plugin/resize/resize.js",
"/wwwroot/Content/wms/plugin/mousewheel/mousewheel.js",
"/wwwroot/Content/wms/plugin/scroll/scroll.js",
"/wwwroot/Content/wms/plugin/layout/wms-layout.js",
"/wwwroot/Content/wms/plugin/tree/wms-tree.js",
"/wwwroot/Content/wms/plugin/select/wms-select.js",
"/wwwroot/Content/wms/plugin/timeline/wms-timeline.js",
"/wwwroot/Content/wms/plugin/formselect/wms-formselect.js",
"/wwwroot/Content/wms/plugin/custmerquery/wms-custmerquery.js",
"/wwwroot/Content/wms/plugin/date/wms-datepicker.js",
"/wwwroot/Content/wms/plugin/datetime/wms-datetimepicker.js",
"/wwwroot/Content/wms/script/wms-validator.js",
"/wwwroot/Content/wms/script/wms-authorize.js",
"/wwwroot/Content/wms/script/wms-form.js",
"/wwwroot/Content/wms/plugin/grid/jfgrid.js",
"/wwwroot/Content/wms/script/wms-Util.js"
)