Exemplo n.º 1
0
        private void AddUser()
        {
            string str     = LSRequest.qq("userNicker");
            string str2    = LSRequest.qq("userKind_six");
            string message = "";

            if (!base.ValidParamByUserEdit("filluser", ref message, null, this.lottrty_six, this.lottrty_kc))
            {
                base.Response.Write(base.ShowDialogBox(message, null, 400));
                base.Response.End();
            }
            if ((!str2.ToUpper().Equals("A") && !str2.ToUpper().Equals("B")) && !str2.ToUpper().Equals("C"))
            {
                base.Response.End();
            }
            cz_saleset_six _six = new cz_saleset_six();

            _six.set_u_id(this.uid);
            _six.set_u_nicker(str.Trim());
            _six.set_six_kind(str2.Trim().ToUpper());
            if (CallBLL.cz_saleset_six_bll.UpdateUser(_six))
            {
                base.Response.Write(base.ShowDialogBox("修改外補會員成功!", base.UserReturnBackUrl, 0));
                base.Response.End();
            }
            else
            {
                base.Response.Write(base.ShowDialogBox("修改外補會員失敗!", base.UserReturnBackUrl, 400));
                base.Response.End();
            }
        }
Exemplo n.º 2
0
        private void AddUser()
        {
            string str     = LSRequest.qq("nicker");
            string str2    = LSRequest.qq("userKind");
            string message = "";

            if (!base.ValidParamByUserEdit("filluser", ref message, null, this.lottrty_six, this.lottrty_kc))
            {
                base.noRightOptMsg(message);
            }
            if ((!str2.ToUpper().Equals("A") && !str2.ToUpper().Equals("B")) && !str2.ToUpper().Equals("C"))
            {
                base.Response.End();
            }
            cz_saleset_six _six = new cz_saleset_six();

            _six.set_u_id(this.uid);
            _six.set_u_nicker(str.Trim());
            _six.set_six_kind(str2.Trim().ToUpper());
            if (CallBLL.cz_saleset_six_bll.UpdateUser(_six))
            {
                base.successOptMsg("修改外補會員成功!");
            }
            else
            {
                base.noRightOptMsg("修改外補會員失敗!");
            }
        }
Exemplo n.º 3
0
 private void AddUser()
 {
     string str = LSRequest.qq("userName").ToLower().Trim();
     string str2 = LSRequest.qq("userNicker");
     string str3 = LSRequest.qq("userKind_six");
     string message = "";
     if (!base.ValidParamByUserAdd("filluser", ref message, null, this.lottrty_six, this.lottrty_kc))
     {
         base.noRightOptMsg(message);
     }
     if ((!str3.ToUpper().Equals("A") && !str3.ToUpper().Equals("B")) && !str3.ToUpper().Equals("C"))
     {
         base.Response.End();
     }
     cz_saleset_six model = new cz_saleset_six();
     model.set_u_id(Guid.NewGuid().ToString());
     model.set_u_name(str.Trim());
     model.set_u_nicker(str2.Trim());
     model.set_six_kind(str3.Trim().ToUpper());
     model.set_add_date(new DateTime?(DateTime.Now));
     string str5 = "";
     Dictionary<string, string> data = new Dictionary<string, string>();
     if (CallBLL.cz_saleset_six_bll.AddUser(model, ref str5))
     {
         CallBLL.cz_saleset_six_bll.GetSaleSetUser();
         string str6 = "";
         str6 = str6 + "{" + "\"saleuser\": {";
         DataTable saleSetUser = CallBLL.cz_saleset_six_bll.GetSaleSetUser();
         if (saleSetUser != null)
         {
             for (int i = 0; i < saleSetUser.Rows.Count; i++)
             {
                 if (i == 0)
                 {
                     str6 = str6 + string.Format("\"{0}\": {1}", saleSetUser.Rows[i]["u_name"], saleSetUser.Rows[i]["flag"]);
                 }
                 else
                 {
                     str6 = str6 + string.Format(",\"{0}\": {1}", saleSetUser.Rows[i]["u_name"], saleSetUser.Rows[i]["flag"]);
                 }
             }
         }
         str6 = str6 + "}}";
         base.user_add_fill_log(model);
         string text1 = "/Account/filluser_drawback.aspx?uid=" + str5 + "&isadd=1";
         StringBuilder builder = new StringBuilder();
         builder.Append("<script>");
         builder.AppendFormat(" top.aAllowSaleUserName = {0};", str6);
         builder.Append("</script>");
         data.Add("uname", model.get_u_name());
         data.Add("uid", model.get_u_id());
         base.successOptMsg("添加外補會員成功!", data);
     }
     else
     {
         base.noRightOptMsg("添加外補會員失敗!");
     }
 }
