|
@@ -187,7 +187,7 @@
|
|
<form:select path="orderTypeSys" class="input-medium required" style="width:80px">
|
|
<form:select path="orderTypeSys" class="input-medium required" style="width:80px">
|
|
<form:option value="" label="请选择"/>
|
|
<form:option value="" label="请选择"/>
|
|
<form:option value="0" label="协销订单"/>
|
|
<form:option value="0" label="协销订单"/>
|
|
- <form:option value="1" label="普通订单"/>
|
|
|
|
|
|
+ <form:option value="1" label="自主订单"/>
|
|
</form:select>
|
|
</form:select>
|
|
<form:input id="btnSubmit" class="btn btn-primary" type="submit" path="searchflag" value="搜索" ></form:input>
|
|
<form:input id="btnSubmit" class="btn btn-primary" type="submit" path="searchflag" value="搜索" ></form:input>
|
|
<form:input id="btnSubmit" class="btn btn-primary" type="submit" path="searchflag" value="导出筛选结果"></form:input>
|
|
<form:input id="btnSubmit" class="btn btn-primary" type="submit" path="searchflag" value="导出筛选结果"></form:input>
|
|
@@ -256,7 +256,7 @@
|
|
协销订单
|
|
协销订单
|
|
</c:if>
|
|
</c:if>
|
|
<c:if test="${pageReceiptList.orderTypeSys eq 1}">
|
|
<c:if test="${pageReceiptList.orderTypeSys eq 1}">
|
|
- 普通订单
|
|
|
|
|
|
+ 自主订单
|
|
</c:if>
|
|
</c:if>
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|