Commit b36cf4ad by Huang Linyu

add orderNo,order contactName,orderName for querying

parent b25cf485
......@@ -29,6 +29,10 @@
<@com.textInput "dto.courseId" "style=\"margin-left: 5px;\"" "球场ID" "number"/>
<@com.textInput "dto.supplierId" "style=\"margin-left: 5px;\"" "供应商ID" "number"/>
<@com.textInput "dto.productManager" "style=\"margin-left: 5px;\"" "产品经理" "text"/><br />
<@com.textInput "dto.orderNo" "style=\"margin-left: 5px;\"" "订单号" "text"/>
<@com.textInput "dto.contactName" "style=\"margin-left: 5px;\"" "订单联系人" "text"/>
<@com.textInput "dto.orderName" "style=\"margin-left: 5px;\"" "订单名称" "text"/>
<@com.singleSelectQuery "dto.payModeValue" enums["com.ctrip.fun.common.vo.product.ProductPayModeEnum"] "" "订单类型"/>
<@com.singleSelectQuery "dto.offlinePayType" enums["com.ctrip.fun.common.vo.order.OfflinePayTypeEnum"] "" "手动扣款类型"/><br />
<@com.singleSelectQuery "dto.orderStatusesValue" enums["com.ctrip.fun.common.vo.finance.CourseFinanceOrderStatusesEnum"] "" "订单状态"/>
......
......@@ -344,7 +344,6 @@
//全选或者全不选
function shiftCheckAll(){
// var checkAllBox = $("#checkAll");
if($('#checkAll').is(':checked')) {
$(".J_shift :checkbox").prop("checked", true);
}else{
......
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 sign in to comment