| | |
| | | EC_SpecialOrdersBLL bll_EC_SpecialOrdersBLL = null; |
| | | string orderIdStr = string.Empty; |
| | | public string PrintTypeId = ""; |
| | | public string therowspan = ""; |
| | | //初始化 |
| | | public AgSpecialOrderDetail() |
| | | { |
| | |
| | | { |
| | | this.txtPSO_Work_o.InnerText = m_EC_SpecialOrders.PSO_Work; |
| | | } |
| | | |
| | | this.txtPSO_Work_o_TR.Visible = false; |
| | | if (string.IsNullOrEmpty(m_EC_SpecialOrders.PSO_Remarks)) |
| | | { |
| | | this.txtPSO_Remarks_o_TR.Visible = false; |
| | |
| | | } |
| | | this.RepClientList.DataSource = m_EC_SpecialForumsList; |
| | | this.RepClientList.DataBind(); |
| | | |
| | | |
| | | List<EC_SpecialHoudaos> m_EC_SpecialHoudaosList = bll_EC_SpecialOrdersBLL.GetEC_SpecialHoudaosListByKeyid(m_EC_SpecialOrders.Keyid) as List<EC_SpecialHoudaos>; |
| | | this.RepeaterHoudaoList.DataSource = m_EC_SpecialHoudaosList; |
| | | this.RepeaterHoudaoList.DataBind(); |
| | | |
| | | if (m_EC_SpecialHoudaosList == null || m_EC_SpecialHoudaosList.Count <= 0) |
| | | { |
| | | this.Tr1.Visible = false; |
| | | } |
| | | if(m_EC_SpecialHoudaosList != null) |
| | | { |
| | | therowspan = (m_EC_SpecialHoudaosList.Count + 1) + ""; |
| | | } |
| | | else |
| | | { |
| | | therowspan = "1"; |
| | | } |
| | | |
| | | |
| | | return true; |
| | | } |
| | | /// <summary> |