username@email.com
2021-10-21 c571ee7de9595e2616e0e5f85734dbaa42ed6098
zhengcaioa/zhengcaioa/Views/ExpertTestTopic/EditPeizhi.cshtml
@@ -122,15 +122,12 @@
                                    <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>
                                            <label class="text-right col-sm-1 col-md-1 control-label" style="font-weight:bold;">
                                                (数量:
                                            </label>
                                            <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>
                                            <label class="text-left col-sm-1 col-md-1 control-label" style="font-weight:bold;">题</label>
                                            <label class="text-right col-sm-1 col-md-1 control-label" style="font-weight:bold;">分值:</label>
                                            <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>
@@ -148,7 +145,7 @@
                                        <label class="text-right col-sm-1 col-md-1 control-label">@expertTestTopicpeizhiDTOs[i].ZhishitypeName</label>
                                        <div class="col-sm-2 col-md-2">
                                        <div class="col-sm-2 col-md-2" style="width:5%;">
                                            <input class="form-control" label="@expertTestTopicpeizhiDTOs[i].ZhishitypeName" name="Fenshus" labtype="txt" addvisible="true" editvisible="true" reg="" maxlength="50" ismust="true" type="text" value="@expertTestTopicpeizhiDTOs[i].FenshuName" onkeyup="this.value=this.value.replace(/[^0-9]/g,'')" onafterpaste="this.value=this.value.replace(/[^0-9]/g,'')"  onchange="checknum('@expertTestTopicpeizhiDTOs[i].Topictype');">
                                            <input type="hidden" name="Topictypes" value="@expertTestTopicpeizhiDTOs[i].Topictype" />