diff --git a/WebService/WMSWebService.asmx.cs b/WebService/WMSWebService.asmx.cs index 469eda9..f028f0d 100644 --- a/WebService/WMSWebService.asmx.cs +++ b/WebService/WMSWebService.asmx.cs @@ -406,12 +406,12 @@ namespace Webservice res = Function.WMSInterfaceStockIn(barcode, partNo, batchNo, isOK); return res; } - [WebMethod] - [ScriptMethod(UseHttpGet = true, ResponseFormat = ResponseFormat.Json)] - public void WMSSprayingForAppReturnNo(string barcode) - { - WMSSprayingForAppReturnNo(barcode,"system"); - } + //[WebMethod(MessageName= "WMSSprayingForAppReturnNoOld")] + //[ScriptMethod(UseHttpGet = true, ResponseFormat = ResponseFormat.Json)] + //public void WMSSprayingForAppReturnNo(string barcode) + //{ + // WMSSprayingForAppReturnNo(barcode,"system"); + //} [WebMethod] [ScriptMethod(UseHttpGet = true, ResponseFormat = ResponseFormat.Json)] public void WMSSprayingForAppReturnNo(string barcode,string userName)