zzr99
2021-11-29 070a771bf9af8fac6c2ba7bf09efb3f8b3b04585
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("单据已经审核,不能删除!", "提示");