You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
602 B

<!--日结界面-->
<div class="easyui-layout" data-options="fit:true">
<div data-options="region:'center'">
<input type="radio" id="attribute_switch" name="switch" value="1">内部供应商</input>
<br/>
<input type="radio" id="attribute_switch" name="switch" value="2">外部供应商</input>
</div>
<div data-options="region:'south'" align="center">
<button class="easyui-linkbutton btnOk" style="width:80px;height:30px;">确定</button>
<button class="easyui-linkbutton btnCancel" style="width:80px;height:30px;">取消</button>
</div>
</div>