| | |
| | | PrintType = "A4"; |
| | | EC_OrderBasic _eC_OrderBasic = bll_EC_OrderBLL.SelectModelById(Convert.ToInt32(Keyid)); |
| | | int iBagNum = 0; |
| | | iBagNum = Convert.ToInt32(_eC_OrderBasic.OrderExtend.BagNum); |
| | | |
| | | |
| | | int.TryParse(_eC_OrderBasic.OrderExtend.BagNum, out iBagNum); |
| | | string sdate = _eC_OrderBasic.DeliveryTime.Value.ToString("yyyy-MM-dd"); |
| | | OA_CorporateClients oA_CorporateClients = null; |
| | | OA_CustomerCommunications oA_CustomerCommunications = null; |
| | |
| | | + "<td align='center' height='23px'>" + _eC_OrderBasic.OrderExtend.PrintNum+ "" |
| | | + "</td>" |
| | | + "</tr>" |
| | | + "<tr style=' height:45px; width:350px;display:" + (_eC_OrderBasic.PrintTypeId == 6 ? "block" : "none") + ";'>" |
| | | + "<tr style=' height:45px; width:350px;display:" + (_eC_OrderBasic.PrintTypeId == 6 ? "" : "none") + ";'>" |
| | | + "<td align='center'>" |
| | | + "书号" |
| | | + "</td> " |