| | |
| | | |
| | | //List<SysCodeDtl> YouHuiList = ViewData["YouHuiList"] as List<SysCodeDtl>; //优惠列表 |
| | | |
| | | TChallengeletterDTO challengeletterDTO = ViewData["challengeletterDTO"] as TChallengeletterDTO; //质疑函 |
| | | |
| | | List<TChallengeItemDTO> challengeItemDTOs = challengeletterDTO.challengeItemDTOs; |
| | | |
| | | List<TComplaintShouquandaibiaoDTO> challengecomplaintShouquandaibiaoDTOs = challengeletterDTO.complaintShouquandaibiaoDTOs; |
| | | |
| | | TComplaintletterDTO complaintletterDTO = ViewData["complaintletterDTO"] as TComplaintletterDTO; //投诉书 |
| | | |
| | | List<TComplaintItemDTO> complaintItemDTOs = complaintletterDTO.complaintItemDTOs; |
| | | |
| | | List<TComplaintRespondentDTO> complaintRespondentDTOs = complaintletterDTO.complaintRespondentDTOs; |
| | | |
| | | List<TComplaintShouquandaibiaoDTO> complaintShouquandaibiaoDTOs = complaintletterDTO.complaintShouquandaibiaoDTOs; |
| | | |
| | | List<TComplaintGongyingshangDTO> complaintGongyingshangDTOs = complaintletterDTO.complaintGongyingshangDTOs; |
| | | |
| | | 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>; //法律依据 |
| | | |
| | | List<SysCodeDtl> shifou = ViewData["shifou"] as List<SysCodeDtl>; //是否 |
| | | |
| | | List<TChallengeletterDTO> ChallengeletterChosen = ViewData["ChallengeletterChosen"] as List<TChallengeletterDTO>; |
| | | |
| | | List<PageEntity> ActionInfo2 = ViewData["ActionInfo2"] as List<PageEntity>; |
| | | } |
| | | @{ |
| | | Layout = null; |
| | |
| | | <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="选择 序列 ..."> |
| | |
| | | |
| | | <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"> |
| | | <input class="form-control" label="客户名称" name="OrderNum" id="OrderNum" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="number" value="@Model.OrderNum" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.replace(/^(0+)|[^\d]+/g,'')"> |
| | | <input class="form-control" label="客户名称" name="OrderNum" id="OrderNum" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.OrderNum" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.replace(/^(0+)|[^\d]+/g,'')"> |
| | | |
| | | </div> |
| | | |
| | | <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"> |
| | | <input class="form-control" label="客户名称" name="Price" id="Price" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="number" value="@Model.Price" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> |
| | | <input class="form-control" label="客户名称" name="Price" id="Price" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Price" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> |
| | | |
| | | </div> |
| | | |
| | | <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"> |
| | | <input class="form-control" label="客户名称" name="Money" id="Money" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="number" value="@Model.Money" oninput="if(value.length>8)value=value.slice(0,18)" readonly="readonly"> |
| | | <input class="form-control" label="客户名称" name="Money" id="Money" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Model.Money" oninput="if(value.length>8)value=value.slice(0,18)" readonly="readonly"> |
| | | |
| | | </div> |
| | | |
| | | |
| | | </div> |
| | | |
| | | <div class="clearfix layer-area" style="padding-bottom:15px;"> |
| | | <div id="putong"> |
| | | <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"> |
| | | <input class="form-control" label="客户名称" name="Shr" id="Shr" labtype="txt" addvisible="true" maxlength="500" editvisible="true" reg="" ismust="true" type="text" value="@Model.Shr"> |
| | | <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="Shr" id="Shr" labtype="txt" addvisible="true" maxlength="500" editvisible="true" reg="" ismust="true" type="text" value="@Model.Shr"> |
| | | |
| | | </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="ShrAddress" id="ShrAddress" labtype="txt" addvisible="true" maxlength="500" editvisible="true" reg="" ismust="true" type="text" value="@Model.ShrAddress"> |
| | | |
| | | </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="ShrTel" id="ShrTel" labtype="txt" addvisible="true" maxlength="500" editvisible="true" reg="" ismust="true" type="text" value="@Model.ShrTel"> |
| | | |
| | | </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="ShrAddress" id="ShrAddress" labtype="txt" addvisible="true" maxlength="500" editvisible="true" reg="" ismust="true" type="text" value="@Model.ShrAddress"> |
| | | |
| | | </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="ShrTel" id="ShrTel" labtype="txt" addvisible="true" maxlength="500" editvisible="true" reg="" ismust="true" type="text" value="@Model.ShrTel"> |
| | | |
| | | </div> |
| | | |
| | | |
| | | </div> |
| | | |
| | | <div id="xiangmuxinxi"> |
| | | <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"> |
| | | <input class="form-control" label="项目名称" name="Xmname" id="Xmname" labtype="txt" addvisible="true" maxlength="500" editvisible="true" reg="" ismust="true" type="text" value="@Model.Xmname"> |
| | | |
| | | </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="Xmcode" id="Xmcode" labtype="txt" addvisible="true" maxlength="500" editvisible="true" reg="" ismust="true" type="text" value="@Model.Xmcode"> |
| | | |
| | | </div> |
| | | |
| | | |
| | | |
| | | |
| | | </div> |
| | | |
| | | </div> |
| | | |
| | | <div id="jichujine"> |
| | | <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"> |
| | | <input class="form-control" label="基础金额" name="Jichumoney" id="Jichumoney" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@(Model.Jichumoney.HasValue?Model.Jichumoney.Value.ToString():"")" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> |
| | | </div> |
| | | |
| | | |
| | | </div> |
| | | |
| | | </div> |
| | | |
| | | <div id="zhiyi"> |
| | | <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"> |
| | | <input class="form-control" label="质疑供应商" name="GysName" id="GysName" labtype="txt" addvisible="true" maxlength="50" editvisible="true" reg="" ismust="true" type="text" value="@challengeletterDTO.GysName"> |
| | | |
| | | </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 class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <input class="form-control" label="地址" name="GysAddress" id="GysAddress" labtype="txt" addvisible="true" maxlength="100" editvisible="true" reg="" ismust="true" type="text" value="@challengeletterDTO.GysAddress"> |
| | | |
| | | </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="GysPostcode" id="GysPostcode" labtype="txt" addvisible="true" maxlength="10" editvisible="true" reg="" ismust="true" type="text" value="@challengeletterDTO.GysPostcode"> |
| | | |
| | | </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 class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <input class="form-control" label="联系人" name="GysContacts" id="GysContacts" labtype="txt" addvisible="true" maxlength="30" editvisible="true" reg="" ismust="true" type="text" value="@challengeletterDTO.GysContacts"> |
| | | |
| | | </div> |
| | | |
| | | <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"> |
| | | <input class="form-control" label="联系电话" name="GysPhone" id="GysPhone" labtype="txt" addvisible="true" maxlength="30" editvisible="true" reg="" ismust="true" type="text" value="@challengeletterDTO.GysPhone"> |
| | | |
| | | </div> |
| | | |
| | | |
| | | </div> |
| | | <div class="clearfix layer-area" style="padding-bottom:15px;"> |
| | | <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <button type="button" class="addBtn" onclick="addzhiyishouquan(this)" data-type="1">授权代表</button> |
| | | </div> |
| | | </div> |
| | | <div id="zhiyishouquan"> |
| | | @for (int i = 0; i < challengecomplaintShouquandaibiaoDTOs.Count; i++) |
| | | { |
| | | <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"> |
| | | <input class="form-control" label="授权代表" id="zhiyiShouquandaibiao" name="zhiyiShouquandaibiao" labtype="txt" addvisible="true" maxlength="300" editvisible="true" reg="" ismust="true" type="text" value="@challengecomplaintShouquandaibiaoDTOs[i].Shouquandaibiao"> |
| | | |
| | | </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="联系电话" id="zhiyiLianxidianhua" name="zhiyiLianxidianhua" labtype="txt" addvisible="true" maxlength="300" editvisible="true" reg="" ismust="true" type="text" value="@challengecomplaintShouquandaibiaoDTOs[i].Lianxidianhua"> |
| | | |
| | | </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"> |
| | | <input class="form-control" label="地址" id="zhiyiDizhi" name="zhiyiDizhi" labtype="txt" addvisible="true" maxlength="300" editvisible="true" reg="" ismust="true" type="text" value="@challengecomplaintShouquandaibiaoDTOs[i].Dizhi"> |
| | | |
| | | </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="邮编" id="zhiyiYoubian" name="zhiyiYoubian" labtype="txt" addvisible="true" maxlength="300" editvisible="true" reg="" ismust="true" type="text" value="@challengecomplaintShouquandaibiaoDTOs[i].Youbian"> |
| | | |
| | | </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 class="red">*</i></label> |
| | | <div class="col-sm-2 col-md-2" 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="@challengeletterDTO.XmName"> |
| | | |
| | | </div> |
| | | |
| | | <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"> |
| | | <input class="form-control" label="项目编号" name="zhiyiXmCode" id="zhiyiXmCode" labtype="txt" addvisible="true" maxlength="30" editvisible="true" reg="" ismust="true" type="text" value="@challengeletterDTO.XmCode"> |
| | | |
| | | </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"> |
| | | |
| | | <div class="input-group"> |
| | | <input type="text" name="zhiyiXmPackage" id="zhiyiXmPackage" class="form-control" value="@(string.IsNullOrEmpty(Model.Id)?"第1包":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 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"> |
| | | <input class="form-control" label="采购人名称" name="zhiyiPurchaserName" id="zhiyiPurchaserName" labtype="txt" addvisible="true" maxlength="50" editvisible="true" reg="" ismust="true" type="text" value="@challengeletterDTO.PurchaserName"> |
| | | |
| | | </div> |
| | | |
| | | <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"> |
| | | <input class="form-control" label="采购文件获取日期" name="zhiyiDocumentsDate" id="zhiyiDocumentsDate" labtype="txt" addvisible="true" maxlength="50" editvisible="true" reg="" ismust="true" type="text" value="@challengeletterDTO.DocumentsDateName" readonly="readonly"> |
| | | |
| | | </div> |
| | | |
| | | |
| | | |
| | | </div> |
| | | |
| | | </div> |
| | | |
| | | |
| | | <div id="tousu"> |
| | | <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"> |
| | | <input class="form-control" label="投诉人" name="TsrName" id="TsrName" labtype="txt" addvisible="true" maxlength="50" editvisible="true" reg="" ismust="true" type="text" value="@complaintletterDTO.TsrName"> |
| | | |
| | | </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> |
| | | } |
| | | |
| | | } |
| | | |
| | | |
| | | </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 class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <input class="form-control" label="地址" name="TsrAddress" id="TsrAddress" labtype="txt" addvisible="true" maxlength="100" editvisible="true" reg="" ismust="true" type="text" value="@complaintletterDTO.TsrAddress"> |
| | | |
| | | </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="TsrPostcode" id="TsrPostcode" labtype="txt" addvisible="true" maxlength="10" editvisible="true" reg="" ismust="true" type="text" value="@complaintletterDTO.TsrPostcode"> |
| | | |
| | | </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 class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <input class="form-control" label="法定代表人" name="TsrCorporation" id="TsrCorporation" labtype="txt" addvisible="true" maxlength="30" editvisible="true" reg="" ismust="true" type="text" value="@complaintletterDTO.TsrCorporation"> |
| | | |
| | | </div> |
| | | |
| | | <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"> |
| | | <input class="form-control" label="联系电话" name="TsrPhone" id="TsrPhone" labtype="txt" addvisible="true" maxlength="30" editvisible="true" reg="" ismust="true" type="text" value="@complaintletterDTO.TsrPhone"> |
| | | |
| | | </div> |
| | | |
| | | |
| | | </div> |
| | | <div class="clearfix layer-area" style="padding-bottom:15px;"> |
| | | <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <button type="button" class="addBtn" onclick="addtousushouquan(this)" data-type="1">授权代表</button> |
| | | </div> |
| | | </div> |
| | | <div id="tousushouquan"> |
| | | @for (int i = 0; i < complaintShouquandaibiaoDTOs.Count; i++) |
| | | { |
| | | <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"> |
| | | <input class="form-control" label="授权代表" id="tousuShouquandaibiao" name="tousuShouquandaibiao" labtype="txt" addvisible="true" maxlength="300" editvisible="true" reg="" ismust="true" type="text" value="@complaintShouquandaibiaoDTOs[i].Shouquandaibiao"> |
| | | |
| | | </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="联系电话" id="tousuLianxidianhua" name="tousuLianxidianhua" labtype="txt" addvisible="true" maxlength="300" editvisible="true" reg="" ismust="true" type="text" value="@complaintShouquandaibiaoDTOs[i].Lianxidianhua"> |
| | | |
| | | </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"> |
| | | <input class="form-control" label="地址" id="tousuDizhi" name="tousuDizhi" labtype="txt" addvisible="true" maxlength="300" editvisible="true" reg="" ismust="true" type="text" value="@complaintShouquandaibiaoDTOs[i].Dizhi"> |
| | | |
| | | </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="邮编" id="tousuYoubian" name="tousuYoubian" labtype="txt" addvisible="true" maxlength="300" editvisible="true" reg="" ismust="true" type="text" value="@complaintShouquandaibiaoDTOs[i].Youbian"> |
| | | |
| | | </div> |
| | | |
| | | |
| | | </div> |
| | | } |
| | | </div> |
| | | |
| | | |
| | | <div id="beitousuren"> |
| | | @for (int i = 0; i < complaintRespondentDTOs.Count; i++) |
| | | { |
| | | @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 class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <input class="form-control" label="被投诉人" name="tousuRespondent" labtype="txt" addvisible="true" maxlength="50" editvisible="true" reg="" ismust="true" type="text" value="@complaintRespondentDTOs[i].Respondent"> |
| | | |
| | | </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 class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <input class="form-control" label="地址" name="tousuAddress" labtype="txt" addvisible="true" maxlength="100" editvisible="true" reg="" ismust="true" type="text" value="@complaintRespondentDTOs[i].Address"> |
| | | |
| | | </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="tousuPostcode" labtype="txt" addvisible="true" maxlength="10" editvisible="true" reg="" ismust="true" type="text" value="@complaintRespondentDTOs[i].Postcode"> |
| | | |
| | | </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 class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <input class="form-control" label="联系人" name="tousuContacts" labtype="txt" addvisible="true" maxlength="30" editvisible="true" reg="" ismust="true" type="text" value="@complaintRespondentDTOs[i].Contacts"> |
| | | |
| | | </div> |
| | | |
| | | <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"> |
| | | <input class="form-control" label="联系电话" name="tousuPhone" labtype="txt" addvisible="true" maxlength="30" editvisible="true" reg="" ismust="true" type="text" value="@complaintRespondentDTOs[i].Phone"> |
| | | |
| | | </div> |
| | | |
| | | |
| | | </div> |
| | | } |
| | | 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-2 col-md-2" grouptype="Vdata"> |
| | | <input class="form-control" label="被投诉人@(i+1)" name="tousuRespondent" labtype="txt" addvisible="true" maxlength="50" editvisible="true" reg="" ismust="true" type="text" value="@complaintRespondentDTOs[i].Respondent"> |
| | | |
| | | </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> |
| | | <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <input class="form-control" label="地址@(i+1)" name="tousuAddress" labtype="txt" addvisible="true" maxlength="100" editvisible="true" reg="" ismust="true" type="text" value="@complaintRespondentDTOs[i].Address"> |
| | | |
| | | </div> |
| | | |
| | | <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">邮编@(i+1)</label> |
| | | <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <input class="form-control" label="邮编@(i+1)" name="tousuPostcode" labtype="txt" addvisible="true" maxlength="10" editvisible="true" reg="" ismust="true" type="text" value="@complaintRespondentDTOs[i].Postcode"> |
| | | |
| | | </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> |
| | | <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <input class="form-control" label="联系人@(i+1)" name="tousuContacts" labtype="txt" addvisible="true" maxlength="30" editvisible="true" reg="" ismust="true" type="text" value="@complaintRespondentDTOs[i].Contacts"> |
| | | |
| | | </div> |
| | | |
| | | <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">联系电话@(i+1)</label> |
| | | <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <input class="form-control" label="联系电话@(i+1)" name="tousuPhone" labtype="txt" addvisible="true" maxlength="30" editvisible="true" reg="" ismust="true" type="text" value="@complaintRespondentDTOs[i].Phone"> |
| | | |
| | | </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">被投诉人</label> |
| | | <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | |
| | | <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"> |
| | | @for (int i = 0; i < complaintGongyingshangDTOs.Count; i++) |
| | | { |
| | | @if (complaintGongyingshangDTOs.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">相关供应商</label> |
| | | <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <input class="form-control" label="相关供应商" name="Gongytingshang" labtype="txt" addvisible="true" maxlength="300" editvisible="true" reg="" ismust="true" type="text" value="@complaintGongyingshangDTOs[i].Gongytingshang"> |
| | | |
| | | </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"> |
| | | <input class="form-control" label="地址" name="gongyingshangDizhi" labtype="txt" addvisible="true" maxlength="300" editvisible="true" reg="" ismust="true" type="text" value="@complaintGongyingshangDTOs[i].Dizhi"> |
| | | |
| | | </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="gongyingshangYoubian" labtype="txt" addvisible="true" maxlength="300" editvisible="true" reg="" ismust="true" type="text" value="@complaintGongyingshangDTOs[i].Youbian"> |
| | | |
| | | </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"> |
| | | <input class="form-control" label="联系人" name="gongyingshangLianxiren" labtype="txt" addvisible="true" maxlength="300" editvisible="true" reg="" ismust="true" type="text" value="@complaintGongyingshangDTOs[i].Lianxiren"> |
| | | |
| | | </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="gongyingshangLianxidianhua" labtype="txt" addvisible="true" maxlength="300" editvisible="true" reg="" ismust="true" type="text" value="@complaintGongyingshangDTOs[i].Lianxidianhua"> |
| | | |
| | | </div> |
| | | |
| | | |
| | | </div> |
| | | } |
| | | 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-2 col-md-2" grouptype="Vdata"> |
| | | <input class="form-control" label="相关供应商@(i+1)" name="Gongytingshang" labtype="txt" addvisible="true" maxlength="300" editvisible="true" reg="" ismust="true" type="text" value="@complaintGongyingshangDTOs[i].Gongytingshang"> |
| | | |
| | | </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> |
| | | <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <input class="form-control" label="地址@(i+1)" name="gongyingshangDizhi" labtype="txt" addvisible="true" maxlength="300" editvisible="true" reg="" ismust="true" type="text" value="@complaintGongyingshangDTOs[i].Dizhi"> |
| | | |
| | | </div> |
| | | |
| | | <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">邮编@(i+1)</label> |
| | | <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <input class="form-control" label="邮编@(i+1)" name="gongyingshangYoubian" labtype="txt" addvisible="true" maxlength="300" editvisible="true" reg="" ismust="true" type="text" value="@complaintGongyingshangDTOs[i].Youbian"> |
| | | |
| | | </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> |
| | | <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <input class="form-control" label="联系人@(i+1)" name="gongyingshangLianxiren" labtype="txt" addvisible="true" maxlength="300" editvisible="true" reg="" ismust="true" type="text" value="@complaintGongyingshangDTOs[i].Lianxiren"> |
| | | |
| | | </div> |
| | | |
| | | <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">联系电话@(i+1)</label> |
| | | <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <input class="form-control" label="联系电话@(i+1)" name="gongyingshangLianxidianhua" labtype="txt" addvisible="true" maxlength="300" editvisible="true" reg="" ismust="true" type="text" value="@complaintGongyingshangDTOs[i].Lianxidianhua"> |
| | | |
| | | </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">相关供应商</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> |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | <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"> |
| | | <input class="form-control" label="项目名称" name="tousuXmName" id="tousuXmName" labtype="txt" addvisible="true" maxlength="100" editvisible="true" reg="" ismust="true" type="text" value="@complaintletterDTO.XmName"> |
| | | |
| | | </div> |
| | | |
| | | <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"> |
| | | <input class="form-control" label="项目编号" name="tousuXmCode" id="tousuXmCode" labtype="txt" addvisible="true" maxlength="30" editvisible="true" reg="" ismust="true" type="text" value="@complaintletterDTO.XmCode"> |
| | | |
| | | </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"> |
| | | |
| | | <div class="input-group"> |
| | | <input type="text" name="tousuXmPackage" id="tousuXmPackage" class="form-control" value="@(string.IsNullOrEmpty(Model.Id)?"第1包":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> |
| | | |
| | | <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"> |
| | | <input class="form-control" label="采购人名称" name="tousuPurchaserName" id="tousuPurchaserName" labtype="txt" addvisible="true" maxlength="50" editvisible="true" reg="" ismust="true" type="text" value="@complaintletterDTO.PurchaserName"> |
| | | |
| | | </div> |
| | | |
| | | <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"> |
| | | <input class="form-control" label="代理机构名称" name="tousuAgency" id="tousuAgency" labtype="txt" addvisible="true" maxlength="50" editvisible="true" reg="" ismust="true" type="text" value="@complaintletterDTO.Agency"> |
| | | |
| | | </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 class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <select id="tousuIsNotice" class="form-control" name="tousuIsNotice" data-placeholder="选择 序列 ..."> |
| | | <option value="" hassubinfo="true">请选择</option> |
| | | @foreach (var item in shifou) |
| | | { |
| | | @if (!item.CodeSn.Equals(complaintletterDTO.IsNotice)) |
| | | { |
| | | <option value="@item.CodeSn" hassubinfo="true"> |
| | | @item.Comments |
| | | </option> |
| | | } |
| | | else |
| | | { |
| | | <option value="@item.CodeSn" hassubinfo="true" selected="selected"> |
| | | @item.Comments |
| | | </option> |
| | | } |
| | | |
| | | } |
| | | |
| | | |
| | | </select> |
| | | </div> |
| | | |
| | | <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> |
| | | |
| | | |
| | | |
| | | </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 class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <select id="tousuIsResultnotice" class="form-control" name="tousuIsResultnotice" data-placeholder="选择 序列 ..."> |
| | | <option value="" hassubinfo="true">请选择</option> |
| | | @foreach (var item in shifou) |
| | | { |
| | | @if (!item.CodeSn.Equals(complaintletterDTO.IsResultnotice)) |
| | | { |
| | | <option value="@item.CodeSn" hassubinfo="true"> |
| | | @item.Comments |
| | | </option> |
| | | } |
| | | else |
| | | { |
| | | <option value="@item.CodeSn" hassubinfo="true" selected="selected"> |
| | | @item.Comments |
| | | </option> |
| | | } |
| | | |
| | | } |
| | | |
| | | |
| | | </select> |
| | | </div> |
| | | |
| | | <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> |
| | | |
| | | |
| | | <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="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 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;"> |
| | | <a class="btn btn-success Delete" href="javascript:void(0)" onclick="delPosition();" style="margin-left:4px; border-radius:4px;display:none;"> |
| | | <i class="glyphicon glyphicon-remove"></i> <span class="bold">删除</span> |
| | | </a> |
| | | |
| | | <a class="btn btn-success" href="javascript:void(0)" onclick="savePosition();" style="margin-left:4px; border-radius:4px;"> |
| | | <a class="btn btn-success Update" href="javascript:void(0)" onclick="savePosition();" style="margin-left: 4px; border-radius: 4px; display: none;"> |
| | | <i class="glyphicon glyphicon-ok"></i> <span class="bold">提交</span> |
| | | </a> |
| | | </div> |
| | |
| | | |
| | | </form> |
| | | <script type="text/javascript"> |
| | | var hh = document.body.clientHeight - $('.ibox-title').height() - $("#top").height() * 2 - 95; |
| | | var hh = document.body.clientHeight - $('.ibox-title').height() - $("#top").height() * 2 +600; |
| | | $("#div_content").height(hh); |
| | | |
| | | toastr.options = { |
| | |
| | | "showMethod": "fadeIn", |
| | | "hideMethod": "fadeOut" |
| | | }; |
| | | |
| | | |
| | | |
| | | 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") { |
| | |
| | | |
| | | var id = '@Model.Id'; |
| | | var order_type = '@Model.OrderType'; |
| | | var order_type1 = $("#order_type1").val(); |
| | | var order_type2 = $("#order_type2").val(); |
| | | var order_type1 = '@Html.Raw(Model.OrderType1)';/*$("#order_type1").val();*/ |
| | | var order_type2 = '@Html.Raw(Model.OrderType2)';/*$("#order_type2").val();*/ |
| | | |
| | | var bUpload = false; |
| | | var bAdd = false; // 新增操作 |
| | |
| | | } |
| | | |
| | | |
| | | if ($("#OrderType1").val() == "代拟投诉书") { |
| | | if ($.trim($("#TsrName").val()) == '') { |
| | | toastr.warning("投诉人不能为空"); |
| | | return; |
| | | } |
| | | if ($.trim($("#TsrAddress").val()) == '') { |
| | | toastr.warning("投诉人地址不能为空"); |
| | | return; |
| | | } |
| | | //if ($.trim($("#TsrPostcode").val()) == '') { |
| | | // toastr.warning("投诉人邮编不能为空"); |
| | | // return; |
| | | //} |
| | | if ($.trim($("#TsrCorporation").val()) == '') { |
| | | toastr.warning("投诉人法定代表人不能为空"); |
| | | return; |
| | | } |
| | | if ($.trim($("#TsrPhone").val()) == '') { |
| | | toastr.warning("投诉人联系电话不能为空"); |
| | | return; |
| | | } |
| | | |
| | | |
| | | if ($.trim($("#tousuXmName").val()) == '') { |
| | | toastr.warning("项目名称不能为空"); |
| | | return; |
| | | } |
| | | if ($.trim($("#tousuXmName").val()) == '') { |
| | | toastr.warning("项目编号不能为空"); |
| | | return; |
| | | } |
| | | if ($.trim($("#tousuPurchaserName").val()) == '') { |
| | | toastr.warning("采购人名称不能为空"); |
| | | return; |
| | | } |
| | | if ($.trim($("#tousuAgency").val()) == '') { |
| | | toastr.warning("代理机构名称不能为空"); |
| | | return; |
| | | } |
| | | if ($.trim($("#tousuIsNotice").val()) == '') { |
| | | toastr.warning("采购文件公告不能为空"); |
| | | return; |
| | | } |
| | | if ($.trim($("#tousuIsResultnotice").val()) == '') { |
| | | toastr.warning("采购结果公告不能为空"); |
| | | return; |
| | | } |
| | | |
| | | |
| | | if ($.trim(document.getElementsByName("tousuRespondent")[0].value) == '') { |
| | | toastr.warning("被投诉人不能为空"); |
| | | return; |
| | | } |
| | | if ($.trim(document.getElementsByName("tousuAddress")[0].value) == '') { |
| | | toastr.warning("被投诉人地址不能为空"); |
| | | return; |
| | | } |
| | | if ($.trim(document.getElementsByName("tousuContacts")[0].value) == '') { |
| | | toastr.warning("被投诉人联系人不能为空"); |
| | | return; |
| | | } |
| | | if ($.trim(document.getElementsByName("tousuPhone")[0].value) == '') { |
| | | toastr.warning("被投诉人联系电话不能为空"); |
| | | return; |
| | | } |
| | | |
| | | |
| | | } else if ($("#OrderType1").val() == "代拟质疑函") { |
| | | if ($.trim($("#GysName").val()) == '') { |
| | | toastr.warning("质疑供应商不能为空"); |
| | | return; |
| | | } |
| | | if ($.trim($("#GysAddress").val()) == '') { |
| | | toastr.warning("质疑供应商地址不能为空"); |
| | | return; |
| | | } |
| | | //if ($.trim($("#GysPostcode").val()) == '') { |
| | | // toastr.warning("质疑供应商邮编不能为空"); |
| | | // return; |
| | | //} |
| | | if ($.trim($("#GysContacts").val()) == '') { |
| | | toastr.warning("质疑供应商联系人不能为空"); |
| | | return; |
| | | } |
| | | if ($.trim($("#GysPhone").val()) == '') { |
| | | toastr.warning("质疑供应商联系电话不能为空"); |
| | | return; |
| | | } |
| | | |
| | | if ($.trim($("#zhiyiXmName").val()) == '') { |
| | | toastr.warning("项目名称不能为空"); |
| | | return; |
| | | } |
| | | if ($.trim($("#zhiyiXmCode").val()) == '') { |
| | | toastr.warning("项目编号不能为空"); |
| | | return; |
| | | } |
| | | if ($.trim($("#zhiyiPurchaserName").val()) == '') { |
| | | toastr.warning("采购人名称不能为空"); |
| | | return; |
| | | } |
| | | if ($.trim($("#zhiyiDocumentsDate").val()) == '') { |
| | | toastr.warning("采购文件获取日期不能为空"); |
| | | return; |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | //var data = { id: $("#Id").val(), StartTime:$("#StartTime").val(), Sheng: $("#Sheng").val(), job_level: $("#Job_level").val().toString(), ExistsAttachment: fileId != "" } |
| | |
| | | |
| | | $("#OrderType").change(function () { |
| | | var sheng = $("#OrderType").val(); |
| | | if (sheng == '08' || sheng == '11' || sheng == '10') { |
| | | $('#Price').removeAttr("readonly");//去除input元素的readonly属性 |
| | | } else { |
| | | $('#Price').attr("readonly", "readonly")//将input元素设置为readonly |
| | | } |
| | | $.ajax({ |
| | | type: "GET", |
| | | url: "/CooperOrder/getOrderType?OrderType=" + sheng, |
| | |
| | | var city = $("#OrderType1"); |
| | | city.find('option').remove(); |
| | | $("#OrderType2").find('option').remove(); |
| | | |
| | | |
| | | $("#Price").val(""); |
| | | |
| | | |
| | | var aaa = '<option value="" hassubinfo="true">请选择</option>'; |
| | | city.append(aaa); |
| | | if (data.length > 0) { |
| | |
| | | parent.layer.msg('失败', { icon: 5 }); |
| | | } |
| | | }); |
| | | $("#putong").show(); |
| | | $("#zhiyi").hide(); |
| | | $("#tousu").hide(); |
| | | |
| | | if (sheng == '03' || sheng == '08') { |
| | | $("#xiangmuxinxi").show(); |
| | | } else { |
| | | $("#xiangmuxinxi").hide(); |
| | | } |
| | | |
| | | if (sheng == '08') { |
| | | $("#jichujine").show(); |
| | | } else { |
| | | $("#jichujine").hide(); |
| | | } |
| | | }); |
| | | |
| | | |
| | |
| | | success: function (data) { |
| | | var city = $("#OrderType2"); |
| | | city.find('option').remove(); |
| | | |
| | | |
| | | $("#Price").val(""); |
| | | |
| | | |
| | | |
| | | if (OrderType != "02" || sheng == "电话咨询" || sheng == "当面咨询" || sheng == "代拟质疑答复" || sheng == "代拟投诉处理决定" || sheng == "竞争对手和评审专家参加政府采购数据信息查询" || sheng == "政采贷") { |
| | | if (OrderType == "01") { |
| | |
| | | |
| | | $("#dingdanleixing2").hide(); |
| | | $("#dingdanleixing3").hide(); |
| | | if (sheng == "民事纠纷" || sheng == "其他纠纷") { |
| | | $("#dingdanleixing4").show(); |
| | | $("#dingdanleixing5").show(); |
| | | } else { |
| | | $("#dingdanleixing4").hide(); |
| | | $("#dingdanleixing5").hide(); |
| | | } |
| | | |
| | | } else { |
| | | var aaa = '<option value="" hassubinfo="true">请选择</option>'; |
| | |
| | | $("#dingdanleixing3").show(); |
| | | } |
| | | |
| | | if ($("#OrderType1").val() == "代拟投诉书") { |
| | | $("#putong").hide(); |
| | | $("#zhiyi").hide(); |
| | | $("#tousu").show(); |
| | | } else if ($("#OrderType1").val() == "代拟质疑函") { |
| | | $("#putong").hide(); |
| | | $("#zhiyi").show(); |
| | | $("#tousu").hide(); |
| | | } else { |
| | | $("#putong").show(); |
| | | $("#zhiyi").hide(); |
| | | $("#tousu").hide(); |
| | | if (OrderType == '03' || OrderType == '08') { |
| | | $("#xiangmuxinxi").show(); |
| | | } else { |
| | | $("#xiangmuxinxi").hide(); |
| | | } |
| | | |
| | | if (OrderType == '08') { |
| | | $("#jichujine").show(); |
| | | } else { |
| | | $("#jichujine").hide(); |
| | | } |
| | | } |
| | | |
| | | |
| | | |
| | |
| | | |
| | | |
| | | $("#OrderType2").change(function () { |
| | | |
| | | var OrderType = $("#OrderType").val(); |
| | | var OrderType1 = $("#OrderType1").val(); |
| | | var OrderType2 = $("#OrderType2").val(); |
| | |
| | | |
| | | |
| | | |
| | | if (id != null && id != '') { |
| | | if (order_type != null && order_type != '') { |
| | | |
| | | $.ajax({ |
| | | type: "GET", |
| | |
| | | var city = $("#OrderType1"); |
| | | |
| | | |
| | | |
| | | |
| | | var aaa = ''; |
| | | city.append(aaa); |
| | | |
| | |
| | | }); |
| | | |
| | | |
| | | |
| | | |
| | | $.ajax({ |
| | | type: "GET", |
| | |
| | | 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 = ''; |
| | |
| | | |
| | | |
| | | |
| | | |
| | | if (id == null || id == '') { |
| | | $("#OrderType2").trigger("change"); |
| | | } |
| | | |
| | | |
| | | }, |
| | |
| | | } |
| | | }); |
| | | |
| | | |
| | | if (order_type == '03' || order_type == '08') { |
| | | $("#xiangmuxinxi").show(); |
| | | } else { |
| | | $("#xiangmuxinxi").hide(); |
| | | } |
| | | |
| | | if (order_type == '08') { |
| | | $("#jichujine").show(); |
| | | } else { |
| | | $("#jichujine").hide(); |
| | | } |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | $(document).ready(function () { |
| | | |
| | | if ($("#OrderType").val() == "02") { |
| | | if ($("#OrderType1").val() == "代拟投诉书") { |
| | | $("#putong").hide(); |
| | | $("#zhiyi").hide(); |
| | | $("#tousu").show(); |
| | | } else if ($("#OrderType1").val() == "代拟质疑函") { |
| | | $("#putong").hide(); |
| | | $("#zhiyi").show(); |
| | | $("#tousu").hide(); |
| | | } else { |
| | | $("#putong").show(); |
| | | $("#zhiyi").hide(); |
| | | $("#tousu").hide(); |
| | | if ($("#OrderType").val() == '03' || $("#OrderType").val() == '08') { |
| | | $("#xiangmuxinxi").show(); |
| | | } else { |
| | | $("#xiangmuxinxi").hide(); |
| | | } |
| | | |
| | | if (sheng == '08') { |
| | | $("#jichujine").show(); |
| | | } else { |
| | | $("#jichujine").hide(); |
| | | } |
| | | } |
| | | } else { |
| | | $("#putong").show(); |
| | | $("#zhiyi").hide(); |
| | | $("#tousu").hide(); |
| | | if ($("#OrderType").val() == '03' || $("#OrderType").val() == '08') { |
| | | $("#xiangmuxinxi").show(); |
| | | } else { |
| | | $("#xiangmuxinxi").hide(); |
| | | } |
| | | |
| | | if ($("#OrderType").val() == '08') { |
| | | $("#jichujine").show(); |
| | | } else { |
| | | $("#jichujine").hide(); |
| | | } |
| | | } |
| | | |
| | | if ($("#zhiyiShouquandaibiao").val() != "") { |
| | | $("#zhiyishouquan").show(); |
| | | } else { |
| | | $("#zhiyishouquan").hide(); |
| | | } |
| | | |
| | | if ($("#tousuShouquandaibiao").val() != "") { |
| | | $("#tousushouquan").show(); |
| | | } else { |
| | | $("#tousushouquan").hide(); |
| | | } |
| | | |
| | | var sheng = $("#OrderType").val(); |
| | | if (sheng == '08' || sheng == '11' || sheng == '10') { |
| | | $('#Price').removeAttr("readonly");//去除input元素的readonly属性 |
| | | } else { |
| | | $('#Price').attr("readonly", "readonly")//将input元素设置为readonly |
| | | } |
| | | |
| | | $("#TsrId").chosen(); |
| | | |
| | | }); |
| | | |
| | | |
| | | $("#Khdw").change(function () { |
| | | var Khdw = $("#Khdw").val(); |
| | | |
| | | |
| | | $.ajax({ |
| | | type: "GET", |
| | | url: "/CooperatecustomCustomer/GetCustomer?id=" + Khdw, |
| | |
| | | data: "", |
| | | success: function (data) { |
| | | |
| | | |
| | | $("#Shr").val(data.ShrName); |
| | | $("#ShrAddress").val(data.ShrAddress); |
| | | $("#ShrTel").val(data.ShrTel); |
| | | |
| | | $("#GysName").val(data.Name); |
| | | $("#GysAddress").val(data.Address); |
| | | $("#GysContacts").val(data.FName); |
| | | $("#GysPhone").val(data.FTel); |
| | | $("#GysPostcode").val(data.Postal); |
| | | $("#TsrName").val(data.Name); |
| | | $("#TsrAddress").val(data.Address); |
| | | $("#TsrPostcode").val(data.Postal); |
| | | $("#TsrCorporation").val(data.FName); |
| | | $("#TsrPhone").val(data.FTel); |
| | | |
| | | }, |
| | | error: function () { |
| | |
| | | parent.layer.close(index); |
| | | return false; |
| | | } |
| | | |
| | | |
| | | function addzhiyishouquan(obj) { |
| | | $("#zhiyishouquan").toggle(); |
| | | //var sss = document.getElementsByName("zhiyiShouquandaibiao").length; |
| | | |
| | | // $('#zhiyishouquan').append(` <div class="clearfix layer-area" style="padding-bottom:15px;"> |
| | | // <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">授权代表`+ sss +`</label> |
| | | // <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | // <input class="form-control" label="授权代表`+ sss +`" name="zhiyiShouquandaibiao" labtype="txt" addvisible="true" maxlength="300" editvisible="true" reg="" ismust="true" type="text" value=""> |
| | | |
| | | // </div> |
| | | |
| | | // <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">联系电话`+ sss +`</label> |
| | | // <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | // <input class="form-control" label="联系电话`+ sss +`" name="zhiyiLianxidianhua" labtype="txt" addvisible="true" maxlength="300" editvisible="true" reg="" ismust="true" type="text" value=""> |
| | | |
| | | // </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">地址`+ sss +`</label> |
| | | // <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | // <input class="form-control" label="地址`+ sss +`" name="zhiyiDizhi" labtype="txt" addvisible="true" maxlength="300" editvisible="true" reg="" ismust="true" type="text" value=" "> |
| | | |
| | | // </div> |
| | | |
| | | // <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">邮编`+ sss +`</label> |
| | | // <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | // <input class="form-control" label="邮编`+ sss +`" name="zhiyiYoubian" labtype="txt" addvisible="true" maxlength="300" editvisible="true" reg="" ismust="true" type="text" value=" "> |
| | | |
| | | // </div> |
| | | |
| | | |
| | | // </div>`); |
| | | |
| | | } |
| | | |
| | | |
| | | function addtousushouquan(obj) { |
| | | $("#tousushouquan").toggle(); |
| | | //var sss = document.getElementsByName("tousuShouquandaibiao").length; |
| | | |
| | | //$('#tousushouquan').append(` <div class="clearfix layer-area" style="padding-bottom:15px;"> |
| | | // <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">授权代表`+ sss + `</label> |
| | | // <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | // <input class="form-control" label="授权代表`+ sss + `" name="tousuShouquandaibiao" labtype="txt" addvisible="true" maxlength="300" editvisible="true" reg="" ismust="true" type="text" value=""> |
| | | |
| | | // </div> |
| | | |
| | | // <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">联系电话`+ sss + `</label> |
| | | // <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | // <input class="form-control" label="联系电话`+ sss + `" name="tousuLianxidianhua" labtype="txt" addvisible="true" maxlength="300" editvisible="true" reg="" ismust="true" type="text" value=""> |
| | | |
| | | // </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">地址`+ sss + `</label> |
| | | // <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | // <input class="form-control" label="地址`+ sss + `" name="tousuDizhi" labtype="txt" addvisible="true" maxlength="300" editvisible="true" reg="" ismust="true" type="text" value=" "> |
| | | |
| | | // </div> |
| | | |
| | | // <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">邮编`+ sss + `</label> |
| | | // <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | // <input class="form-control" label="邮编`+ sss + `" name="tousuYoubian" labtype="txt" addvisible="true" maxlength="300" editvisible="true" reg="" ismust="true" type="text" value=" "> |
| | | |
| | | // </div> |
| | | |
| | | |
| | | // </div>`); |
| | | |
| | | } |
| | | |
| | | |
| | | function addbeitousuren(obj) { |
| | | var sss = document.getElementsByName("tousuRespondent").length + 1; |
| | | if (document.getElementsByName("tousuRespondent").length == 1) { |
| | | var ssss = $('#beitousuren').html(); |
| | | ssss = ssss.replaceAll("被投诉人", "被投诉人1"); |
| | | ssss = ssss.replaceAll("地址", "地址1"); |
| | | ssss = ssss.replaceAll("邮编", "邮编1"); |
| | | ssss = ssss.replaceAll("联系人", "联系人1"); |
| | | ssss = ssss.replaceAll("联系电话", "联系电话1"); |
| | | $('#beitousuren').html(ssss); |
| | | } |
| | | |
| | | $('#beitousuren').append(` <div class="clearfix layer-area" style="padding-bottom:15px;"> |
| | | <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">被投诉人`+ sss + `</label> |
| | | <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <input class="form-control" label="被投诉人`+ sss + `" name="tousuRespondent" labtype="txt" addvisible="true" maxlength="50" editvisible="true" reg="" ismust="true" type="text" value=""> |
| | | |
| | | </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">地址`+ sss + `</label> |
| | | <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <input class="form-control" label="地址`+ sss + `" name="tousuAddress" labtype="txt" addvisible="true" maxlength="100" editvisible="true" reg="" ismust="true" type="text" value=""> |
| | | |
| | | </div> |
| | | |
| | | <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">邮编`+ sss + `</label> |
| | | <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <input class="form-control" label="邮编`+ sss + `" name="tousuPostcode" labtype="txt" addvisible="true" maxlength="10" editvisible="true" reg="" ismust="true" type="text" value=""> |
| | | |
| | | </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">联系人`+ sss + `</label> |
| | | <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <input class="form-control" label="联系人`+ sss + `" name="tousuContacts" labtype="txt" addvisible="true" maxlength="30" editvisible="true" reg="" ismust="true" type="text" value=""> |
| | | |
| | | </div> |
| | | |
| | | <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">联系电话`+ sss + `</label> |
| | | <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <input class="form-control" label="联系电话`+ sss + `" name="tousuPhone" labtype="txt" addvisible="true" maxlength="30" editvisible="true" reg="" ismust="true" type="text" value=""> |
| | | |
| | | </div> |
| | | |
| | | |
| | | </div>`); |
| | | |
| | | } |
| | | |
| | | function addxiangguangongyingshang(obj) { |
| | | var sss = ""; |
| | | |
| | | if (document.getElementsByName("Gongytingshang").length > 0) { |
| | | sss = (document.getElementsByName("Gongytingshang").length+1); |
| | | } |
| | | if (document.getElementsByName("Gongytingshang").length == 1) { |
| | | var ssss = $('#xiangguangongyingshang').html(); |
| | | ssss = ssss.replaceAll("相关供应商", "相关供应商1"); |
| | | ssss = ssss.replaceAll("地址", "地址1"); |
| | | ssss = ssss.replaceAll("邮编", "邮编1"); |
| | | ssss = ssss.replaceAll("联系人", "联系人1"); |
| | | ssss = ssss.replaceAll("联系电话", "联系电话1"); |
| | | $('#xiangguangongyingshang').html(ssss); |
| | | } |
| | | |
| | | $('#xiangguangongyingshang').append(` <div class="clearfix layer-area" style="padding-bottom:15px;"> |
| | | <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">相关供应商`+ sss + `</label> |
| | | <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <input class="form-control" label="相关供应商`+ sss + `" name="Gongytingshang" labtype="txt" addvisible="true" maxlength="300" editvisible="true" reg="" ismust="true" type="text" value=""> |
| | | |
| | | </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">地址`+ sss + `</label> |
| | | <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <input class="form-control" label="地址`+ sss + `" name="gongyingshangDizhi" labtype="txt" addvisible="true" maxlength="300" editvisible="true" reg="" ismust="true" type="text" value=""> |
| | | |
| | | </div> |
| | | |
| | | <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">邮编`+ sss + `</label> |
| | | <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <input class="form-control" label="邮编`+ sss + `" name="gongyingshangYoubian" labtype="txt" addvisible="true" maxlength="300" editvisible="true" reg="" ismust="true" type="text" value=""> |
| | | |
| | | </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">联系人`+ sss + `</label> |
| | | <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <input class="form-control" label="联系人`+ sss + `" name="gongyingshangLianxiren" labtype="txt" addvisible="true" maxlength="300" editvisible="true" reg="" ismust="true" type="text" value=""> |
| | | |
| | | </div> |
| | | |
| | | <label grouptype="Vdata" class="text-right col-sm-1 col-md-1 control-label">联系电话`+ sss + `</label> |
| | | <div class="col-sm-2 col-md-2" grouptype="Vdata"> |
| | | <input class="form-control" label="联系电话`+ sss + `" name="gongyingshangLianxidianhua" labtype="txt" addvisible="true" maxlength="300" editvisible="true" reg="" ismust="true" type="text" value=""> |
| | | |
| | | </div> |
| | | |
| | | |
| | | </div>`); |
| | | |
| | | } |
| | | |
| | | |
| | | |
| | | function TsrIdchangge() { |
| | | var sss = $('#TsrId').val(); |
| | | $.ajax({ |
| | | type: "GET", |
| | | url: "/CooperOrder/getZhiyihan?id=" + sss, |
| | | dataType: "json", |
| | | global: false, |
| | | data: "", |
| | | success: function (data) { |
| | | |
| | | //$('#zhiyishixiang').html(data.GysId); |
| | | //$("select").chosen(); |
| | | $("#TsrName").val(data.GysName); |
| | | $("#TsrAddress").val(data.GysAddress); |
| | | $("#TsrPostcode").val(data.GysPostcode); |
| | | $("#TsrCorporation").val(data.GysContacts); |
| | | $("#TsrPhone").val(data.GysPhone); |
| | | |
| | | if (data.complaintShouquandaibiaoDTOs.length > 0) { |
| | | if (data.complaintShouquandaibiaoDTOs[0].Shouquandaibiao != null && data.complaintShouquandaibiaoDTOs[0].Shouquandaibiao != "null" && data.complaintShouquandaibiaoDTOs[0].Shouquandaibiao != "") { |
| | | $("#tousushouquan").show(); |
| | | $("#tousuShouquandaibiao").val(data.complaintShouquandaibiaoDTOs[0].Shouquandaibiao); |
| | | $("#tousuLianxidianhua").val(data.complaintShouquandaibiaoDTOs[0].Lianxidianhua); |
| | | $("#tousuDizhi").val(data.complaintShouquandaibiaoDTOs[0].Dizhi); |
| | | $("#tousuYoubian").val(data.complaintShouquandaibiaoDTOs[0].Youbian); |
| | | |
| | | } |
| | | } |
| | | |
| | | $("#tousuXmName").val(data.XmName); |
| | | $("#tousuXmCode").val(data.XmCode); |
| | | $("#tousuXmPackage").val(data.XmPackage); |
| | | $("#tousuPurchaserName").val(data.PurchaserName); |
| | | |
| | | |
| | | }, |
| | | error: function () { |
| | | |
| | | |
| | | parent.layer.msg('查询失败', { icon: 5 }); |
| | | } |
| | | }); |
| | | } |
| | | |
| | | |
| | | 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(); |
| | | } |
| | | |
| | | }); |
| | | var ActionInfo22 = '@Html.Raw(Newtonsoft.Json.JsonConvert.SerializeObject(ActionInfo2))'; |
| | | |
| | | |
| | | |
| | | $(function () { |
| | | var data = JSON.parse(ActionInfo22); |
| | | for (var o in data) { |
| | | if ("@ShouliStatus" == "1") { |
| | | $("." + data[o].PageShortcut).show(); |
| | | } |
| | | |
| | | |
| | | } |
| | | }); |
| | | |
| | | </script> |
| | | </body> |
| | | </html> |