Пример #1
0
        public string Web_Qskyd_fjrb_Updateshsc(int id)
        {
            string s = common_file.common_app.get_failure;

            Qyddj.web_skyd web_skyd_new = new web_skyd();
            s = web_skyd_new.Web_Qskyd_fjrb_Updateshsc(id);
            return(s);
        }
Пример #2
0
        public string yddj_ydownloadDataStatus(DataSet DS_yddj_downloadData)
        {
            string s = common_file.common_app.get_failure;

            Qyddj.web_skyd web_skyd_new = new web_skyd();
            s = web_skyd_new.yddj_ydownloadDataStatus(DS_yddj_downloadData);
            return(s);
        }
Пример #3
0
        public string InsertToQyddjlsbhbg_yy(string yclsbh, string bdlsbh, string bdyydh)
        {
            string s = common_file.common_app.get_failure;

            Qyddj.web_skyd web_skyd_new = new web_skyd();
            s = web_skyd_new.InsertToQyddjlsbhbg_yy(yclsbh, bdlsbh, bdyydh);
            return(s);
        }
Пример #4
0
        public string yddj_Update(string orderlsbh, string state)
        {
            string   s            = common_file.common_app.get_failure;
            web_skyd web_skyd_new = new web_skyd();

            s = web_skyd_new.yddj_Update(orderlsbh, state);
            return(s);
        }
Пример #5
0
        public string WebQskyd_fjrb_DS(string qymc, string lsbh, out int rows, out DataSet DS_download)
        {
            string s = common_file.common_app.get_failure;

            rows        = 0;
            DS_download = null;
            DataSet  ds_web_Qskyd_fjrb;
            web_skyd web_skyd_new = new web_skyd();

            ds_web_Qskyd_fjrb = web_skyd_new.WebQskyd_fjrb_DS(qymc, lsbh, out rows);
            if (ds_web_Qskyd_fjrb != null && rows > 0)
            {
                DS_download = ds_web_Qskyd_fjrb;
                s           = common_file.common_app.get_suc;
            }
            return(s);
        }
Пример #6
0
        public string yddj_download_DS(string qymc, out int rows, out bool status, out DataSet DS_download)
        {
            string s = common_file.common_app.get_failure;

            rows        = 0;
            status      = false;
            DS_download = null;
            DataSet  ds_skyd;
            web_skyd web_skyd_new = new web_skyd();

            ds_skyd = web_skyd_new.yddj_download_DS(qymc, out rows, out status);
            if (ds_skyd != null && rows > 0)
            {
                DS_download = ds_skyd;
                s           = common_file.common_app.get_suc;
            }
            return(s);
        }