需求变更管理
需求变更
首页
#if($service.isHotel=='0')
酒店管理 #end #if($service.isEat=='0')
餐饮管理 #end #if($service.isRelay=='0')
接送管理 #end #if($service.isTake=='0')
试乘试驾 #end #if($service.isfactory=='0')
工厂参观 #end
酒店服务
#if($service.isHotel=='0') #foreach( $h in $hotel )
${h.title}
#end #end
入住时间
#foreach( $h in $hotel )
#end
离开时间
#foreach( $h in $hotel )
#end
餐饮服务
#if($service.isEat=='0') #foreach($e in $eat)
${e.eatname}
#end #end
接站服务
#if($service.isRelay=='0') #if($relay.isHigh=='0')
高铁 #end #if($relay.isPlane=='0')
飞机 #end #if($relay.isOnedrive=='0')
自驾 #end #if($relay.isOther=='0')
其他 #end #end
高铁站点
#if($relay.isHigh=='0') #foreach( $h in $high )
${h.highsattion}
#end #end
飞机站点
#if($relay.isPlane=='0') #foreach( $p in $plane )
${p.planesattion}
#end #end
到站时间
班次
送站服务
#if($service.isRelay=='0') #if($relay.isHigh=='0')
高铁 #end #if($relay.isPlane=='0')
飞机 #end #if($relay.isOnedrive=='0')
自驾 #end #if($relay.isOther=='0')
其他 #end #end
高铁站点
#if($relay.isHigh=='0') #foreach( $h in $high )
${h.highsattion}
#end #end
飞机站点
#if($relay.isPlane=='0') #foreach( $p in $plane )
${p.planesattion}
#end #end
到站时间
班次
试驾时间
#if($service.isTake=='0') #foreach($t in $take)
${t.taketime} $!{t.take_des}
#end #end
参观时间
#if($service.isfactory=='0') #foreach($f in $factory)
${f.visittime} ${f.des}
#end #end
备注