Exemplo n.º 1
0
        public void uploadCount(DataTable inventoryAdjustment, frmUploadData frmUD)
        {
            XmlDocument xmlDocument = new XmlDocument();

            xmlDocument.AppendChild(xmlDocument.CreateXmlDeclaration("1.0", "UTF-8", "yes"));
            XmlElement xmlElement = xmlDocument.CreateElement("countData");

            xmlDocument.AppendChild(xmlElement);
            XmlElement xmlElement2 = xmlDocument.CreateElement("storedId");

            xmlElement2.InnerText = Program.LincenseCode;
            xmlElement.AppendChild(xmlElement2);
            bool flag = false;

            if (inventoryAdjustment.Rows.Count > 0)
            {
                for (int i = 0; i < inventoryAdjustment.Rows.Count; i++)
                {
                    string     innerText   = inventoryAdjustment.Rows[i]["AdjustNo"].ToString();
                    string     innerText2  = DateTime.ParseExact(inventoryAdjustment.Rows[i]["updateDate"].ToString(), "yyyy-MM-dd HH:mm:ss", null, DateTimeStyles.AllowWhiteSpaces).ToString("yyyyMMddHHmmss");
                    string     innerText3  = inventoryAdjustment.Rows[i]["GDSNO"].ToString();
                    string     innerText4  = inventoryAdjustment.Rows[i]["adjustCount"].ToString();
                    string     innerText5  = inventoryAdjustment.Rows[i]["adjustType"].ToString();
                    string     innerText6  = inventoryAdjustment.Rows[i]["batchNO"].ToString();
                    string     innerText7  = inventoryAdjustment.Rows[i]["MFD"].ToString();
                    string     innerText8  = inventoryAdjustment.Rows[i]["vendorId"].ToString();
                    string     innerText9  = inventoryAdjustment.Rows[i]["vendorName"].ToString();
                    XmlElement xmlElement3 = xmlDocument.CreateElement("record");
                    XmlElement xmlElement4 = xmlDocument.CreateElement("recordID");
                    xmlElement4.InnerText = innerText;
                    xmlElement3.AppendChild(xmlElement4);
                    XmlElement xmlElement5 = xmlDocument.CreateElement("countDateTime");
                    xmlElement5.InnerText = innerText2;
                    xmlElement3.AppendChild(xmlElement5);
                    XmlElement xmlElement6 = xmlDocument.CreateElement("strBARCODE");
                    xmlElement6.InnerText = innerText3;
                    xmlElement3.AppendChild(xmlElement6);
                    XmlElement xmlElement7 = xmlDocument.CreateElement("countQTY");
                    xmlElement7.InnerText = innerText4;
                    xmlElement3.AppendChild(xmlElement7);
                    XmlElement xmlElement8 = xmlDocument.CreateElement("countReason");
                    xmlElement8.InnerText = innerText5;
                    xmlElement3.AppendChild(xmlElement8);
                    XmlElement xmlElement9 = xmlDocument.CreateElement("batchNO");
                    xmlElement9.InnerText = innerText6;
                    xmlElement3.AppendChild(xmlElement9);
                    XmlElement xmlElement10 = xmlDocument.CreateElement("MFD");
                    xmlElement10.InnerText = innerText7;
                    xmlElement3.AppendChild(xmlElement10);
                    XmlElement xmlElement11 = xmlDocument.CreateElement("vendorId");
                    xmlElement11.InnerText = innerText8;
                    xmlElement3.AppendChild(xmlElement11);
                    XmlElement xmlElement12 = xmlDocument.CreateElement("vendorName");
                    xmlElement12.InnerText = innerText9;
                    xmlElement3.AppendChild(xmlElement12);
                    xmlElement.AppendChild(xmlElement3);
                }
                flag = true;
            }
            if (!flag)
            {
                return;
            }
            uploadData uploadData = new uploadData();

            uploadData.Url = Program.UploadDataURL;
            uploadData.uploadCountData(Program.Encrypt(xmlDocument.OuterXml));
            if (!Directory.Exists("uploadXmlData"))
            {
                Directory.CreateDirectory("uploadXmlData");
            }
            FileStream fileStream = null;

            try
            {
                string text = "uploadXmlData\\CountData\\";
                string str  = DateTime.Now.ToString("yyyyMMdd") + "\\";
                string str2 = "CountData_" + DateTime.Now.ToString("yyyyMMddHHmmss");
                frmUD._inventoryDataXMLPath = text + str + str2 + ".xml";
                if (!Directory.Exists(text))
                {
                    Directory.CreateDirectory(text);
                }
                if (!Directory.Exists(text + str))
                {
                    Directory.CreateDirectory(text + str);
                }
                fileStream = new FileStream(frmUD._inventoryDataXMLPath, FileMode.Create);
                new UTF8Encoding();
                byte[] bytes = Encoding.UTF8.GetBytes(xmlDocument.OuterXml);
                fileStream.Write(bytes, 0, bytes.Length);
                frmUD._inventoryUploadStatus = 2;
            }
            catch (Exception ex)
            {
                Console.WriteLine("儲存上傳XML資料錯誤 ::: " + ex.Message);
            }
            finally
            {
                fileStream.Flush();
                fileStream.Close();
            }
        }
