username@email.com
2022-07-22 eb197f8a095f216003ce3df159482a8b42812d1e
文书管理修改
6个文件已修改
3个文件已添加
1622 ■■■■■ 已修改文件
zhengcaioa/zhengcaioa/Controllers/SysCodeController.cs 67 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zhengcaioa/zhengcaioa/Views/CooperOrder/EditTousushu.cshtml 160 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zhengcaioa/zhengcaioa/Views/CooperOrder/EditZhiyihan.cshtml 162 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zhengcaioa/zhengcaioa/Views/CooperOrder/IndexWenshu.cshtml 15 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zhengcaioa/zhengcaioa/Views/CooperOrder/PrintZhiyihan.cshtml 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zhengcaioa/zhengcaioa/Views/CooperOrder/Printtousushu.cshtml 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zhengcaioa/zhengcaioa/Views/SysCode/Editlawzidingyi.cshtml 518 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zhengcaioa/zhengcaioa/Views/SysCode/Editquestionzidingyi.cshtml 346 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zhengcaioa/zhengcaioa/Views/SysCode/Editrequestinfozidingyi.cshtml 338 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zhengcaioa/zhengcaioa/Controllers/SysCodeController.cs
@@ -582,6 +582,26 @@
            return View();
        }
        public IActionResult Editrequestinfozidingyi(string id)
        {
            var curentuser = JsonConvert.DeserializeObject<PltUser>(HttpContext.Session.GetString("User"));
            ViewData["curentuser"] = curentuser;
            SysCodeDtlEntity sysCodeDtlEntity = new SysCodeDtlEntity();
            sysCodeDtlEntity = _sysCodeService.GetSysCodeDtlInfo(id, "t_challengeletter", "request_info");
            ViewData.Model = sysCodeDtlEntity;
            return View();
        }
        //质疑事项
@@ -730,6 +750,30 @@
        }
        public IActionResult Editlawzidingyi(string Classify1 = "")
        {
            var curentuser = JsonConvert.DeserializeObject<PltUser>(HttpContext.Session.GetString("User"));
            ViewData["curentuser"] = curentuser;
            SysCodeDtlEntity sysCodeDtlEntity = new SysCodeDtlEntity();
            var sysCodeDtlEntities = _sysCodeService.GetSysCodeDtlInfoss(Classify1, "t_complaint_items", "law");
            sysCodeDtlEntity.Classify1 = Classify1;
            sysCodeDtlEntity.CodeId = sysCodeDtlEntities[0].CodeId;
            ViewData.Model = sysCodeDtlEntity;
            ViewBag.falv = _liaotianService.GetSYScode("expert_test_topicjiexi", "falv");
            ViewBag.question = _liaotianService.GetSYScode("t_challenge_items", "question");
            ViewBag.sysCodeDtlEntities = sysCodeDtlEntities;
            return View();
        }
        /// <summary>
        /// 保存
        /// </summary>
@@ -788,5 +832,28 @@
            return JsonConvert.SerializeObject(resultEntity);
        }
        public IActionResult Editquestionzidingyi(string id)
        {
            var curentuser = JsonConvert.DeserializeObject<PltUser>(HttpContext.Session.GetString("User"));
            ViewData["curentuser"] = curentuser;
            SysCodeDtlEntity sysCodeDtlEntity = new SysCodeDtlEntity();
            sysCodeDtlEntity = _sysCodeService.GetSysCodeDtlInfo(id, "t_challenge_items", "question");
            ViewData.Model = sysCodeDtlEntity;
            return View();
        }
    }
}
zhengcaioa/zhengcaioa/Views/CooperOrder/EditTousushu.cshtml
@@ -517,7 +517,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 class="red">*</i></label>
                                    <div class="col-sm-2 col-md-2" grouptype="Vdata">
                                    <div class="col-sm-4 col-md-4" grouptype="Vdata">
                                        <input class="form-control" label="项目名称" name="tousuXmName" id="tousuXmName" labtype="txt" addvisible="true" maxlength="100" editvisible="true" reg="" ismust="true" type="text" value="@Model.XmName">
                                    </div>
@@ -552,7 +552,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 class="red">*</i></label>
                                    <div class="col-sm-2 col-md-2" grouptype="Vdata">
                                    <div class="col-sm-4 col-md-4" grouptype="Vdata">
                                        <input class="form-control" label="采购人名称" name="tousuPurchaserName" id="tousuPurchaserName" labtype="txt" addvisible="true" maxlength="50" editvisible="true" reg="" ismust="true" type="text" value="@Model.PurchaserName">
                                    </div>
@@ -689,37 +689,48 @@
                                        <div class="zhiyishixiangitem">
    @if (complaintItemDTOs.Count == 1)
    {
        <div class="clearfix layer-area" style="padding-bottom:15px;">
            <label grouptype="Vdata" id="Questionlabel" class="text-right col-sm-1 col-md-1 control-label">投诉事项</label>
            <div class="col-sm-4 col-md-4" grouptype="Vdata">
                <select class="form-control" name="Question" data-placeholder="选择 序列 ..." onchange="Questionchangge(@i);">
                    <option value="" hassubinfo="true">请选择</option>
                    @foreach (var item in question)
                    {
                        @if (!item.CodeSn.Equals(complaintItemDTOs[i].Question))
                        {
                            <option value="@item.CodeSn" hassubinfo="true">
                                @item.Comments
                            </option>
                        }
                        else
                        {
                            <option value="@item.CodeSn" hassubinfo="true" selected="selected">
                                @item.Comments
                            </option>
                        }
                                            <div class="clearfix layer-area" style="padding-bottom:15px;">
                                                <label grouptype="Vdata" id="Questionlabel" class="text-right col-sm-1 col-md-1 control-label">投诉事项</label>
                                                <div class="col-sm-4 col-md-4" grouptype="Vdata">
                                                    <select class="form-control" name="Question" data-placeholder="选择 序列 ..." onchange="Questionchangge(@i);">
                                                        <option value="" hassubinfo="true">请选择</option>
                                                        @foreach (var item in question)
                                                        {
                                                            @if (!item.CodeSn.Equals(complaintItemDTOs[i].Question))
                                                            {
                                                                <option value="@item.CodeSn" hassubinfo="true">
                                                                    @item.Comments
                                                                </option>
                                                            }
                                                            else
                                                            {
                                                                <option value="@item.CodeSn" hassubinfo="true" selected="selected">
                                                                    @item.Comments
                                                                </option>
                                                            }
                    }
                    }
                                                        }
                                                        }
                </select>
                <input type="hidden" name="complaintItemId" value="@complaintItemDTOs[i].Id" />
            </div>
                                                    </select>
                                                    <input type="hidden" name="complaintItemId" value="@complaintItemDTOs[i].Id" />
                                                </div>
                                                @if (i == 0)
                                                {
                                                    <div class="col-sm-2 col-md-2" grouptype="Vdata">
                                                        <button type="button" class="addBtn" onclick="OpenWindow('自定义投诉事项','98%','100%', '/SysCode/Editquestionzidingyi')" data-type="1">自定义投诉事项</button>
                                                    </div>
                                                    @*<div class="col-sm-2 col-md-2" grouptype="Vdata">
                <button type="button" class="addBtn" onclick="addquestion(this)" data-type="1">新增质疑事项</button>
            </div>*@
                                                    <div class="col-sm-2 col-md-2" grouptype="Vdata">
                                                        <button type="button" class="addBtn" onclick="addlawinfo(this)" data-type="1">自定义法律依据</button>
                                                    </div>
                                                }
        </div>
                                            </div>
        <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>