Exemplo n.º 4
0
        protected void InitShortCut_SIX(string pk, cz_saleset_six cz_saleset_six_model)
        {
            DataSet drawBackList = CallBLL.cz_drawback_six_bll.GetDrawBackList(cz_saleset_six_model.get_u_name());

            if (((drawBackList != null) && (drawBackList.Tables.Count > 0)) && (drawBackList.Tables[0].Rows.Count > 0))
            {
                this.table_six = drawBackList.Tables[0];
            }
            DataRow row  = null;
            DataRow row2 = null;
            DataRow row3 = null;

            if (this.table_six != null)
            {
                row  = this.table_six.Select(" play_id=91001")[0];
                row2 = this.table_six.Select(" play_id=91003")[0];
                row3 = this.table_six.Select(" play_id=91016")[0];
            }
            if (row != null)
            {
                this.six_tm_pk_a              = row["a_drawback"].ToString();
                this.six_tm_pk_b              = row["b_drawback"].ToString();
                this.six_tm_pk_c              = row["c_drawback"].ToString();
                this.six_tm_max_amount        = row["single_max_amount"].ToString();
                this.six_tm_phase_amount      = row["single_phase_amount"].ToString();
                this.six_tm_max_amount        = string.Format("{0:F0}", Convert.ToDouble(this.six_tm_max_amount));
                this.six_tm_phase_amount      = string.Format("{0:F0}", Convert.ToDouble(this.six_tm_phase_amount));
                this.six_tm_single_min_amount = string.Format("{0:F0}", Convert.ToDouble(row["single_min_amount"].ToString()));
            }
            if (row2 != null)
            {
                this.six_lmp_pk_a              = row2["a_drawback"].ToString();
                this.six_lmp_pk_b              = row2["b_drawback"].ToString();
                this.six_lmp_pk_c              = row2["c_drawback"].ToString();
                this.six_lmp_max_amount        = row2["single_max_amount"].ToString();
                this.six_lmp_phase_amount      = row2["single_phase_amount"].ToString();
                this.six_lmp_max_amount        = string.Format("{0:F0}", Convert.ToDouble(this.six_lmp_max_amount));
                this.six_lmp_phase_amount      = string.Format("{0:F0}", Convert.ToDouble(this.six_lmp_phase_amount));
                this.six_lmp_single_min_amount = string.Format("{0:F0}", Convert.ToDouble(row2["single_min_amount"].ToString()));
            }
            if (row3 != null)
            {
                this.six_lm_pk_a              = row3["a_drawback"].ToString();
                this.six_lm_pk_b              = row3["b_drawback"].ToString();
                this.six_lm_pk_c              = row3["c_drawback"].ToString();
                this.six_lm_max_amount        = row3["single_max_amount"].ToString();
                this.six_lm_phase_amount      = row3["single_phase_amount"].ToString();
                this.six_lm_max_amount        = string.Format("{0:F0}", Convert.ToDouble(this.six_lm_max_amount));
                this.six_lm_phase_amount      = string.Format("{0:F0}", Convert.ToDouble(this.six_lm_phase_amount));
                this.six_lm_single_min_amount = string.Format("{0:F0}", Convert.ToDouble(row3["single_min_amount"].ToString()));
            }
        }
