|
|
@ -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); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|