|
|
@@ -52,7 +52,7 @@
|
|
|
{elseif condition="$key eq 'check'"/}
|
|
|
<td><input type="checkbox" name="ids[]" value="{$k}" {if condition="$item eq 1"}checked{/if}></td>
|
|
|
{elseif condition="($key neq 'brokerage') AND ($key neq 'brokerage_two')"/}
|
|
|
- {if condition="($key neq 'price') AND ($key neq 'quota')"}
|
|
|
+ {if condition="($key neq 'price') AND ($key neq 'quota') AND ($key neq 'deposit')"}
|
|
|
<td style="text-align: center"><span>{$item}</span><input type="hidden" name="attr[{$k}][{$key}]" class="layui-input" value="{$item}"></td>
|
|
|
{else/}
|
|
|
<td><input type="number" name="attr[{$k}][{$key}]" class="layui-input max" value="{$item}" min="0" max="{if condition="$key eq 'quota'"}{$vo['stock']}{else/}{$vo['ot_price']}{/if}" oninput="checknum(this)"></td>
|