沈泽
2021-11-12 39768a3adecd6920a1da560ae13f1531ae033f1a
WorkM/Á÷ת¿¨¹ÜÀí/MES_StationEntrustInBillList.cs
@@ -269,6 +269,17 @@
                    //    MessageBox.Show(c, "提示");
                    //    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;
                    }
                    if (oBill.omodel.HChecker != "")
                    {
                        MessageBox.Show("单据已经审核,不能删除!", "提示");