|
|
|
|
<!-- $Id: ebao_list.htm 14216 2008-03-10 02:27:21Z testyang $ -->
|
|
|
|
|
|
|
|
|
|
{if $full_page}
|
|
|
|
|
{include file="pageheader.htm"}
|
|
|
|
|
{insert_scripts files="../js/utils.js,listtable.js"}
|
|
|
|
|
|
|
|
|
|
<!-- 商品搜索 -->
|
|
|
|
|
{include file="goods_search.htm"}
|
|
|
|
|
<!-- 商品列表 -->
|
|
|
|
|
<form method="post" action="" name="listForm" onsubmit="return confirmSubmit(this)">
|
|
|
|
|
<!-- start goods list -->
|
|
|
|
|
<div class="list-div" id="listDiv">
|
|
|
|
|
{/if}
|
|
|
|
|
|
|
|
|
|
<table cellpadding="0" cellspacing="0">
|
|
|
|
|
<tr>
|
|
|
|
|
<th>
|
|
|
|
|
<input onclick='listTable.selectAll(this, "checkboxes")' type="checkbox" />
|
|
|
|
|
<a href="javascript:listTable.sort('goods_id'); ">{$lang.record_id}</a>{$sort_goods_id}
|
|
|
|
|
</th>
|
|
|
|
|
<th><a href="javascript:listTable.sort('goods_name'); ">{$lang.goods_name}</a>{$sort_goods_name}</th>
|
|
|
|
|
<th><a href="javascript:listTable.sort('goods_sn'); ">{$lang.goods_sn}</a>{$sort_goods_sn}</th>
|
|
|
|
|
<th><a href="javascript:listTable.sort('shop_price'); ">{$lang.shop_price}</a>{$sort_shop_price}</th>
|
|
|
|
|
<th>{$lang.return_method}</th>
|
|
|
|
|
<th>{$lang.return_value}</th>
|
|
|
|
|
<th>{$lang.handler}</th>
|
|
|
|
|
<tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><input type="checkbox" name="checkboxes[]" value="1" />1</td>
|
|
|
|
|
<td class="first-cell"><span>nokia e-32</span></td>
|
|
|
|
|
<td><span>sn-2122</span></td>
|
|
|
|
|
<td align="right"><span>5200</span></td>
|
|
|
|
|
<td align="center">价格的百分比</td>
|
|
|
|
|
<td align="center">2%</td>
|
|
|
|
|
<td align="center">
|
|
|
|
|
<a href="../goods.php?id={$goods.goods_id}" target="_blank" title="{$lang.view}"><img src="images/icon_view.gif" width="21" height="21" border="0" /></a>
|
|
|
|
|
<a href="goods.php?act=edit&goods_id={$goods.goods_id}{if $code neq 'real_goods'}&extension_code={$code}{/if}" title="{$lang.edit}"><img src="images/icon_edit.gif" width="21" height="21" border="0" /></a>
|
|
|
|
|
<a href="goods.php?act=copy&goods_id={$goods.goods_id}{if $code neq 'real_goods'}&extension_code={$code}{/if}" title="{$lang.copy}"><img src="images/icon_copy.gif" width="21" height="21" border="0" /></a>
|
|
|
|
|
<a href="javascript:;" onclick="listTable.remove({$goods.goods_id}, '{$lang.trash_goods_confirm}')" title="{$lang.trash}"><img src="images/icon_trash.gif" width="21" height="21" border="0" /></a>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><input type="checkbox" name="checkboxes[]" value="1" />2</td>
|
|
|
|
|
<td class="first-cell"><span>nokia e-32</span></td>
|
|
|
|
|
<td><span>sn-2122</span></td>
|
|
|
|
|
<td align="right"><span>5200</span></td>
|
|
|
|
|
<td align="center">返现金额</td>
|
|
|
|
|
<td align="center">104元</td>
|
|
|
|
|
<td align="center">
|
|
|
|
|
<a href="../goods.php?id={$goods.goods_id}" target="_blank" title="{$lang.view}"><img src="images/icon_view.gif" width="21" height="21" border="0" /></a>
|
|
|
|
|
<a href="goods.php?act=edit&goods_id={$goods.goods_id}{if $code neq 'real_goods'}&extension_code={$code}{/if}" title="{$lang.edit}"><img src="images/icon_edit.gif" width="21" height="21" border="0" /></a>
|
|
|
|
|
<a href="goods.php?act=copy&goods_id={$goods.goods_id}{if $code neq 'real_goods'}&extension_code={$code}{/if}" title="{$lang.copy}"><img src="images/icon_copy.gif" width="21" height="21" border="0" /></a>
|
|
|
|
|
<a href="javascript:;" onclick="listTable.remove({$goods.goods_id}, '{$lang.trash_goods_confirm}')" title="{$lang.trash}"><img src="images/icon_trash.gif" width="21" height="21" border="0" /></a>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><input type="checkbox" name="checkboxes[]" value="1" />3</td>
|
|
|
|
|
<td class="first-cell"><span>nokia e-32</span></td>
|
|
|
|
|
<td><span>sn-2122</span></td>
|
|
|
|
|
<td align="right"><span>5200</span></td>
|
|
|
|
|
<td align="center">返现金额</td>
|
|
|
|
|
<td align="center">104元</td>
|
|
|
|
|
<td align="center">
|
|
|
|
|
<a href="../goods.php?id={$goods.goods_id}" target="_blank" title="{$lang.view}"><img src="images/icon_view.gif" width="21" height="21" border="0" /></a>
|
|
|
|
|
<a href="goods.php?act=edit&goods_id={$goods.goods_id}{if $code neq 'real_goods'}&extension_code={$code}{/if}" title="{$lang.edit}"><img src="images/icon_edit.gif" width="21" height="21" border="0" /></a>
|
|
|
|
|
<a href="goods.php?act=copy&goods_id={$goods.goods_id}{if $code neq 'real_goods'}&extension_code={$code}{/if}" title="{$lang.copy}"><img src="images/icon_copy.gif" width="21" height="21" border="0" /></a>
|
|
|
|
|
<a href="javascript:;" onclick="listTable.remove({$goods.goods_id}, '{$lang.trash_goods_confirm}')" title="{$lang.trash}"><img src="images/icon_trash.gif" width="21" height="21" border="0" /></a>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
<!-- end goods list -->
|
|
|
|
|
|
|
|
|
|
<!-- 分页 -->
|
|
|
|
|
<table id="page-table" cellspacing="0">
|
|
|
|
|
<tr>
|
|
|
|
|
<td align="right" nowrap="true">
|
|
|
|
|
{include file="page.htm"}
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
|
|
{if $full_page}
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
<input type="hidden" name="act" value="batch" />
|
|
|
|
|
<select name="type" id="selAction" onchange="changeAction()">
|
|
|
|
|
<option value="">{$lang.select_please}</option>
|
|
|
|
|
<option value="trash">{$lang.trash}</option>
|
|
|
|
|
<option value="on_sale">{$lang.on_sale}</option>
|
|
|
|
|
<option value="not_on_sale">{$lang.not_on_sale}</option>
|
|
|
|
|
<option value="best">{$lang.best}</option>
|
|
|
|
|
<option value="not_best">{$lang.not_best}</option>
|
|
|
|
|
<option value="new">{$lang.new}</option>
|
|
|
|
|
<option value="not_new">{$lang.not_new}</option>
|
|
|
|
|
<option value="hot">{$lang.hot}</option>
|
|
|
|
|
<option value="not_hot">{$lang.not_hot}</option>
|
|
|
|
|
<option value="move_to">{$lang.move_to}</option>
|
|
|
|
|
</select>
|
|
|
|
|
<select name="target_cat" style="display:none">
|
|
|
|
|
<option value="0">{$lang.select_please}</option>{$cat_list}
|
|
|
|
|
</select>
|
|
|
|
|
{if $code neq 'real_goods'}
|
|
|
|
|
<input type="hidden" name="extension_code" value="{$code}" />
|
|
|
|
|
{/if}
|
|
|
|
|
<input type="submit" value="{$lang.button_submit}" id="btnSubmit" name="btnSubmit" class="button" disabled="true" />
|
|
|
|
|
</div>
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
listTable.recordCount = {$record_count};
|
|
|
|
|
listTable.pageCount = {$page_count};
|
|
|
|
|
|
|
|
|
|
{foreach from=$filter item=item key=key}
|
|
|
|
|
listTable.filter.{$key} = '{$item}';
|
|
|
|
|
{/foreach}
|
|
|
|
|
|
|
|
|
|
{literal}
|
|
|
|
|
onload = function()
|
|
|
|
|
{
|
|
|
|
|
startCheckOrder(); // 开始检查订单
|
|
|
|
|
document.forms['listForm'].reset();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @param: bool ext 其他条件:用于转移分类
|
|
|
|
|
*/
|
|
|
|
|
function confirmSubmit(frm, ext)
|
|
|
|
|
{
|
|
|
|
|
if (frm.elements['type'].value == 'trash')
|
|
|
|
|
{
|
|
|
|
|
return confirm(batch_trash_confirm);
|
|
|
|
|
}
|
|
|
|
|
else if (frm.elements['type'].value == 'not_on_sale')
|
|
|
|
|
{
|
|
|
|
|
return confirm(batch_no_on_sale);
|
|
|
|
|
}
|
|
|
|
|
else if (frm.elements['type'].value == 'move_to')
|
|
|
|
|
{
|
|
|
|
|
ext = (ext == undefined) ? true : ext;
|
|
|
|
|
return ext && frm.elements['target_cat'].value != 0;
|
|
|
|
|
}
|
|
|
|
|
else if (frm.elements['type'].value == '')
|
|
|
|
|
{
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function changeAction()
|
|
|
|
|
{
|
|
|
|
|
var frm = document.forms['listForm'];
|
|
|
|
|
|
|
|
|
|
// 切换分类列表的显示
|
|
|
|
|
frm.elements['target_cat'].style.display = frm.elements['type'].value == 'move_to' ? '' : 'none';
|
|
|
|
|
|
|
|
|
|
if (!document.getElementById('btnSubmit').disabled &&
|
|
|
|
|
confirmSubmit(frm, false))
|
|
|
|
|
{
|
|
|
|
|
frm.submit();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
{/literal}
|
|
|
|
|
</script>
|
|
|
|
|
{include file="pagefooter.htm"}
|
|
|
|
|
{/if}
|