zhengcaioa/zhengcaioa/Controllers/SysCodeController.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
zhengcaioa/zhengcaioa/Views/ExpertTestTopic/Edit.cshtml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
zhengcaioa/zhengcaioa/Views/ExpertTestTopic/EditPeizhi.cshtml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
zhengcaioa/zhengcaioa/Views/SysCode/Edit.cshtml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
zhengcaioa/zhengcaioa/Controllers/SysCodeController.cs
@@ -250,11 +250,11 @@ public IActionResult Getquestiontype(string id = null) { SysCodeDtlEntity sysCodeDtlEntity = new SysCodeDtlEntity(); if (!String.IsNullOrEmpty(id)) { //if (!String.IsNullOrEmpty(id)) //{ sysCodeDtlEntity = _sysCodeService.GetSysCodeDtlInfo(id, "Liaotian", "questiontype"); } //} // ViewData.Model = PltUserDTO; return new JsonResult(sysCodeDtlEntity); zhengcaioa/zhengcaioa/Views/ExpertTestTopic/Edit.cshtml
@@ -316,28 +316,28 @@ @for (int i = 0; i < expertTestTopicanwserDTOs.Count; i++) { <div class="col-sm-1 col-md-1" grouptype="Vdata" style="width:3%;text-align:left;padding-left:15px;"> @if ("A" == expertTestTopicanwserDTOs[i].Shifouzhengqu) { <div class="col-sm-1 col-md-1" grouptype="Vdata" style="width:3%;text-align:left;padding-left:15px;"> @if ("A" == expertTestTopicanwserDTOs[i].Shifouzhengqu) { <input type="checkbox" checked="checked" name="ShifouzhengquName" value="A" onclick="checkShifouzhengqu(this)" /> } else { } else { <input type="checkbox" name="ShifouzhengquName" value="D" onclick="checkShifouzhengqu(this)" /> } <input type="hidden" name="Shifouzhengqu" value="" /> } <input type="hidden" name="Shifouzhengqu" value="" /> <input type="hidden" name="anwserno" value="@expertTestTopicanwserDTOs[i].Anwserno" /> </div> <label class="text-left col-sm-1 col-md-1 control-label">@expertTestTopicanwserDTOs[i].Anwserno</label> @*<div class="col-sm-2 col-md-2" style="width:5%;"> <input class="form-control" style="border:none;" label="答案编号" name="anwserno" labtype="txt" addvisible="true" editvisible="true" reg="" maxlength="50" ismust="true" type="text" value="@expertTestTopicanwserDTOs[i].Anwserno" readonly="readonly"> </div>*@ </div> <div class="col-sm-6 col-md-6" name="Anwser2" style="display:none;"> <input class="form-control" label="答案" name="Anwser" labtype="txt" addvisible="true" editvisible="true" maxlength="500" reg="" ismust="flase" type="text" value="@expertTestTopicanwserDTOs[i].Anwser"> <div class="col-sm-2 col-md-2" style="width:5%;"> <input class="form-control" style="border:none;" label="答案编号" name="anwserno" labtype="txt" addvisible="true" editvisible="true" reg="" maxlength="50" ismust="true" type="text" value="@expertTestTopicanwserDTOs[i].Anwserno" readonly="readonly"> </div> <div class="col-sm-6 col-md-6" name="Anwser2" style="display:none;"> <input class="form-control" label="答案" name="Anwser" labtype="txt" addvisible="true" editvisible="true" maxlength="500" reg="" ismust="flase" type="text" value="@expertTestTopicanwserDTOs[i].Anwser"> </div> </div> @@ -349,7 +349,7 @@ } } </div> @@ -415,7 +415,7 @@ </label> <div class="col-sm-1 col-md-1" grouptype="Vdata" style="width:5%;"> <div class="col-sm-2 col-md-2" grouptype="Vdata" style="width:5%;"> @if ("A" == expertTestTopicjiexiDTOs[i].Flag) { @@ -995,7 +995,7 @@ </label> <div class="col-sm-1 col-md-1" grouptype="Vdata" style="width:5%;"> <div class="col-sm-2 col-md-2" grouptype="Vdata" style="width:5%;"> @@ -1060,13 +1060,12 @@ <input type="checkbox" name="ShifouzhengquName" value="A" onclick="checkShifouzhengqu(this)" /> <input type="hidden" name="Shifouzhengqu" value="" /> <input type="hidden" name="anwserno" value="√" /> </div> <label class="text-left col-sm-1 col-md-1 control-label">√</label> <div class="col-sm-2 col-md-2" style="width:5%;"> <input class="form-control" style="border:none;" label="答案编号" name="anwserno" labtype="txt" addvisible="true" editvisible="true" reg="" maxlength="50" ismust="true" type="text" value="√" readonly="readonly"> </div> <div class="col-sm-6 col-md-6" name="Anwser2" style="display:none;"> <input class="form-control" label="答案" name="Anwser" labtype="txt" addvisible="true" editvisible="true" maxlength="500" reg="" ismust="flase" type="text" value=""> @@ -1080,11 +1079,12 @@ <input type="hidden" name="Shifouzhengqu" value="" /> </div> <input type="hidden" name="anwserno" value="×" /> <div class="col-sm-2 col-md-2" style="width:5%;"> <input class="form-control" style="border:none;" label="答案编号" name="anwserno" labtype="txt" addvisible="true" editvisible="true" reg="" maxlength="50" ismust="true" type="text" value="×" readonly="readonly"> </div> <label class="text-left col-sm-1 col-md-1 control-label">×</label> <div class="col-sm-6 col-md-6" name="Anwser2" style="display:none;"> <input class="form-control" label="答案" name="Anwser" labtype="txt" addvisible="true" editvisible="true" maxlength="500" reg="" ismust="flase" type="text" value=""> zhengcaioa/zhengcaioa/Views/ExpertTestTopic/EditPeizhi.cshtml
@@ -122,16 +122,13 @@ <h5> <div class="clearfix layer-area" style="padding-top:15px;"> <label class="text-right col-sm-1 col-md-1 control-label" style="font-weight:bold;">@expertTestTopicpeizhiDTOs[i].Topictype @expertTestTopicpeizhiDTOs[i].TopictypeName (数量:</label> <div class="col-sm-2 col-md-2" style="width:5%;"> <input class="form-control" style="border:none;" label="数量" name="Fenshuszong" labtype="txt" addvisible="true" editvisible="true" reg="" maxlength="50" ismust="true" type="text" value="@expertTestTopicpeizhiDTOs[i].zongFenshu" readonly="readonly"> <div class="col-sm-12 col-md-12" @*style="width:5%;"*@> <font>@expertTestTopicpeizhiDTOs[i].Topictype @expertTestTopicpeizhiDTOs[i].TopictypeName (数量:</font> <input style="border:none;width:30px;height:30px;" label="数量" name="Fenshuszong" labtype="txt" addvisible="true" editvisible="true" reg="" maxlength="50" ismust="true" type="text" value="@expertTestTopicpeizhiDTOs[i].zongFenshu" readonly="readonly"> <font> 题 分值: </font> <input label="结论类型" name="Fenzhizong" style="width:30px;height:30px;border:0.5px solid #ccc;" labtype="txt" addvisible="true" editvisible="true" reg="" maxlength="50" ismust="true" type="text" value="@expertTestTopicpeizhiDTOs[i].zongFenzhi" onkeyup="this.value=this.value.replace(/[^0-9]/g,'')" onafterpaste="this.value=this.value.replace(/[^0-9]/g,'')"> <font>分) </font> </div> <label class="text-left col-sm-1 col-md-1 control-label" style="font-weight:bold;width:5%;">题 分值:</label> <div class="col-sm-2 col-md-2" style="width:5%;"> <input class="form-control" label="结论类型" name="Fenzhizong" labtype="txt" addvisible="true" editvisible="true" reg="" maxlength="50" ismust="true" type="text" value="@expertTestTopicpeizhiDTOs[i].zongFenzhi" onkeyup="this.value=this.value.replace(/[^0-9]/g,'')" onafterpaste="this.value=this.value.replace(/[^0-9]/g,'')"> </div> <label class="text-left col-sm-1 col-md-1 control-label" style="font-weight:bold;">分)</label> <input type="hidden" name="Topictypeszong" value="@expertTestTopicpeizhiDTOs[i].Topictype" /> </div> </h5> zhengcaioa/zhengcaioa/Views/SysCode/Edit.cshtml
@@ -27,7 +27,7 @@ , { label: '明细信息', name: 'SysCodeDtlList', labtype: 'panel', islist: true, button: true, data: [ label: '', name: 'SysCodeDtlList', labtype: 'panel', islist: true, button: true, data: [ { label: 'ID', name: 'Id', labtype: 'txt', key: true, addvisible: false, editvisible: false, reg: '', ismust: true, colcount: 0.5 } , { label: '编号', name: 'CodeSn', labtype: 'txt', addvisible: true, editvisible: true, reg: '', ismust: true, colcount: 0.5} , { label: '名称', name: 'Comments', labtype: 'txt', addvisible: true, editvisible: true, reg: '', ismust: true, colcount: 0.5}