1
llj
2026-01-19 4c2d6fc7aeb7fe0cc44b2735514d47ff2ace18fa
DAL/车间管理/ClsSc_StationOutBill.cs
@@ -591,7 +591,7 @@
            {
                //鏌ヨ涓昏〃
                DataSet Ds ;
                Ds = oCn.RunProcReturn("Select * from Sc_StationOutBillMain Where HInterID=" + lngBillKey.ToString(), "Sc_StationOutBillMain");
                Ds = oCn.RunProcReturn("Select * from Sc_StationOutBillMain with(nolock) Where HInterID=" + lngBillKey.ToString(), "Sc_StationOutBillMain");
                if(Ds.Tables[0].Rows.Count==0)
                {
                    sReturn = "鍗曟嵁鏈壘鍒帮紒";
@@ -685,7 +685,7 @@
                //
                //寰幆
                DataSet DsSub ;
                DsSub = oCn.RunProcReturn("Select * from Sc_StationOutBillSub Where HInterID=" + lngBillKey.ToString(), "Sc_StationOutBillSub");
                DsSub = oCn.RunProcReturn("Select * from Sc_StationOutBillSub with(nolock) Where HInterID=" + lngBillKey.ToString(), "Sc_StationOutBillSub");
                DetailColl.Clear();//娓呯┖
                for (int i = 0; i < DsSub.Tables[0].Rows.Count; i++)
                {