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

长期查询

parent d3eed6cf
...@@ -269,12 +269,12 @@ ...@@ -269,12 +269,12 @@
<label class="form-label"><span class="required">*</span>起止日期:</label> <label class="form-label"><span class="required">*</span>起止日期:</label>
<input type="text" id="dateFrom" class="form-input small x-small" name="dateFrom"> <input type="text" id="dateFrom" class="form-input small x-small" name="dateFrom">
<div class="date-picker" id="sDate"> <div class="date-picker" id="sDate">
<img class="dateimg" src="/images/date.png" alt="" /> <img class="dateimg" src="/imagse/date.png" alt="" />
</div> </div>
<span>-</span> <span>-</span>
<input type="text" id="dateTo" class="form-input small x-small" name="dateTo"> <input type="text" id="dateTo" class="form-input small x-small" name="dateTo">
<div class="date-picker" id="eDate"> <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" /> --> <!-- <input class="date-input dateTo" type="date" /> -->
</div> </div>
<div class="radio-group"> <div class="radio-group">
......
...@@ -349,9 +349,9 @@ ...@@ -349,9 +349,9 @@
<!-- 按钮组 --> <!-- 按钮组 -->
<div class="btn-group"> <div class="btn-group">
<button onclick="onAccount(1)">确定</button> <button onclick="onAccount(1)" type="submit">确定</button>
<button onclick="onAccount(2)">返回</button> <button onclick="onAccount(2)">返回</button>
<button onclick="onAccount(3)" type="submit">查询长期</button> <button onclick="onAccount(3)">查询长期</button>
</div> </div>
</form> </form>
</div> </div>
...@@ -421,7 +421,9 @@ ...@@ -421,7 +421,9 @@
window.history.back(); window.history.back();
} }
if (number == 3) { 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