Exemplo n.º 5
0
        protected void Page_Load(object sender, EventArgs e)
        {
            string str = this.Session["user_name"].ToString();

            this.userModel = this.Session[str + "lottery_session_user_info"] as agent_userinfo_session;
            if (!this.userModel.get_u_type().Trim().Equals("zj"))
            {
                base.Response.Redirect("../MessagePage.aspx?code=u100035&url=&issuccess=1&isback=0&isopen=1");
                base.Response.End();
            }
            base.Permission_Aspx_ZJ(this.userModel, "po_2_3");
            this.lotteryDT = base.GetLotteryList();
            DataTable table = this.lotteryDT.DefaultView.ToTable(true, new string[] { "master_id" });

            for (int i = 0; i < table.Rows.Count; i++)
            {
                if (Convert.ToInt32(table.Rows[i][0]).Equals(1))
                {
                    this.lottrty_six = table.Rows[i][0].ToString();
                }
                else if (Convert.ToInt32(table.Rows[i][0]).Equals(2))
                {
                    this.lottrty_kc = table.Rows[i][0].ToString();
                }
            }
            this.uid = LSRequest.qq("uid");
            this.cz_saleset_six_model = CallBLL.cz_saleset_six_bll.GetModel(this.uid);
            if (this.cz_saleset_six_model == null)
            {
                base.Response.Redirect("../MessagePage.aspx?code=u100034&url=&issuccess=1&isback=0&isopen=1");
                base.Response.End();
            }
            if (LSRequest.qq("hdnadd").Equals("hdnadd"))
            {
                this.AddUser();
            }
        }
Exemplo n.º 6
0
        private void getMemberDetail(ref string strResult)
        {
            base.checkLoginByHandler(0);
            ReturnResult result = new ReturnResult();
            Dictionary <string, object> dictionary = new Dictionary <string, object>();

            new List <object>();
            string str = this.Session["user_name"].ToString();
            agent_userinfo_session _session = this.Session[str + "lottery_session_user_info"] as agent_userinfo_session;

            if (!_session.get_u_type().Trim().Equals("zj"))
            {
                base.Response.End();
            }
            base.Permission_Aspx_ZJ_Mobile("po_2_3");
            this.uid = LSRequest.qq("uid");
            string str2 = LSRequest.qq("memberId");
            string str3 = LSRequest.qq("submitType");

            if (str2 != "sales")
            {
                base.Response.End();
            }
            this.lotteryDT = base.GetLotteryList();
            DataTable table = this.lotteryDT.DefaultView.ToTable(true, new string[] { "master_id" });

            for (int i = 0; i < table.Rows.Count; i++)
            {
                if (Convert.ToInt32(table.Rows[i][0]).Equals(1))
                {
                    this.lottrty_six = table.Rows[i][0].ToString();
                }
                else if (Convert.ToInt32(table.Rows[i][0]).Equals(2))
                {
                    this.lottrty_kc = table.Rows[i][0].ToString();
                }
            }
            cz_saleset_six model = null;

            model = CallBLL.cz_saleset_six_bll.GetModel(this.uid);
            if (model == null)
            {
                base.Response.End();
            }
            switch (str3)
            {
            case "view":
            {
                Dictionary <string, object> dictionary2 = new Dictionary <string, object>();
                dictionary2.Add("name", model.get_u_name());
                dictionary2.Add("nicker", model.get_u_nicker());
                dictionary2.Add("userKind", model.get_six_kind().ToUpper());
                dictionary2.Add("date", model.get_add_date());
                dictionary2.Add("type", model.get_flag());
                dictionary = dictionary2;
                result.set_success(200);
                result.set_data(dictionary);
                strResult = base.ObjectToJson(result);
                break;
            }

            case "edit":
                this.AddUser();
                break;
            }
        }
