mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-31 05:25:32 +08:00
12 lines
414 B
HTML
12 lines
414 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<{foreach from=$item_list item=objs key=obj_type}>
|
||
<{if empty($configlist.$obj_type) }>
|
||
<{include app="ome" file="admin/order/products/goods_view.html"}>
|
||
<{else}>
|
||
<{include app="{$configlist.$obj_type.app}" file="{$configlist.$obj_type.html}"}>
|
||
<{/if}>
|
||
<{/foreach}> |