freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

asp車輛管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)精品-資料下載頁(yè)

2025-04-14 11:29本頁(yè)面
  

【正文】 ) if trim(Request(MobileType))=trim(rs1(MobileType)) then MobStr=MobStramp。 selected MobStr=MobStramp。amp。rs1(MobileType)amp。/option wend//車輛的具體信息 td width=39。20039。車輛類型:amp。MobStramp。/td td width=39。15039。駕駛員:input type=39。text39。 name=39。driver39。 size=10/td td width=39。15039。input type=submit value=搜索所需車輛/td td width=39。25039。/td/tr /table /form table border=1 width=750 tr td車輛型號(hào)/td td駕駛員/td td車輛類型/td td購(gòu)買日期/td td價(jià)格(RMB)/td td座位數(shù)(個(gè))/td td載重(噸)/td td發(fā)動(dòng)機(jī)編號(hào)/td td車身編號(hào)/td td車牌號(hào)/td td所屬單位/td td功能/td /tr//以下循環(huán)顯示每輛車的具體信息while (not ) tr tdamp。rs(MobileModel)amp。/td tdamp。rs(RealName)amp。(amp。rs(UserName)amp。)/td tdamp。rs(MobileType)amp。/td tdamp。rs(PurchaseDate)amp。/td tdamp。rs(Price)amp。/td tdamp。rs(SeatNumber)amp。/td tdamp。rs(PayLoad)amp。/td tdamp。rs(EngineSerialNO)amp。/td tdamp。rs(ChasisSerialNO)amp。/td tdamp。rs(SerialNO)amp。/td tdamp。rs(Affiliation)amp。/td tda href=?MobileID=amp。rs(MobileID)amp。察看狀態(tài)/a/td /trwend//對(duì)未配備駕駛員的車輛也要加入顯示列表中:Sqlstring=select m.* from MobileInfo m where is nullset rs=(Sqlstring)while (not ) tr tdamp。rs(MobileModel)amp。/td td未配備/td tdamp。rs(MobileType)amp。/td tdamp。rs(PurchaseDate)amp。/td tdamp。rs(Price)amp。/td tdamp。rs(SeatNumber)amp。/td tdamp。rs(PayLoad)amp。/td tdamp。rs(EngineSerialNO)amp。/td tdamp。rs(ChasisSerialNO)amp。/td tdamp。rs(SerialNO)amp。/td tdamp。rs(Affiliation)amp。/td tda href=?MobileID=amp。rs(MobileID)amp。察看狀態(tài)/a/td /tr wend /tableset rs=nothing% /body /html 該頁(yè)面分類別列出車輛的使用信息,包括以前所執(zhí)行的任務(wù)、現(xiàn)在正在執(zhí)行的任務(wù)、是否有人已經(jīng)申請(qǐng)了該車等。用戶依據(jù)自己用車的時(shí)間和輕重緩急程度選擇合適的時(shí)間,或者考慮換一部車。如果確定選擇該車,則應(yīng)有提交按鈕確定填寫該車的預(yù)約單。!include file=..\!include file=..\pub\htmlheadtitleInformation/titlemeta equiv=ContentType content=text/html。 charset=gb2312LINK href=../ type=text/css rel=stylesheetstyle type=text/css!body { backgroundcolor: DADAFE。}/style/headbody topmargin=8%dim usginfodim wherestrdim querystringdim sqlstringdim usgrsdim usgstr,mobrs,drirs,usrrs,approver,apprs//下面的語(yǔ)句為VBSCRIPT中數(shù)組的定義,這里作為一個(gè)索引列表使用UsgInfo=Array(All,申請(qǐng)階段,批準(zhǔn)未執(zhí)行階段,被駁回的申請(qǐng),執(zhí)行階段,已完成)if Request(MobileID) then if WhereStr= then WhereStr=MobileID=amp。Request(MobileID) else WhereStr=WhereStramp。 and MobileID=amp。Request(MobileID) if QueryString= then QueryString=MobileID=amp。Request(MobileID) else QueryString=QueryStringamp。 amp。MobileID=amp。Request(MobileID)end ifif Request(DriverID) then if WhereStr= then WhereStr=DriverID=amp。Request(DriverID) else WhereStr=WhereStramp。 and DriverID=amp。Request(DriverID) if QueryString= then QueryString=DriverID=amp。Request(DriverID) else QueryString=QueryStringamp。amp。DriverID=amp。Request(DriverID)end ifif Request(UserID) then if WhereStr= then WhereStr=UserID=amp。Request(UserID) else WhereStr=WhereStramp。 and UserID=amp。Request(UserID) if QueryString= then QueryString=UserID=amp。Request(UserID) else QueryString=QueryStringamp。amp。UserID=amp。Request(UserID)end ifif Request(UsageType) then if WhereStr= then WhereStr=EventType=amp。Request(UsageType) else WhereStr=WhereStramp。 and EventType=amp。Request(UsageType)end ifif WhereStr then WhereStr=where amp。WhereStrSqlString=select u.* from UsageInfo u amp。WhereStrset UsgRs=(Sqlstring)UsgStr=table width=700 border=0trUsgStr=UsgStramp。tda href=?amp。QueryStringamp。0. 全部用車事件/a/tdUsgStr=UsgStramp。tda href=?UsageType=1amp。amp。QueryStringamp。1. 申請(qǐng)階段/a/tdUsgStr=UsgStramp。tda href=?UsageType=2amp。amp。QueryStringamp。2. 批準(zhǔn)未執(zhí)行階段/a/tdUsgStr=UsgStramp。tda href=?UsageType=3amp。amp。QueryStringamp。3. 被駁回的申請(qǐng)/a/tdUsgStr=UsgStramp。tda href=?UsageType=4amp。amp。QueryStringamp。4. 執(zhí)行階段/a/tdUsgStr=UsgStramp。tda href=?UsageType=5amp。amp。QueryStringamp。5. 已完成/a/tdUsgStr=UsgStramp。/trUsgStr=UsgStramp。table width=700 border=1UsgStr=UsgStramp。trUsgStr=UsgStramp。td車輛名稱/tdtd相關(guān)司機(jī)/tdtd使用者/tdtd類型/tdtd執(zhí)行時(shí)間/tdtd結(jié)束時(shí)間/tdtd出發(fā)地/tdtd目的地/tdtd事件說明/tdtd批準(zhǔn)人/td/trwhile not if not then set MobRs=(select from MobileInfo m where MobileID=amp。UsgRS(MobileID)) set DriRs=(select from DriverInfo d where DriverID=amp。UsgRS(DriverID)) set UsrRs=(select from UserInfo u where UserID=amp。UsgRS(UserID)) Approver=未得到批準(zhǔn) if UsgRS(Approver) then set AppRs=(select from UserInfo u where UserID=amp。UsgRS(Approver)) if not then Approver=AppRS(RealName) else Approver=未得到批準(zhǔn) end if end if UsgStr=UsgStramp。trtdamp。MobRs(MobileModel)amp。/td UsgStr=UsgStramp。tdamp。DriRs(DriverName)amp。/td UsgStr=UsgStramp。tdamp。UsrRs(RealName)amp。/td UsgStr=UsgStramp。tdamp。UsgInfo(CINT(UsgRs(EventType)))amp。/td UsgStr=UsgStramp。tdamp。UsgRs(EventBDate)amp。/td UsgStr=UsgStramp。tdamp。UsgRs(EventEDate)amp。/td UsgStr=UsgStramp。tdamp。UsgRs(FromWhere)amp。/td UsgStr=UsgStramp。tdamp。UsgRs(ToWhere)amp。/td UsgStr=UsgStramp。tdamp。UsgRs(ForWhat)amp。/td UsgStr=UsgStramp。tdamp。Approveramp。/td wendUsgStr=UsgStramp。/tableUsgStr=UsgStramp。table width=700trtdcenter/center/td/tr/tableSet UsgRs=nothing UsgStr%/body/html 該頁(yè)面負(fù)責(zé)收集預(yù)約車輛所必須的信息,并傳給下一個(gè)處理頁(yè)面。!include file=..\!include file=..\pub\htmlheadtitleAdd Usage Event/titlemeta equiv=ContentType content=text/html。 charset=gb2312link rel=stylesheet href=... type=text/csslink rel=stylesheet href=... type=text/cssstyle type=text/css!body { backgroundcolor: DADAFE。}/style/headbody topmargin=8//生成車輛名稱下拉框,以供用戶最終確定使用的車輛%dim rsdim mobstrdim usrstrset rs= ( select * from MobileInfo )MobStr=Select name=MobileIDwhile not MobStr=MobStramp。Option Value=amp。rs(MobileID) if trim(Request(MobileID))=trim(rs(MobileID)) then MobStr=MobStramp。 selected MobStr=MobStramp。amp。rs(MobileModel)amp。/option wendMobStr=MobStramp。/select//生成駕駛員下拉框,以提供用戶選擇車輛所配
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1