@@ -766,35 +777,46 @@
    }
    else
    {
        <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-4 col-md-4" grouptype="Vdata">
                <select class="form-control" name="Question" data-placeholder="选择 序列 ..." onchange="Questionchangge(@i);">
                    <option value="" hassubinfo="true">请选择</option>
                    @foreach (var item in question)
                    {
                        @if (!item.CodeSn.Equals(complaintItemDTOs[i].Question))
                        {
                            <option value="@item.CodeSn" hassubinfo="true">
                                @item.Comments
                            </option>
                        }
                        else
                        {
                            <option value="@item.CodeSn" hassubinfo="true" selected="selected">
                                @item.Comments
                            </option>
                        }
                                        <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-4 col-md-4" grouptype="Vdata">
                                                <select class="form-control" name="Question" data-placeholder="选择 序列 ..." onchange="Questionchangge(@i);">
                                                    <option value="" hassubinfo="true">请选择</option>
                                                    @foreach (var item in question)
                                                    {
                                                        @if (!item.CodeSn.Equals(complaintItemDTOs[i].Question))
                                                        {
                                                            <option value="@item.CodeSn" hassubinfo="true">
                                                                @item.Comments
                                                            </option>
                                                        }
                                                        else
                                                        {
                                                            <option value="@item.CodeSn" hassubinfo="true" selected="selected">
                                                                @item.Comments
                                                            </option>
                                                        }
                    }
                    }
                                                    }
                                                    }
                </select>
                <input type="hidden" name="complaintItemId" value="@complaintItemDTOs[i].Id" />
            </div>
                                                </select>
                                                <input type="hidden" name="complaintItemId" value="@complaintItemDTOs[i].Id" />
                                            </div>
                                            @if (i == 0)
                                            {
                                                <div class="col-sm-2 col-md-2" grouptype="Vdata">
                                                    <button type="button" class="addBtn" onclick="OpenWindow('自定义投诉事项','98%','100%', '/SysCode/Editquestionzidingyi')" data-type="1">自定义投诉事项</button>
                                                </div>
                                                <div class="col-sm-2 col-md-2" grouptype="Vdata">
                                                    <button type="button" class="addBtn" onclick="addlawinfo(this)" data-type="1">自定义法律依据</button>
                                                </div>
                                                @*<div class="col-sm-2 col-md-2" grouptype="Vdata">
                <button type="button" class="addBtn" onclick="addquestion(this)" data-type="1">新增质疑事项</button>
            </div>*@
                                            }
        </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+1)</label>
@@ -888,9 +910,9 @@
                                                </select>
                                            </div>
                                            @*<div class="col-sm-2 col-md-2" grouptype="Vdata">
                                            <div class="col-sm-2 col-md-2" grouptype="Vdata">
                    <button type="button" class="addBtn" onclick="addrequestinfo(this)" data-type="1">新增投诉请求</button>
                </div>*@
                </div>
                                        </div>
@@ -1079,14 +1101,18 @@
                            //  parent._afterSave(true);
                            parent.layer.msg('成功保存', { icon: 6 });
                            //window.location = "/Project/add?id=" + data.ReturnID;
                            try {
                                _pageAutoClose();//自动关闭页面方法
                            if (Status == 1) {
                                _reloadPageData();
                            } else {
                                try {
                                    _pageAutoClose();//自动关闭页面方法
                                }
                                catch (err) {
                                    parent._CloseTab1("/CooperOrder/EditTousushu");
                                }
                            }
                            catch (err) {
                                parent._CloseTab1("/CooperOrder/EditTousushu");
                            }
                        }
                        else {
@@ -1508,7 +1534,11 @@
        }
        var addrequestinfo = function () {
            OpenWindow("新增质疑请求", "98%", "90%", "/SysCode/Editrequestinfo/");
            OpenWindow("新增质疑请求", "98%", "90%", "/SysCode/Editrequestinfozidingyi/");
        }
        var addlawinfo = function () {
            OpenWindow("新增法律依据", "98%", "90%", "/SysCode/Editlawzidingyi/");
        }
        $(document).ready(function () {
zhengcaioa/zhengcaioa/Views/CooperOrder/EditZhiyihan.cshtml
@@ -247,7 +247,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 class="red">*</i></label>
                                    <div class="col-sm-2 col-md-2" grouptype="Vdata">
                                    <div class="col-sm-4 col-md-4" grouptype="Vdata">
                                        <input class="form-control" label="质疑项目名称" name="zhiyiXmName" id="zhiyiXmName" labtype="txt" addvisible="true" maxlength="100" editvisible="true" reg="" ismust="true" type="text" value="@Model.XmName">
                                    </div>
@@ -282,7 +282,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 class="red">*</i></label>
                                    <div class="col-sm-2 col-md-2" grouptype="Vdata">
                                    <div class="col-sm-4 col-md-4" grouptype="Vdata">
                                        <input class="form-control" label="采购人名称" name="zhiyiPurchaserName" id="zhiyiPurchaserName" labtype="txt" addvisible="true" maxlength="50" editvisible="true" reg="" ismust="true" type="text" value="@Model.PurchaserName">
                                    </div>
@@ -307,37 +307,48 @@
                                    <div class="zhiyishixiangitem">
                                        @if (challengeItemDTOs.Count == 1)
                                        {
                                            <div class="clearfix layer-area" style="padding-bottom:15px;">
                                                <label grouptype="Vdata" id="Questionlabel" class="text-right col-sm-1 col-md-1 control-label">质疑事项</label>
                                                <div class="col-sm-4 col-md-4" grouptype="Vdata">
                                                    <select class="form-control" name="Question" data-placeholder="选择 序列 ..." onchange="Questionchangge(@i);">
                                                        <option value="" hassubinfo="true">请选择</option>
                                                        @foreach (var item in question)
                                        <div class="clearfix layer-area" style="padding-bottom:15px;">
                                            <label grouptype="Vdata" id="Questionlabel" class="text-right col-sm-1 col-md-1 control-label">质疑事项</label>
                                            <div class="col-sm-4 col-md-4" grouptype="Vdata">
                                                <select class="form-control" name="Question" data-placeholder="选择 序列 ..." onchange="Questionchangge(@i);">
                                                    <option value="" hassubinfo="true">请选择</option>
                                                    @foreach (var item in question)
                                                    {
                                                        @if (!item.CodeSn.Equals(challengeItemDTOs[i].Question))
                                                        {
                                                            @if (!item.CodeSn.Equals(challengeItemDTOs[i].Question))
                                                            {
                                                                <option value="@item.CodeSn" hassubinfo="true">
                                                                    @item.Comments
                                                                </option>
                                                            }
                                                            else
                                                            {
                                                                <option value="@item.CodeSn" hassubinfo="true" selected="selected">
                                                                    @item.Comments
                                                                </option>
                                                            }
                                                            <option value="@item.CodeSn" hassubinfo="true">
                                                                @item.Comments
                                                            </option>
                                                        }
                                                        else
                                                        {
                                                            <option value="@item.CodeSn" hassubinfo="true" selected="selected">
                                                                @item.Comments
                                                            </option>
                                                        }
                                                    </select>
                                                   <input type="hidden" name="challengeItemId" value="@challengeItemDTOs[i].Id" />
                                                </div>
                                                    }
                                                    }
                                                </select>
                                                <input type="hidden" name="challengeItemId" value="@challengeItemDTOs[i].Id" />
                                            </div>
                                            @if (i == 0)
                                            {
                                                <div class="col-sm-2 col-md-2" grouptype="Vdata">
                                                    <button type="button" class="addBtn" onclick="OpenWindow('自定义质疑事项','98%','100%', '/SysCode/Editquestionzidingyi')" data-type="1">自定义质疑事项</button>
                                                </div>
                                                <div class="col-sm-2 col-md-2" grouptype="Vdata">
                                                    <button type="button" class="addBtn" onclick="addlawinfo(this)" data-type="1">自定义法律依据</button>
                                                </div>
                                                @*<div class="col-sm-2 col-md-2" grouptype="Vdata">
                <button type="button" class="addBtn" onclick="addquestion(this)" data-type="1">新增质疑事项</button>
            </div>*@
                                            }
                                        </div>
                                            <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>
@@ -384,43 +395,46 @@
                                        }
                                        else
                                        {
                                            <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-4 col-md-4" grouptype="Vdata">
                                                    <select class="form-control" name="Question" data-placeholder="选择 序列 ..." onchange="Questionchangge(@i);">
                                                        <option value="" hassubinfo="true">请选择</option>
                                                        @foreach (var item in question)
                                                        {
                                                            @if (!item.CodeSn.Equals(challengeItemDTOs[i].Question))
                                                            {
                                                                <option value="@item.CodeSn" hassubinfo="true">
                                                                    @item.Comments
                                                                </option>
                                                            }
                                                            else
                                                            {
                                                                <option value="@item.CodeSn" hassubinfo="true" selected="selected">
                                                                    @item.Comments
                                                                </option>
                                                            }
                                                        }
                                                        }
                                                    </select>
                                                    <input type="hidden" name="challengeItemId" value="@challengeItemDTOs[i].Id" />
                                                </div>
                                                @if (i == 0)
                                    <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-4 col-md-4" grouptype="Vdata">
                                            <select class="form-control" name="Question" data-placeholder="选择 序列 ..." onchange="Questionchangge(@i);">
                                                <option value="" hassubinfo="true">请选择</option>
                                                @foreach (var item in question)
                                                {
                                                    <div class="col-sm-2 col-md-2" grouptype="Vdata">
                                                        <button type="button" class="addBtn" onclick="addzhiyishixiang(this)" data-type="1">质疑事项</button>
                                                    </div>
                                                    @*<div class="col-sm-2 col-md-2" grouptype="Vdata">
                        <button type="button" class="addBtn" onclick="addquestion(this)" data-type="1">新增质疑事项</button>
                    </div>*@
                                                    @if (!item.CodeSn.Equals(challengeItemDTOs[i].Question))
                                                    {
                                                        <option value="@item.CodeSn" hassubinfo="true">
                                                            @item.Comments
                                                        </option>
                                                    }
                                                    else
                                                    {
                                                        <option value="@item.CodeSn" hassubinfo="true" selected="selected">
                                                            @item.Comments
                                                        </option>
                                                    }
                                                }
                                                }
                                            </select>
                                            <input type="hidden" name="challengeItemId" value="@challengeItemDTOs[i].Id" />
                                        </div>
                                        @if (i == 0)
                                        {
                                            <div class="col-sm-2 col-md-2" grouptype="Vdata">
                                                <button type="button" class="addBtn" onclick="OpenWindow('自定义质疑事项','98%','100%', '/SysCode/Editquestionzidingyi')" data-type="1">自定义质疑事项</button>
                                            </div>
                                            <div class="col-sm-2 col-md-2" grouptype="Vdata">
                                                <button type="button" class="addBtn" onclick="addlawinfo(this)" data-type="1">自定义法律依据</button>
                                            </div>
                                            @*<div class="col-sm-2 col-md-2" grouptype="Vdata">
                <button type="button" class="addBtn" onclick="addquestion(this)" data-type="1">新增质疑事项</button>
            </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+1)</label>
