username@email.com
2021-11-01 9384f42e1d7e3ad502ea801be0c0d8762a0c3123
提交
3个文件已修改
27 ■■■■ 已修改文件
zhengcaioa/Services/ExpertTestTopicService.cs 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zhengcaioa/zhengcaioa/Views/ExpertTestTopic/Edit.cshtml 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zhengcaioa/zhengcaioa/Views/ExpertTestTopic/Index.cshtml 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zhengcaioa/Services/ExpertTestTopicService.cs
@@ -353,9 +353,17 @@
                    jiexi +=(falv!=null? "《" + falv.Comments + "》" : "") + " " + quer.Fatiao + " " + quer.Jiexi + " </br>" ;
                }
                if (string.IsNullOrEmpty(lian.Jiexi))
                {
                    lian.Jiexi = jiexi;
                }
                else
                {
                lian.Jiexi = jiexi + lian.Jiexi + " </br>";
            }
            }
            data.LoadData(searchEntity, lianlist);
            return data;
        }
zhengcaioa/zhengcaioa/Views/ExpertTestTopic/Edit.cshtml
@@ -929,10 +929,15 @@
            var index = parent.layer.getFrameIndex(window.name);
            parent.layer.isRefresh = true;
            parent.layer.closeAll('loading');
            parent.layer.close(index);
            //parent.layer.close(index);
            return false;
        }
        $(window).unload(function () {
            _pageAutoClose();
        });
        function addBtn(obj) {
            var oTr = document.createElement('div');
zhengcaioa/zhengcaioa/Views/ExpertTestTopic/Index.cshtml
@@ -16,18 +16,18 @@
        dataCol = [
            { label: 'id', name: 'Id', labtype: 'txt', hidden: true },
            {
                label: '题型', name: 'TopictypeName', labtype: 'txt', hidden: false, width: 40
                label: '题型', name: 'TopictypeName', labtype: 'txt', hidden: false, width: 30
            },
            {
                label: '知识点', name: 'ZhishitypeName', labtype: 'txt', hidden: false, width: 40
            },
            { label: '区域', name: 'AreaName', labtype: 'txt', hidden: false, width: 40 },
            { label: '区域', name: 'AreaName', labtype: 'txt', hidden: false, width: 30 },
            { label: '试题', name: 'Topic', labtype: 'txt', hidden: false, width: 300 },
            { label: '答案', name: 'Anwsers', labtype: 'txt', hidden: false, width: 40 },
            { label: '重点标注', name: 'ZhongdianName', labtype: 'txt', hidden: false, width: 40 },
            { label: '审核', name: 'ShenpiStatusName', labtype: 'txt', hidden: false, width: 40 },
            { label: '答案对应的法条', name: 'Jiexi', labtype: 'txt', hidden: false, width: 300 },
            { label: '答案', name: 'Anwsers', labtype: 'txt', hidden: false, width: 30 },
            { label: '重点标注', name: 'ZhongdianName', labtype: 'txt', hidden: false, width: 30 },
            //{ label: '审核', name: 'ShenpiStatusName', labtype: 'txt', hidden: false, width: 40 },
            { label: '答案对应的法条', name: 'Jiexi', labtype: 'txt', hidden: false, width: 340 },
            {