Commit ead4c573 authored by 黄同智's avatar 黄同智

长期查询

parent d3eed6cf
......@@ -269,12 +269,12 @@
<label class="form-label"><span class="required">*</span>起止日期:</label>
<input type="text" id="dateFrom" class="form-input small x-small" name="dateFrom">
<div class="date-picker" id="sDate">
<img class="dateimg" src="/images/date.png" alt="" />
<img class="dateimg" src="/imagse/date.png" alt="" />
</div>
<span>-</span>
<input type="text" id="dateTo" class="form-input small x-small" name="dateTo">
<div class="date-picker" id="eDate">
<img class="dateimg" src="/images/date.png" alt="" />
<img class="dateimg" src="/imagse/date.png" alt="" />
<!-- <input class="date-input dateTo" type="date" /> -->
</div>
<div class="radio-group">
......
......@@ -349,9 +349,9 @@
<!-- 按钮组 -->
<div class="btn-group">
<button onclick="onAccount(1)">确定</button>
<button onclick="onAccount(1)" type="submit">确定</button>
<button onclick="onAccount(2)">返回</button>
<button onclick="onAccount(3)" type="submit">查询长期</button>
<button onclick="onAccount(3)">查询长期</button>
</div>
</form>
</div>
......@@ -421,7 +421,9 @@
window.history.back();
}
if (number == 3) {
console.log(33333)
window.location.href = './account_detail-long.html'
}
}
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment