From 0a22bb811fab75f85c70b98ea8bbf270bdcc5f17 Mon Sep 17 00:00:00 2001 From: jhz <jinghz@oceic.com> Date: 星期日, 24 七月 2022 09:43:12 +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