@@ -519,9 +533,9 @@
                                            </div>
                                            @*<div class="col-sm-2 col-md-2" grouptype="Vdata">
                                            <div class="col-sm-2 col-md-2" grouptype="Vdata">
                    <button type="button" class="addBtn" onclick="addrequestinfo(this)" data-type="1">新增质疑请求</button>
                </div>*@
                </div>
@@ -680,13 +694,17 @@
                            parent.layer.msg('成功保存', { icon: 6 });
                            //window.location = "/Project/add?id=" + data.ReturnID;
                            try {
                                _pageAutoClose();//自动关闭页面方法
                            if (Status == 1) {
                                _reloadPageData();
                            } else {
                                try {
                                    _pageAutoClose();//自动关闭页面方法
                                }
                                catch (err) {
                                    parent._CloseTab1("/CooperOrder/EditZhiyihan");
                                }
                            }
                            catch (err) {
                                parent._CloseTab1("/CooperOrder/EditZhiyihan");
                            }
                        }
                        else {
@@ -924,15 +942,19 @@
        }
        var _reloadPageData = function () {
            window.location = "/CooperOrder/EditTousushu?id=" + $("#OrderId").val();
            window.location = "/CooperOrder/EditZhiyihan?id=" + $("#OrderId").val();
        }
        var addquestion = function () {
            OpenWindow("新增质疑事项", "98%", "90%", "/SysCode/Editquestion/");
        }
        var addrequestinfo = function () {
            OpenWindow("新增质疑请求", "98%", "90%", "/SysCode/Editrequestinfo/");
            OpenWindow("新增质疑请求", "98%", "90%", "/SysCode/Editrequestinfozidingyi/");
        }
        var addlawinfo = function () {
            OpenWindow("新增法律依据", "98%", "90%", "/SysCode/Editlawzidingyi/");
        }
        //function PrintNumzichangge() {
        //    var sss = $('#PrintNumzi').val();
