username@email.com
2025-04-27 15eb82df2d6ec539e9d4245bfe08d531e8eb6379
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
 
@{
 
    ViewBag.Title = "PltPage";
    Layout = "~/Views/Shared/_Layout_DataEdit.cshtml";
}
@section headerStyle{
    <script language="javascript" type="text/javascript">
        controllist = [
        {   label: '角色信息', name: 'data', labtype: 'panel',islist:'false', data: [
 
               {label:' 页面id ', name: 'Id', labtype: 'txt', addvisible: false, editvisible: false ,reg:''}
            , { label: ' 系统id ', name: 'SystemId', labtype: 'txt', addvisible: true, editvisible: true ,   reg:'',ismust:true }
            , { label: ' 页面名称 ', name: 'PageName', labtype: 'txt', addvisible: true, editvisible: true, reg: '', ismust: true }
            , { label: ' 快捷码 ', name: 'PageShortcut', labtype: 'txt', addvisible: true, editvisible: true, reg: '', ismust: false }
            , { label: ' 显示顺序 ', name: 'DisplaySeq', labtype: 'txt', addvisible: true, editvisible: true, reg: '', ismust: true }
            , { label: ' 路径 ', name: 'PagePath', labtype: 'txt', addvisible: true, editvisible: true, reg: '', ismust: false }
            , { label: ' 方法 ', name: 'PageMethod', labtype: 'txt', addvisible: true, editvisible: true, reg: '', ismust: false }
            , { label: ' 类型 ', name: 'PageType', labtype: 'txt', addvisible: true, editvisible: true, reg: '', ismust: true }
            , { label: ' 上级 ', name: 'PageSuperior', labtype: 'txt', addvisible: true, editvisible: true, reg: '', ismust: true }
            , { label: ' 图标fa ', name: 'PageIco', labtype: 'txt', addvisible: true, editvisible: true, reg: '', ismust: false }
            , { label: ' 打开方式 ', name: 'OpenType', labtype: 'txt', addvisible: true, editvisible: true, reg: '', ismust: true }
 
            , { label: ' 状态 ', name: 'RecStatus', labtype: 'txt', disabled:false, addvisible: false, editvisible: false ,reg:''}
 
 
        ]}
 
        ];
 
 
 
        saveurl = '/PltPage/Save';
        editurl = '/PltPage/Get/';
        nullifyurl = "/PltPage/Nullify/";//废弃取消单据时的url 返回json数据
        deldtlurl = "/PltPage/NullifyDtl/";//删除单据明细时时配置的url 返回json数据
        comments="角色信息";
 
    </script>
}
 
 
@section footerScripts{
    <script language="javascript" type="text/javascript">
 
    </script>
}