From 14553e97825d8c112ce2c40275e0c71b79fe3121 Mon Sep 17 00:00:00 2001 From: wanglizhong <wlz> Date: 星期一, 05 五月 2025 11:17:08 +0800 Subject: [PATCH] fix:将开单人跟单人放到服务单中 --- API/v3/index.gds | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/API/v3/index.gds b/API/v3/index.gds index 999c4a4..a13642d 100644 --- a/API/v3/index.gds +++ b/API/v3/index.gds @@ -444,7 +444,7 @@ D_rs.close() End If - webJson = webJson&",{""ServiceOrdID"":"""&ServiceOrdID&""",""OrdUserID"":"&ServiceOrdUserID&",""ServiceOrdNo"":"""&ServiceOrdNo&""",""ServiceOrdType"":"""&ServiceOrdTypeA(ServiceOrdType)&""",""ServiceOrdState"":"""&ServiceOrdState_TXT&""",""StartDate"":"""&ServiceOrd_CC_Time&""",""CoName"":"""&ServiceOrdCoName&""",""CoPhone"":"""&ServiceOrdCoPhone&""",""TraStreet"":"""&ServiceOrdTraStreet&""",""TraStreetShort"":"""&ServiceOrdTraStreetShort&""",""TraVia"":"""&ServiceOrdTraVia&""",""TraEnd"":"""&ServiceOrdTraEnd&""",""TraEndShort"":"""&ServiceOrdTraEndShort&""",""Price"":"""&ServiceOrdTraTxnPrice&""",""PaidPrice"":"""&ServiceOrdTraPaidPrice&""",""Introducer"":"""&ServiceOrdIntroducer&""",""Stretcher"":"""&StretcherMoney&""",""PrePayment"":"""&ServiceOrdTraPrePayment&""",""DispatchList"":["&D_Json&"],""UnitRemarks"":"""&ServiceOrdUnitRemarks&""",""Guest_Point"":"""&Guest_Point&""",""InvoiceState"":"""&InvoiceState&""",""InvoiceStateTXT"":"""&InvoiceStateTXT&""",""Thirdparty_Name"":"""&Thirdparty_Name&""",""Thirdparty_OrdID"":"""&Thirdparty_OrdID&""",""ServiceOrdUpdateTime"":"""&ServiceOrdUpdateTime&"""}" + webJson = webJson&",{""ServiceOrdID"":"""&ServiceOrdID&""",""OrdUserID"":"&ServiceOrdUserID&",""ServiceOrdNo"":"""&ServiceOrdNo&""",""ServiceOrdType"":"""&ServiceOrdTypeA(ServiceOrdType)&""",""ServiceOrdState"":"""&ServiceOrdState_TXT&""",""StartDate"":"""&ServiceOrd_CC_Time&""",""ServiceOrdApptDate"":"""&ServiceOrdApptDate&""",""CoName"":"""&ServiceOrdCoName&""",""CoPhone"":"""&ServiceOrdCoPhone&""",""TraStreet"":"""&ServiceOrdTraStreet&""",""TraStreetShort"":"""&ServiceOrdTraStreetShort&""",""TraVia"":"""&ServiceOrdTraVia&""",""TraEnd"":"""&ServiceOrdTraEnd&""",""TraEndShort"":"""&ServiceOrdTraEndShort&""",""Price"":"""&ServiceOrdTraTxnPrice&""",""PaidPrice"":"""&ServiceOrdTraPaidPrice&""",""Introducer"":"""&ServiceOrdIntroducer&""",""Stretcher"":"""&StretcherMoney&""",""PrePayment"":"""&ServiceOrdTraPrePayment&""",""DispatchList"":["&D_Json&"],""UnitRemarks"":"""&ServiceOrdUnitRemarks&""",""Guest_Point"":"""&Guest_Point&""",""InvoiceState"":"""&InvoiceState&""",""InvoiceStateTXT"":"""&InvoiceStateTXT&""",""Thirdparty_Name"":"""&Thirdparty_Name&""",""Thirdparty_OrdID"":"""&Thirdparty_OrdID&""",""ServiceOrdUpdateTime"":"""&ServiceOrdUpdateTime&"""}" rs.movenext loop -- Gitblit v1.9.1