username@email.com
2022-09-30 c9c8c89f0cd11ad0d6dfce782af78739c30302c7
提交
5个文件已修改
16 ■■■■■ 已修改文件
zhengcaioa/DTO/LZhuanjiahuidumDTO.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zhengcaioa/Services/LZhuanjiahuidumService.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zhengcaioa/zhengcaioa/Views/Project/Add.cshtml 补丁 | 查看 | 原始文档 | blame | 历史
zhengcaioa/zhengcaioa/Views/Zhuanjiahuida/Edit.cshtml 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zhengcaioa/zhengcaioa/Views/Zhuanjiahuida/Index.cshtml 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zhengcaioa/DTO/LZhuanjiahuidumDTO.cs
@@ -14,6 +14,7 @@
        public string RecStatus { get; set; }
        public string Creater { get; set; }
        public DateTime Createtime { get; set; }
        public string CreatetimeName { get; set; }
        public string Modifier { get; set; }
        public DateTime Modifytime { get; set; }
        public string HuidaStatus { get; set; }
zhengcaioa/Services/LZhuanjiahuidumService.cs
@@ -108,6 +108,7 @@
                             Createtime = a.Createtime,
                             Modifier = a.Modifier,
                             Modifytime = a.Modifytime,
                             CreatetimeName = a.Createtime.ToString("yyyy-MM-dd HH:mm:ss"),
                         }).OrderByDescending(x => x.Modifytime).ToList();
zhengcaioa/zhengcaioa/Views/Project/Add.cshtml
zhengcaioa/zhengcaioa/Views/Zhuanjiahuida/Edit.cshtml
@@ -109,12 +109,21 @@
                                <div class="clearfix layer-area" style="padding-bottom:15px;">
                                    <label class="text-right col-sm-1 col-md-1 control-label">问题</label>
                                    <div class="col-sm-11 col-md-11">
                                        <label class="text-left col-sm-12 col-md-12 control-label">@Model.Question</label>
                                       @Model.Question
                                    </div>
                                    <input type="hidden" id="Question" name="Question" value="@Model.Question" />
                                    <input type="hidden" id="Id" name="Id" value="@Model.Id" />
                                    <input type="hidden" id="Userid" name="Userid" value="@Model.Userid" />
                                </div>
                                <div class="clearfix layer-area" style="padding-bottom:15px;">
                                    <label class="text-right col-sm-1 col-md-1 control-label">提问时间</label>
                                    <div class="col-sm-11 col-md-11">
                                       @Model.Createtime.ToString("yyyy-MM-dd HH:mm:ss")
                                    </div>
                                </div>
                                <div class="clearfix layer-area" style="padding-bottom:15px;">
                                    <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">回答<i class="red">*</i></label>
                                    <div class="col-sm-11 col-md-11">
zhengcaioa/zhengcaioa/Views/Zhuanjiahuida/Index.cshtml
@@ -24,7 +24,10 @@
                //    return "<a onclick=\"OpenWindow('回答问题','98%','100%', '/Zhuanjiahuida/Edit?id=" + rowObject.Id + "')\"  >" + cellvalue + "</a>";
                //}
            },
            {
                label: '提问时间', name: 'CreatetimeName', labtype: 'txt', hidden: false, width: 100
            },
            {
                label: '回答', name: 'Anwser', labtype: 'txt', hidden: false, width: 300