公告板
版本库
filestore
活动
搜索
登录
main
/
SRM-LAYUI
智云SRM-LAYUI(夏宝服务器版本)
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
SRM送货单上 预计到货日期,批次号,物流单号设为不是必填项(根据系统参数判断安瑞为必填,其他为非必填)
YL
2021-12-27
c2e8facf26a66f589f84080b22b78e0f61b0c8bb
[SRM-LAYUI.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>