| | |
| | | <option value="" hassubinfo="true">请选择</option> |
| | | @foreach (var item in OrderType) |
| | | { |
| | | @if (!item.CodeSn.Equals(Model.OrderType)) |
| | | @if (!item.CodeSn.Equals(Model.OrderType)) |
| | | { |
| | | <option value="@item.CodeSn" hassubinfo="true"> |
| | | @item.Comments |
| | | </option> |
| | | <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" selected="selected"> |
| | | @item.Comments |
| | | </option> |
| | | } |
| | | |
| | | } |
| | |
| | | <input type="hidden" id="order_type2" name="order_type2" value="@Model.OrderType2" /> |
| | | </div> |
| | | |
| | | <label class="text-right col-sm-1 col-md-1 control-label" id="dingdanleixing4">订单类型2</label> |
| | | <div class="col-sm-2 col-md-2" id="dingdanleixing5"> |
| | | <input class="form-control" label="客户名称" name="OrderType3" id="OrderType3" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.OrderType2" maxlength="50"> |
| | | |
| | | </div> |
| | | |
| | | |
| | | @*<label class="text-right col-sm-1 col-md-1 control-label">项目<i class="red">*</i></label> |
| | | <div class="col-sm-2 col-md-2"> |
| | | <select id="OrderPro" class="form-control" name="OrderPro" data-placeholder="选择 序列 ..."> |
| | | <option value="" hassubinfo="true">请选择</option> |
| | | @foreach (var item in project) |
| | | <div class="col-sm-2 col-md-2"> |
| | | <select id="OrderPro" class="form-control" name="OrderPro" data-placeholder="选择 序列 ..."> |
| | | <option value="" hassubinfo="true">请选择</option> |
| | | @foreach (var item in project) |
| | | { |
| | | @if (!item.Id.Equals(Model.OrderPro)) |
| | | { |
| | | @if (!item.Id.Equals(Model.OrderPro)) |
| | | { |
| | | <option value="@item.Id" hassubinfo="true"> |
| | | @item.Name |
| | | </option> |
| | | } |
| | | else |
| | | { |
| | | <option value="@item.Id" hassubinfo="true" selected="selected"> |
| | | @item.Name |
| | | </option> |
| | | } |
| | | |
| | | <option value="@item.Id" hassubinfo="true"> |
| | | @item.Name |
| | | </option> |
| | | } |
| | | else |
| | | { |
| | | <option value="@item.Id" hassubinfo="true" selected="selected"> |
| | | @item.Name |
| | | </option> |
| | | } |
| | | |
| | | </select> |
| | | } |
| | | } |
| | | |
| | | </div>*@ |
| | | </select> |
| | | |
| | | </div>*@ |
| | | |
| | | |
| | | |
| | |
| | | |
| | | <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">包号</label> |
| | | <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <input class="form-control" label="包号" name="zhiyiXmPackage" id="zhiyiXmPackage" labtype="txt" addvisible="true" maxlength="30" editvisible="true" reg="" ismust="true" type="text" value="@challengeletterDTO.XmPackage"> |
| | | |
| | | <div class="input-group"> |
| | | <input type="text" name="zhiyiXmPackage" id="zhiyiXmPackage" class="form-control" value="@challengeletterDTO.XmPackage"> |
| | | <div class="input-group-btn"> |
| | | <button type="button" class="btn dropdown-toggle" data-toggle="dropdown"> |
| | | |
| | | <span class="caret"></span> |
| | | </button> |
| | | <ul class="dropdown-menu pull-right"> |
| | | <li><a href="javascript:$('#zhiyiXmPackage').val('第1包')">第1包</a></li> |
| | | <li><a href="javascript:$('#zhiyiXmPackage').val('第2包')">第2包</a></li> |
| | | <li><a href="javascript:$('#zhiyiXmPackage').val('第3包')">第3包</a></li> |
| | | <li><a href="javascript:$('#zhiyiXmPackage').val('第4包')">第4包</a></li> |
| | | <li><a href="javascript:$('#zhiyiXmPackage').val('第5包')">第5包</a></li> |
| | | </ul> |
| | | </div><!-- /btn-group --> |
| | | </div><!-- /input-group --> |
| | | </div> |
| | | |
| | | </div> |
| | |
| | | |
| | | </div> |
| | | |
| | | <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">质疑函</label> |
| | | <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <select id="TsrId" class="form-control" name="TsrId" data-placeholder="选择 序列 ..." onchange="TsrIdchangge();"> |
| | | <option value="" hassubinfo="true">请选择</option> |
| | | @foreach (var item in ChallengeletterChosen) |
| | | { |
| | | @if (!item.Id.Equals(complaintletterDTO.TsrId)) |
| | | { |
| | | <option value="@item.Id" hassubinfo="true"> |
| | | @item.OrderId |
| | | </option> |
| | | } |
| | | else |
| | | { |
| | | <option value="@item.Id" hassubinfo="true" selected="selected"> |
| | | @item.OrderId |
| | | </option> |
| | | } |
| | | @*<label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">质疑函</label> |
| | | <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <select id="TsrId" class="form-control" name="TsrId" data-placeholder="选择 序列 ..." onchange="TsrIdchangge();"> |
| | | <option value="" hassubinfo="true">请选择</option> |
| | | @foreach (var item in ChallengeletterChosen) |
| | | { |
| | | @if (!item.Id.Equals(complaintletterDTO.TsrId)) |
| | | { |
| | | <option value="@item.Id" hassubinfo="true"> |
| | | @item.OrderId |
| | | </option> |
| | | } |
| | | else |
| | | { |
| | | <option value="@item.Id" hassubinfo="true" selected="selected"> |
| | | @item.OrderId |
| | | </option> |
| | | } |
| | | |
| | | } |
| | | } |
| | | |
| | | |
| | | </select> |
| | | </div> |
| | | </select> |
| | | </div>*@ |
| | | </div> |
| | | <div class="clearfix layer-area" style="padding-bottom:15px;"> |
| | | <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">地址<i class="red">*</i></label> |
| | |
| | | <div id="beitousuren"> |
| | | @for (int i = 0; i < complaintRespondentDTOs.Count; i++) |
| | | { |
| | | @if (complaintRespondentDTOs.Count==1) |
| | | @if (complaintRespondentDTOs.Count == 1) |
| | | { |
| | | <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> |
| | | |
| | | <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <button type="button" class="addBtn" onclick="addbeitousuren(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">被投诉人</label> |
| | | <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <button type="button" class="addBtn" onclick="addxiangguangongyingshang(this)" data-type="1">相关供应商</button> |
| | | |
| | | <button type="button" class="addBtn" onclick="addbeitousuren(this)" data-type="1" style="width:32px">+</button> |
| | | <button type="button" class="delBtn" onclick="delBtn(this)" data-type="1" style="width:32px">-</button> |
| | | </div> |
| | | </div> |
| | | |
| | | |
| | | |
| | | |
| | | <div id="xiangguangongyingshang"> |
| | |
| | | } |
| | | </div> |
| | | |
| | | <div class="clearfix layer-area" style="padding-bottom:15px;"> |
| | | <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">相关供应商</label> |
| | | <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | |
| | | <button type="button" class="addBtn" onclick="addxiangguangongyingshang(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> |
| | | |
| | | |
| | | |
| | |
| | | |
| | | <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">包号</label> |
| | | <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <input class="form-control" label="包号" name="tousuXmPackage" id="tousuXmPackage" labtype="txt" addvisible="true" maxlength="30" editvisible="true" reg="" ismust="true" type="text" value="@complaintletterDTO.XmPackage"> |
| | | |
| | | <div class="input-group"> |
| | | <input type="text" name="tousuXmPackage" id="tousuXmPackage" class="form-control" value="@complaintletterDTO.XmPackage"> |
| | | <div class="input-group-btn"> |
| | | <button type="button" class="btn dropdown-toggle" data-toggle="dropdown"> |
| | | |
| | | <span class="caret"></span> |
| | | </button> |
| | | <ul class="dropdown-menu pull-right"> |
| | | <li><a href="javascript:$('#tousuXmPackage').val('第1包')">第1包</a></li> |
| | | <li><a href="javascript:$('#tousuXmPackage').val('第2包')">第2包</a></li> |
| | | <li><a href="javascript:$('#tousuXmPackage').val('第3包')">第3包</a></li> |
| | | <li><a href="javascript:$('#tousuXmPackage').val('第4包')">第4包</a></li> |
| | | <li><a href="javascript:$('#tousuXmPackage').val('第5包')">第5包</a></li> |
| | | </ul> |
| | | </div><!-- /btn-group --> |
| | | </div><!-- /input-group --> |
| | | </div> |
| | | |
| | | </div> |
| | |
| | | </select> |
| | | </div> |
| | | |
| | | <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">公告期限</label> |
| | | <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label" id="tousuNoticeDatelabel">公告期限</label> |
| | | <div class="col-sm-2 col-md-2" grouptype="Vdata" id="tousuNoticeDatediv"> |
| | | <input class="form-control" label="公告期限" name="tousuNoticeDate" id="tousuNoticeDate" labtype="txt" addvisible="true" maxlength="50" editvisible="true" reg="" ismust="true" type="text" value="@complaintletterDTO.NoticeDateName" readonly="readonly"> |
| | | |
| | | </div> |
| | |
| | | </select> |
| | | </div> |
| | | |
| | | <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">公告期限</label> |
| | | <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label" id="tousuResultnoticeDatelabel">公告期限</label> |
| | | <div class="col-sm-2 col-md-2" grouptype="Vdata" id="tousuResultnoticeDatediv"> |
| | | <input class="form-control" label="公告期限" name="tousuResultnoticeDate" id="tousuResultnoticeDate" labtype="txt" addvisible="true" maxlength="50" editvisible="true" reg="" ismust="true" type="text" value="@complaintletterDTO.ResultnoticeDateName" readonly="readonly"> |
| | | |
| | | </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">备注</label> |
| | | <div class="col-sm-8 col-md-8"> |
| | | <textarea class="form-control bt" id="Remark" name="Remark" title="备注" isempty="" maxlength="4000" length="long">@Model.Remark</textarea> |
| | | <div class="clearfix layer-area" style="padding-bottom:15px;"> |
| | | <label grouptype="Vdata" 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" id="Remark" name="Remark" title="备注" isempty="" maxlength="4000" length="long">@Model.Remark</textarea> |
| | | </div> |
| | | |
| | | </div> |
| | | |
| | | <div class="clearfix layer-area" style="padding-bottom:15px;"> |
| | | <div class="col-sm-1 col-md-1"> |
| | | |
| | | </div> |
| | | <div class="col-sm-8 col-md-8" style="color:red;"> |
| | | 系统自动根据8天内申请的优惠项目计算优惠金额 |
| | | </div> |
| | | |
| | | </div> |
| | | |
| | | |
| | | </div> |
| | | |
| | | <div class="clearfix layer-area" style="padding-bottom:15px;"> |
| | | <div class="col-sm-1 col-md-1"> |
| | | |
| | | </div> |
| | | <div class="col-sm-8 col-md-8" style="color:red;"> |
| | | 系统自动根据8天内申请的优惠项目计算优惠金额 |
| | | </div> |
| | | |
| | | </div> |
| | | |
| | | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | laydate({ elem: "#zhiyiDocumentsDate", format: 'YYYY-MM-DD', istime: true, event: "focus" }); |
| | | laydate({ elem: "#tousuResultnoticeDate", format: 'YYYY-MM-DD', istime: true, event: "focus" }); |
| | | laydate({ elem: "#tousuNoticeDate", format: 'YYYY-MM-DD', istime: true, event: "focus" }); |
| | | |
| | | $("#dingdanleixing4").hide(); |
| | | $("#dingdanleixing5").hide(); |
| | | |
| | | $(document).ready(function () { |
| | | if ("@ShouliStatus" != "1") { |
| | |
| | | |
| | | $("#dingdanleixing2").hide(); |
| | | $("#dingdanleixing3").hide(); |
| | | if (sheng == "民事纠纷" || sheng == "其他纠纷") { |
| | | $("#dingdanleixing4").show(); |
| | | $("#dingdanleixing5").show(); |
| | | } else { |
| | | $("#dingdanleixing4").hide(); |
| | | $("#dingdanleixing5").hide(); |
| | | } |
| | | |
| | | } else { |
| | | var aaa = '<option value="" hassubinfo="true">请选择</option>'; |
| | |
| | | if (order_type != "02" || order_type1 == "电话咨询" || order_type1 == "当面咨询" || order_type1 == "代拟质疑答复" || order_type1 == "代拟投诉处理决定" || order_type1 == "竞争对手和评审专家参加政府采购数据信息查询" || order_type1 == "政采贷") { |
| | | $("#dingdanleixing2").hide(); |
| | | $("#dingdanleixing3").hide(); |
| | | if (order_type1 == "民事纠纷" || order_type1 == "其他纠纷") { |
| | | $("#dingdanleixing4").show(); |
| | | $("#dingdanleixing5").show(); |
| | | } else { |
| | | $("#dingdanleixing4").hide(); |
| | | $("#dingdanleixing5").hide(); |
| | | } |
| | | |
| | | } else { |
| | | var aaa = ''; |
| | |
| | | |
| | | |
| | | function addzhiyishouquan(obj) { |
| | | $("#zhiyishouquan").show(); |
| | | $("#zhiyishouquan").toggle(); |
| | | //var sss = document.getElementsByName("zhiyiShouquandaibiao").length; |
| | | |
| | | // $('#zhiyishouquan').append(` <div class="clearfix layer-area" style="padding-bottom:15px;"> |
| | |
| | | |
| | | |
| | | function addtousushouquan(obj) { |
| | | $("#tousushouquan").show(); |
| | | $("#tousushouquan").toggle(); |
| | | //var sss = document.getElementsByName("tousuShouquandaibiao").length; |
| | | |
| | | //$('#tousushouquan').append(` <div class="clearfix layer-area" style="padding-bottom:15px;"> |
| | |
| | | }); |
| | | } |
| | | |
| | | |
| | | function delBtn(obj) { |
| | | var num = $(obj).data().type; |
| | | console.log(num) |
| | | |
| | | if (num == 1) { |
| | | if ($('#beitousuren').find('.clearfix').length > 3) { |
| | | $('#beitousuren').find('.clearfix:last').remove(); |
| | | $('#beitousuren').find('.clearfix:last').remove(); |
| | | $('#beitousuren').find('.clearfix:last').remove(); |
| | | } |
| | | |
| | | } else if (num == 2) { |
| | | if ($('#xiangguangongyingshang').find('.clearfix').length > 1) { |
| | | $('#xiangguangongyingshang').find('.clearfix:last').remove(); |
| | | $('#xiangguangongyingshang').find('.clearfix:last').remove(); |
| | | $('#xiangguangongyingshang').find('.clearfix:last').remove(); |
| | | } |
| | | |
| | | } |
| | | } |
| | | |
| | | |
| | | $("#tousuIsNotice").change(function () { |
| | | |
| | | var OrderNum = $("#tousuIsNotice").val(); |
| | | if (OrderNum == 'D') { |
| | | $("#tousuNoticeDatelabel").hide(); |
| | | $("#tousuNoticeDatediv").hide(); |
| | | } else { |
| | | $("#tousuNoticeDatelabel").show(); |
| | | $("#tousuNoticeDatediv").show(); |
| | | } |
| | | |
| | | }); |
| | | |
| | | |
| | | $("#tousuIsResultnotice").change(function () { |
| | | |
| | | var OrderNum = $("#tousuIsResultnotice").val(); |
| | | if (OrderNum == 'D') { |
| | | $("#tousuResultnoticeDatelabel").hide(); |
| | | $("#tousuResultnoticeDatediv").hide(); |
| | | } else { |
| | | $("#tousuResultnoticeDatelabel").show(); |
| | | $("#tousuResultnoticeDatediv").show(); |
| | | } |
| | | |
| | | }); |
| | | |
| | | |
| | | </script> |
| | | </body> |
| | | </html> |