From fa6bb12189a4b2f9cb5f80a99bb4c83c2ac58311 Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期五, 01 十二月 2023 15:05:13 +0800 Subject: [PATCH] 销售订单变更单:审核时判断新数量是否大于源单-销售订单关联数量,原本比较的是销售订单变更单的关联数量 --- WebAPI/Controllers/Sc_MouldRepairInBillListController.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/WebAPI/Controllers/Sc_MouldRepairInBillListController.cs b/WebAPI/Controllers/Sc_MouldRepairInBillListController.cs index 0cf870b..e31b4f6 100644 --- a/WebAPI/Controllers/Sc_MouldRepairInBillListController.cs +++ b/WebAPI/Controllers/Sc_MouldRepairInBillListController.cs @@ -1010,6 +1010,9 @@ } oCN.BeginTran(); + //閿�鍞嚭搴撳垹闄ゅ洖濉攢鍞鍗曞叧鑱旀暟閲� + oCN.RunProc("exec h_p_Xs_UpDateRelation_SeOrderToSellOut_Delete " + HInterID); + oCN.RunProc("Delete From Kf_ICStockBillMain where HInterID = " + HInterID); oCN.RunProc("Delete From Kf_ICStockBillSub where HInterID = " + HInterID); oCN.Commit(); -- Gitblit v1.9.1