仪表盘
版本库
文件存储
活动
搜索
登录
main
/
JTAPI
金拓API
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
1.工单派发选择工艺路线或选择生产车间时判断绑定条件接口开发 2.组织架构删除update改为delete 3.工艺路线新增else if改为if 4...
yl
2023-03-04
72da1f7ca6f73346ff92bed7df96b4d28d6ccfd1
[JTAPI.git]
/
packages
/
Microsoft.AspNet.WebApi.HelpPage.5.2.7
/
Content
/
Areas
/
HelpPage
/
Views
/
Help
/
DisplayTemplates
/
InvalidSample.cshtml.pp
1
2
3
4
5
6
7
8
9
10
11
12
13
@using $rootnamespace$.Areas.HelpPage
@model InvalidSample
@if (HttpContext.Current.IsDebuggingEnabled)
{
<div class="warning-message-container">
<p>@Model.ErrorMessage</p>
</div>
}
else
{
<p>Sample not available.</p>
}