Commit a0e009c8 authored by sugar's avatar sugar

yinchongzhe

parent b7ab26b3
...@@ -141,6 +141,10 @@ ...@@ -141,6 +141,10 @@
<i class="fa fa-trash"></i> <?php echo $this->translate('删除'); ?> <i class="fa fa-trash"></i> <?php echo $this->translate('删除'); ?>
</a> </a>
<a href="<?php echo $this->url('goods',
['action'=>'', 'id'=>$goods->getGoodsId()]); ?>"
class="btn btn-xs btn-success"><i class="fa fa-pencil"></i> <?php echo $this->translate('查看出入库'); ?>
</a>
</td> </td>
</tr> </tr>
<?php } ?> <?php } ?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment