From d08ed14d6a4589c034140fdc8ac04a277c8e4b36 Mon Sep 17 00:00:00 2001
From: hzj <1831054011@qq.com>
Date: 星期一, 13 十月 2025 11:24:07 +0800
Subject: [PATCH] 添加福祉车爬楼机费和向转运隐藏成交价格

---
 ServiceOrder_Data.gds |   26 +++++++++++++++++++-------
 1 files changed, 19 insertions(+), 7 deletions(-)

diff --git a/ServiceOrder_Data.gds b/ServiceOrder_Data.gds
index 1430151..840baf2 100644
--- a/ServiceOrder_Data.gds
+++ b/ServiceOrder_Data.gds
@@ -67,7 +67,12 @@
 	  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")'宸环鍘熷洜
@@ -133,7 +138,8 @@
 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()
@@ -1379,11 +1385,17 @@
 								</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>

--
Gitblit v1.9.1