diff --git a/YLErpWeb/Views/Pricing/structure.cshtml b/YLErpWeb/Views/Pricing/structure.cshtml
index 08cc5f0d..f3f64d67 100644
--- a/YLErpWeb/Views/Pricing/structure.cshtml
+++ b/YLErpWeb/Views/Pricing/structure.cshtml
@@ -32,23 +32,14 @@
};
var pageData = new
{
- showCCR = PS.Config.Company == CompanyEnum.国海,
- is厦门象屿 = PS.Config.Company == CompanyEnum.厦门象屿,
+ showCCR = false, // 国联恒 false(原 Company == 国海 定制分支)
+ is厦门象屿 = false, // 国联恒 false(原 Company == 厦门象屿 定制分支)
ShowMultiplier = PS.Config.ErpElement.AccumulatorShowMultiplier1,
};
var calcQuotas = CalcPriceShowConfigService.GetShowCalcQuota();
}
@section CSS{
- @switch (PS.Config.Company)
- {
- case CompanyEnum.光大光子:
-
- break;
- case CompanyEnum.国泰君安:
-
- break;
- }