|
|
|
|
<!-- $Id: goods_batch_edit.htm 16992 2010-01-19 08:45:49Z wangleisvn $ -->
|
|
|
|
|
{include file="pageheader.htm"}
|
|
|
|
|
<ul style="margin: 0pt; padding: 0pt; list-style-type: none; color: rgb(204, 0, 0);">
|
|
|
|
|
<li style="border: 1px solid rgb(204, 0, 0); padding: 10px; background: rgb(255, 255, 204) none repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; margin-bottom: 5px;">{$lang.notice_edit}</li>
|
|
|
|
|
</ul>
|
|
|
|
|
<div style="background-color: #F4FAFB;"></div>
|
|
|
|
|
<div class="list-div">
|
|
|
|
|
<form action="goods_batch.php?act=update" method="post" name="theForm">
|
|
|
|
|
<table cellspacing="0" cellpadding="0" width="100%">
|
|
|
|
|
{if $edit_method eq "each"}
|
|
|
|
|
<tr>
|
|
|
|
|
<th scope="col">{$lang.goods_sn}</th>
|
|
|
|
|
<th scope="col">{$lang.goods_name}</th>
|
|
|
|
|
<th scope="col">{$lang.market_price}</th>
|
|
|
|
|
<th scope="col">{$lang.shop_price}</th>
|
|
|
|
|
{foreach from=$rank_list item=rank}
|
|
|
|
|
<th scope="col">{$rank.rank_name}</th>
|
|
|
|
|
{/foreach}
|
|
|
|
|
<th scope="col">{$lang.integral}</th>
|
|
|
|
|
<th scope="col">{$lang.give_integral}</th>
|
|
|
|
|
<th scope="col">{$lang.goods_number}</th>
|
|
|
|
|
<th scope="col">{$lang.brand}</th>
|
|
|
|
|
</tr>
|
|
|
|
|
{foreach from=$goods_list item=goods}
|
|
|
|
|
<tr align="center">
|
|
|
|
|
<td class="first-cell" scope="row">{$goods.goods_sn}</td>
|
|
|
|
|
<td class="first-cell" scope="row">{$goods.goods_name}</td>
|
|
|
|
|
<td>
|
|
|
|
|
<input name="market_price[{$goods.goods_id}]" type="text" value="{$goods.market_price}" size="8" style="text-align:right" /> </td>
|
|
|
|
|
<td>
|
|
|
|
|
<input name="shop_price[{$goods.goods_id}]" type="text" value="{$goods.shop_price}" size="8" style="text-align:right" /> </td>
|
|
|
|
|
{foreach from=$rank_list item=rank}
|
|
|
|
|
<td>
|
|
|
|
|
<input name="member_price[{$goods.goods_id}][{$rank.rank_id}]" type="text" value="{$member_price_list[$goods.goods_id][$rank.rank_id]|default:-1}" size="8" style="text-align:right" /> </td>
|
|
|
|
|
{/foreach}
|
|
|
|
|
<td>
|
|
|
|
|
<input name="integral[{$goods.goods_id}]" type="text" value="{$goods.integral}" size="8" style="text-align:right" /> </td>
|
|
|
|
|
<td><input name="give_integral[{$goods.goods_id}]" type="text" id="give_integral[{$goods.goods_id}]" value="{$goods.give_integral}" size="8" style="text-align:right" /></td>
|
|
|
|
|
<td>
|
|
|
|
|
<input name="goods_number[{$goods.goods_id}]" type="text" value="{$goods.goods_number}" size="8" style="text-align:right" {if $goods.is_real eq 0}readonly="readonly"{/if} /> </td>
|
|
|
|
|
<td><select name="brand_id[{$goods.goods_id}]"><option value="0" {if $goods.brand_id eq 0}selected{/if}>{$lang.select_please}</option>{html_options options=$brand_list selected=$goods.brand_id}</select></td>
|
|
|
|
|
</tr>
|
|
|
|
|
{if product_exists}
|
|
|
|
|
{foreach from=$product_list[$goods.goods_id] item=products}
|
|
|
|
|
<tr align="center">
|
|
|
|
|
<td class="first-cell" scope="row">{$products.product_sn}</td>
|
|
|
|
|
<td class="first-cell" scope="row">{$products.goods_attr}</td>
|
|
|
|
|
<td> </td>
|
|
|
|
|
<td> </td>
|
|
|
|
|
{foreach from=$rank_list item=rank}
|
|
|
|
|
<td> </td>
|
|
|
|
|
{/foreach}
|
|
|
|
|
<td> </td>
|
|
|
|
|
<td> </td>
|
|
|
|
|
<td>
|
|
|
|
|
<input name="product_number[{$goods.goods_id}][{$products.product_id}]" type="text" value="{$products.product_number}" size="8" style="text-align:right"/> </td>
|
|
|
|
|
<td> </td>
|
|
|
|
|
</tr>
|
|
|
|
|
{/foreach}
|
|
|
|
|
{/if}
|
|
|
|
|
{/foreach}
|
|
|
|
|
{else}
|
|
|
|
|
<tr>
|
|
|
|
|
<th scope="col" colspan="102">{$lang.goods_name}</th>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr align="center">
|
|
|
|
|
<td colspan="102">
|
|
|
|
|
{foreach from=$goods_list item=goods}{$goods.goods_name}, {/foreach} </td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<th scope="col">{$lang.market_price}</th>
|
|
|
|
|
<th scope="col">{$lang.shop_price}</th>
|
|
|
|
|
{foreach from=$rank_list item=rank}
|
|
|
|
|
<th scope="col">{$rank.rank_name}</th>
|
|
|
|
|
{/foreach}
|
|
|
|
|
<th scope="col">{$lang.integral}</th>
|
|
|
|
|
<th scope="col">{$lang.give_integral}</th>
|
|
|
|
|
<th scope="col">{$lang.goods_number}</th>
|
|
|
|
|
<th scope="col">{$lang.brand}</th>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr align="center">
|
|
|
|
|
<td>
|
|
|
|
|
<input name="market_price" type="text" value="" size="8" style="text-align:right" /> </td>
|
|
|
|
|
<td>
|
|
|
|
|
<input name="shop_price" type="text" size="8" style="text-align:right" /> </td>
|
|
|
|
|
{foreach from=$rank_list item=rank}
|
|
|
|
|
<td>
|
|
|
|
|
<input name="member_price[{$rank.rank_id}]" type="text" size="8" style="text-align:right" /> </td>
|
|
|
|
|
{/foreach}
|
|
|
|
|
<td>
|
|
|
|
|
<input name="integral" type="text" size="8" style="text-align:right" /> </td>
|
|
|
|
|
<td><input name="give_integral" type="text" id="give_integral" style="text-align:right" size="8" /> </td>
|
|
|
|
|
<td>
|
|
|
|
|
<input name="goods_number" type="text" size="8" style="text-align:right" /> </td>
|
|
|
|
|
<td><select name="brand_id"><option value="0" selected>{$lang.select_please}</option>{html_options options=$brand_list}</select></td>
|
|
|
|
|
</tr>
|
|
|
|
|
{/if}
|
|
|
|
|
<tr align="center">
|
|
|
|
|
<td colspan="22" scope="row">
|
|
|
|
|
<input type="submit" name="submit" value="{$lang.button_submit}" class="button" />
|
|
|
|
|
<input type="reset" name="reset" value="{$lang.button_reset}" class="button" />
|
|
|
|
|
<input type="hidden" name="edit_method" value="{$edit_method}" />
|
|
|
|
|
{foreach from=$goods_list item=goods}
|
|
|
|
|
<input type="hidden" name="goods_id[]" value="{$goods.goods_id}" />
|
|
|
|
|
{/foreach}
|
|
|
|
|
{foreach from=$rank_list item=rank}
|
|
|
|
|
<input type="hidden" name="rank_id[]" value="{$rank.rank_id}" />
|
|
|
|
|
{/foreach} </td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
{include file="pagefooter.htm"}
|