Exemplo n.º 7
0
        protected void Page_Load(object sender, EventArgs e)
        {
            string str = this.Session["user_name"].ToString();
            agent_userinfo_session model = this.Session[str + "lottery_session_user_info"] as agent_userinfo_session;

            if (!model.get_u_type().Trim().Equals("zj"))
            {
                base.Response.Redirect("../MessagePage.aspx?code=u100035&url=&issuccess=1&isback=0&isopen=1");
                base.Response.End();
            }
            base.Permission_Aspx_ZJ(model, "po_2_3");
            this.userid = LSRequest.qq("uid");
            this.newAdd = LSRequest.qq("isadd");
            this.cz_saleset_six_model = CallBLL.cz_saleset_six_bll.GetModel(this.userid);
            if (this.cz_saleset_six_model == null)
            {
                base.Response.Redirect("../MessagePage.aspx?code=u100034&url=&issuccess=1&isback=0&isopen=1");
                base.Response.End();
            }
            this.lotteryDT = base.GetLotteryList();
            DataTable table = this.lotteryDT.DefaultView.ToTable(true, new string[] { "master_id" });

            for (int i = 0; i < table.Rows.Count; i++)
            {
                if (Convert.ToInt32(table.Rows[i][0]).Equals(1))
                {
                    this.lottrty_six = table.Rows[i][0].ToString();
                }
                else if (Convert.ToInt32(table.Rows[i][0]).Equals(2))
                {
                    this.lottrty_kc = table.Rows[i][0].ToString();
                }
            }
            if (!string.IsNullOrEmpty(this.lottrty_six))
            {
                this.tabState_six = "on";
            }
            else
            {
                base.Response.Redirect("/Quit.aspx");
            }
            if (this.cz_saleset_six_model.get_six_kind().ToLower() != "0")
            {
                if (this.cz_saleset_six_model.get_six_kind().ToLower() != "a")
                {
                    this.pk_six_a = "display:none;";
                }
                if (this.cz_saleset_six_model.get_six_kind().ToLower() != "b")
                {
                    this.pk_six_b = "display:none;";
                }
                if (this.cz_saleset_six_model.get_six_kind().ToLower() != "c")
                {
                    this.pk_six_c = "display:none;";
                }
            }
            else
            {
                this.pk_six_a = "display:;";
                this.pk_six_b = "display:;";
                this.pk_six_c = "display:;";
            }
            this.InitData();
            this.drawBackjson = JsonHandle.ObjectToJson(this.DICT);
            if (LSRequest.qq("hdnSubmit").Equals("hdnsubmit") && !this.cz_saleset_six_model.get_flag().Equals(1))
            {
                string mess = "";
                string str4 = "";
                this.namestr = LSRequest.qq("namestr");
                this.GetModifyPlays(this.namestr);
                if ((this.table_six != null) && !string.IsNullOrEmpty(this.six_modify_playid))
                {
                    this.ValidSix();
                    this.UpdateSix(ref mess);
                }
                string str5 = mess + "<br />" + str4;
                if (string.IsNullOrEmpty(this.newAdd))
                {
                    this.newAdd = "0";
                }
                base.Response.Write(base.ShowDialogBox(str5, base.UserReturnBackUrl, 0));
                base.Response.End();
            }
        }
