| | |
| | | |
| | | |
| | | <div class="clearfix layer-area" style="padding-bottom:15px;"> |
| | | |
| | | <div class="col-sm-12 col-md-12"> |
| | | <input class="form-control" label="客户名称" name="Price" id="Price" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Money" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> |
| | | <label class="text-right col-sm-2 col-md-2 control-label">撤单退还金额</label> |
| | | <div class="col-sm-2 col-md-2"> |
| | | <input class="form-control" label="撤单退还金额" name="Price" id="Price" labtype="txt" addvisible="true" editvisible="true" reg="" ismust="true" type="text" value="@Money" oninput="if(value.length>8)value=value.slice(0,18)" onkeyup="value=value.toString().match(/^\d+(?:\.\d{0,2})?/)"> |
| | | </div> |
| | | </div> |
| | | |
| | | <div class="clearfix layer-area" style="padding-bottom:15px;"> |
| | | <label class="text-right col-sm-2 col-md-2 control-label">撤单原因</label> |
| | | <div class="col-sm-10 col-md-10"> |
| | | <textarea class="form-control bt" id="Chedanyuany" name="Chedanyuany" title="撤单原因" isempty="" maxlength="500" length="long" style="resize:none;overflow-y:hidden; min-height:60px;" onpropertychange="this.style.height=this.scrollHeight + 'px'" oninput="this.style.height=this.scrollHeight + 'px'"></textarea> |
| | | </div> |
| | | </div> |
| | | |
| | | |
| | | @*<input type="hidden" name="Price" id="Price" value="0" />*@ |
| | |
| | | toastr.warning("撤单退还金额不能为空"); |
| | | return; |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | var data = { Chedanid: $("#Chedanid").val(), Price: $("#Price").val()} |
| | | var data = { Chedanid: $("#Chedanid").val(), Price: $("#Price").val(), Chedanyuany: $("#Chedanyuany").val()} |
| | | $.ajax({ |
| | | type: "POST", |
| | | url: "/CooperOrder/chedantuihuan", |