公告板
版本库
filestore
活动
搜索
登录
main
/
SRM-LAYUI-HK
惠康供应商平台前端代码
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
excel导入送货物料信息
yusijie
2025-10-30
81c6759dcee2dad7b63efdc87f660d4550d1572d
[SRM-LAYUI-HK.git]
/
WebSRM
/
ViewSwitcher.ascx
1
2
3
4
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ViewSwitcher.ascx.cs" Inherits="WebSRM.ViewSwitcher" %>
<div id="viewSwitcher">
<%: CurrentView %> view | <a href="<%: SwitchUrl %>">Switch to <%: AlternateView %></a>
</div>