| | |
| | | ServiceOrdTraOfferPrice=rs("ServiceOrdTraOfferPrice") '标准报价
|
| | | ServiceOrdTraTxnPrice = rs("ServiceOrdTraTxnPrice") '成交价
|
| | | SettlementPrice = rs("SettlementPrice") '结算价
|
| | | ServiceOrdTraPrePayment=rs("ServiceOrdTraPrePayment") '需预付款金额
|
| | | ServiceOrdTraPrePayment = rs("ServiceOrdTraPrePayment") '需预付款金额
|
| | | If Not IsNull(rs("ServiceOrdStairClimberPrice")) Then
|
| | | ServiceOrdStairClimberPrice=rs("ServiceOrdStairClimberPrice") '爬楼机价格
|
| | | Else
|
| | | ServiceOrdStairClimberPrice=0 '爬楼机价格默认为0
|
| | | End If
|
| | | ServiceOrdTraPaidPrice= rs("ServiceOrdTraPaidPrice") '已支付金额
|
| | | ServiceOrdPoints = rs("ServiceOrdPoints") '使用积分
|
| | | ServiceOrdTraPriceReason=rs("ServiceOrdTraPriceReason")'差价原因
|
| | |
| | | If ServiceOrdTraUnitPrice="" Then ServiceOrdTraUnitPrice=0
|
| | | If ServiceOrdTraOfferPrice="" Then ServiceOrdTraOfferPrice=0
|
| | | If ServiceOrdTraTxnPrice="" Then ServiceOrdTraTxnPrice=0
|
| | | If ServiceOrdTraPrePayment="" Then ServiceOrdTraPrePayment=0
|
| | | If ServiceOrdTraPrePayment="" Then ServiceOrdTraPrePayment=0
|
| | | If ServiceOrdStairClimberPrice="" Then ServiceOrdStairClimberPrice=0 '爬楼机价格默认值
|
| | | If ServiceOrdTraProvince<>"" Then ProvinceCityID=ServiceOrdTraProvince
|
| | | If ServiceOrdTraCity<>"" Then ProvinceCityID=ServiceOrdTraCity
|
| | | If TEL_Time="" Then TEL_Time=now()
|
| | |
| | | </div>
|
| | |
|
| | | <div class="label" style="float: left;margin-left:224px;">
|
| | | <label for="input-small">需预付款:</label>
|
| | | </div>
|
| | | <div class="input" style="float:left;margin-left: 60px;">
|
| | | <input type="text" id="ServiceOrdTraPrePayment" name="ServiceOrdTraPrePayment" class="small<%If ServiceOrd_AP_Check="1" And DispatchOrd_AP_Check="1" Then Response.Write " valid"%>" style="width:138px;" onkeyup="value=value.replace(/[^\d.]/g,'')" onblur="value=value.replace(/[^\d.]/g,'')" value="<%=MoneyCheck(ServiceOrdTraPrePayment,0)%>"<%If ServiceOrd_AP_Check="1" And DispatchOrd_AP_Check="1" Then Response.Write " readonly=""true""" %> onchange="upperCase(this.name)">
|
| | | </div>
|
| | | <label for="input-small">需预付款:</label>
|
| | | </div>
|
| | | <div class="input" style="float:left;margin-left: 60px;">
|
| | | <input type="text" id="ServiceOrdTraPrePayment" name="ServiceOrdTraPrePayment" class="small<%If ServiceOrd_AP_Check="1" And DispatchOrd_AP_Check="1" Then Response.Write " valid"%>" style="width:138px;" onkeyup="value=value.replace(/[^\d.]/g,'')" onblur="value=value.replace(/[^\d.]/g,'')" value="<%=MoneyCheck(ServiceOrdTraPrePayment,0)%>"<%If ServiceOrd_AP_Check="1" And DispatchOrd_AP_Check="1" Then Response.Write " readonly=""true""" %> onchange="upperCase(this.name)">
|
| | | </div>
|
| | | <div class="label" style="float: left;margin-left:590px;">
|
| | | <label for="input-small">爬楼机价格:</label>
|
| | | </div>
|
| | | <div class="input" style="float:left;margin-left: 226px;">
|
| | | <input type="text" id="ServiceOrdStairClimberPrice" name="ServiceOrdStairClimberPrice" class="small<%If ServiceOrd_AP_Check="1" And DispatchOrd_AP_Check="1" Then Response.Write " valid"%>" style="width:138px;" onkeyup="value=value.replace(/[^\d.]/g,'')" onblur="value=value.replace(/[^\d.]/g,'')" value="<%=MoneyCheck(ServiceOrdStairClimberPrice,0)%>"<%If ServiceOrd_AP_Check="1" And DispatchOrd_AP_Check="1" Then Response.Write " readonly=""true""" %> onchange="upperCase(this.name)">
|
| | | </div>
|
| | | <%If SettlementPrice>0 Then%>
|
| | | <div class="label" style="float: left;margin-left:448px;">
|
| | | <label for="input-small">结算价:</label>
|