|
@ -1200,6 +1200,15 @@ namespace EasyBL.WEBAPP.ShowEasy |
|
|
.Where(x => x.BookingID == objBookingOnline.BookingID) |
|
|
.Where(x => x.BookingID == objBookingOnline.BookingID) |
|
|
.ExecuteCommand(); |
|
|
.ExecuteCommand(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(iRel > 0) |
|
|
|
|
|
{ |
|
|
|
|
|
|
|
|
|
|
|
objBookingOnline.SupplierStatus = "01"; |
|
|
|
|
|
objBookingOnline.BookingStatus = "02"; |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
#region 一筆賬單
|
|
|
#region 一筆賬單
|
|
|
//當時確認訂單后,需要產生一筆賬單資料
|
|
|
//當時確認訂單后,需要產生一筆賬單資料
|
|
|
var PayPayment = new SETB_SAL_Payment(); |
|
|
var PayPayment = new SETB_SAL_Payment(); |
|
|