{if $prototype.setting.use_props}>
<{$aProp.name}>: | id="pid_<{$p_id}>"<{/if}> > <{if $aProp.type eq 'select'}> <{if $aProp.iskey == 1}> <{input id="pid_{$p_id}" name="taobao[{$p_col}]" required=$req type="select" iskey=$key onchange="getprops(this)" nulloption="1" options=$aProp.options value=$taobao.goods[$p_col] }> <{else}> <{input id="pid_{$p_id}" name="taobao[{$p_col}]" required=$req type="select" nulloption="1" options=$aProp.options value=$taobao.goods[$p_col] }> <{/if}> <{elseif $aProp.type eq 'multi'}> <{foreach from=$aProp.options item=props_value key="props_key"}> <{if in_array($props_key,$taobao.goods[$p_col])}> <{assign var="checked" value="checked"}> <{else}> <{assign var="checked" value=""}> <{/if}> /><{$props_value}> <{/foreach}> <{else}> <{input type="text" name="taobao[{$p_col}]" maxlength="25" value=$taobao.goods[$p_col]}> <{/if}> <{if $aProp.must eq 1}>* <{/if}> |
---|
增加一行 |
货号 | <{foreach from=$spec_array item=varname key=key name="spec_iteration"}><{$varname.spec_name}><{if $varname.spec_type == 'image' && $varname.spec_type == 'text'}> |
<{/foreach}>
库存 | 销售价 | 操作 |
---|---|---|---|---|
<{foreach from=$spec_cols item=spec_value_id key=spec_id}> <{assign var=spec_row value=$spec_array[$spec_id][options][$spec_value_id]}> |
<{if $spec_row.spec_image}>
|
<{/foreach}>
<{input type="positive" size=10 name="taobao[sku][price][]" value=$taobao.goods.price[$id]}> | <{input type="hidden" name="disabled[]" value=$goods.products[$id].disabled }>
![]() |