| | |
| | | html.push("<td>" + this.Account + "</td>"); |
| | | html.push("<td>" + this.UserName + "</td>"); |
| | | html.push("<td>" + this.RoleNames + "</td>"); |
| | | /** |
| | | if (this.UserType == 1) { |
| | | html.push("<td>" + "管理员" + "</td>"); |
| | | } |
| | | else if (this.UserType == 2) { |
| | | html.push("<td>" + "业务员" + "</td>"); |
| | | } |
| | | else if (this.UserType == 3) { |
| | | html.push("<td>" + "业务主管" + "</td>"); |
| | | } |
| | | else if (this.UserType == 4) { |
| | | html.push("<td>" + "业务总监" + "</td>"); |
| | | } |
| | | else if (this.UserType == 5) { |
| | | html.push("<td>" + "客服人员" + "</td>"); |
| | | } |
| | | else if (this.UserType == 6) { |
| | | html.push("<td>" + "财务人员" + "</td>"); |
| | | } |
| | | else if (this.UserType == 99) { |
| | | html.push("<td>" + "其他" + "</td>"); |
| | | } |
| | | else { |
| | | html.push("<td>" + "" + "</td>"); |
| | | }**/ |
| | | |
| | | //if (this.UserType == 1) { |
| | | // html.push("<td>" + "管理员" + "</td>"); |
| | | //} |
| | | //else if (this.UserType == 2) { |
| | | // html.push("<td>" + "业务员" + "</td>"); |
| | | //} |
| | | //else if (this.UserType == 3) { |
| | | // html.push("<td>" + "业务主管" + "</td>"); |
| | | //} |
| | | //else if (this.UserType == 4) { |
| | | // html.push("<td>" + "业务总监" + "</td>"); |
| | | //} |
| | | //else if (this.UserType == 5) { |
| | | // html.push("<td>" + "客服人员" + "</td>"); |
| | | //} |
| | | //else if (this.UserType == 6) { |
| | | // html.push("<td>" + "财务人员" + "</td>"); |
| | | //} |
| | | //else if (this.UserType == 99) { |
| | | // html.push("<td>" + "其他" + "</td>"); |
| | | //} |
| | | //else { |
| | | // html.push("<td>" + "" + "</td>"); |
| | | //} |
| | | |
| | | html.push("<td>" + this.Mobile + "</td>"); |
| | | html.push("<td>" + formatFlagIcon(this.MobileFlag) + "</td>"); |
| | |
| | | |
| | | <div id="mask" class="mask"> |
| | | <span></span> |
| | | <img src="img/spinning-circles.svg" alt="载入中..." /></div> |
| | | <img src="img/spinning-circles.svg" alt="载入中..." /> |
| | | |
| | | </div> |
| | | </asp:Content> |