username@email.com
2022-01-25 138102a3fd32ed560297622e7ac753b3a0c3ffd3
提交
2个文件已修改
26 ■■■■ 已修改文件
zhengcaioa/zhengcaioa/Views/CooperOrder/EditTousushu.cshtml 13 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zhengcaioa/zhengcaioa/Views/CooperOrder/EditZhiyihan.cshtml 13 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zhengcaioa/zhengcaioa/Views/CooperOrder/EditTousushu.cshtml
@@ -671,7 +671,7 @@
                                            <div class="clearfix layer-area" style="padding-bottom:15px;">
                                                <label grouptype="Vdata" id="Evidentiallabel" class="text-right col-sm-1 col-md-1 control-label">事实依据</label>
                                                <div class="col-sm-8 col-md-8">
                                                    <textarea class="form-control bt" name="Evidential" title="事实依据" isempty="" maxlength="3500" length="long">@complaintItemDTOs[i].Evidential</textarea>
                                                    <textarea class="form-control bt" name="Evidential" title="事实依据" isempty="" maxlength="3500" length="long" style="resize:none;overflow-y:hidden; min-height:60px;" onpropertychange="this.style.height=this.scrollHeight + 'px'" oninput="this.style.height=this.scrollHeight + 'px'">@complaintItemDTOs[i].Evidential</textarea>
                                                </div>
                                            </div>
@@ -744,7 +744,7 @@
                                            <div class="clearfix layer-area" style="padding-bottom:15px;">
                                                <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">事实依据@(i+1)</label>
                                                <div class="col-sm-8 col-md-8">
                                                    <textarea class="form-control bt" name="Evidential" title="事实依据" isempty="" maxlength="3500" length="long">@complaintItemDTOs[i].Evidential</textarea>
                                                    <textarea class="form-control bt" name="Evidential" title="事实依据" isempty="" maxlength="3500" length="long" style="resize:none;overflow-y:hidden; min-height:60px;" onpropertychange="this.style.height=this.scrollHeight + 'px'" oninput="this.style.height=this.scrollHeight + 'px'">@complaintItemDTOs[i].Evidential</textarea>
                                                </div>
                                            </div>
@@ -862,6 +862,13 @@
        var hh = document.body.clientHeight - $('.ibox-title').height() - $("#top").height() * 2 + 1000;
        $("#div_content").height(hh);
        var Evidential = document.getElementsByName("Evidential");
        for (var a = 0; a < Evidential.length; a++) {
            Evidential[a].style.height = Evidential[a].scrollHeight + 'px';
        }
        toastr.options = {
            "closeButton": true,
@@ -1382,7 +1389,7 @@
                                        <div class="clearfix layer-area" style="padding-bottom:15px;">
                                            <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">事实依据`+ (sss + 1) + `</label>
                                            <div class="col-sm-8 col-md-8">
                                                <textarea class="form-control bt" name="Evidential" title="事实依据" isempty="" maxlength="3500" length="long"></textarea>
                                                <textarea class="form-control bt" name="Evidential" title="事实依据" isempty="" maxlength="3500" length="long" style="resize:none;overflow-y:hidden; min-height:60px;" onpropertychange="this.style.height=this.scrollHeight + 'px'" oninput="this.style.height=this.scrollHeight + 'px'"></textarea>
                                            </div>
                                        </div>
zhengcaioa/zhengcaioa/Views/CooperOrder/EditZhiyihan.cshtml
@@ -313,7 +313,7 @@
                                            <div class="clearfix layer-area" style="padding-bottom:15px;">
                                                <label grouptype="Vdata" id="Evidentiallabel" class="text-right col-sm-1 col-md-1 control-label">事实依据</label>
                                                <div class="col-sm-8 col-md-8">
                                                    <textarea class="form-control bt" name="Evidential" title="事实依据" isempty="" maxlength="3500" length="long">@challengeItemDTOs[i].Evidential</textarea>
                                                    <textarea class="form-control bt" name="Evidential" title="事实依据" isempty="" maxlength="3500" length="long" style="resize:none;overflow-y:hidden; min-height:60px;" onpropertychange="this.style.height=this.scrollHeight + 'px'" oninput="this.style.height=this.scrollHeight + 'px'">@challengeItemDTOs[i].Evidential</textarea>
                                                </div>
                                            </div>
                                            <div id="falvyiju@(i)">
@@ -390,7 +390,7 @@
                                            <div class="clearfix layer-area" style="padding-bottom:15px;">
                                                <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">事实依据@(i+1)</label>
                                                <div class="col-sm-8 col-md-8">
                                                    <textarea class="form-control bt" name="Evidential" title="事实依据" isempty="" maxlength="3500" length="long">@challengeItemDTOs[i].Evidential</textarea>
                                                    <textarea class="form-control bt" name="Evidential" title="事实依据" isempty="" maxlength="3500" length="long" style="resize:none;overflow-y:hidden; min-height:60px;" onpropertychange="this.style.height=this.scrollHeight + 'px'" oninput="this.style.height=this.scrollHeight + 'px'">@challengeItemDTOs[i].Evidential</textarea>
                                                </div>
                                            </div>
                                            <div id="falvyiju@(i)">
@@ -513,6 +513,13 @@
        var hh = document.body.clientHeight - $('.ibox-title').height() - $("#top").height() * 2 + 1000;
        $("#div_content").height(hh);
        var Evidential = document.getElementsByName("Evidential");
        for (var a = 0; a < Evidential.length; a++) {
            Evidential[a].style.height = Evidential[a].scrollHeight + 'px';
        }
        toastr.options = {
            "closeButton": true,
@@ -830,7 +837,7 @@
                                        <div class="clearfix layer-area" style="padding-bottom:15px;">
                                            <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">事实依据`+ (sss + 1) + `</label>
                                            <div class="col-sm-8 col-md-8">
                                                <textarea class="form-control bt" name="Evidential" title="事实依据`+ sss + `" isempty="" maxlength="3500" length="long"></textarea>
                                                <textarea class="form-control bt" name="Evidential" title="事实依据`+ sss + `" isempty="" maxlength="3500" length="long" style="resize:none;overflow-y:hidden; min-height:60px;" onpropertychange="this.style.height=this.scrollHeight + 'px'" oninput="this.style.height=this.scrollHeight + 'px'"></textarea>
                                            </div>
                                        </div>
 <div  id="falvyiju`+ sss + `">