Exemplo n.º 8
0
        private void getDrawBack(ref string strResult)
        {
            base.checkLoginByHandler(0);
            string str = this.Session["user_name"].ToString();

            this.userModel = this.Session[str + "lottery_session_user_info"] as agent_userinfo_session;
            if (!this.userModel.get_u_type().Trim().Equals("zj"))
            {
                base.Response.End();
            }
            if (!base.IsOpenBigLottery(1))
            {
                base.Response.End();
            }
            base.Permission_Aspx_ZJ(this.userModel, "po_2_3");
            if ((this.userModel.get_users_child_session() != null) && (this.userModel.get_users_child_session().get_permissions_name().IndexOf("po_2_3") < 0))
            {
                base.Response.End();
            }
            this.userid = LSRequest.qq("uid");
            this.newAdd = LSRequest.qq("isadd");
            string str2 = LSRequest.qq("submitType");

            if ((str2 != "view") && (str2 != "edit"))
            {
                base.Response.End();
            }
            this.newAdd = "0";
            this.cz_saleset_six_model = CallBLL.cz_saleset_six_bll.GetModel(this.userid);
            ReturnResult result = new ReturnResult();
            Dictionary <string, object> dictionary = new Dictionary <string, object>();

            if (this.cz_saleset_six_model == null)
            {
                base.Response.End();
            }
            this.lotteryDT = base.GetLotteryList();
            DataTable table = this.lotteryDT.DefaultView.ToTable(true, new string[] { "master_id" });

            for (int i = 0; i < table.Rows.Count; i++)
            {
                if (Convert.ToInt32(table.Rows[i][0]).Equals(1))
                {
                    this.lottrty_six = table.Rows[i][0].ToString();
                }
                else if (Convert.ToInt32(table.Rows[i][0]).Equals(2))
                {
                    this.lottrty_kc = table.Rows[i][0].ToString();
                }
            }
            if (!string.IsNullOrEmpty(this.lottrty_six))
            {
                this.tabState_six = "on";
            }
            else
            {
                base.Response.Redirect("/Quit.aspx");
            }
            if (this.cz_saleset_six_model.get_six_kind().ToLower() != "0")
            {
                if (this.cz_saleset_six_model.get_six_kind().ToLower() != "a")
                {
                    this.pk_six_a = "display:none;";
                }
                if (this.cz_saleset_six_model.get_six_kind().ToLower() != "b")
                {
                    this.pk_six_b = "display:none;";
                }
                if (this.cz_saleset_six_model.get_six_kind().ToLower() != "c")
                {
                    this.pk_six_c = "display:none;";
                }
            }
            else
            {
                this.pk_six_a = "display:;";
                this.pk_six_b = "display:;";
                this.pk_six_c = "display:;";
            }
            this.InitData();
            this.InitShortCut_SIX(this.cz_saleset_six_model.get_six_kind(), this.cz_saleset_six_model);
            switch (str2)
            {
            case "view":
            {
                string str3 = "1";
                Dictionary <string, object> dictionary2 = new Dictionary <string, object>();
                dictionary2.Add("disabled", str3);
                dictionary2.Add("userKind", this.cz_saleset_six_model.get_six_kind());
                dictionary2.Add("A", this.six_tm_pk_a);
                dictionary2.Add("B", this.six_tm_pk_b);
                dictionary2.Add("C", this.six_tm_pk_c);
                dictionary2.Add("dzMaxAmount", this.six_tm_max_amount);
                dictionary2.Add("dqMaxAmount", this.six_tm_phase_amount);
                dictionary2.Add("dzMinAmount", this.six_tm_single_min_amount);
                dictionary.Add("SixTM", dictionary2);
                Dictionary <string, object> dictionary3 = new Dictionary <string, object>();
                dictionary3.Add("disabled", str3);
                dictionary3.Add("userKind", this.cz_saleset_six_model.get_six_kind());
                dictionary3.Add("A", this.six_lmp_pk_a);
                dictionary3.Add("B", this.six_lmp_pk_b);
                dictionary3.Add("C", this.six_lmp_pk_c);
                dictionary3.Add("dzMaxAmount", this.six_lmp_max_amount);
                dictionary3.Add("dqMaxAmount", this.six_lmp_phase_amount);
                dictionary3.Add("dzMinAmount", this.six_lmp_single_min_amount);
                dictionary.Add("SixLMP", dictionary3);
                Dictionary <string, object> dictionary4 = new Dictionary <string, object>();
                dictionary4.Add("disabled", str3);
                dictionary4.Add("userKind", this.cz_saleset_six_model.get_six_kind());
                dictionary4.Add("A", this.six_lm_pk_a);
                dictionary4.Add("B", this.six_lm_pk_b);
                dictionary4.Add("C", this.six_lm_pk_c);
                dictionary4.Add("dzMaxAmount", this.six_lm_max_amount);
                dictionary4.Add("dqMaxAmount", this.six_lm_phase_amount);
                dictionary4.Add("dzMinAmount", this.six_lm_single_min_amount);
                dictionary.Add("SixLM", dictionary4);
                result.set_success(200);
                dictionary.Add("name", this.cz_saleset_six_model.get_u_name());
                result.set_data(dictionary);
                strResult = base.ObjectToJson(result);
                return;
            }

            case "edit":
            {
                base.En_User_Lock(this.cz_saleset_six_model.get_u_name());
                this.PreDoParam(ref this.namestr);
                this.GetModifyPlays(this.namestr);
                string mess = "";
                if ((this.table_six != null) && !string.IsNullOrEmpty(this.six_modify_playid))
                {
                    this.ValidSix();
                    this.UpdateSix(ref mess);
                    if (!this.newAdd.Equals("1"))
                    {
                        FileCacheHelper.UpdateDrawbackFile(100);
                    }
                }
                base.Un_User_Lock(this.cz_saleset_six_model.get_u_name());
                if (!string.IsNullOrEmpty(mess))
                {
                    base.successOptMsg(mess);
                    return;
                }
                base.successOptMsg("無數據修改!");
                break;
            }
            }
        }