zzr99
2022-04-24 553448050ddfcaee97c4c559a1a6af92a6f3b268
BaseSet/¹«ÓÃ×ÊÁÏ/ÆäËû»ù´¡×ÊÁÏ/Gy_StdWorkTimesList.cs
@@ -437,11 +437,11 @@
                    //审核
                    if (oItem.AbandonCheck(lngBillKey, ref DBUtility.ClsPub.sExeReturnInfo) == true)
                    {
                        MessageBox.Show("审核成功!", "提示");
                        MessageBox.Show("反审核成功!", "提示");
                    }
                    else
                    {
                        MessageBox.Show("审核失败!", "提示");
                        MessageBox.Show("反审核失败!", "提示");
                        return;
                    }
                }
@@ -514,7 +514,7 @@
                    oCn.RunProc(" Update Gy_StdWorkTimes set HStopflag=0 Where HItemID=" + lngBillKey.ToString());
                }
            }
            MessageBox.Show("审核成功,请刷新!", "提示");
            MessageBox.Show("反禁用成功,请刷新!", "提示");
            return;
        }
    }