| | |
| | | |
| | | <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 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> |
| | | |
| | | <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> |
| | | |
| | | |
| | |
| | | $("#putong").show(); |
| | | $("#zhiyi").hide(); |
| | | $("#tousu").hide(); |
| | | |
| | | if (sheng == '03' || sheng == '08') { |
| | | $("#xiangmuxinxi").show(); |
| | | } else { |
| | | $("#xiangmuxinxi").hide(); |
| | | } |
| | | |
| | | if (sheng == '08') { |
| | | $("#jichujine").show(); |
| | | } else { |
| | | $("#jichujine").hide(); |
| | | } |
| | | }); |
| | | |
| | | |
| | |
| | | $("#putong").show(); |
| | | $("#zhiyi").hide(); |
| | | $("#tousu").hide(); |
| | | if (OrderType == '03' || OrderType == '08') { |
| | | $("#xiangmuxinxi").show(); |
| | | } else { |
| | | $("#xiangmuxinxi").hide(); |
| | | } |
| | | |
| | | if (OrderType == '08') { |
| | | $("#jichujine").show(); |
| | | } else { |
| | | $("#jichujine").hide(); |
| | | } |
| | | } |
| | | |
| | | |
| | |
| | | $("#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() != "") { |