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