From 29cbeedd10e87d70f80d245a3e111cfe8a36fccd Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期二, 03 三月 2026 13:40:56 +0800
Subject: [PATCH] 费用实际成本报表

---
 WebAPI/Controllers/CJGL/Cj_StationEntrustInBillController.cs |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/WebAPI/Controllers/CJGL/Cj_StationEntrustInBillController.cs b/WebAPI/Controllers/CJGL/Cj_StationEntrustInBillController.cs
index d12d4eb..c88855a 100644
--- a/WebAPI/Controllers/CJGL/Cj_StationEntrustInBillController.cs
+++ b/WebAPI/Controllers/CJGL/Cj_StationEntrustInBillController.cs
@@ -310,6 +310,20 @@
                                 ds = oCN.RunProcReturn("select top 1 * from h_v_Sc_ProcessExchangeBillList  where 鍗曟嵁鍙�= '" + BillNo_PGD + "'", "h_v_Sc_ProcessExchangeBillList");
                             }
                         }
+                        else
+                        {
+                            ds = oCN.RunProcReturn("select top 1 * from h_v_Sc_ProcessExchangeBillList  where 鍗曟嵁鍙�= '" + BillNo_PGD + "'", "h_v_Sc_ProcessExchangeBillList");
+                        }
+                        break;
+                    case "MO"://娴佽浆鍗�
+                         sErr = "";
+                        if (oSystemParameter.ShowBill(ref sErr))
+                        {
+                            if (oSystemParameter.omodel.WMS_CampanyName == "鍗庤垷")
+                            {
+                                ds = oCN.RunProcReturn("select top 1 * from h_v_Sc_ProcessExchangeBillList  where 鍗曟嵁鍙�= '" + BillNo_PGD + "'", "h_v_Sc_ProcessExchangeBillList");
+                            }
+                        }
                         break;
                 }
 
@@ -348,6 +362,9 @@
                     case "P204"://娴佽浆鍗�
                     case "P205"://娴佽浆鍗�
                     case "P201"://娴佽浆鍗�
+                    case "MO26"://鍗庤垷娴佽浆鍗�
+                    case "MO27"://鍗庤垷娴佽浆鍗�
+                    case "MO28"://鍗庤垷娴佽浆鍗�
                         ds = oCN.RunProcReturn("select top 1 * from h_v_Sc_ProcessExchangeBillList  where 鍗曟嵁鍙�= '" + BillNo_PGD + "'", "h_v_Sc_ProcessExchangeBillList");
                         break;
                 }

--
Gitblit v1.9.1