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