<{capture name="header"}> <{css app='omeauto' src="style.css"}> <{/capture}>
<{if !$info}> <{else}> <{/if}>
<{input type="text&&required" name="name" id='t_name' value=$info.name}>    (请使用通俗易懂的名称,如 批发订单、小额订单【100以下】、华东区订单)
<{input type="textarea" cols="100" rows="4" name="memo" id='t_memo' value=$info.memo}>
(对此订单类型的简单描述)

    <{ foreach from=$info.config item=role key=uid}>
  • <{$role.attr.caption}>
    编辑 删除
  • <{ /foreach }>

<{input type="number&&required" size="5" name="weight" id='weight' value=$info.weight}>
<{button class="btn-primary" label="确定" type="button" id="msaveBtn"}> <{button class="btn-primary" label="取消" type="button" id="mcancelBtn"}>