| | |
| | | |
| | | //List<SysCodeDtl> YouHuiList = ViewData["YouHuiList"] as List<SysCodeDtl>; //优惠列表 |
| | | |
| | | TChallengeletterDTO challengeletterDTO = ViewData["challengeletterDTO"] as TChallengeletterDTO; //质疑函 |
| | | |
| | | List<TChallengeItemDTO> challengeItemDTOs = challengeletterDTO.challengeItemDTOs; |
| | | |
| | | TComplaintletterDTO complaintletterDTO = ViewData["complaintletterDTO"] as TComplaintletterDTO; //投诉书 |
| | | |
| | | List<TComplaintItemDTO> complaintItemDTOs = complaintletterDTO.complaintItemDTOs; |
| | | |
| | | List<TComplaintRespondentDTO> complaintRespondentDTOs = complaintletterDTO.complaintRespondentDTOs; |
| | | |
| | | List<SysCodeDtl> request_info = ViewData["request_info"] as List<SysCodeDtl>; //质疑请求 |
| | | |
| | | List<SysCodeDtl> question = ViewData["question"] as List<SysCodeDtl>; //质疑事项 |
| | | |
| | | List<SysCodeDtl> law = ViewData["law"] as List<SysCodeDtl>; //法律依据 |
| | | |
| | | } |
| | | @{ |
| | | Layout = null; |
| | |
| | | |
| | | </div> |
| | | |
| | | <label class="text-right col-sm-1 col-md-1 control-label">订单类型2</label> |
| | | <div class="col-sm-2 col-md-2"> |
| | | <label class="text-right col-sm-1 col-md-1 control-label" id="dingdanleixing2">订单类型2</label> |
| | | <div class="col-sm-2 col-md-2" id="dingdanleixing3"> |
| | | <select id="OrderType2" class="form-control" name="OrderType2" data-placeholder="选择 序列 ..."> |
| | | <option value="" hassubinfo="true">请选择</option> |
| | | </select> |
| | |
| | | |
| | | $("#Price").trigger("change"); |
| | | |
| | | |
| | | $("#dingdanleixing2").hide(); |
| | | $("#dingdanleixing3").hide(); |
| | | |
| | | } else { |
| | | var aaa = '<option value="" hassubinfo="true">请选择</option>'; |
| | | city.append(aaa); |
| | |
| | | |
| | | } |
| | | } |
| | | |
| | | $("#dingdanleixing2").show(); |
| | | $("#dingdanleixing3").show(); |
| | | } |
| | | |
| | | |
| | |
| | | success: function (data) { |
| | | var city = $("#OrderType2"); |
| | | if (order_type != "02" || order_type1 == "电话咨询" || order_type1 == "当面咨询" || order_type1 == "代拟质疑答复" || order_type1 == "代拟投诉处理决定" || order_type1 == "竞争对手和评审专家参加政府采购数据信息查询" || order_type1 == "政采贷") { |
| | | |
| | | $("#dingdanleixing2").hide(); |
| | | $("#dingdanleixing3").hide(); |
| | | |
| | | } else { |
| | | var aaa = ''; |
| | |
| | | |
| | | } |
| | | } |
| | | $("#dingdanleixing2").show(); |
| | | $("#dingdanleixing3").show(); |
| | | |
| | | } |
| | | |