| | |
| | | |
| | | </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(); |
| | | |
| | | } |
| | | |