<!-- $Id: virtual_goods_list.htm 17126 2010-04-23 10:30:26Z $ -->
|
|
{if $full_page}
|
{include file="pageheader.htm"}
|
{insert_scripts files="../js/utils.js,listtable.js"}
|
|
<!-- 商品搜索 -->
|
{include file="virtual_goods_search.htm"}
|
<!-- 商品列表 -->
|
<form method="post" action="" name="listForm" onsubmit="return confirmSubmit(this)">
|
<!-- start goods list -->
|
<div class="list-div1" id="listDiv">
|
{/if}
|
<table cellpadding="3" cellspacing="1">
|
<tr>
|
<th>
|
<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><a href="javascript:listTable.sort('is_on_sale'); ">{$lang.is_on_sale}</a>{$sort_is_on_sale}</th>
|
|
{if $use_storage}
|
<th><a href="javascript:listTable.sort('goods_number'); ">{$lang.goods_number}</a>{$sort_goods_number}</th>
|
{/if}
|
<th>审批状态</th>
|
<th>商圈</th>
|
<th>标签</th> <!-- 晒单插件 增加 -->
|
<th>{$lang.handler}</th>
|
<tr>
|
{foreach from=$goods_list item=goods}
|
<tr>
|
<td><input type="checkbox" name="checkboxes[]" value="{$goods.goods_id}" />{$goods.goods_id}</td>
|
<td class="first-cell" style="{if $goods.is_promote}color:red;{/if}"><span onclick="listTable.edit(this, 'edit_goods_name', {$goods.goods_id})">{$goods.goods_name|escape:html}</span></td>
|
<td><span onclick="listTable.edit(this, 'edit_goods_sn', {$goods.goods_id})">{$goods.goods_sn}</span></td>
|
<td align="right"><span onclick="listTable.edit(this, 'edit_goods_price', {$goods.goods_id})">{$goods.shop_price}
|
|
</span></td>
|
<td align="center"><img src="images/{if $goods.is_on_sale}yes{else}no{/if}.gif" onclick="listTable.toggle(this, 'toggle_on_sale', {$goods.goods_id})" /></td>
|
|
{if $use_storage}
|
<td align="right"><span onclick="listTable.edit(this, 'edit_goods_number', {$goods.goods_id})">{$goods.goods_number}</span></td>
|
{/if}
|
|
<td align="right">
|
{if $goods.supplier_status eq 0} 未审核{/if}
|
{if $goods.supplier_status eq 1} 已通过{/if}
|
{if $goods.supplier_status eq 2} 未通过{/if}
|
</td>
|
<td align="right">
|
{$goods.district}
|
</td>
|
|
<td align="center"><a href="goods_tag.php?act=list&goods_id={$goods.goods_id}" target="_blank">标签</a></td>
|
<td align="center">
|
<a href="../goods.php?id={$goods.goods_id}" target="_blank" title="{$lang.view}"><img src="images/icon_view.gif" width="16" height="16" border="0" /></a>
|
<a href="virtual_goods.php?act=edit&goods_id={$goods.goods_id}{if $code neq 'real_goods'}&supplier_status={$smarty.request.supplier_status}&extension_code={$code}{/if}" title="{$lang.edit}"><img src="images/icon_edit.gif" width="16" height="16" border="0" /></a>
|
<a href="virtual_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="16" height="16" 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="16" height="16" border="0" /></a>
|
{if $specifications[$goods.goods_type] neq ''}<a href="virtual_goods.php?act=product_list&goods_id={$goods.goods_id}&supplier_status={$smarty.request.supplier_status}" title="{$lang.item_list}"><img src="images/icon_docs.gif" width="16" height="16" border="0" /></a>{else}<img src="images/empty.gif" width="16" height="16" border="0" />{/if}
|
{foreach from=$add_handler item=handler}
|
<a href="{$handler.url}&goods_id={$goods.goods_id}" title="{$handler.title}"><img src="images/{$handler.img}" width="16" height="16" border="0" /></a>
|
{/foreach}
|
<a href="getTaoBaoGoods.php?gid={$goods.goods_id}"><img src="images/comment_icon.png" border="0" width="21" height="18" /></a>
|
</td>
|
</tr>
|
{foreachelse}
|
<tr><td class="no-records" colspan="10">{$lang.no_records}</td></tr>
|
{/foreach}
|
</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" />
|
<input type="hidden" name="supplier_status" value="{$supplier_status}" />
|
<!-- <select name="type" id="selAction" onchange="changeAction()">
|
<option value="">{$lang.select_please}</option>
|
<option value="trash">{$lang.trash}</option>
|
{if $supplier_status eq '1'}
|
<option value="on_sale">{$lang.on_sale}</option>
|
<option value="not_on_sale">{$lang.not_on_sale}</option>
|
{/if}
|
|
</select>
|
<select name="target_cat" style="display:none">
|
<option value="0">{$lang.select_please}</option>{$cat_list}
|
</select>
|
{if $suppliers_list > 0}
|
<!--二级主菜单:转移供货商-->
|
<!-- <select name="suppliers_id" style="display:none">
|
<option value="-1">{$lang.select_please}</option>
|
<option value="0">{$lang.lab_to_shopex}</option>
|
{foreach name=sln from=$suppliers_list item=sl}
|
<option value="{$sl.suppliers_id}">{$sl.suppliers_name}</option>
|
{/foreach}
|
</select>
|
<!--end!-->
|
{/if}
|
{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 $suppliers_list > 0}
|
frm.elements['suppliers_id'].style.display = frm.elements['type'].value == 'suppliers_move_to' ? '' : 'none';
|
{/if}
|
|
if (!document.getElementById('btnSubmit').disabled &&
|
confirmSubmit(frm, false))
|
{
|
frm.submit();
|
}
|
}
|
{/literal}
|
</script>
|
{include file="pagefooter.htm"}
|
{/if}
|