第一版 开发完成
This commit is contained in:
+18
-5
@@ -64,7 +64,7 @@
|
||||
<div class="search-row">
|
||||
<select id="searchType" class="input input-select">
|
||||
<option value="name">项目名称</option>
|
||||
<option value="code">项目编号</option>
|
||||
<option value="code">合同编号</option>
|
||||
</select>
|
||||
<input type="text" id="searchKeyword" class="input input-search" placeholder="输入关键词搜索" />
|
||||
<button type="button" class="btn btn-search" id="btnSearch">搜索</button>
|
||||
@@ -111,6 +111,16 @@
|
||||
<label><input type="checkbox" id="dateAbnormal" /> 仅日期异常</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="filter-row filter-row-amount">
|
||||
<div class="filter-group">
|
||||
<label>合同金额(万元)</label>
|
||||
<input type="number" id="amountMin" class="input input-amount" placeholder="最小" step="0.01" min="0" />
|
||||
</div>
|
||||
<div class="filter-group">
|
||||
<label>至</label>
|
||||
<input type="number" id="amountMax" class="input input-amount" placeholder="最大" step="0.01" min="0" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="table-wrap">
|
||||
<div class="table-loading" id="listLoading">加载中…</div>
|
||||
@@ -121,11 +131,14 @@
|
||||
<table class="table" id="projectTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>项目名称</th>
|
||||
<th>合同编号</th>
|
||||
<th>进度</th>
|
||||
<th>费用状态</th>
|
||||
<th>更新时间</th>
|
||||
<th>项目名称</th>
|
||||
<th>合同金额</th>
|
||||
<th>业主单位</th>
|
||||
<th>签订日期</th>
|
||||
<th>所属项目部</th>
|
||||
<th>总体成本</th>
|
||||
<th>项目负责人及电话</th>
|
||||
<th>操作</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
Reference in New Issue
Block a user