Commit af17ca9c by caosy

显示携程好

parent 1da779df
...@@ -89,6 +89,7 @@ function updateMobilePhone(){ ...@@ -89,6 +89,7 @@ function updateMobilePhone(){
<th>订单来源</th> <th>订单来源</th>
<th>推荐人</th> <th>推荐人</th>
<th>推荐人手机号</th> <th>推荐人手机号</th>
<th>携程订单号</th>
<th colspan=1>操作</th> <th colspan=1>操作</th>
</tr> </tr>
...@@ -104,6 +105,11 @@ function updateMobilePhone(){ ...@@ -104,6 +105,11 @@ function updateMobilePhone(){
<td>${item.platform!}</td> <td>${item.platform!}</td>
<td>${item.recommendUserName!}</td> <td>${item.recommendUserName!}</td>
<td>${item.recommendPhone!}</td> <td>${item.recommendPhone!}</td>
<#if item.orderSource!=101>
<td>${item.outTradeId!}</td>
<#else>
<td></td>
</#if>
<td><a href="javascript:void(0);" target="_blank" onclick="changeMobilePhoneToEdit('${item.orderId!}')">修改开单人</a>&nbsp;</td> <td><a href="javascript:void(0);" target="_blank" onclick="changeMobilePhoneToEdit('${item.orderId!}')">修改开单人</a>&nbsp;</td>
</tr> </tr>
</#list> </#list>
......
...@@ -281,7 +281,7 @@ ...@@ -281,7 +281,7 @@
} }
function validateRealPlayTime(){ function validateRealPlayTime(){
if($("#realpaytime").attr('value')<"05:00"||$("#realpaytime").attr('value')>"18:00"){ if($("#realpaytime").attr('value')<"05:00"||$("#realpaytime").attr('value')>"21:00"){
alert("确认打球时间不合法"); alert("确认打球时间不合法");
return true; return true;
}else{ }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