zhengcaioa/zhengcaioa/Views/CooperOrder/IndexWenshu.cshtml
@@ -29,10 +29,21 @@
                formatter: function (cellvalue, options, rowObject) {
                    if (rowObject.OrderType1 == "代拟投诉书") {
                        return "<a onclick=\"OpenWindow('生成投诉书','98%','100%', '/CooperOrder/EditTousushu?id=" + rowObject.Id + "')\"  >生成投诉书</a>";
                        if (rowObject.StatusName == "未生成") {
                            return "<a onclick=\"OpenWindow('生成投诉书','98%','100%', '/CooperOrder/EditTousushu?id=" + rowObject.Id + "')\"  >生成投诉书</a>";
                        } else {
                            return "<a onclick=\"OpenWindow('修改投诉书','98%','100%', '/CooperOrder/EditTousushu?id=" + rowObject.Id + "')\"  >修改投诉书</a>";
                        }
                    }
                    else if (rowObject.OrderType1 == "代拟质疑函") {
                        return "<a onclick=\"OpenWindow('生成质疑函','98%','100%', '/CooperOrder/EditZhiyihan?id=" + rowObject.Id + "')\"  >生成质疑函</a>";
                        if (rowObject.StatusName == "未生成") {
                            return "<a onclick=\"OpenWindow('生成质疑函','98%','100%', '/CooperOrder/EditZhiyihan?id=" + rowObject.Id + "')\"  >生成质疑函</a>";
                        } else {
                            return "<a onclick=\"OpenWindow('修改质疑函','98%','100%', '/CooperOrder/EditZhiyihan?id=" + rowObject.Id + "')\"  >修改质疑函</a>";
                        }
                    }
zhengcaioa/zhengcaioa/Views/CooperOrder/PrintZhiyihan.cshtml
@@ -178,7 +178,7 @@
                                        </tr>
                                        <tr>
                                            <td colspan="2">
                                                事实依据:@Html.Raw("<span>" + (string.IsNullOrEmpty(challengeItemDTOs[i].Evidential) ? "" : challengeItemDTOs[i].Evidential.Replace(" ", "&nbsp;").Replace("\r", "<br/>")) + "</span>");
                                                事实依据:@Html.Raw("<span>" + (string.IsNullOrEmpty(challengeItemDTOs[i].Evidential) ? "" : challengeItemDTOs[i].Evidential.Replace(" ", "&nbsp;").Replace("\r", "<br/>")) + "</span>")
                                            </td>
                                        </tr>
                                        <tr>
@@ -224,7 +224,7 @@
                                        </tr>
                                        <tr>
                                            <td colspan="2">
                                                事实依据@((i + 1) + ""): @Html.Raw("<span>" + (string.IsNullOrEmpty(challengeItemDTOs[i].Evidential) ? "" : challengeItemDTOs[i].Evidential.Replace(" ", "&nbsp;").Replace("\r", "<br/>")) + "</span>");
                                                事实依据@((i + 1) + ""): @Html.Raw("<span>" + (string.IsNullOrEmpty(challengeItemDTOs[i].Evidential) ? "" : challengeItemDTOs[i].Evidential.Replace(" ", "&nbsp;").Replace("\r", "<br/>")) + "</span>")
                                            </td>
                                        </tr>
@@ -268,9 +268,9 @@
                            <tr>
                                <td colspan="2" align="left">请求:<span>@Model.RequestInfoName</span></td>
                            </tr>
                            <tr>
                            @*<tr>
                                <td colspan="2" style="height:15px"></td>
                            </tr>
                            </tr>*@
                            <tr>
                                <td align="left">签字(签章):</td>
                                <td align="left">公章:</td>
zhengcaioa/zhengcaioa/Views/CooperOrder/Printtousushu.cshtml
@@ -281,7 +281,7 @@
                                </tr>
                                <tr>
                                    <td colspan="2">
                                        事实依据: @Html.Raw("<span>" + (string.IsNullOrEmpty(complaintItemDTOs[i].Evidential) ? "" : complaintItemDTOs[i].Evidential.Replace(" ", "&nbsp;").Replace("\r", "<br/>")) + "</span>");
                                        事实依据: @Html.Raw("<span>" + (string.IsNullOrEmpty(complaintItemDTOs[i].Evidential) ? "" : complaintItemDTOs[i].Evidential.Replace(" ", "&nbsp;").Replace("\r", "<br/>")) + "</span>")
                                    </td>
                                </tr>
@@ -325,7 +325,7 @@
                                </tr>
                                <tr>
                                    <td colspan="2">
                                        事实依据@((i+1)+""):@Html.Raw("<span>" + (string.IsNullOrEmpty(complaintItemDTOs[i].Evidential) ? "" : complaintItemDTOs[i].Evidential.Replace(" ", "&nbsp;").Replace("\r", "<br/>")) + "</span>");
                                        事实依据@((i+1)+""):@Html.Raw("<span>" + (string.IsNullOrEmpty(complaintItemDTOs[i].Evidential) ? "" : complaintItemDTOs[i].Evidential.Replace(" ", "&nbsp;").Replace("\r", "<br/>")) + "</span>")
                                    </td>
                                </tr>
                                <tr>
@@ -366,9 +366,9 @@
                            <tr>
                                <td colspan="2" align="left">请求:<span>@Model.RequestInfoName</span></td>
                            </tr>
                            <tr>
                            @*<tr>
                                <td colspan="2" style="height:15px"></td>
                            </tr>
                            </tr>*@
                            <tr>
                                <td align="left">签字(签章):</td>
                                <td align="left">公章:</td>
zhengcaioa/zhengcaioa/Views/SysCode/Editlawzidingyi.cshtml
New file
@@ -0,0 +1,518 @@
@model DTO.SysCodeDtlEntity
@using DTO;
@using zhengcaioa.Models;
@{
    List<SysCodeDtl> falv = ViewData["falv"] as List<SysCodeDtl>; //法律
    List<SysCodeDtl> question = ViewData["question"] as List<SysCodeDtl>; //法律
    List<SysCodeDtlEntity> sysCodeDtlEntities = ViewData["sysCodeDtlEntities"] as List<SysCodeDtlEntity>; //法律
}
@{
    Layout = null;
}
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
    <meta name="description" content="">
    <meta name="author" content="ThemeBucket">
    <title>@(SiteConfig.SiteName)</title>
    <link href="~/css/bootstrap.min.css" rel="stylesheet">
    <link href="~/css/font-awesome.min.css" rel="stylesheet">
    <link href="~/css/animate.min.css" rel="stylesheet">
    @*<link href="~/css/plugins/iCheck/custom.css" rel="stylesheet">*@
    <link href="~/css/style.min.css" rel="stylesheet">
    <link href="~/css/plugins/chosen/chosen.css" rel="stylesheet">
    @*<link href="~/js/plugins/layer/skin/layer.css" rel="stylesheet">*@
    @*<link href="~/css/plugins/datapicker/datepicker3.css" rel="stylesheet">*@
    <link href="~/css/style.min.css" rel="stylesheet">
    <link href="~/css/plugins/toastr/toastr.min.css" rel="stylesheet" />
    <link href="~/css/plugins/webuploader/webuploader.css" rel="stylesheet" />
    <style type="text/css">
        .webuploader-pick {
            position: relative;
            display: inline-block;
            cursor: pointer;
            background: #00b7ee;
            padding: 8px 14px 7px 14px;
            color: #fff;
            text-align: center;
            border-radius: 3px;
            overflow: hidden;
        }
        div.clearfix > label {
            padding-top: 8px;
        }
        .chosen-container {
            border-radius: 1px;
            border: 1px solid #e5e6e7;
        }
        .col-md-1.control-label {
            padding-right: 0px;
            font-weight: 400;
        }
    </style>
    <!-- jqgrid-->
    @*<link href="~/css/plugins/jqgrid/ui.jqgrid.css" rel="stylesheet">*@
    <script language="javascript" src="~/js/jquery.min.js" type="text/javascript"></script>
    <script src="~/js/bootstrap.min.js"></script>
    @*<script src="~/js/plugins/bootstro/bootstro.js"></script>*@
    <!--容器-->
    @*<script language="javascript" src="~/js/datehelper.js" type="text/javascript"></script>*@
    @*<script language="javascript" src="~/js/plugins/query/jquery.query-object.js" type="text/javascript"></script>*@
    @*<script language="javascript" src="~/js/plugins/iCheck/icheck.min.js" type="text/javascript"></script>*@
    <script language="javascript" src="~/js/plugins/chosen/chosen.jquery.js" type="text/javascript"></script>
    @*<script language="javascript" src="~/js/plugins/datapicker/bootstrap-datepicker.js" type="text/javascript"></script>*@
    <script language="javascript" src="~/js/plugins/layer/layer.js" type="text/javascript"></script>
    @*<script src="~/js/plugins/jqgrid/jquery.jqGrid.min.js" type="text/javascript"></script>*@
    @*<script src="~/js/plugins/jqgrid/i18n/grid.locale-cn.js" type="text/javascript"></script>*@
    <script src="~/js/plugins/toastr/toastr.min.js" type="text/javascript"></script>
    <script src="~/js/plugins/webuploader/webuploader.min.js"></script>
    <script language="javascript" src="~/js/common-layout.js" type="text/javascript"></script>
    <script src="~/js/plugins/layer/laydate/laydate.js" type="text/javascript"></script>
    @*<script src="~/js/plugins/iTexbox/itextbox.js" type="text/javascript"></script>*@
    @*<script src="~/js/plugins/iuploader/iuploader.js"></script>*@
    <script src="~/js/TUJS.js"></script>
</head>
<body class="gray-bg" style="overflow:auto">
    <form id="formtest">
        <div class="wrapper wrapper-content" id="ibox-content" style="padding:15px;">
            <div class="row">
                <div class="col-sm-12">
                    <div class="ibox float-e-margins">
                        <div class="ibox-title">
                            <h5>                            <i class="fa fa-list"></i>&nbsp;基本信息</h5>
                        </div>
                        <div id="div_content" class="ibox-content" style="background-color:white;">
                            <div class="row">
                                <div class="clearfix layer-area" style="padding-bottom:15px;">
                                    <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-10 col-md-10">
                                            @*<input class="form-control" label="法律名称" id="Comments" name="Comments" labtype="txt" addvisible="true" editvisible="true" reg="" maxlength="100" ismust="true" type="text" value="@Model.Comments">*@
                                            <select id="Classify1" class="form-control" name="Classify1" data-placeholder="选择 序列 ...">
                                                <option value="" hassubinfo="true">请选择</option>
                                                @foreach (var item in question)
                                                {
                                                    @if (!item.CodeSn.Equals(Model.Classify1))
                                                    {
                                                        <option value="@item.CodeSn" hassubinfo="true">
                                                            @item.Comments
                                                        </option>
                                                    }
                                                    else
                                                    {
                                                        <option value="@item.CodeSn" hassubinfo="true" selected="selected">
                                                            @item.Comments
                                                        </option>
                                                    }
                                                }
                                                }
                                            </select>
                                            <input type="hidden" name="CodeId" value="@Model.CodeId" />
                                        </div>
                                    </div>
                                    <div id="addlist_2">
                                        @for (int i = 0; i < sysCodeDtlEntities.Count; i++)
                                        {
                                            <div class="fatiaomeirong">
                                                <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-2 col-md-2" style="width:5%;">
                                                        <input class="form-control" label="编码" name="CodeSns" labtype="txt" addvisible="true" editvisible="true" reg="" maxlength="50" ismust="true" type="text" value="@sysCodeDtlEntities[i].CodeSn">
                                                        <input type="hidden" name="Id" value="@Model.Id" />
                                                    </div>
                                                </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-10 col-md-10">
                                                        @*<input class="form-control" label="法律名称" id="Comments" name="Comments" labtype="txt" addvisible="true" editvisible="true" reg="" maxlength="100" ismust="true" type="text" value="@Model.Comments">*@
                                                        <select class="form-control" name="Commentss" data-placeholder="选择 序列 ...">
                                                            <option value="" hassubinfo="true">请选择</option>
                                                            @foreach (var item in falv)
                                                            {
                                                                @if (!item.CodeSn.Equals(sysCodeDtlEntities[i].Comments))
                                                                {
                                                                    <option value="@item.CodeSn" hassubinfo="true">
                                                                        @item.Comments
                                                                    </option>
                                                                }
                                                                else
                                                                {
                                                                    <option value="@item.CodeSn" hassubinfo="true" selected="selected">
                                                                        @item.Comments
                                                                    </option>
                                                                }
                                                            }
                                                            }
                                                        </select>
                                                    </div>
                                                </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-2 col-md-2">
                                                        <input class="form-control" label="法条" name="Classify2s" labtype="txt" addvisible="true" editvisible="true" maxlength="50" reg="" ismust="flase" type="text" value="@sysCodeDtlEntities[i].Classify2">
                                                    </div>
                                                </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-10 col-md-10">
                                                        @*<input class="form-control" label="内容" id="Contents" name="Contents" labtype="txt" addvisible="true" editvisible="true" reg="" maxlength="300" ismust="true" type="text" value="@Model.Contents">*@
                                                        <textarea class="form-control bt" name="Contentss" title="内容" isempty="" maxlength="300" 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'">@sysCodeDtlEntities[i].Contents</textarea>
                                                    </div>
                                                </div>
                                                <div class="clearfix layer-area" style="padding-bottom:15px;display:none;">
                                                    <label class="text-right col-sm-1 col-md-1 control-label">排序</label>
                                                    <div class="col-sm-2 col-md-2" style="width:5%;">
                                                        <input class="form-control" label="排序" name="Sorts" labtype="txt" addvisible="true" editvisible="true" maxlength="100" reg="" ismust="flase" type="text" value="@sysCodeDtlEntities[i].Sort" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)">
                                                    </div>
                                                </div>
                                            </div>
                                        }
                                    </div>
                                    <div class="clearfix layer-area" style="padding-bottom:15px;">
                                        <div class="col-sm-1 col-md-1">
                                            <button type="button" class="addBtn" onclick="addBtn(this)" data-type="2" style="width:32px">+</button>
                                            <button type="button" class="delBtn" onclick="delBtn(this)" data-type="2" style="width:32px">-</button>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        </div>
        <div class="wrapper wrapper-content" style="margin-top:0px"></div>
        <div class="ibox-content" id="top" style="z-index:100; position:fixed; height:50px; width:100%;bottom:0; text-align: right; padding-top:8px ">
            <div class="" style="float:right;" data-bootstro-width="500px" data-bootstro-content="功能按钮:“保存”,“删除”">
                @*<a class="btn btn-success" href="javascript:void(0)" onclick="delPosition();" style="margin-left:4px; border-radius:4px;">
                        <i class="glyphicon glyphicon-remove"></i>&nbsp;&nbsp;<span class="bold">删除</span>
                    </a>*@
                <a class="btn btn-success" href="javascript:void(0)" onclick="savePosition();" style="margin-left:4px; border-radius:4px;">
                    <i class="glyphicon glyphicon-ok"></i>&nbsp;&nbsp;<span class="bold">提交</span>
                </a>
                <a class="btn btn-success" href="javascript:void(0)" onclick="closepage();" style="margin-left:4px; border-radius:4px;">
                    <i class="glyphicon glyphicon-remove"></i>&nbsp;&nbsp;<span class="bold">关闭</span>
                </a>
            </div>
        </div>
    </form>
    <script type="text/javascript">
        var hh = document.body.clientHeight - $('.ibox-title').height() - $("#top").height() * 2;
        $("#div_content").height(hh);
        var Contentss = document.getElementsByName("Contentss");
        for (var a = 0; a < Contentss.length; a++) {
            Contentss[a].style.height = Contentss[a].scrollHeight + 'px';
        }
        toastr.options = {
            "closeButton": true,
            "debug": false,
            "progressBar": true,
            "positionClass": "toast-bottom-right",
            "onclick": null,
            "showDuration": "300",
            "hideDuration": "600",
            "timeOut": "4500",
            "extendedTimeOut": "600",
            "showEasing": "swing",
            "hideEasing": "linear",
            "showMethod": "fadeIn",
            "hideMethod": "fadeOut"
        };
        var id = '@Model.Id';
        var delPosition = function () {
            if (id == null || id == '') {
                toastr.warning("请先保存");
                return;
            }
            $.ajax({
                type: "GET",
                url: "/SysCode/NullifySysCodeDtl?id=" + id,
                dataType: "json",
                global: false,
                data: '',
                success: function (data) {
                    if (data.Result) {
                        //  parent._afterSave(true);
                        parent.layer.msg('删除成功', { icon: 6 });
                        _pageAutoClose();//自动关闭页面方法
                    }
                    else {
                        // toastr.error("");
                        parent.layer.msg('删除失败', { icon: 5 });
                    }
                },
                error: function () {
                    if ($.isNumber(imgLoad)) {
                        parent.layer.close(imgLoad);
                    }
                    //toastr.error("保存失败");
                    parent.layer.msg('保存失败', { icon: 5 });
                }
            });
        }
        var closepage = function () {
            _pageAutoClose();//自动关闭页面方法
        }
        // 保存岗位信息
        var savePosition = function () {
            //if ($.trim($("#CodeSn").val()) == '') {
            //    toastr.warning("编码不能为空");
            //    return;
            //}
            //if ($.trim($("#Comments").val()) == '') {
            //    toastr.warning("法律名称不能为空");
            //    return;
            //}
            if ($.trim($("#Classify1").val()) == '') {
                toastr.warning("质疑事项不能为空");
                return;
            }
           // var data = { id: $("#Id").val(), DocType: $("#DocType").val(), DocDept: $("#DocDept").val(), PublishTime: $("#PublishTime").val(), DocNo: $("#DocNo").val(), DocTitle: $("#DocTitle").val(), DocContent: ueue, DocZtc: $("#DocZtc").val(), Printtimes: $("#Printtimes").val(), DocCsdw: $("#DocCsdw").val(), PrintStatus: $("#PrintStatus").val()}
            $.ajax({
                type: "POST",
                url: "/SysCode/Savequestiontypes",
                dataType: "json",
                global: false,
                data: $('form').serializeArray(),
                success: function (data) {
                        if (data.Result) {
                            //  parent._afterSave(true);
                            parent.layer.msg('成功保存', { icon: 6 });
                            _pageAutoClose();//自动关闭页面方法
                            //try {
                            //    _pageAutoClose();//自动关闭页面方法
                            //}
                            //catch (err) {
                            //    parent._CloseTab1("/HrJibengongzi/Edit/");
                            //}
                        }
                        else {
                            // toastr.error("失败");
                            parent.layer.msg(data.Message, { icon: 5 });
                        }
                },
                error: function () {
                    parent.layer.msg('失败', { icon: 5 });
                }
            });
        }
        function _pageAutoClose() {
            parent.window._reloadPageData();
            var index = parent.layer.getFrameIndex(window.name);
            parent.layer.isRefresh = true;
            parent.layer.closeAll('loading');
            parent.layer.close(index);
            return false;
        }
         function addBtn(obj) {
            var oTr = document.createElement('div');
            var num = $(obj).data().type;
            console.log(num)
            if (num == 2) {
                $('#addlist_2').append(oTr);
                $(oTr).html(` <div class="fatiaomeirong" >
  <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-2 col-md-2" style="width:5%;">
                                                    <input class="form-control" label="编码"  name="CodeSns" labtype="txt" addvisible="true" editvisible="true" reg="" maxlength="50" ismust="true" type="text" value="">
                                                    <input type="hidden" name="Id" value="" />
                                                </div>
                                            </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-10 col-md-10">
                                                    <select  class="form-control" name="Commentss" data-placeholder="选择 序列 ...">
                                                        <option value="" hassubinfo="true">请选择</option>
                                                        @foreach (var item in falv)
                                                        {
                                                                <option value="@item.CodeSn" hassubinfo="true">
                                                                    @item.Comments
                                                                </option>
                                                        }
                                                    </select>
                                                </div>
                                            </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-2 col-md-2">
                                                    <input class="form-control" label="法条" name="Classify2s" labtype="txt" addvisible="true" editvisible="true" maxlength="50" reg="" ismust="flase" type="text" value="">
                                                </div>
                                            </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-10 col-md-10">
                                                    <textarea class="form-control bt"  name="Contentss" title="内容" isempty="" maxlength="300" 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 class="clearfix layer-area" style="padding-bottom:15px;display:none;">
                                                <label class="text-right col-sm-1 col-md-1 control-label">排序</label>
                                                <div class="col-sm-2 col-md-2" style="width:5%;">
                                                    <input class="form-control" label="排序"  name="Sorts" labtype="txt" addvisible="true" editvisible="true" maxlength="100" reg="" ismust="flase" type="text" value="1" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)">
                                                </div>
                                            </div>
   </div>
`);
            }
        }
        function delBtn(obj) {
            var num = $(obj).data().type;
            console.log(num)
             if (num == 2) {
                if ($('#addlist_2').find('.fatiaomeirong').length > 1) {
                    $('#addlist_2').find('.fatiaomeirong:last').remove();
                }
            }
        }
    </script>
