From 362fb69c690a2b36e251996f8b22d87e97d385ba Mon Sep 17 00:00:00 2001 From: cnf <3200815559@qq.com> Date: 星期三, 12 二月 2025 16:06:33 +0800 Subject: [PATCH] 新增销售订单保存接口,销售退货通知单保存接口,销售发货通知单保存接口 --- MES.Service/service/Warehouse/OpeningReceiptServer.cs | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/MES.Service/service/Warehouse/OpeningReceiptServer.cs b/MES.Service/service/Warehouse/OpeningReceiptServer.cs index e84e35e..d525417 100644 --- a/MES.Service/service/Warehouse/OpeningReceiptServer.cs +++ b/MES.Service/service/Warehouse/OpeningReceiptServer.cs @@ -136,8 +136,7 @@ CbillNo = barcodeInfo.BillNo, UrgentFlag = barcodeInfo.UrgentFlag, BoardStyle = barcodeInfo.BoardStyle, - TaskNo = barcodeInfo.TaskNo, - ItemId = barcodeInfo.ItemId, + TaskNo = barcodeInfo.TaskNo }).ExecuteCommand(); if (executeCommand <= 0) throw new Exception("鍐欏叆澶辫触"); @@ -245,8 +244,7 @@ BoardStyle = barcodeInfo.BoardStyle, WorkNo = barcodeInfo.WorkNo, WorkLine = barcodeInfo.WorkLine, - SuppNo = barcodeInfo.SuppNo, - ItemId = barcodeInfo.ItemId, + SuppNo = barcodeInfo.SuppNo }).ExecuteCommand(); if (executeCommand <= 0) throw new Exception("鍐欏叆澶辫触"); @@ -279,8 +277,7 @@ BillNo = billNo, WorkNo = barcodeInfo.WorkNo, WorkLine = barcodeInfo.WorkLine, - SuppNo = barcodeInfo.SuppNo, - ItemId = barcodeInfo.ItemId, + SuppNo = barcodeInfo.SuppNo }).ExecuteCommand(); if (executeCommand <= 0) throw new Exception("鍐欏叆澶辫触"); -- Gitblit v1.9.3