ouyangqing
2021-01-13 2d3a0aa5ff624d2119601fa5fde945f260571f98
CLOUDWEB/WebService1.asmx.cs
@@ -4982,7 +4982,7 @@
                ",2012,1,'" + oMain.HRemark + "','" + oMain.HMaker + "',convert(varchar(10),getdate(),120)" +
                ", " + oMain.HSupID.ToString() + "," + oMain.HWHID.ToString() + "," + oMain.HSCWHID.ToString() + "," + oMain.HEmpID.ToString() + "," + oMain.HManagerID.ToString() + "," + oMain.HSecManagerID.ToString() +
                ", " + oMain.HKeeperID.ToString() + "," + oMain.HDeptID.ToString() + ",'" + oMain.HExplanation + "','" + oMain.HInnerBillNo + "'," + DBUtility.ClsPub.BoolToString(oMain.HRedBlueFlag) +
                ",'" + oMain.HStockStyle + "','" + oMain.HTransferDirect + "','" + oMain.HShipType + "'" +
                ",'" + oMain.HStockStyle + "','" + oMain.HTransferDirect + "','" + oMain.HShipType + "','" + oMain.HGroupID + "'" +
                ") ");
                if (oSystemParameterMain.Kf_MoveStockBill_AutoCheck == "Y") //系统参数  自动审核 
@@ -5006,6 +5006,10 @@
                    {
                        sJson_StockStyle = "\"F_CHLX\":\"" + Pub_Class.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["F_CHLX"]) + "\",";    //出货类型
                    }
                    else if(oSystemParameterMain.WMS_CampanyName == "雅琪诺") //系统参数  客户定制化名称     空白为通用
                    {
                        sJson_StockStyle = "\"F_ZY_GroupName\":\"" + Pub_Class.ClsPub.isStrNull(Ds.Tables[0].Rows[0]["F_ZY_GroupName"]) + "\",";    //班组
                    }
                    else
                    {
                        sJson_StockStyle = "";