yangle
2022-04-25 572e47cf1bee07e543aa58576e9d75c09edc8002
BaseSet/¹«ÓÃ×ÊÁÏ/ÆäËû»ù´¡×ÊÁÏ/Gy_StdWorkTimes.cs
@@ -382,24 +382,21 @@
        {
            switch (BillStatus)
            {
                case DBUtility.ClsPub.Enum_BillStatus.BillStatus_View:
                    //case DBUtility.ClsPub.Enum_BillStatus.BillStatus_Viewonly:
                    //浏览状态
                case 0:
                    xg.Enabled = true;
                    AddRow.Enabled = false;
                    DelRow.Enabled = false;
                    bc.Enabled = false;
                    tc.Enabled = true;
                    //未审核
                    if (txtHChecker.Text.Trim() == "")
                    {
                        xg.Enabled = true;
                    }
                    else
                    {
                        xg.Enabled = false;
                    }
                    Sub_LrtextStatus(true);
                    grdStatus = true;
                    break;
                case DBUtility.ClsPub.Enum_BillStatus.BillStatus_View:
                    xg.Enabled = true;
                    AddRow.Enabled = false;
                    DelRow.Enabled = false;
                    bc.Enabled = false;
                    tc.Enabled = true;
                    Sub_LrtextStatus(false);
                    grdStatus = false;
                    break;
@@ -423,6 +420,7 @@
                    Sub_LrtextStatus(true);
                    grdStatus = true;
                    break;
            }
        }