Browse Source

修复撤销

master
songnan.zhang 3 years ago
parent
commit
80e7c7da7f
  1. 2
      APPQ5/QMAPP.FJC.BLL/Operation/ProductBLL.cs
  2. 2
      APPQ5/QMAPP.WinForm/Forms/Operation/OperationForm.cs
  3. 2
      AppCommon/QMAPP.ServicesAgent/ServiceEnums.cs

2
APPQ5/QMAPP.FJC.BLL/Operation/ProductBLL.cs

@ -1759,7 +1759,7 @@ namespace QMAPP.FJC.BLL.Operation
}
}
public DataResult<int> DeleteProduct(string ProductCode, string machineCode)
public DataResult<int> DeleteProductt(string ProductCode, string machineCode)
{
try
{

2
APPQ5/QMAPP.WinForm/Forms/Operation/OperationForm.cs

@ -2477,7 +2477,7 @@ namespace QMAPP.WinForm.Forms.Operation
{
//删除产品信息
//ProductHelper.DeleteProduct(product_dai, _operationServiceParam.machineInfo.MACHINECODDE);
_agent.InvokeServiceFunction<DataResult<int>>(B9IPCService.ProductBLL_DeleteProduct.ToString(), product_dai, _operationServiceParam.machineInfo.MACHINECODDE);
_agent.InvokeServiceFunction<DataResult<int>>(B9IPCService.ProductBLL_DeleteProductt.ToString(), product_dai, _operationServiceParam.machineInfo.MACHINECODDE);
}

2
AppCommon/QMAPP.ServicesAgent/ServiceEnums.cs

@ -4712,7 +4712,7 @@ namespace QMAPP.ServicesAgent
/// <summary>
/// 删除产品信息
/// </summary>
ProductBLL_DeleteProduct,
ProductBLL_DeleteProductt,
#endregion

Loading…
Cancel
Save