沈泽
2021-11-12 39768a3adecd6920a1da560ae13f1531ae033f1a
WorkM/Á÷ת¿¨¹ÜÀí/MES_StationOutBillList.cs
@@ -216,6 +216,18 @@
                        MessageBox.Show("只能删除本人的单据!", "提示");
                        return;
                    }
                    //判断会计期是否合理
                    string s = "";
                    int sYear = 0;
                    int sPeriod = 0;
                    if (DBUtility.Xt_BaseBillFun.Fun_AllowYearPeriod(DBUtility.ClsPub.isDate(oBill.omodel.HDate), ref sYear, ref sPeriod, ref s) == false)
                    {
                        MessageBox.Show(s, "提示");
                        return;
                    }
                    string c = "";
                    SQLHelper.ClsCN oCn = new SQLHelper.ClsCN();