| | |
| | | using System.Web.Profile; |
| | | using System.Web.SessionState; |
| | | |
| | | /** |
| | | * 产品管理 |
| | | * |
| | | */ |
| | | public partial class _GwProduct : PageBase<SysUser>, IRequiresSessionState |
| | | { |
| | | protected List<GwProduct> GwProductList; |
| | |
| | | } |
| | | |
| | | if (productId.Equals(bean.Id) ) |
| | | stringBuilder.AppendFormat("<option value=\"{0}\" selected>{0}-{1}</option>", (object)bean.Id, (object)bean.Name); |
| | | stringBuilder.AppendFormat("<option value=\"{0}\" selected>{1}</option>", (object)bean.Id, (object)bean.Name); |
| | | else |
| | | stringBuilder.AppendFormat("<option value=\"{0}\">{0}-{1}</option>", (object)bean.Id, (object)bean.Name); |
| | | stringBuilder.AppendFormat("<option value=\"{0}\">{1}</option>", (object)bean.Id, (object)bean.Name); |
| | | } |
| | | return stringBuilder.ToString(); |
| | | } |