123
This commit is contained in:
parent
42cb326102
commit
ad05e3d763
|
@ -1,7 +1,6 @@
|
|||
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ContractorEvaluation.aspx.cs" Inherits="FineUIPro.Web.Evaluation.ContractorEvaluation" %>
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head runat="server">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
|
|
@ -835,6 +835,5 @@ namespace FineUIPro.Web.Evaluation
|
|||
}
|
||||
#endregion
|
||||
|
||||
|
||||
}
|
||||
}
|
|
@ -194,7 +194,6 @@
|
|||
</Items>
|
||||
</f:FormRow>
|
||||
</Rows>
|
||||
|
||||
</f:Form>
|
||||
</Items>
|
||||
</f:GroupPanel>
|
||||
|
|
|
@ -206,7 +206,6 @@ namespace FineUIPro.Web.Evaluation
|
|||
}
|
||||
|
||||
DateTime startDate = DateTime.Now.AddMonths(-23);
|
||||
|
||||
DateTime startTime = DateTime.Parse(startDate.Year + "-" + startDate.Month + "-01");
|
||||
DateTime endTime = DateTime.Parse(DateTime.Now.Year + "-" + DateTime.Now.Month + "-13");
|
||||
|
||||
|
|
Loading…
Reference in New Issue