@model UnderlyingSpanTwoDto @{ Layout = "~/Views/Shared/_InfoLayout.cshtml"; var autocomplete = string.IsNullOrEmpty(Model.UnderlyingCode); var isGFSM = PS.Config.Company == CompanyEnum.广发商贸; } @section JS{ @if (autocomplete) { @if(isGFSM){ } else{ } } } @section CSS{ }