| | |
| | | |
| | | foreach (var eC_SpecialForums in m_EC_SpecialForumsList) |
| | | { |
| | | if (eC_SpecialForums.PSF_PressesDesk.IndexOf("数码")>=0) |
| | | if (eC_SpecialForums.PSF_PressesDesk.IndexOf("数码")>=0 || eC_SpecialForums.PSF_PressesDesk.IndexOf("直接修切") >= 0) |
| | | { |
| | | eC_SpecialForums.shifouxianshi = "display:none;"; |
| | | } |
| | | |
| | | |
| | | if (eC_SpecialForums.PSF_PressesDesk.IndexOf("与其他订单合版") >= 0 ) |
| | | { |
| | | eC_SpecialForums.shifouxianshi = "display:none;"; |
| | | eC_SpecialForums.shifouxianshiheban = "display:none;"; |
| | | } |
| | | |
| | | } |
| | | this.RepClientList.DataSource = m_EC_SpecialForumsList; |
| | | this.RepClientList.DataBind(); |