1
wtt
2025-12-03 aa51348d3501aa3a9bbda287929f3c8a05825063
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++)
                {