Exemplo n.º 2
0
        public void uploadSales(DataTable mainSell, frmUploadData frmUD)
        {
            XmlDocument xmlDocument = new XmlDocument();

            xmlDocument.AppendChild(xmlDocument.CreateXmlDeclaration("1.0", "UTF-8", "yes"));
            XmlElement xmlElement = xmlDocument.CreateElement("salesData");

            xmlDocument.AppendChild(xmlElement);
            XmlElement xmlElement2 = xmlDocument.CreateElement("storedId");

            xmlElement2.InnerText = Program.LincenseCode;
            xmlElement.AppendChild(xmlElement2);
            bool flag = false;

            if (mainSell.Rows.Count > 0)
            {
                for (int i = 0; i < mainSell.Rows.Count; i++)
                {
                    mainSell.Rows[i]["editDate"].ToString();
                    string     text        = mainSell.Rows[i]["sellNo"].ToString();
                    string     innerText   = mainSell.Rows[i]["memberId"].ToString();
                    string     text2       = mainSell.Rows[i]["status"].ToString();
                    string     innerText2  = DateTime.ParseExact(mainSell.Rows[i]["sellTime"].ToString(), "yyyy-MM-dd HH:mm:ss", null, DateTimeStyles.AllowWhiteSpaces).ToString("yyyyMMddHHmmss");
                    string     innerText3  = mainSell.Rows[i]["Name"].ToString();
                    string     innerText4  = mainSell.Rows[i]["IdNo"].ToString();
                    XmlElement xmlElement3 = xmlDocument.CreateElement("record");
                    XmlElement xmlElement4 = xmlDocument.CreateElement("oddNO");
                    xmlElement4.InnerText = text;
                    xmlElement3.AppendChild(xmlElement4);
                    XmlElement xmlElement5 = xmlDocument.CreateElement("cusCardNO");
                    xmlElement5.InnerText = innerText;
                    xmlElement3.AppendChild(xmlElement5);
                    XmlElement xmlElement6 = xmlDocument.CreateElement("memberName");
                    xmlElement6.InnerText = innerText3;
                    xmlElement3.AppendChild(xmlElement6);
                    XmlElement xmlElement7 = xmlDocument.CreateElement("cusIDNO");
                    xmlElement7.InnerText = innerText4;
                    xmlElement3.AppendChild(xmlElement7);
                    XmlElement xmlElement8 = xmlDocument.CreateElement("oddStatus");
                    xmlElement8.InnerText = text2;
                    xmlElement3.AppendChild(xmlElement8);
                    XmlElement xmlElement9 = xmlDocument.CreateElement("purchaseDateTime");
                    xmlElement9.InnerText = innerText2;
                    xmlElement3.AppendChild(xmlElement9);
                    DataTable                detailSell     = getDetailSell(text);
                    List <string>            barCodeList    = getBarCodeList(detailSell);
                    DataTable                goodsList      = getGoodsList(barCodeList);
                    Dictionary <string, int> goodsIndexList = getGoodsIndexList(goodsList);
                    if (detailSell.Rows.Count > 0)
                    {
                        int num = 1;
                        for (int j = 0; j < detailSell.Rows.Count; j++)
                        {
                            string text3 = (string.IsNullOrEmpty(detailSell.Rows[j]["sellDeatialId"].ToString()) ? "-1" : detailSell.Rows[j]["sellDeatialId"].ToString()).ToString();
                            string text4 = detailSell.Rows[j]["barcode"].ToString();
                            string value = goodsList.Rows[int.Parse(goodsIndexList[text4].ToString())]["ISWS"].ToString();
                            string text5 = goodsList.Rows[int.Parse(goodsIndexList[text4].ToString())]["CLA1NO"].ToString();
                            goodsList.Rows[int.Parse(goodsIndexList[text4].ToString())]["SubsidyFertilizer"].ToString();
                            string innerText5 = "";
                            string text6      = "";
                            bool   flag2      = false;
                            flag2 = true;
                            switch (text5)
                            {
                            case "0302":
                                innerText5 = "1";
                                break;

                            case "0303":
                                innerText5 = "2";
                                break;

                            case "0305":
                                innerText5 = "3";
                                break;

                            case "0308":
                                innerText5 = "4";
                                break;
                            }
                            text6 = ((!"Y".Equals(value)) ? "2" : "1");
                            if (!flag2)
                            {
                                continue;
                            }
                            string     innerText6   = detailSell.Rows[j]["PRNO"].ToString();
                            string     innerText7   = detailSell.Rows[j]["BLNO"].ToString();
                            string     innerText8   = detailSell.Rows[j]["num"].ToString();
                            XmlElement xmlElement10 = xmlDocument.CreateElement("item");
                            xmlElement3.AppendChild(xmlElement10);
                            XmlElement xmlElement11 = xmlDocument.CreateElement("itemNO");
                            xmlElement11.InnerText = num.ToString("00");
                            xmlElement10.AppendChild(xmlElement11);
                            num++;
                            XmlElement xmlElement12 = xmlDocument.CreateElement("strBARCODE");
                            xmlElement12.InnerText = text4;
                            xmlElement10.AppendChild(xmlElement12);
                            XmlElement xmlElement13 = xmlDocument.CreateElement("itemType");
                            xmlElement13.InnerText = innerText5;
                            xmlElement10.AppendChild(xmlElement13);
                            XmlElement xmlElement14 = xmlDocument.CreateElement("PESTICIDEID");
                            xmlElement14.InnerText = goodsList.Rows[int.Parse(goodsIndexList[text4].ToString())]["pesticideId"].ToString();
                            xmlElement10.AppendChild(xmlElement14);
                            XmlElement xmlElement15 = xmlDocument.CreateElement("CROPID");
                            xmlElement15.InnerText = innerText6;
                            xmlElement10.AppendChild(xmlElement15);
                            XmlElement xmlElement16 = xmlDocument.CreateElement("PESTID");
                            xmlElement16.InnerText = innerText7;
                            xmlElement10.AppendChild(xmlElement16);
                            XmlElement xmlElement17 = xmlDocument.CreateElement("purchaseQTY");
                            xmlElement17.InnerText = innerText8;
                            xmlElement10.AppendChild(xmlElement17);
                            XmlElement xmlElement18 = xmlDocument.CreateElement("SALESTYPE");
                            xmlElement18.InnerText = "1";
                            xmlElement10.AppendChild(xmlElement18);
                            if (text2.Equals("1") || text2.Equals("2"))
                            {
                                string    sql   = "SELECT UploadLastUpdateDate FROM hypos_SysParam";
                                string    text7 = ((DataTable)DataBaseUtilities.DBOperation(Program.ConnectionString, sql, null, CommandOperationType.ExecuteReaderReturnDataTable)).Rows[0]["UploadLastUpdateDate"].ToString();
                                DataTable dataTable;
                                if ("".Equals(text7))
                                {
                                    string[] strParameterArray = new string[1]
                                    {
                                        text
                                    };
                                    string sql2 = "SELECT sellLogId FROM hypos_mainsell_log where sellNo = {0} and (ischange = '1' or iscancel = '1')";
                                    dataTable = (DataTable)DataBaseUtilities.DBOperation(Program.ConnectionString, sql2, strParameterArray, CommandOperationType.ExecuteReaderReturnDataTable);
                                }
                                else
                                {
                                    string   text8 = DateTime.ParseExact(text7, "yyyyMMddHHmmss", null, DateTimeStyles.AllowWhiteSpaces).ToString("yyyy-MM-dd HH:mm:ss");
                                    string[] strParameterArray2 = new string[2]
                                    {
                                        text,
                                        text8
                                    };
                                    string sql3 = "SELECT sellLogId FROM hypos_mainsell_log where sellNo = {0} and (ischange = '1' or iscancel = '1') and changeDate > {1}";
                                    dataTable = (DataTable)DataBaseUtilities.DBOperation(Program.ConnectionString, sql3, strParameterArray2, CommandOperationType.ExecuteReaderReturnDataTable);
                                }
                                string text9 = "";
                                if (dataTable.Rows.Count > 0)
                                {
                                    for (int k = 0; k < dataTable.Rows.Count; k++)
                                    {
                                        text9 = text9 + "'" + dataTable.Rows[k]["sellLogId"].ToString() + "'";
                                        if (dataTable.Rows.Count - k > 1)
                                        {
                                            text9 += ",";
                                        }
                                    }
                                }
                                string[] strParameterArray3 = new string[2]
                                {
                                    text4,
                                    text3
                                };
                                string    sql4       = "SELECT sum(diffNum) as returnItemNum FROM hypos_detailsell_log where sellLogId in (" + text9 + ") and barcode = {0} and sellDetailId = {1}";
                                DataTable dataTable2 = (DataTable)DataBaseUtilities.DBOperation(Program.ConnectionString, sql4, strParameterArray3, CommandOperationType.ExecuteReaderReturnDataTable);
                                if (dataTable2.Rows.Count > 0)
                                {
                                    XmlElement xmlElement19 = xmlDocument.CreateElement("DIFFERNUM");
                                    if (dataTable2.Rows[0]["returnItemNum"].ToString().Equals("0") || string.IsNullOrEmpty(dataTable2.Rows[0]["returnItemNum"].ToString()))
                                    {
                                        xmlElement19.InnerText = "0";
                                    }
                                    else
                                    {
                                        xmlElement19.InnerText = "-" + dataTable2.Rows[0]["returnItemNum"].ToString();
                                    }
                                    xmlElement10.AppendChild(xmlElement19);
                                }
                                else
                                {
                                    XmlElement xmlElement20 = xmlDocument.CreateElement("DIFFERNUM");
                                    xmlElement20.InnerText = "";
                                    xmlElement10.AppendChild(xmlElement20);
                                }
                            }
                            else
                            {
                                XmlElement xmlElement21 = xmlDocument.CreateElement("DIFFERNUM");
                                xmlElement21.InnerText = "";
                                xmlElement10.AppendChild(xmlElement21);
                            }
                            XmlElement xmlElement22 = xmlDocument.CreateElement("dataType");
                            xmlElement22.InnerText = text6;
                            xmlElement10.AppendChild(xmlElement22);
                            string     sql5         = "SELECT GDName FROM hypos_GOODSLST where GDSNO='" + text4 + "'";
                            DataTable  dataTable3   = (DataTable)DataBaseUtilities.DBOperation(Program.ConnectionString, sql5, null, CommandOperationType.ExecuteReaderReturnDataTable);
                            XmlElement xmlElement23 = xmlDocument.CreateElement("dataName");
                            if (dataTable3.Rows.Count > 0)
                            {
                                xmlElement23.InnerText = dataTable3.Rows[0][0].ToString();
                            }
                            else
                            {
                                xmlElement23.InnerText = "";
                            }
                            xmlElement10.AppendChild(xmlElement23);
                        }
                    }
                    xmlElement.AppendChild(xmlElement3);
                }
                flag = true;
            }
            if (!flag)
            {
                return;
            }
            uploadData uploadData = new uploadData();

            uploadData.Url = Program.UploadDataURL;
            uploadData.uploadSalesData(Program.Encrypt(xmlDocument.OuterXml));
            if (!Directory.Exists("uploadXmlData"))
            {
                Directory.CreateDirectory("uploadXmlData");
            }
            FileStream fileStream = null;

            try
            {
                string text10 = "uploadXmlData\\SalesData\\";
                string str    = DateTime.Now.ToString("yyyyMMdd") + "\\";
                string str2   = "SalesData_" + DateTime.Now.ToString("yyyyMMddHHmmss");
                frmUD._salesDataXMLPath = text10 + str + str2 + ".xml";
                if (!Directory.Exists(text10))
                {
                    Directory.CreateDirectory(text10);
                }
                if (!Directory.Exists(text10 + str))
                {
                    Directory.CreateDirectory(text10 + str);
                }
                fileStream = new FileStream(frmUD._salesDataXMLPath, FileMode.Create);
                new UTF8Encoding();
                byte[] bytes = Encoding.UTF8.GetBytes(xmlDocument.OuterXml);
                fileStream.Write(bytes, 0, bytes.Length);
                frmUD._salesUploadStatus = 2;
            }
            catch (Exception ex)
            {
                Console.WriteLine("儲存上傳XML資料錯誤 ::: " + ex.Message);
            }
            finally
            {
                fileStream.Flush();
                fileStream.Close();
            }
        }
