<$tohtm(StuCss.htm) tohtm$> <$tohtm(StuHead.htm) tohtm$>

订单详情

订单信息 总价(元) 交易操作
#foreach($orderlist in $order) #end
订单编号:$orderlist.Order_ID

课程

#foreach($info in $ADOFinance_OrderInfo.GetAll(" and Order_ID='$orderlist.Order_ID'")) #set($cs=1) #set($cs=$ADOTKS_Courseware.GetByKey("$info.Product_ID")) #if($cs!="1") #end #end

试卷

#foreach($info in $ADOFinance_OrderInfo.GetAll(" and Order_ID='$orderlist.Order_ID'")) #set($exam=1) #set($exam=$ADOTKS_ExaminationPaper.GetByKey("$info.Product_ID")) #if($exam!="1") $exam.Examination_Name
#end #end

题库

#foreach($info in $ADOFinance_OrderInfo.GetAll(" and Order_ID='$orderlist.Order_ID'")) #set($type=1) #set($type=$ADOTKS_CoursewareType.GetById("$info.Product_ID")) #if($type!="1") $type.CoursewareType_CtName
#end #end

直播

#foreach($info in $ADOFinance_OrderInfo.GetAll(" and Order_ID='$orderlist.Order_ID'")) #set($cs=1) #set($cs=$ADOTKS_LiveTelecast.GetByKey("$info.Product_ID")) #if($cs!="1") #end #end
总价:$orderlist.Order_Together(元) #if($orderlist.Order_Complete==0)
取消订单
#else 交易成功 #end
<$tohtm(StuFooter.htm) tohtm$>