|
@@ -32,7 +32,7 @@
|
|
|
|
|
|
#btnSubmit {
|
|
#btnSubmit {
|
|
width: 128px;
|
|
width: 128px;
|
|
- margin-left: 489px;
|
|
|
|
|
|
+ margin-left: 200px;
|
|
}
|
|
}
|
|
|
|
|
|
.select-ele {
|
|
.select-ele {
|
|
@@ -90,16 +90,12 @@
|
|
<form:input path="id" htmlEscape="false" maxlength="20" class="input-medium" onchange="onlynum(this)"/>
|
|
<form:input path="id" htmlEscape="false" maxlength="20" class="input-medium" onchange="onlynum(this)"/>
|
|
<label>订单ID:</label>
|
|
<label>订单ID:</label>
|
|
<form:input path="orderID" htmlEscape="false" maxlength="20" class="input-medium" onchange="onlynum(this)"/>
|
|
<form:input path="orderID" htmlEscape="false" maxlength="20" class="input-medium" onchange="onlynum(this)"/>
|
|
- <label>收款时间:</label>
|
|
|
|
- <form:input path="startTime" type="text" maxlength="20" class="input-medium Wdate" value="${startTime}"
|
|
|
|
- onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});"/>
|
|
|
|
- <span class="time-space-symbols">至</span>
|
|
|
|
- <form:input path="endTime" type="text" maxlength="20" class="input-medium Wdate" value="${endTime}"
|
|
|
|
- onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});"/>
|
|
|
|
- </div>
|
|
|
|
- <div>
|
|
|
|
<label>订单编号:</label>
|
|
<label>订单编号:</label>
|
|
<form:input path="orderNo" htmlEscape="false" maxlength="50" class="input-medium"/>
|
|
<form:input path="orderNo" htmlEscape="false" maxlength="50" class="input-medium"/>
|
|
|
|
+ <label>机构名称:</label>
|
|
|
|
+ <form:input path="userName" htmlEscape="false" maxlength="25" class="input-medium"/>
|
|
|
|
+ </div>
|
|
|
|
+ <div>
|
|
<label>收款方式:</label>
|
|
<label>收款方式:</label>
|
|
<form:select path="payWay" class="select-ele input-medium">
|
|
<form:select path="payWay" class="select-ele input-medium">
|
|
<form:option value="" label="全部"/>
|
|
<form:option value="" label="全部"/>
|
|
@@ -118,6 +114,12 @@
|
|
<form:options items="${fns:getDictList('discernReceiptStatus')}" itemLabel="label" itemValue="value"
|
|
<form:options items="${fns:getDictList('discernReceiptStatus')}" itemLabel="label" itemValue="value"
|
|
htmlEscape="false"/>
|
|
htmlEscape="false"/>
|
|
</form:select>
|
|
</form:select>
|
|
|
|
+ <label>收款账号:</label>
|
|
|
|
+ <form:select path="payType" class="select-ele input-medium">
|
|
|
|
+ <form:option value="" label="全部"/>
|
|
|
|
+ <form:options items="${fns:getDictList('payType')}" itemLabel="label" itemValue="value"
|
|
|
|
+ htmlEscape="false"/>
|
|
|
|
+ </form:select>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div>
|
|
<label>收款进度:</label>
|
|
<label>收款进度:</label>
|
|
@@ -138,12 +140,7 @@
|
|
<form:options items="${fns:getDictList('associationNum')}" itemLabel="label" itemValue="value"
|
|
<form:options items="${fns:getDictList('associationNum')}" itemLabel="label" itemValue="value"
|
|
htmlEscape="false"/>
|
|
htmlEscape="false"/>
|
|
</form:select>
|
|
</form:select>
|
|
- <label>机构名称:</label>
|
|
|
|
- <form:input path="userName" htmlEscape="false" maxlength="25" class="input-medium"/>
|
|
|
|
- <div class="clearfix"></div>
|
|
|
|
|
|
|
|
- </div>
|
|
|
|
- <div class="check-btn-wrapper">
|
|
|
|
<label>组织:</label>
|
|
<label>组织:</label>
|
|
<form:select path="organizeID" class="input-medium">
|
|
<form:select path="organizeID" class="input-medium">
|
|
<form:option value="" label="请选择"/>
|
|
<form:option value="" label="请选择"/>
|
|
@@ -151,6 +148,15 @@
|
|
<form:options items="${cmUserOrganizeList}" itemLabel="organizeName" itemValue="id"
|
|
<form:options items="${cmUserOrganizeList}" itemLabel="organizeName" itemValue="id"
|
|
htmlEscape="false"/>
|
|
htmlEscape="false"/>
|
|
</form:select>
|
|
</form:select>
|
|
|
|
+ <div class="clearfix"></div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="check-btn-wrapper">
|
|
|
|
+ <label>收款时间:</label>
|
|
|
|
+ <form:input path="startTime" type="text" maxlength="20" class="input-medium Wdate" value="${startTime}"
|
|
|
|
+ onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});"/>
|
|
|
|
+ <span class="time-space-symbols">至</span>
|
|
|
|
+ <form:input path="endTime" type="text" maxlength="20" class="input-medium Wdate" value="${endTime}"
|
|
|
|
+ onclick="WdatePicker({dateFmt:'yyyy-MM-dd',isShowClear:false});"/>
|
|
<input id="btnSubmit" class="btn btn-primary" type="submit" value="查询"/>
|
|
<input id="btnSubmit" class="btn btn-primary" type="submit" value="查询"/>
|
|
<input id="export" class="btn btn-primary" value="导出筛选结果"/>
|
|
<input id="export" class="btn btn-primary" value="导出筛选结果"/>
|
|
</div>
|
|
</div>
|