Exemplo n.º 3
0
    public void uploadOver(object sender, System.EventArgs e)
    {
        string errorMsg = "";
        DataTable dt=null;
        string Succ_info = "Upload Success!";
        try
        {
            string uploadFile =  this.hiddenCostCenter.Value;
            string fullName = Server.MapPath("../") + uploadFile;

            dt = ExcelManager.getExcelSheetData(fullName);
            int i = 0;
            string DNShipment = "";
            bool bEmptyFile = true;
            string allErrors = string.Empty;
            IList<string> ret = new List<string>();

            IList<uploadData> returnList = new List<uploadData>();

            foreach (DataRow dr in dt.Rows)
            {
                i++;
                if (i == 1)
                {
                    continue;
                }
                else if (i == 1002)
                {
                    break;
                }
                else
                {
                    DNShipment = dr[0].ToString();
                    if (DNShipment.Trim() == "")
                    {
                        continue;
                    }
                    else
                    {
                        ArrayList serviceResult = new ArrayList();
                        string doc_type = this.CmbDocType1.InnerDropDownList.SelectedValue.ToString();
                        bEmptyFile = false;
                        bool bExist = false;
                        try
                        {
                            serviceResult =  iScanningList.ScanningListForCheck("", Station, UserId, Customer,DNShipment, doc_type);
                        }
                        catch (FisException ee)
                        {
                            allErrors = allErrors + ee.mErrmsg;
                            continue;
                        }
                        catch (Exception ex)
                        {
                            allErrors = allErrors + ex.Message;
                            continue;
                        }
                        DNShipment = (string)serviceResult[5];
                        for (int j = 0; j < ret.Count; j++)
                        {
                            if (DNShipment == ret[j])
                            {
                                bExist = true;
                            }
                        }
                        if (bExist == false)
                        {
                            ret.Add(DNShipment);
                            this.hidRowCount.Value = ret.Count.ToString();

                            uploadData one = new uploadData();
                            one.inputData = serviceResult[0].ToString();
                            one.info = new List<uploadDataInfo>();

                            ArrayList a1 = new ArrayList();
                            //a1 = (ArrayList)serviceResult[1];
                            //for (int y = 0; y < a1.Count; y++)
                            {
                                one.inputData = DNShipment;
                                uploadDataInfo one_info = new uploadDataInfo();
                                one_info.doc_type = (string)serviceResult[3];
                                one_info.path = (string)serviceResult[2];
                                one_info.xmlPara = (IList<string>)((IList<string>)serviceResult[0]);
                                one_info.pdfPara = (IList<string>)((IList<string>)serviceResult[1]);

                                one.info.Add(one_info);
                            }
                            returnList.Add(one);
                        }
                       
                    }
                }
            }
            if (bEmptyFile)
            {
                errorMsg = this.GetLocalResourceObject(Pre + "_mesEmptyFile").ToString();

                endWaitingCoverDiv();
                writeToAlertMessage(errorMsg);
               
            }
            else
            {
                if (allErrors != "")
                {
                    writeToAlertMessage(allErrors);
                    endWaitingCoverDiv();
                    FileProcess();
                }
                /*else
                {
                    writeToAlertMessage(Succ_info);
                }*/
                        string tmp = fullName;
                    File.Delete(fullName);

                    //this.gridview.DataSource = getDataTable(ret.Count, ret);
                    this.gridview.DataSource = getDataTable(returnList.Count, returnList);

                    this.gridview.DataBind();
                    initTableColumnHeader();
                    updatePanel1.Update();
                    FileProcess();
                    FileProcess2();
               
            }

        }
        catch (FisException ee)
        {
            writeToAlertMessage(ee.Message);
            endWaitingCoverDiv();
        }
        catch (Exception ex)
        {
            if (dt == null)
            {
                errorMsg = this.GetLocalResourceObject(Pre + "_mesEmptyFile").ToString();
                writeToAlertMessage(errorMsg);
            }
            else
            {
                writeToAlertMessage(ex.Message);
            }
            endWaitingCoverDiv();
        }

    }
