From f237cad5855e8a998742fc17d973292f7ec164e2 Mon Sep 17 00:00:00 2001 From: zzr99 <1940172413@qq.com> Date: 星期三, 29 六月 2022 16:38:53 +0800 Subject: [PATCH] 销售出库增加整托删除, --- WebAPI/Controllers/Sc_ProcessMangementController.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WebAPI/Controllers/Sc_ProcessMangementController.cs b/WebAPI/Controllers/Sc_ProcessMangementController.cs index ef0324d..0deda31 100644 --- a/WebAPI/Controllers/Sc_ProcessMangementController.cs +++ b/WebAPI/Controllers/Sc_ProcessMangementController.cs @@ -223,7 +223,7 @@ foreach (DataRow item in ds.Tables[0].Rows) { JObject FentityModel = new JObject(); - FentityModel.Add("FReportType", "BD_OwnerOrg");//鐢熶骇姹囨姤绫诲瀷 + FentityModel.Add("FReportType", "103852");//鐢熶骇姹囨姤绫诲瀷 FentityModel.Add("FTimeUnitId", "1");//鏃堕棿鍗曚綅 FentityModel.Add("FWorkshipId", new JObject() { ["Fnumber"] = dr1["FWorkShopNUM"].ToString() }); // 鐢熶骇杞﹂棿 FentityModel.Add("FStandHourUnitId", "3600"); // 鍗曚綅鏍囧噯宸ユ椂鍗曚綅 -- Gitblit v1.9.1