</body>
</html>
zhengcaioa/zhengcaioa/Views/SysCode/Editquestionzidingyi.cshtml
New file
@@ -0,0 +1,346 @@
@model DTO.SysCodeDtlEntity
@using DTO;
@using zhengcaioa.Models;
@{
}
@{
    Layout = null;
}
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
    <meta name="description" content="">
    <meta name="author" content="ThemeBucket">
    <title>@(SiteConfig.SiteName)</title>
    <link href="~/css/bootstrap.min.css" rel="stylesheet">
    <link href="~/css/font-awesome.min.css" rel="stylesheet">
    <link href="~/css/animate.min.css" rel="stylesheet">
    @*<link href="~/css/plugins/iCheck/custom.css" rel="stylesheet">*@
    <link href="~/css/style.min.css" rel="stylesheet">
    <link href="~/css/plugins/chosen/chosen.css" rel="stylesheet">
    @*<link href="~/js/plugins/layer/skin/layer.css" rel="stylesheet">*@
    @*<link href="~/css/plugins/datapicker/datepicker3.css" rel="stylesheet">*@
    <link href="~/css/style.min.css" rel="stylesheet">
    <link href="~/css/plugins/toastr/toastr.min.css" rel="stylesheet" />
    <link href="~/css/plugins/webuploader/webuploader.css" rel="stylesheet" />
    <style type="text/css">
        .webuploader-pick {
            position: relative;
            display: inline-block;
            cursor: pointer;
            background: #00b7ee;
            padding: 8px 14px 7px 14px;
            color: #fff;
            text-align: center;
            border-radius: 3px;
            overflow: hidden;
        }
        div.clearfix > label {
            padding-top: 8px;
        }
        .chosen-container {
            border-radius: 1px;
            border: 1px solid #e5e6e7;
        }
        .col-md-1.control-label {
            padding-right: 0px;
            font-weight: 400;
        }
    </style>
    <!-- jqgrid-->
    @*<link href="~/css/plugins/jqgrid/ui.jqgrid.css" rel="stylesheet">*@
    <script language="javascript" src="~/js/jquery.min.js" type="text/javascript"></script>
    <script src="~/js/bootstrap.min.js"></script>
    @*<script src="~/js/plugins/bootstro/bootstro.js"></script>*@
    <!--容器-->
    @*<script language="javascript" src="~/js/datehelper.js" type="text/javascript"></script>*@
    @*<script language="javascript" src="~/js/plugins/query/jquery.query-object.js" type="text/javascript"></script>*@
    @*<script language="javascript" src="~/js/plugins/iCheck/icheck.min.js" type="text/javascript"></script>*@
    <script language="javascript" src="~/js/plugins/chosen/chosen.jquery.js" type="text/javascript"></script>
    @*<script language="javascript" src="~/js/plugins/datapicker/bootstrap-datepicker.js" type="text/javascript"></script>*@
    <script language="javascript" src="~/js/plugins/layer/layer.js" type="text/javascript"></script>
    @*<script src="~/js/plugins/jqgrid/jquery.jqGrid.min.js" type="text/javascript"></script>*@
    @*<script src="~/js/plugins/jqgrid/i18n/grid.locale-cn.js" type="text/javascript"></script>*@
    <script src="~/js/plugins/toastr/toastr.min.js" type="text/javascript"></script>
    <script src="~/js/plugins/webuploader/webuploader.min.js"></script>
    <script language="javascript" src="~/js/common-layout.js" type="text/javascript"></script>
    <script src="~/js/plugins/layer/laydate/laydate.js" type="text/javascript"></script>
    @*<script src="~/js/plugins/iTexbox/itextbox.js" type="text/javascript"></script>*@
    @*<script src="~/js/plugins/iuploader/iuploader.js"></script>*@
    <script src="~/js/TUJS.js"></script>
