From e674cf9067913a1b621b45ac3560eb4a4d8eed61 Mon Sep 17 00:00:00 2001 From: yusijie <ysj@hz-kingdee.com> Date: 星期日, 23 四月 2023 17:00:56 +0800 Subject: [PATCH] 仓库报表(奥邦);条码拆码;条码删除控制;工序工价字段类型更改 --- WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs b/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs index fd7de8a..94d7038 100644 --- a/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs +++ b/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs @@ -1006,6 +1006,8 @@ oBill.DetailColl[i].HBackProc = oItemSub.HBackProc; oBill.DetailColl[i].HPrevSourceInterID = oItemSub.HPrevSourceInterID; oBill.DetailColl[i].HPrevSourceEntryID = oItemSub.HPrevSourceEntryID; + oBill.DetailColl[i].HRemark = oItemSub.HRemark; + oBill.DetailColl[i].HTechnologyParameter = oItemSub.HTechnologyParameter; i++; } -- Gitblit v1.9.1