|
|
|
|
<!-- $Id: order_query.htm 14216 2008-03-10 02:27:21Z testyang $ -->
|
|
|
|
|
{include file="pageheader.htm"}
|
|
|
|
|
<script type="text/javascript" src="../js/calendar.php"></script>
|
|
|
|
|
<link href="../js/calendar/calendar.css" rel="stylesheet" type="text/css" />
|
|
|
|
|
<div class="main-div">
|
|
|
|
|
<form action="order.php?act=list" method="post" enctype="multipart/form-data" name="searchForm">
|
|
|
|
|
<table cellspacing="0" cellpadding="0" width="100%">
|
|
|
|
|
{if $priv_ru eq 1}
|
|
|
|
|
<tr>
|
|
|
|
|
<td><div align="right"><strong>店铺名称:</strong></div></td>
|
|
|
|
|
<td colspan="3">
|
|
|
|
|
<select name="store_search" onchange="get_store_search(this.value)">
|
|
|
|
|
<option value="0">请选择...</option>
|
|
|
|
|
<option value="1">按店铺名称</option>
|
|
|
|
|
<option value="2">按期望店铺名称</option>
|
|
|
|
|
<option value="3">按入驻品牌+类型</option>
|
|
|
|
|
</select>
|
|
|
|
|
<select name="merchant_id" style="display:none">
|
|
|
|
|
{foreach from=$store_list item=store}
|
|
|
|
|
<option value="{$store.ru_id}">{$store.store_name}</option>
|
|
|
|
|
{/foreach}
|
|
|
|
|
</select>
|
|
|
|
|
<input name="store_keyword" type="text" style="display:none"/>
|
|
|
|
|
<select name="store_type" style="display:none">
|
|
|
|
|
<option value="0">店铺类型</option>
|
|
|
|
|
<option value="旗舰店">旗舰店</option>
|
|
|
|
|
<option value="专卖店">专卖店</option>
|
|
|
|
|
<option value="专营店">专营店</option>
|
|
|
|
|
<option value="馆">馆</option>
|
|
|
|
|
</select>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
{/if}
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td><div align="right"><strong>{$lang.label_order_sn}</strong></div></td>
|
|
|
|
|
<td colspan="3"><input name="order_sn" type="text" id="order_sn" size="30"></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><div align="right"><strong>{$lang.label_email}</strong></div></td>
|
|
|
|
|
<td colspan="3"><input name="email" type="text" id="email" size="40"></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><div align="right"><strong>{$lang.label_user_name}</strong></div></td>
|
|
|
|
|
<td><input name="user_name" type="text" id="user_name" size="20"></td>
|
|
|
|
|
<td><div align="right"><strong>{$lang.label_consignee}</strong></div></td>
|
|
|
|
|
<td><input name="consignee" type="text" id="consignee" size="20"></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><div align="right"><strong>{$lang.label_address}</strong></div></td>
|
|
|
|
|
<td><input name="address" type="text" id="address" size="20"></td>
|
|
|
|
|
<td><div align="right"><strong>{$lang.label_zipcode}</strong></div></td>
|
|
|
|
|
<td><input name="zipcode" type="text" id="zipcode" size="20"></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><div align="right"><strong>{$lang.label_tel}</strong></div></td>
|
|
|
|
|
<td><input name="tel" type="text" id="tel" size="20"></td>
|
|
|
|
|
<td><div align="right"><strong>{$lang.label_mobile}</strong></div></td>
|
|
|
|
|
<td><input name="mobile" type="text" id="mobile" size="20"></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><div align="right"><strong>{$lang.label_area}</strong></div></td>
|
|
|
|
|
<td colspan="3"><select name="order_country" id="selCountries" onchange="region.changed(this, 1, 'selProvinces')">
|
|
|
|
|
<option value="0">{$lang.select_please}</option>
|
|
|
|
|
{foreach from=$country_list item=country}
|
|
|
|
|
<option value="{$country.region_id}">{$country.region_name}</option>
|
|
|
|
|
{/foreach}
|
|
|
|
|
</select>
|
|
|
|
|
<select name="order_province" id="selProvinces" onchange="region.changed(this, 2, 'selCities')">
|
|
|
|
|
<option value="0">{$lang.select_please}</option>
|
|
|
|
|
</select>
|
|
|
|
|
<select name="order_city" id="selCities" onchange="region.changed(this, 3, 'selDistricts')">
|
|
|
|
|
<option value="0">{$lang.select_please}</option>
|
|
|
|
|
</select>
|
|
|
|
|
<select name="order_district" id="selDistricts">
|
|
|
|
|
<option value="0">{$lang.select_please}</option>
|
|
|
|
|
</select></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><div align="right"><strong>{$lang.label_shipping}</strong></div></td>
|
|
|
|
|
<td><select name="shipping_id" id="select4">
|
|
|
|
|
<option value="0">{$lang.select_please}</option>
|
|
|
|
|
{foreach from=$shipping_list item=shipping}
|
|
|
|
|
<option value="{$shipping.shipping_id}">{$shipping.shipping_name}</option>
|
|
|
|
|
{/foreach}
|
|
|
|
|
</select></td>
|
|
|
|
|
<td><div align="right"><strong>{$lang.label_payment}</strong></div></td>
|
|
|
|
|
<td><select name="pay_id" id="select5">
|
|
|
|
|
<option value="0">{$lang.select_please}</option>
|
|
|
|
|
{foreach from=$pay_list item=pay}
|
|
|
|
|
<option value="{$pay.pay_id}">{$pay.pay_name}</option>
|
|
|
|
|
{/foreach}
|
|
|
|
|
</select></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><div align="right"><strong>{$lang.label_time}</strong></div></td>
|
|
|
|
|
<td>
|
|
|
|
|
<input type="text" name="start_time" maxlength="60" size="20" readonly="readonly" id="start_time_id" />
|
|
|
|
|
<input name="start_time_btn" type="button" id="start_time_btn" onclick="return showCalendar('start_time_id', '%Y-%m-%d %H:%M', '24', false, 'start_time_btn');" value="{$lang.btn_select}" class="button"/>
|
|
|
|
|
~
|
|
|
|
|
<input type="text" name="end_time" maxlength="60" size="20" readonly="readonly" id="end_time_id" />
|
|
|
|
|
<input name="end_time_btn" type="button" id="end_time_btn" onclick="return showCalendar('end_time_id', '%Y-%m-%d %H:%M', '24', false, 'end_time_btn');" value="{$lang.btn_select}" class="button"/>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><div align="right"><strong>{$lang.label_order_status}</strong></div></td>
|
|
|
|
|
<td colspan="3">
|
|
|
|
|
<select name="order_status" id="select9">
|
|
|
|
|
<option value="-1">{$lang.select_please}</option>
|
|
|
|
|
{html_options options=$os_list selected=-1}
|
|
|
|
|
</select>
|
|
|
|
|
<strong>{$lang.label_pay_status}</strong> <select name="pay_status" id="select11">
|
|
|
|
|
<option value="-1">{$lang.select_please}</option>
|
|
|
|
|
{html_options options=$ps_list selected=-1}
|
|
|
|
|
</select>
|
|
|
|
|
<strong>{$lang.label_shipping_status}</strong> <select name="shipping_status" id="select10">
|
|
|
|
|
<option value="-1">{$lang.select_please}</option>
|
|
|
|
|
{html_options options=$ss_list selected=-1}
|
|
|
|
|
</select></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td colspan="4"><div align="center">
|
|
|
|
|
<input name="query" type="submit" class="button" id="query" value="{$lang.button_search}" />
|
|
|
|
|
<input name="reset" type="reset" class='button' value='{$lang.button_reset}' />
|
|
|
|
|
</div></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
{insert_scripts files="../js/transport_jquery.js,../js/region.js"}
|
|
|
|
|
{literal}
|
|
|
|
|
<script language="JavaScript">
|
|
|
|
|
region.isAdmin = true;
|
|
|
|
|
onload = function()
|
|
|
|
|
{
|
|
|
|
|
// 开始检查订单
|
|
|
|
|
startCheckOrder();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
{if $priv_ru eq 1}
|
|
|
|
|
function get_store_search(val){
|
|
|
|
|
if(val == 1){
|
|
|
|
|
document.forms['searchForm'].elements['merchant_id'].style.display = '';
|
|
|
|
|
document.forms['searchForm'].elements['store_keyword'].style.display = 'none';
|
|
|
|
|
document.forms['searchForm'].elements['store_type'].style.display = 'none';
|
|
|
|
|
}else if(val == 2){
|
|
|
|
|
document.forms['searchForm'].elements['merchant_id'].style.display = 'none';
|
|
|
|
|
document.forms['searchForm'].elements['store_keyword'].style.display = '';
|
|
|
|
|
document.forms['searchForm'].elements['store_type'].style.display = 'none';
|
|
|
|
|
}else if(val == 3){
|
|
|
|
|
document.forms['searchForm'].elements['merchant_id'].style.display = 'none';
|
|
|
|
|
document.forms['searchForm'].elements['store_keyword'].style.display = '';
|
|
|
|
|
document.forms['searchForm'].elements['store_type'].style.display = '';
|
|
|
|
|
}else{
|
|
|
|
|
document.forms['searchForm'].elements['merchant_id'].style.display = 'none';
|
|
|
|
|
document.forms['searchForm'].elements['store_keyword'].style.display = 'none';
|
|
|
|
|
document.forms['searchForm'].elements['store_type'].style.display = 'none';
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
{/if}
|
|
|
|
|
</script>
|
|
|
|
|
{/literal}
|
|
|
|
|
{include file="pagefooter.htm"}
|