</head>
<body class="gray-bg" style="overflow:auto">
    <form id="formtest">
        <div class="wrapper wrapper-content" id="ibox-content" style="padding:15px;">
            <div class="row">
                <div class="col-sm-12">
                    <div class="ibox float-e-margins">
                        <div class="ibox-title">
                            <h5>                            <i class="fa fa-list"></i>&nbsp;基本信息</h5>
                        </div>
                        <div id="div_content" class="ibox-content" style="background-color:white;">
                            <div class="row">
                                <div class="clearfix layer-area" style="padding-bottom:15px;">
                                    <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-2 col-md-2" style="width:5%;">
                                            <input class="form-control" label="编码" id="CodeSn" name="CodeSn" labtype="txt" addvisible="true" editvisible="true" reg="" maxlength="50" ismust="true" type="text" value="@Model.CodeSn">
                                            <input type="hidden" name="Id" value="@Model.Id" />
                                            <input type="hidden" name="CodeId" value="@Model.CodeId" />
                                        </div>
                                    </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-10 col-md-10">
                                            <input class="form-control" label="名称" id="Comments" name="Comments" labtype="txt" addvisible="true" editvisible="true" reg="" maxlength="100" ismust="true" type="text" value="@Model.Comments">
                                        </div>
                                    </div>
                                    <div class="clearfix layer-area" style="padding-bottom:15px;display:none;">
                                        <label class="text-right col-sm-1 col-md-1 control-label">排序</label>
                                        <div class="col-sm-2 col-md-2" style="width:5%;">
                                            <input class="form-control" label="排序" id="Sort" name="Sort" labtype="txt" addvisible="true" editvisible="true" maxlength="100" reg="" ismust="flase" type="text" value="@Model.Sort" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)">
                                        </div>
                                    </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-10 col-md-10">
                                            <input class="form-control" label="备注" id="Contents" name="Contents" labtype="txt" addvisible="true" editvisible="true" reg="" maxlength="300" ismust="true" type="text" value="@Model.Contents">
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="wrapper wrapper-content" style="margin-top:0px"></div>
        <div class="ibox-content" id="top" style="z-index:100; position:fixed; height:50px; width:100%;bottom:0; text-align: right; padding-top:8px ">
            <div class="" style="float:right;" data-bootstro-width="500px" data-bootstro-content="功能按钮:“保存”,“删除”">
                @*<a class="btn btn-success" href="javascript:void(0)" onclick="delPosition();" style="margin-left:4px; border-radius:4px;">
                    <i class="glyphicon glyphicon-remove"></i>&nbsp;&nbsp;<span class="bold">删除</span>
                </a>*@
                <a class="btn btn-success" href="javascript:void(0)" onclick="savePosition();" style="margin-left:4px; border-radius:4px;">
                    <i class="glyphicon glyphicon-ok"></i>&nbsp;&nbsp;<span class="bold">提交</span>
                </a>
                <a class="btn btn-success" href="javascript:void(0)" onclick="closepage();" style="margin-left:4px; border-radius:4px;">
                    <i class="glyphicon glyphicon-remove"></i>&nbsp;&nbsp;<span class="bold">关闭</span>
                </a>
            </div>
        </div>
    </form>
    <script type="text/javascript">
        var hh = document.body.clientHeight - $('.ibox-title').height() - $("#top").height() * 2;
        $("#div_content").height(hh);
        toastr.options = {
            "closeButton": true,
            "debug": false,
            "progressBar": true,
            "positionClass": "toast-bottom-right",
            "onclick": null,
            "showDuration": "300",
            "hideDuration": "600",
            "timeOut": "4500",
            "extendedTimeOut": "600",
            "showEasing": "swing",
            "hideEasing": "linear",
            "showMethod": "fadeIn",
            "hideMethod": "fadeOut"
        };
        var id = '@Model.Id';
        var delPosition = function () {
            if (id == null || id == '') {
                toastr.warning("请先保存");
                return;
            }
            $.ajax({
                type: "GET",
                url: "/SysCode/NullifySysCodeDtl?id=" + id,
                dataType: "json",
                global: false,
                data: '',
                success: function (data) {
                    if (data.Result) {
                        //  parent._afterSave(true);
                        parent.layer.msg('删除成功', { icon: 6 });
                        _pageAutoClose();//自动关闭页面方法
                    }
                    else {
                        // toastr.error("");
                        parent.layer.msg('删除失败', { icon: 5 });
                    }
                },
                error: function () {
                    if ($.isNumber(imgLoad)) {
                        parent.layer.close(imgLoad);
                    }
                    //toastr.error("保存失败");
                    parent.layer.msg('保存失败', { icon: 5 });
                }
            });
        }
        var closepage = function () {
            _pageAutoClose();//自动关闭页面方法
        }
        // 保存岗位信息
        var savePosition = function () {
            if ($.trim($("#CodeSn").val()) == '') {
                toastr.warning("编码不能为空");
                return;
            }
            if ($.trim($("#Comments").val()) == '') {
                toastr.warning("名称不能为空");
                return;
            }
           // var data = { id: $("#Id").val(), DocType: $("#DocType").val(), DocDept: $("#DocDept").val(), PublishTime: $("#PublishTime").val(), DocNo: $("#DocNo").val(), DocTitle: $("#DocTitle").val(), DocContent: ueue, DocZtc: $("#DocZtc").val(), Printtimes: $("#Printtimes").val(), DocCsdw: $("#DocCsdw").val(), PrintStatus: $("#PrintStatus").val()}
            $.ajax({
                type: "POST",
                url: "/SysCode/Savequestiontype",
                dataType: "json",
                global: false,
                data: $('form').serializeArray(),
                success: function (data) {
                        if (data.Result) {
                            //  parent._afterSave(true);
                            parent.layer.msg('成功保存', { icon: 6 });
                            _pageAutoClose();//自动关闭页面方法
                       /*     window.location = "/SysCode/Editquestion";*/
                            //try {
                            //
                            //}
                            //catch (err) {
                            //    parent._CloseTab1("/HrJibengongzi/Edit/");
                            //}
                        }
                        else {
                            // toastr.error("失败");
                            parent.layer.msg(data.Message, { icon: 5 });
                        }
                },
                error: function () {
                    parent.layer.msg('失败', { icon: 5 });
                }
            });
        }
        function _pageAutoClose() {
            parent.window._reloadPageData();
            var index = parent.layer.getFrameIndex(window.name);
            parent.layer.isRefresh = true;
            parent.layer.closeAll('loading');
            parent.layer.close(index);
            return false;
        }
    </script>
