lvhao пре 13 часа
родитељ
комит
03368e28a0
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      template/erp/beihuogl_ckbherprk.html

+ 2 - 2
template/erp/beihuogl_ckbherprk.html

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