填写维修申请单

维修申请单   待处理维修申请单  送外维修申请单 计算机中心维修记录单查询 后勤维修记录单查询

<% strsql_2="select * from wx_jsj where wx_end=1 order by sq_date desc" set rst=server.createobject("adodb.recordset") rst.source=strsql_2 rst.activeconnection=schooldb rst.cursortype=3 rst.open,schooldb with response %> 共收到维修申请单:  <%=rst.recordcount%>  张

<% if rst.eof then .write "

暂时没有申请记录……

" else .write "" &_ "" &_ "" &_ "" &_ "" &_ "" end if do until rst.eof 'if rst.fields("wx_end")=false then .write "" &_ "" &_ "" &_ "" &_ "" 'end if 'end if rst.movenext loop .write "
" &_ "
申请日期
申请人
联系电话
申请部门或地点
故障现象
" & rst.fields("sq_date") & "
" & rst.fields("sq_name") & "
" & rst.fields("sq_lxdh") & "
" & rst.fields("sq_bm") & "
" & rst.fields("wx_gz") & "
" end with %>

 


填写维修申请单