</body>
</html>
zhengcaioa/zhengcaioa/Views/SysCode/Editrequestinfozidingyi.cshtml
New file
@@ -0,0 +1,338 @@
@model DTO.SysCodeDtlEntity
@using DTO;
@using zhengcaioa.Models;
@{
}
@{
    Layout = null;
}
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
    <meta name="description" content="">
    <meta name="author" content="ThemeBucket">
    <title>@(SiteConfig.SiteName)</title>
    <link href="~/css/bootstrap.min.css" rel="stylesheet">
    <link href="~/css/font-awesome.min.css" rel="stylesheet">
    <link href="~/css/animate.min.css" rel="stylesheet">
    @*<link href="~/css/plugins/iCheck/custom.css" rel="stylesheet">*@
    <link href="~/css/style.min.css" rel="stylesheet">
    <link href="~/css/plugins/chosen/chosen.css" rel="stylesheet">
    @*<link href="~/js/plugins/layer/skin/layer.css" rel="stylesheet">*@
    @*<link href="~/css/plugins/datapicker/datepicker3.css" rel="stylesheet">*@
    <link href="~/css/style.min.css" rel="stylesheet">
    <link href="~/css/plugins/toastr/toastr.min.css" rel="stylesheet" />
    <link href="~/css/plugins/webuploader/webuploader.css" rel="stylesheet" />
    <style type="text/css">
        .webuploader-pick {
            position: relative;
            display: inline-block;
            cursor: pointer;
            background: #00b7ee;
            padding: 8px 14px 7px 14px;
            color: #fff;
            text-align: center;
            border-radius: 3px;
            overflow: hidden;
        }
        div.clearfix > label {
            padding-top: 8px;
        }
        .chosen-container {
            border-radius: 1px;
            border: 1px solid #e5e6e7;
        }
        .col-md-1.control-label {
            padding-right: 0px;
            font-weight: 400;
        }
    </style>
    <!-- jqgrid-->
    @*<link href="~/css/plugins/jqgrid/ui.jqgrid.css" rel="stylesheet">*@
    <script language="javascript" src="~/js/jquery.min.js" type="text/javascript"></script>
    <script src="~/js/bootstrap.min.js"></script>
    @*<script src="~/js/plugins/bootstro/bootstro.js"></script>*@
    <!--容器-->
    @*<script language="javascript" src="~/js/datehelper.js" type="text/javascript"></script>*@
    @*<script language="javascript" src="~/js/plugins/query/jquery.query-object.js" type="text/javascript"></script>*@
    @*<script language="javascript" src="~/js/plugins/iCheck/icheck.min.js" type="text/javascript"></script>*@
    <script language="javascript" src="~/js/plugins/chosen/chosen.jquery.js" type="text/javascript"></script>
    @*<script language="javascript" src="~/js/plugins/datapicker/bootstrap-datepicker.js" type="text/javascript"></script>*@
    <script language="javascript" src="~/js/plugins/layer/layer.js" type="text/javascript"></script>
    @*<script src="~/js/plugins/jqgrid/jquery.jqGrid.min.js" type="text/javascript"></script>*@
    @*<script src="~/js/plugins/jqgrid/i18n/grid.locale-cn.js" type="text/javascript"></script>*@
    <script src="~/js/plugins/toastr/toastr.min.js" type="text/javascript"></script>
    <script src="~/js/plugins/webuploader/webuploader.min.js"></script>
    <script language="javascript" src="~/js/common-layout.js" type="text/javascript"></script>
    <script src="~/js/plugins/layer/laydate/laydate.js" type="text/javascript"></script>
    @*<script src="~/js/plugins/iTexbox/itextbox.js" type="text/javascript"></script>*@
    @*<script src="~/js/plugins/iuploader/iuploader.js"></script>*@
    <script src="~/js/TUJS.js"></script>
