|
|
@@ -165,7 +165,7 @@
|
|
|
</td>
|
|
|
<td>
|
|
|
{$good['kw']}
|
|
|
- {if $list[0]['status'] == 2}
|
|
|
+ {if $list[0]['status'] == 2 || $list[0]['status'] == 1}
|
|
|
<i class='fa fa-edit' data-id="{$good['id']}" data-kw="{$good['kw']}" onclick='edit_kw(this)'></i>
|
|
|
{/if}
|
|
|
</td>
|
|
|
@@ -179,7 +179,7 @@
|
|
|
</ul>
|
|
|
<input type="hidden" name="id" value="{$info['id']}" />
|
|
|
<div class="button">
|
|
|
- {if $list[0]['status'] == 2}
|
|
|
+ {if $list[0]['status'] == 2 || $list[0]['status'] == 1}
|
|
|
<font onclick="shrk()">审核入库</font>
|
|
|
{/if}
|
|
|
<font class="fh">关 闭</font>
|