username@email.com
2023-02-28 67a0042c5f29e4bb0e0b82f6190f2bc51480b45c
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
 
@{
 
    ViewBag.Title = "questiontype";
    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: ' 编码 ', name: 'CodeSn', labtype: 'txt', addvisible: true, editvisible: true, reg: '', ismust: true }
                    , { label: ' 名称 ', name: 'Comments', labtype: 'txt', addvisible: true, editvisible: true, reg: '', ismust: true }
                    , { label: ' 排序 ', name: 'Sort', labtype: 'txt', addvisible: true, editvisible: true, reg: '' }
                    , { label: ' 备注 ', name: 'Contents', labtype: 'txt', addvisible: true, editvisible: true, reg: '' }
                    , { label: ' 主表id ', name: 'CodeId', labtype: 'txt', addvisible: false, editvisible: false ,reg:'' }
 
            , { label: ' 状态 ', name: 'RecStatus', labtype: 'txt', disabled:false, addvisible: false, editvisible: false ,reg:''}
 
 
        ]}
 
        ];
 
 
 
        saveurl = '/SysCode/Savequestiontype';
        editurl = '/SysCode/Getquestiontype/';
        nullifyurl = "/SysCode/NullifySysCodeDtl/";//废弃取消单据时的url 返回json数据
        //deldtlurl = "/HrPosition/NullifyDtl/";//删除单据明细时时配置的url 返回json数据
        comments ="问题类别信息";
 
    </script>
}
 
 
@section footerScripts{
    <script language="javascript" type="text/javascript">
 
    </script>
}