From 2e90f42d7b81c38ecbd1770b2dfa4f275676301a Mon Sep 17 00:00:00 2001 From: yangle <admin@YINMOU> Date: 星期一, 22 五月 2023 11:26:20 +0800 Subject: [PATCH] 1 --- WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs b/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs index b582041..7be7f46 100644 --- a/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs +++ b/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs @@ -449,6 +449,13 @@ oBill.omodel.HQty = HPlanQty; } + for (int j = 0; j < oBill.DetailColl.Count; j++) + { + oBill.DetailColl[j].HRelationQty_In = 0; + oBill.DetailColl[j].HRelationQty_Out = 0; + oBill.DetailColl[j].HRelationQty_Bad = 0; + } + //淇濆瓨瀹屾瘯鍚庡鐞� bool bResult; -- Gitblit v1.9.1