| | |
| | | public string xialapr = ""; |
| | | public string orderIdstrrrr = ""; |
| | | |
| | | public string shukuanhuace = ""; |
| | | public string shukuanhuaceneiye1 = ""; |
| | | public string shukuanhuaceneiye2 = ""; |
| | | public string shukuanhuaceneiye3 = ""; |
| | | public string shukuanhuaceneiye4 = ""; |
| | | public string shukuanhuaceneiye5 = ""; |
| | | |
| | | //初始化 |
| | | public AgSpecialOrderEdit() |
| | | { |
| | |
| | | return false; |
| | | } |
| | | |
| | | |
| | | orderIdstrrrr = orderIdStr; |
| | | EC_OrderPrintParameterBLL _eC_OrderPrintParameterBLL = new EC_OrderPrintParameterBLL(); |
| | | EC_OrderPrintParameter _eC_OrderPrintParameter = _eC_OrderPrintParameterBLL.GetModel(orderId.Value); |
| | |
| | | |
| | | EC_SpecialOrders m_EC_SpecialOrders = bll_EC_SpecialOrdersBLL.GetModelByOrderId(orderId); |
| | | if (m_EC_SpecialOrders == null) |
| | | { |
| | | m_EC_SpecialOrders = new EC_SpecialOrders(); |
| | | if (_eC_OrderBasic.PrintTypeId == 15 || _eC_OrderBasic.PrintTypeId == 6) |
| | | { |
| | | shukuanhuace = "true"; |
| | | if (_inquiryCommonModel.InquiryInsideList != null && _inquiryCommonModel.InquiryInsideList.Count > 0) |
| | | { |
| | | if (_inquiryCommonModel.InquiryInsideList.Count == 1) |
| | | { |
| | | shukuanhuaceneiye1 = _inquiryCommonModel.InquiryInsideList[0].PageNum.ToString(); |
| | | } |
| | | else if (_inquiryCommonModel.InquiryInsideList.Count == 2) |
| | | { |
| | | shukuanhuaceneiye1 = _inquiryCommonModel.InquiryInsideList[0].PageNum.ToString(); |
| | | shukuanhuaceneiye2 = _inquiryCommonModel.InquiryInsideList[1].PageNum.ToString(); |
| | | } |
| | | else if (_inquiryCommonModel.InquiryInsideList.Count == 3) |
| | | { |
| | | shukuanhuaceneiye1 = _inquiryCommonModel.InquiryInsideList[0].PageNum.ToString(); |
| | | shukuanhuaceneiye2 = _inquiryCommonModel.InquiryInsideList[1].PageNum.ToString(); |
| | | shukuanhuaceneiye3 = _inquiryCommonModel.InquiryInsideList[2].PageNum.ToString(); |
| | | } |
| | | else if (_inquiryCommonModel.InquiryInsideList.Count == 4) |
| | | { |
| | | shukuanhuaceneiye1 = _inquiryCommonModel.InquiryInsideList[0].PageNum.ToString(); |
| | | shukuanhuaceneiye2 = _inquiryCommonModel.InquiryInsideList[1].PageNum.ToString(); |
| | | shukuanhuaceneiye3 = _inquiryCommonModel.InquiryInsideList[2].PageNum.ToString(); |
| | | shukuanhuaceneiye4 = _inquiryCommonModel.InquiryInsideList[3].PageNum.ToString(); |
| | | } |
| | | else if (_inquiryCommonModel.InquiryInsideList.Count == 5) |
| | | { |
| | | shukuanhuaceneiye1 = _inquiryCommonModel.InquiryInsideList[0].PageNum.ToString(); |
| | | shukuanhuaceneiye2 = _inquiryCommonModel.InquiryInsideList[1].PageNum.ToString(); |
| | | shukuanhuaceneiye3 = _inquiryCommonModel.InquiryInsideList[2].PageNum.ToString(); |
| | | shukuanhuaceneiye4 = _inquiryCommonModel.InquiryInsideList[3].PageNum.ToString(); |
| | | shukuanhuaceneiye5 = _inquiryCommonModel.InquiryInsideList[4].PageNum.ToString(); |
| | | } |
| | | |
| | | |
| | | |
| | | } |
| | | } |
| | | else |
| | | { |
| | | shukuanhuace = "false"; |
| | | } |
| | | } |
| | | |
| | | |
| | | keyid = m_EC_SpecialOrders.Keyid.ToString2(); |
| | | |