|
@@ -13,7 +13,7 @@
|
|
|
<div class="wrapper wrapper-content">
|
|
|
<div class="panel panel-primary">
|
|
|
<div class="panel-heading">
|
|
|
- <h3 class="panel-title">请假表单列表</h3>
|
|
|
+ <h3 class="panel-title">工程管理</h3>
|
|
|
</div>
|
|
|
<div class="panel-body">
|
|
|
|
|
@@ -21,25 +21,17 @@
|
|
|
<div id="search-collapse" class="collapse">
|
|
|
<div class="accordion-inner">
|
|
|
<form:form id="searchForm" modelAttribute="leave1" class="form form-horizontal well clearfix">
|
|
|
- <div class="col-xs-12 col-sm-6 col-md-4">
|
|
|
- <label class="label-item single-overflow pull-left" title="归属部门:">归属部门:</label>
|
|
|
- <sys:treeselect id="office" name="office.id" value="${leave1.office.id}" labelName="office.name" labelValue="${leave1.office.name}"
|
|
|
- title="部门" url="/sys/office/treeData?type=2" cssClass="form-control" allowClear="true" notAllowSelectParent="true"/>
|
|
|
- </div>
|
|
|
- <div class="col-xs-12 col-sm-6 col-md-4">
|
|
|
- <label class="label-item single-overflow pull-left" title="员工:">员工:</label>
|
|
|
- <sys:userselect id="tuser" name="tuser.id" value="${leave1.tuser.id}" labelName="tuser.name" labelValue="${leave1.tuser.name}"
|
|
|
- cssClass="form-control required"/>
|
|
|
- </div>
|
|
|
- <div class="col-xs-12 col-sm-6 col-md-4">
|
|
|
- <label class="label-item single-overflow pull-left" title="归属区域:">归属区域:</label>
|
|
|
- <div class=" input-group" style=" width: 100%;">
|
|
|
- <form:input path="area" htmlEscape="false" data-toggle="city-picker" style="height: 34px;font-size: 14px;"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+ <div class="col-xs-12 col-sm-6 col-md-4">
|
|
|
+ <label class="label-item single-overflow pull-left" title="工程名称:">工程名称:</label>
|
|
|
+ <form:input path="remarks" htmlEscape="false" maxlength="257" class=" form-control"/>
|
|
|
+ </div>
|
|
|
+ <div class="col-xs-12 col-sm-6 col-md-4">
|
|
|
+ <label class="label-item single-overflow pull-left" title="登记人:">登记人:</label>
|
|
|
+ <form:input path="remarks" htmlEscape="false" maxlength="257" class=" form-control"/>
|
|
|
+ </div>
|
|
|
<div class="col-xs-12 col-sm-6 col-md-4">
|
|
|
<div class="form-group">
|
|
|
- <label class="label-item single-overflow pull-left" title="请假开始日期:"> 请假开始日期:</label>
|
|
|
+ <label class="label-item single-overflow pull-left" title="请假开始日期:"> 工程登记时间:</label>
|
|
|
<div class="col-xs-12">
|
|
|
<div class="col-xs-12 col-sm-5">
|
|
|
<div class='input-group date' id='beginBeginDate' style="left: -10px;" >
|
|
@@ -63,23 +55,44 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="col-xs-12 col-sm-6 col-md-4">
|
|
|
- <div class="form-group">
|
|
|
- <label class="label-item single-overflow pull-left" title="请假结束日期:"> 请假结束日期:</label>
|
|
|
- <div class="col-xs-12">
|
|
|
- <div class='input-group date' id='endDate' >
|
|
|
- <input type='text' name="endDate" class="form-control" />
|
|
|
- <span class="input-group-addon">
|
|
|
- <span class="glyphicon glyphicon-calendar"></span>
|
|
|
- </span>
|
|
|
- </div>
|
|
|
+ <div class="col-xs-12 col-sm-6 col-md-4">
|
|
|
+ <label class="label-item single-overflow pull-left" title="项目名称:">项目名称:</label>
|
|
|
+ <form:input path="remarks" htmlEscape="false" maxlength="257" class=" form-control"/>
|
|
|
+ </div>
|
|
|
+ <div class="col-xs-12 col-sm-6 col-md-4">
|
|
|
+ <label class="label-item single-overflow pull-left" title="项目划分:">项目划分:</label>
|
|
|
+ <form:input path="remarks" htmlEscape="false" maxlength="257" class=" form-control"/>
|
|
|
+ </div>
|
|
|
+ <div class="col-xs-12 col-sm-6 col-md-4">
|
|
|
+ <label class="label-item single-overflow pull-left" title="施工单位:">施工单位:</label>
|
|
|
+ <form:input path="remarks" htmlEscape="false" maxlength="257" class=" form-control"/>
|
|
|
+ </div>
|
|
|
+ <div class="col-xs-12 col-sm-6 col-md-4">
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="label-item single-overflow pull-left" title="请假开始日期:"> 项目登记时间:</label>
|
|
|
+ <div class="col-xs-12">
|
|
|
+ <div class="col-xs-12 col-sm-5">
|
|
|
+ <div class='input-group date' id='beginBeginDate1' style="left: -10px;" >
|
|
|
+ <input type='text' name="beginBeginDate" class="form-control" />
|
|
|
+ <span class="input-group-addon">
|
|
|
+ <span class="glyphicon glyphicon-calendar"></span>
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="col-xs-12 col-sm-1">
|
|
|
+ ~
|
|
|
+ </div>
|
|
|
+ <div class="col-xs-12 col-sm-5">
|
|
|
+ <div class='input-group date' id='endBeginDate1' style="left: -10px;" >
|
|
|
+ <input type='text' name="endBeginDate" class="form-control" />
|
|
|
+ <span class="input-group-addon">
|
|
|
+ <span class="glyphicon glyphicon-calendar"></span>
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="col-xs-12 col-sm-6 col-md-4">
|
|
|
- <label class="label-item single-overflow pull-left" title="备注信息:">备注信息:</label>
|
|
|
- <form:input path="remarks" htmlEscape="false" maxlength="257" class=" form-control"/>
|
|
|
- </div>
|
|
|
<div class="col-xs-12 col-sm-6 col-md-4">
|
|
|
<div style="margin-top:26px">
|
|
|
<a id="search" class="btn btn-primary btn-rounded btn-bordered btn-sm"><i class="fa fa-search"></i> 查询</a>
|
|
@@ -99,7 +112,7 @@
|
|
|
</shiro:hasPermission>
|
|
|
<shiro:hasPermission name="test:one:dialog:leave1:edit">
|
|
|
<button id="edit" class="btn btn-success" disabled onclick="edit()">
|
|
|
- <i class="glyphicon glyphicon-edit"></i> 修改
|
|
|
+ <i class="glyphicon glyphicon-edit"></i> 修改11
|
|
|
</button>
|
|
|
</shiro:hasPermission>
|
|
|
<shiro:hasPermission name="test:one:dialog:leave1:del">
|