Commit 436af47f by zhangchen

发票列表添加寄送联系人

parent 24dd172d
......@@ -72,6 +72,7 @@ function financeUpdate(){
<form class="form-inline search-box" action="/invoiceRequest/list" method="get" autocomplete="off" style="float:left">
<@com.textInput "dto.contactTel" "style=\"margin-left: 5px;\"" "寄送联系方式"/>
<@com.textInput "dto.contactName" "style=\"margin-left: 5px;\"" "寄送联系人"/>
<@com.textInput "dto.requestPerson" "style=\"margin-left: 5px;\"" "发票提交人"/>
<@com.textInput "dto.orderNo" "style=\"margin-left: 5px;\"" "订单号"/>
<@com.singleSelectQuery "dto.status" enums["com.ctrip.fun.common.vo.basic.InvoiceRequestStatusEnum"] "" "处理状态"/>
......
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