Exemplo n.º 4
0
    public void uploadOver(object sender, System.EventArgs e)
    {
        string errorMsg = "";

        try
        {
            string uploadFile = this.hiddenCostCenter.Value;
            string fullName = Server.MapPath("../") + uploadFile;
            DataTable dt = ExcelManager.getExcelSheetData(fullName);
            int i = 0;
            string DNShipment = "";
            bool bEmptyFile = true;
            string allErrors = string.Empty;
            IList<string> ret = new List<string>();

            this.gridview.DataSource = getNullDataTable(fullRowCount);
            this.gridview.DataBind();
            initTableColumnHeader();
            updatePanel1.Update();

            IList<uploadData> returnList = new List<uploadData>();
            foreach (DataRow dr in dt.Rows)
            {
                i++;
                if (i == 1)
                {
                    continue;
                }
                else if (i == 1002)
                {
                    break;
                }
                else
                {
                    DNShipment = dr[0].ToString();
                    if (DNShipment.Trim() == "")
                    {
                        continue;
                    }
                    else
                    {
                        bEmptyFile = false;
                        bool bExist = false;
                        string doc_type = this.cmbDocType.InnerDropDownList.SelectedValue.ToString();
                        string region = this.cmbRegion.InnerDropDownList.SelectedValue.ToString();
                        string carrier = this.cmbCarrier.InnerDropDownList.SelectedValue.ToString();

                        ArrayList serviceResult = new ArrayList();
                        try
                        {
                            serviceResult = iPackingList.PackingListForOBCheck("", Station, UserId, Customer,
                                                        DNShipment, doc_type, region, carrier, this.hidSessionKey.Value);
                                                        
                        }
                        catch (FisException ee)
                        {
                            allErrors = allErrors + ee.mErrmsg;                            
                            continue;
                        }
                        catch (Exception ex)
                        {
                            allErrors = allErrors + ex.Message;                            
                            continue;
                        }

                        //6.5
                        if (serviceResult[2].ToString() == "DN")
                        {
                            for (int j = 0; j < ret.Count; j++)
                            {
                                if (DNShipment.Substring(0, 10) == ret[j])
                                {
                                    bExist = true;
                                }
                            }
                        }
                        else
                        {
                            for (int j = 0; j < ret.Count; j++)
                            {
                                if (DNShipment == ret[j])
                                {
                                    bExist = true;
                                }
                            }
                        }

                        if (bExist == false)
                        {
                            //6.5
                            if (serviceResult[2].ToString() == "DN")
                            {
                                ret.Add(DNShipment.Substring(0, 10));
                            }
                            else
                            {
                                ret.Add(DNShipment);
                            }
                            this.hidRowCount.Value = ret.Count.ToString();

                            uploadData one = new uploadData();
                            //6.5
                            if (serviceResult[2].ToString() == "DN")
                            {
                                one.inputData = serviceResult[0].ToString().Substring(0, 10);
                            }
                            else
                            {
                                one.inputData = serviceResult[0].ToString();
                            }
                            one.info = new List<uploadDataInfo>();
                            //6.18 BOL
                            if (serviceResult[2].ToString() == "BOL")
                            {
                                ArrayList b1 = new ArrayList();
                                b1 = (ArrayList)serviceResult[1];
                                for (int bo = 0; bo < b1.Count; bo++)
                                {
                                    ArrayList a1 = new ArrayList();
                                    a1 = (ArrayList)b1[bo];
                                    for (int y = 0; y < a1.Count; y++)
                                    {
                                        uploadDataInfo one_info = new uploadDataInfo();
                                        one_info.internalID = (string)(((ArrayList)a1[y])[0]);
                                        one_info.xmlName = (string)(((ArrayList)a1[y])[1]);
                                        one_info.templateList = (IList<string>)(((ArrayList)a1[y])[2]);
                                        one_info.pdfList = (IList<string>)(((ArrayList)a1[y])[3]);

                                        one.info.Add(one_info);
                                    }
                                }
                                //6.18 BOL
                            }
                            else
                            {
                                ArrayList a1 = new ArrayList();
                                a1 = (ArrayList)serviceResult[1];
                                for (int y = 0; y < a1.Count; y++)
                                {
                                    uploadDataInfo one_info = new uploadDataInfo();
                                    one_info.internalID = (string)(((ArrayList)a1[y])[0]);
                                    one_info.xmlName = (string)(((ArrayList)a1[y])[1]);
                                    one_info.templateList = (IList<string>)(((ArrayList)a1[y])[2]);
                                    one_info.pdfList = (IList<string>)(((ArrayList)a1[y])[3]);

                                    one.info.Add(one_info);
                                }
                            }
                            returnList.Add(one);
                        }
                    }
                }
            }
            if (bEmptyFile)
            {
                //ITC-1360-1101 少资源
                errorMsg = this.GetLocalResourceObject(Pre + "_mesEmptyFile").ToString();
                writeToAlertMessage(errorMsg);
                endWaitingCoverDiv();             
            }
            else
            {
                if (allErrors != "")
                {
                    string tmp = fullName;
                    File.Delete(fullName);

                    this.gridview.DataSource = getDataTable(returnList.Count, returnList);
                    this.gridview.DataBind();
                    initTableColumnHeader();
                    updatePanel1.Update();
                    writeToAlertMessage(allErrors);
                    endWaitingCoverDiv();
                    FileProcess();
                }
                else
                {
                    string tmp = fullName;
                    File.Delete(fullName);

                    this.gridview.DataSource = getDataTable(returnList.Count, returnList);
                    this.gridview.DataBind();
                    initTableColumnHeader();
                    updatePanel1.Update();
                    FileProcess();
                    FileProcess2();
                }
            }            
        }
        catch (FisException ee)
        {
            writeToAlertMessage(ee.mErrmsg);
            endWaitingCoverDiv();
        }
        catch (Exception ex)
        {
            writeToAlertMessage(ex.Message);
            endWaitingCoverDiv();
        }

    }
