杨乐
2022-01-14 7a6093612f5999d9770a071902639ca7adfe1b7d
noting
1个文件已修改
4 ■■■■ 已修改文件
WebAPI/Controllers/MateOutController.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebAPI/Controllers/MateOutController.cs
@@ -70,7 +70,7 @@
        /// <returns></returns>
        [Route("MateOut/set_SavePonderationBillMain_Temp_Mate_Source_Fast_Json")]
        [HttpGet]
        public object set_SavePonderationBillMain_Temp_Mate_Source_Fast_Json(Int64 sInterID, string sBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string sMaker,double sPPQty,string sPlanMode,Int64 sFIFOWHID, Int64 HOWNERID)
        public object set_SavePonderationBillMain_Temp_Mate_Source_Fast_Json(Int64 sInterID, string sBillNo, string HBillType, string HSourceBillNo, string HSourceBillType, string sMaker,double sPPQty,int sPlanMode,Int64 sFIFOWHID, Int64 HOWNERID)
        {
            //try
            //{
@@ -121,7 +121,7 @@
            //    return objJsonResult;
            //}
            WebS.WebService1 oWebs1 = new WebS.WebService1();
            WebSoBar = oWebs1.get_SourceBarCode_MateOut(sInterID, sBillNo, HBillType,  HSourceBillNo, HSourceBillType, sMaker, sPPQty,  long.Parse(sPlanMode), sFIFOWHID, HOWNERID, ref DBUtility.ClsPub.sErrInfo);
            WebSoBar = oWebs1.get_SourceBarCode_MateOut(sInterID, sBillNo, HBillType,  HSourceBillNo, HSourceBillType, sMaker, sPPQty,  sPlanMode, sFIFOWHID, HOWNERID, ref DBUtility.ClsPub.sErrInfo);
            //oBar = webserver.get_CheckTypeByBarCode_Out(sCode, sInterID, HBillType, sBillNo, sMaker, WhID, SPID, sQty, sRedBlue, SourceFlag, sSourceBillNo, sSourceType, HOWNERID, ref DBUtility.ClsPub.sErrInfo);