</head>
<body class="gray-bg" style="overflow:auto">
    <form id="formtest">
        <div class="wrapper wrapper-content" id="ibox-content" style="padding:15px;">
            <div class="row">
                <div class="col-sm-12">
                    <div class="ibox float-e-margins">
                        <div class="ibox-title">
                            <h5>                            <i class="fa fa-list"></i>&nbsp;基本信息</h5>
                        </div>
                        <div id="div_content" class="ibox-content" style="background-color:white;">
                            <div class="row">
                                <div class="clearfix layer-area" style="padding-bottom:15px;">
                                    <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-2 col-md-2" style="width:5%;">
                                            <input class="form-control" label="编码" id="CodeSn" name="CodeSn" labtype="txt" addvisible="true" editvisible="true" reg="" maxlength="50" ismust="true" type="text" value="@Model.CodeSn">
                                            <input type="hidden" name="Id" value="@Model.Id" />
                                            <input type="hidden" name="CodeId" value="@Model.CodeId" />
                                        </div>
                                    </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-10 col-md-10">
                                            <input class="form-control" label="名称" id="Comments" name="Comments" labtype="txt" addvisible="true" editvisible="true" reg="" maxlength="100" ismust="true" type="text" value="@Model.Comments">
                                        </div>
                                    </div>
                                    <div class="clearfix layer-area" style="padding-bottom:15px;display:none;">
                                        <label class="text-right col-sm-1 col-md-1 control-label">排序</label>
                                        <div class="col-sm-2 col-md-2" style="width:5%;">
                                            <input class="form-control" label="排序" id="Sort" name="Sort" labtype="txt" addvisible="true" editvisible="true" maxlength="100" reg="" ismust="flase" type="text" value="@Model.Sort" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)">
                                        </div>
                                    </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-10 col-md-10">
                                            <input class="form-control" label="备注" id="Contents" name="Contents" labtype="txt" addvisible="true" editvisible="true" reg="" maxlength="300" ismust="true" type="text" value="@Model.Contents">
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="wrapper wrapper-content" style="margin-top:0px"></div>
        <div class="ibox-content" id="top" style="z-index:100; position:fixed; height:50px; width:100%;bottom:0; text-align: right; padding-top:8px ">
            <div class="" style="float:right;" data-bootstro-width="500px" data-bootstro-content="功能按钮:“保存”,“删除”">
                <a class="btn btn-success" href="javascript:void(0)" onclick="savePosition();" style="margin-left:4px; border-radius:4px;">
                    <i class="glyphicon glyphicon-ok"></i>&nbsp;&nbsp;<span class="bold">提交</span>
                </a>
                <a class="btn btn-success" href="javascript:void(0)" onclick="closepage();" style="margin-left:4px; border-radius:4px;">
                    <i class="glyphicon glyphicon-remove"></i>&nbsp;&nbsp;<span class="bold">关闭</span>
                </a>
            </div>
        </div>
    </form>
    <script type="text/javascript">
        var hh = document.body.clientHeight - $('.ibox-title').height() - $("#top").height() * 2;
        $("#div_content").height(hh);
        toastr.options = {
            "closeButton": true,
            "debug": false,
            "progressBar": true,
            "positionClass": "toast-bottom-right",
            "onclick": null,
            "showDuration": "300",
            "hideDuration": "600",
            "timeOut": "4500",
            "extendedTimeOut": "600",
            "showEasing": "swing",
            "hideEasing": "linear",
            "showMethod": "fadeIn",
            "hideMethod": "fadeOut"
        };
        var id = '@Model.Id';
        var delPosition = function () {
            if (id == null || id == '') {
                toastr.warning("请先保存");
                return;
            }
            $.ajax({
                type: "GET",
                url: "/SysCode/NullifySysCodeDtl?id=" + id,
                dataType: "json",
                global: false,
                data: '',
                success: function (data) {
                    if (data.Result) {
                        //  parent._afterSave(true);
                        parent.layer.msg('删除成功', { icon: 6 });
                        _pageAutoClose();//自动关闭页面方法
                    }
                    else {
                        // toastr.error("");
                        parent.layer.msg('删除失败', { icon: 5 });
                    }
                },
                error: function () {
                    if ($.isNumber(imgLoad)) {
                        parent.layer.close(imgLoad);
                    }
                    //toastr.error("保存失败");
                    parent.layer.msg('保存失败', { icon: 5 });
                }
            });
        }
        var closepage = function () {
            _pageAutoClose();//自动关闭页面方法
        }
        // 保存岗位信息
        var savePosition = function () {
            if ($.trim($("#CodeSn").val()) == '') {
                toastr.warning("编码不能为空");
                return;
            }
            if ($.trim($("#Comments").val()) == '') {
                toastr.warning("名称不能为空");
                return;
            }
           // var data = { id: $("#Id").val(), DocType: $("#DocType").val(), DocDept: $("#DocDept").val(), PublishTime: $("#PublishTime").val(), DocNo: $("#DocNo").val(), DocTitle: $("#DocTitle").val(), DocContent: ueue, DocZtc: $("#DocZtc").val(), Printtimes: $("#Printtimes").val(), DocCsdw: $("#DocCsdw").val(), PrintStatus: $("#PrintStatus").val()}
            $.ajax({
                type: "POST",
                url: "/SysCode/Savequestiontype",
                dataType: "json",
                global: false,
                data: $('form').serializeArray(),
                success: function (data) {
                        if (data.Result) {
                            //  parent._afterSave(true);
                            parent.layer.msg('成功保存', { icon: 6 });
                            _pageAutoClose();//自动关闭页面方法
                        }
                        else {
                            // toastr.error("失败");
                            parent.layer.msg(data.Message, { icon: 5 });
                        }
                },
                error: function () {
                    parent.layer.msg('失败', { icon: 5 });
                }
            });
        }
        function _pageAutoClose() {
            parent.window._reloadPageData();
            var index = parent.layer.getFrameIndex(window.name);
            parent.layer.isRefresh = true;
            parent.layer.closeAll('loading');
            parent.layer.close(index);
            return false;
        }
    </script>
</body>
</html>