Exemplo n.º 5
0
        public void uploadDeliverySales(DataTable DeliveryMaster, frmUploadData frmUD)
        {
            XmlDocument xmlDocument = new XmlDocument();

            xmlDocument.AppendChild(xmlDocument.CreateXmlDeclaration("1.0", "UTF-8", "yes"));
            XmlElement xmlElement = xmlDocument.CreateElement("shipData");

            xmlDocument.AppendChild(xmlElement);
            XmlElement xmlElement2 = xmlDocument.CreateElement("storedId");

            xmlElement2.InnerText = Program.LincenseCode;
            xmlElement.AppendChild(xmlElement2);
            bool flag = false;

            if (DeliveryMaster.Rows.Count > 0)
            {
                for (int i = 0; i < DeliveryMaster.Rows.Count; i++)
                {
                    DeliveryMaster.Rows[i]["editDate"].ToString();
                    string     text        = DeliveryMaster.Rows[i]["DeliveryNo"].ToString();
                    string     text2       = DeliveryMaster.Rows[i]["vendorNo"].ToString();
                    string     text3       = DeliveryMaster.Rows[i]["status"].ToString();
                    string     innerText   = DateTime.ParseExact(DeliveryMaster.Rows[i]["DeliveryDate"].ToString(), "yyyy-MM-dd", null, DateTimeStyles.AllowWhiteSpaces).ToString("yyyyMMddHHmmss");
                    XmlElement xmlElement3 = xmlDocument.CreateElement("record");
                    XmlElement xmlElement4 = xmlDocument.CreateElement("oddNO");
                    xmlElement4.InnerText = text;
                    xmlElement3.AppendChild(xmlElement4);
                    string    innerText2 = "";
                    string    innerText3 = "";
                    string    sql        = "SELECT vendorId,vendorName FROM hypos_Supplier where SupplierNo = '" + text2 + "'";
                    DataTable dataTable  = (DataTable)DataBaseUtilities.DBOperation(Program.ConnectionString, sql, null, CommandOperationType.ExecuteReaderReturnDataTable);
                    if (dataTable.Rows.Count > 0)
                    {
                        innerText2 = dataTable.Rows[0]["vendorId"].ToString();
                        innerText3 = dataTable.Rows[0]["vendorName"].ToString();
                    }
                    XmlElement xmlElement5 = xmlDocument.CreateElement("vendorId");
                    xmlElement5.InnerText = innerText2;
                    xmlElement3.AppendChild(xmlElement5);
                    XmlElement xmlElement6 = xmlDocument.CreateElement("vendorName");
                    xmlElement6.InnerText = innerText3;
                    xmlElement3.AppendChild(xmlElement6);
                    XmlElement xmlElement7 = xmlDocument.CreateElement("oddStatus");
                    xmlElement7.InnerText = text3;
                    xmlElement3.AppendChild(xmlElement7);
                    XmlElement xmlElement8 = xmlDocument.CreateElement("shipDateTime");
                    xmlElement8.InnerText = innerText;
                    xmlElement3.AppendChild(xmlElement8);
                    XmlElement xmlElement9 = xmlDocument.CreateElement("vendorNO");
                    xmlElement9.InnerText = text2;
                    xmlElement3.AppendChild(xmlElement9);
                    DataTable                detailSell     = getDetailSell(text);
                    List <string>            barCodeList    = getBarCodeList(detailSell);
                    DataTable                goodsList      = getGoodsList(barCodeList);
                    Dictionary <string, int> goodsIndexList = getGoodsIndexList(goodsList);
                    if (detailSell.Rows.Count > 0)
                    {
                        int num = 1;
                        for (int j = 0; j < detailSell.Rows.Count; j++)
                        {
                            string text4      = (string.IsNullOrEmpty(detailSell.Rows[j]["DeliveryDeatialId"].ToString()) ? "-1" : detailSell.Rows[j]["DeliveryDeatialId"].ToString()).ToString();
                            string text5      = detailSell.Rows[j]["barcode"].ToString();
                            string value      = goodsList.Rows[int.Parse(goodsIndexList[text5].ToString())]["ISWS"].ToString();
                            string text6      = goodsList.Rows[int.Parse(goodsIndexList[text5].ToString())]["CLA1NO"].ToString();
                            string innerText4 = "";
                            string text7      = "";
                            bool   flag2      = false;
                            flag2 = true;
                            switch (text6)
                            {
                            case "0302":
                                innerText4 = "1";
                                break;

                            case "0303":
                                innerText4 = "2";
                                break;

                            case "0305":
                                innerText4 = "3";
                                break;

                            case "0308":
                                innerText4 = "4";
                                break;
                            }
                            text7 = ((!"Y".Equals(value)) ? "2" : "1");
                            if (!flag2)
                            {
                                continue;
                            }
                            string innerText5 = detailSell.Rows[j]["num"].ToString();
                            string innerText6 = detailSell.Rows[j]["BatchNo"].ToString();
                            string innerText7 = detailSell.Rows[j]["MFGDate"].ToString();
                            string text8      = "";
                            if (text3.Equals("1") || text3.Equals("2"))
                            {
                                string    sql2  = "SELECT UploadLastUpdateDate FROM hypos_SysParam";
                                string    text9 = ((DataTable)DataBaseUtilities.DBOperation(Program.ConnectionString, sql2, null, CommandOperationType.ExecuteReaderReturnDataTable)).Rows[0]["UploadLastUpdateDate"].ToString();
                                DataTable dataTable2;
                                if ("".Equals(text9))
                                {
                                    string[] strParameterArray = new string[1]
                                    {
                                        text
                                    };
                                    string sql3 = "SELECT DeliveryLogId FROM hypos_DeliveryGoods_Master_log where DeliveryNo = {0} and (ischange = '1' or iscancel = '1')";
                                    dataTable2 = (DataTable)DataBaseUtilities.DBOperation(Program.ConnectionString, sql3, strParameterArray, CommandOperationType.ExecuteReaderReturnDataTable);
                                }
                                else
                                {
                                    string   text10             = DateTime.ParseExact(text9, "yyyyMMddHHmmss", null, DateTimeStyles.AllowWhiteSpaces).ToString("yyyy-MM-dd HH:mm:ss");
                                    string[] strParameterArray2 = new string[2]
                                    {
                                        text,
                                        text10
                                    };
                                    string sql4 = "SELECT DeliveryLogId FROM hypos_DeliveryGoods_Master_log where DeliveryNo = {0} and (ischange = '1' or iscancel = '1') and changeDate > {1}";
                                    dataTable2 = (DataTable)DataBaseUtilities.DBOperation(Program.ConnectionString, sql4, strParameterArray2, CommandOperationType.ExecuteReaderReturnDataTable);
                                }
                                string text11 = "";
                                if (dataTable2.Rows.Count > 0)
                                {
                                    for (int k = 0; k < dataTable2.Rows.Count; k++)
                                    {
                                        text11 = text11 + "'" + dataTable2.Rows[k]["DeliveryLogId"].ToString() + "'";
                                        if (dataTable2.Rows.Count - k > 1)
                                        {
                                            text11 += ",";
                                        }
                                    }
                                }
                                string[] strParameterArray3 = new string[2]
                                {
                                    text5,
                                    text4
                                };
                                string    sql5       = "SELECT sum(diffNum) as returnItemNum FROM hypos_DeliveryGoods_Detail_Log where DeliveryLogId in (" + text11 + ") and barcode = {0} and DeliveryDeatialId = {1}";
                                DataTable dataTable3 = (DataTable)DataBaseUtilities.DBOperation(Program.ConnectionString, sql5, strParameterArray3, CommandOperationType.ExecuteReaderReturnDataTable);
                                text8 = ((dataTable3.Rows.Count <= 0) ? "" : dataTable3.Rows[0]["returnItemNum"].ToString());
                            }
                            else
                            {
                                text8 = "";
                            }
                            XmlElement xmlElement10 = xmlDocument.CreateElement("item");
                            xmlElement3.AppendChild(xmlElement10);
                            XmlElement xmlElement11 = xmlDocument.CreateElement("itemNO");
                            xmlElement11.InnerText = num.ToString("00");
                            xmlElement10.AppendChild(xmlElement11);
                            num++;
                            XmlElement xmlElement12 = xmlDocument.CreateElement("strBARCODE");
                            xmlElement12.InnerText = text5;
                            xmlElement10.AppendChild(xmlElement12);
                            XmlElement xmlElement13 = xmlDocument.CreateElement("itemType");
                            xmlElement13.InnerText = innerText4;
                            xmlElement10.AppendChild(xmlElement13);
                            XmlElement xmlElement14 = xmlDocument.CreateElement("batchNO");
                            xmlElement14.InnerText = innerText6;
                            xmlElement10.AppendChild(xmlElement14);
                            XmlElement xmlElement15 = xmlDocument.CreateElement("MFD");
                            xmlElement15.InnerText = innerText7;
                            xmlElement10.AppendChild(xmlElement15);
                            XmlElement xmlElement16 = xmlDocument.CreateElement("shipQTY");
                            if (text3.Equals("1"))
                            {
                                if (text8 == "")
                                {
                                    xmlElement16.InnerText = "";
                                }
                                else
                                {
                                    xmlElement16.InnerText = Math.Abs(int.Parse(text8)).ToString();
                                }
                            }
                            else
                            {
                                xmlElement16.InnerText = innerText5;
                            }
                            xmlElement10.AppendChild(xmlElement16);
                            XmlElement xmlElement17 = xmlDocument.CreateElement("salesTYPE");
                            xmlElement17.InnerText = "2";
                            xmlElement10.AppendChild(xmlElement17);
                            XmlElement xmlElement18 = xmlDocument.CreateElement("differNUM");
                            xmlElement18.InnerText = text8;
                            xmlElement10.AppendChild(xmlElement18);
                            XmlElement xmlElement19 = xmlDocument.CreateElement("dataType");
                            xmlElement19.InnerText = text7;
                            xmlElement10.AppendChild(xmlElement19);
                            string     sql6         = "SELECT GDName FROM hypos_GOODSLST where GDSNO='" + text5 + "'";
                            DataTable  dataTable4   = (DataTable)DataBaseUtilities.DBOperation(Program.ConnectionString, sql6, null, CommandOperationType.ExecuteReaderReturnDataTable);
                            XmlElement xmlElement20 = xmlDocument.CreateElement("dataName");
                            if (dataTable4.Rows.Count > 0)
                            {
                                xmlElement20.InnerText = dataTable4.Rows[0][0].ToString();
                            }
                            else
                            {
                                xmlElement20.InnerText = "";
                            }
                            xmlElement10.AppendChild(xmlElement20);
                        }
                    }
                    xmlElement.AppendChild(xmlElement3);
                }
                flag = true;
            }
            if (!flag)
            {
                return;
            }
            uploadData uploadData = new uploadData();

            uploadData.Url = Program.UploadDataURL;
            uploadData.uploadShipData(Program.Encrypt(xmlDocument.OuterXml));
            if (!Directory.Exists("uploadXmlData"))
            {
                Directory.CreateDirectory("uploadXmlData");
            }
            FileStream fileStream = null;

            try
            {
                string text12 = "uploadXmlData\\ShipData\\";
                string str    = DateTime.Now.ToString("yyyyMMdd") + "\\";
                string str2   = "ShipData_" + DateTime.Now.ToString("yyyyMMddHHmmss");
                frmUD._shipDataXMLPath = text12 + str + str2 + ".xml";
                if (!Directory.Exists(text12))
                {
                    Directory.CreateDirectory(text12);
                }
                if (!Directory.Exists(text12 + str))
                {
                    Directory.CreateDirectory(text12 + str);
                }
                fileStream = new FileStream(frmUD._shipDataXMLPath, FileMode.Create);
                new UTF8Encoding();
                byte[] bytes = Encoding.UTF8.GetBytes(xmlDocument.OuterXml);
                fileStream.Write(bytes, 0, bytes.Length);
                frmUD._DeliverysalesUploadStatus = 2;
            }
            catch (Exception ex)
            {
                Console.WriteLine("儲存上傳XML資料錯誤 ::: " + ex.Message);
            }
            finally
            {
                fileStream.Flush();
                fileStream.Close();
            }
        }