| | |
| | | this.spnBuyerName.InnerText = oA_DeliverPlan.CompanyName; |
| | | |
| | | this.spnBuyerAddress.InnerText = oA_DeliverPlan.Dizhi; |
| | | this.spnNowTime.InnerText = oA_DeliverPlan.DeliverTime.Value.ToString("yyyy-Mm-dd"); |
| | | this.spnNowTime.InnerText = oA_DeliverPlan.DeliverTime.Value.ToString("yyyy-MM-dd"); |
| | | this.SellerOrderId.InnerText = oA_DeliverPlan.SellerOrderId; |
| | | this.spnBuyerPhone.InnerText = oA_DeliverPlan.Dianhua; |
| | | |
| | |
| | | |
| | | |
| | | |
| | | this.spnRemark.InnerText = oA_DeliverPlan.Remark; |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | |
| | | |
| | | if (m_EC_AwbInfo != null) |
| | | { |
| | | this.spnRemark.InnerText = m_EC_AwbInfo.Remark; |
| | | if (string.IsNullOrWhiteSpace(this.spnRemark.InnerText)) |
| | | { |
| | | this.spnRemark.InnerText = m_EC_AwbInfo.Remark; |
| | | } |
| | | |
| | | |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | } |
| | | else |
| | | { |
| | | this.spnRemark.InnerText = oA_DeliverPlan.Remark; |
| | | } |
| | | |
| | | rptData.DataSource = eC_OrderBasics; |
| | | rptData.DataBind(); |
| | | |