| | |
| | | public int _controlFlag = 0; |
| | | |
| | | private int _userId = -1; |
| | | private int _userType = -1; |
| | | private string _userType = ""; |
| | | private string _account = ""; |
| | | |
| | | protected void Page_Load(object sender, EventArgs e) |
| | |
| | | gwClient = gwClientDao.Get(gwSp.ClientID); |
| | | this.GwOrder.Company = gwClient.Company; |
| | | this.GwOrder.Balance = long.Parse(gwClient.Balance.ToString()); //余额 |
| | | |
| | | /** |
| | | if (gwClient.Is_Enable==1) |
| | | { |
| | | backUrl = "GwClient.aspx?IsEnable=1"; |
| | |
| | | else |
| | | { |
| | | backUrl = "GwClient.aspx?IsEnable=0"; |
| | | } |
| | | }**/ |
| | | } |
| | | |
| | | this.GwOrder.SpId = gwSp.SpID; |