| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464 |
- <%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
- <%@include file="/context/mytags.jsp"%>
- <!DOCTYPE html>
- <html>
- <head>
- <title>weekly schedule report</title>
- <t:base type="jquery,easyui,tools,DatePicker"></t:base>
- <script type="text/javascript">
- //编写自定义JS代码
- </script>
- </head>
- <body>
- <t:formvalid formid="formobj" dialog="false" usePlugin="password" layout="table" action="weeklyscheduleController.do?doAdd" tiptype="1" callback="callback">
- <input id="id" name="id" type="hidden" value="${weeklyschedulePage.id}"/>
- <input id="status" name="status" type="hidden" value="${weeklyschedulePage.status}"/>
- <input id="userid" name="userid" type="hidden" value="${weeklyschedulePage.userid}"/>
- <table style="width: 99%;" cellpadding="0" cellspacing="0" class="formtable" border="1">
- <tr height="45px" >
- <td align="center" colspan="6">
- <label class="Validform_label" style="text-align: center; margin:0 auto;font-size: 18px ">
- 一周工作安排 ( ${weeklyschedulePage.mondate} 至 ${weeklyschedulePage.sundate} )
- </label>
- </td>
-
-
- </tr>
- <tr height="45px" >
- <td align="center" colspan="2">
- <label class="Validform_label" style="text-align: center; margin:0 auto;font-size: 16px ">
- 日 期
- </label>
- </td>
- <td align="center">
- <label class="Validform_label" style="text-align: center; margin:0 auto;font-size: 16px ">
- 工作内容
- </label>
- </td>
- <td align="center">
- <label class="Validform_label" style="text-align: center; margin:0 auto;font-size: 16px ">
- 主要参与人员
- </label>
- </td>
- <td align="center">
- <label class="Validform_label" style="text-align: center; margin:0 auto;font-size: 16px ">
- 地 点
- </label>
- </td>
- <td align="center">
- <label class="Validform_label" style="text-align: center; margin:0 auto;font-size: 16px ">
- 备 注
- </label>
- </td>
-
- </tr>
- <tr>
- <td align="center" style="width: 100px" rowspan="2">
- <input id="mondate" name="mondate" readonly="true" type="text" value="${weeklyschedulePage.mondate}" class="inputxt" style="width: 90px;font-size: 13px;border: 0;text-align: center;font-weight: bold;" />
- <br>
- <label class="Validform_label">
- ( 星期一 )
- </label>
- </td>
- <td align="center" style="width: 80px">
- <label class="Validform_label" >上午</label>
- </td>
- <td align="center" width="810px">
- <textarea readonly="true" style="width:800px;height: 40px;border: none" class="inputxt" rows="3" id="whatmonam" name="whatmonam" ignore="ignore" >${weeklyschedulePage.whatmonam}</textarea>
- </td>
- <td class="value" width="250px">
- <input id="whomonamnames" name="whomonamnames" readonly="true" type="text" style="width: 100px;height: 20px;border: none;" class="inputxt" ignore="ignore" value="${weeklyschedulePage.whomonamnames}" />
- <input id="whomonams" name="whomonams" type="hidden" value="${whomonams}">
- <label class="Validform_label" style="display: none;">主要参与人员</label>
- <!-- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-select" id="pseronMonAm" onclick="openPersonSelect('monam')">选择</a>
- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-clean" id="psersonMonAmRedo" onclick="openPersonSelectClean('monam')">清空</a> -->
- </td>
- <td class="value" width="150px">
- <%-- <input id="wheremonam" name="wheremonam" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" value="${weeklyschedulePage.wheremonam}" /> --%>
- <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="wheremonam" name="wheremonam" ignore="ignore" >${weeklyschedulePage.wheremonam}</textarea>
- <label class="Validform_label" style="display: none;">地点</label>
- </td>
- <td class="value" width="150px">
- <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="remarkmonam" name="remarkmonam" ignore="ignore" >${weeklyschedulePage.remarkmonam}</textarea>
- <%-- <input id="remarkmonam" name="remarkmonam" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" value="${weeklyschedulePage.remarkmonam}" /> --%>
- <label class="Validform_label" style="display: none;">备注</label>
- </td>
- </tr>
- <tr>
- <td align="center" style="width: 80px">
- <label class="Validform_label" >下午</label>
- </td>
- <td align="center" width="810px">
- <textarea readonly="true" style="width:800px;height: 40px;border: none" class="inputxt" rows="3" id="whatmonpm" name="whatmonpm" ignore="ignore" > ${weeklyschedulePage.whatmonpm}</textarea>
- </td>
- <td class="value" width="250px">
- <input id="whomonpmnames" name="whomonpmnames" value="${weeklyschedulePage.whomonpmnames}" readonly="true" type="text" style="width: 100px;height: 40px;border: none;" class="inputxt" ignore="ignore" />
- <input id="whomonpms" name="whomonpms" type="hidden" value="${whomonpms}">
- <label class="Validform_label" style="display: none;">主要参与人员</label>
- <!-- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-select" id="pseronMonPm" onclick="openPersonSelect('monpm')">选择</a>
- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-clean" id="psersonMonPmRedo" onclick="openPersonSelectClean('monpm')">清空</a> -->
- </td>
- <td class="value" width="150px">
- <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="wheremonpm" name="wheremonpm" ignore="ignore" >${weeklyschedulePage.wheremonpm}</textarea>
- <%-- <input id="wheremonpm" name="wheremonpm" value="${weeklyschedulePage.wheremonpm}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
- <label class="Validform_label" style="display: none;">地点</label>
- </td>
- <td class="value" width="150px">
- <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="remarkmonpm" name="remarkmonpm" ignore="ignore" >${weeklyschedulePage.remarkmonpm}</textarea>
- <%-- <input id="remarkmonpm" name="remarkmonpm" value="${weeklyschedulePage.remarkmonpm}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
- <label class="Validform_label" style="display: none;">备注</label>
- </td>
- </tr>
-
- <tr>
- <td align="center" style="width: 100px" rowspan="2">
- <input id="tuesdate" name="tuesdate" readonly="true" type="text" value="${weeklyschedulePage.tuesdate}" class="inputxt" style="width: 90px;font-size: 13px;border: 0;text-align: center;font-weight: bold;" />
- <br>
- <label class="Validform_label">
- ( 星期二 )
- </label>
- </td>
- <td align="center" style="width: 80px">
- <label class="Validform_label" >上午</label>
- </td>
- <td align="center" width="810px">
- <textarea readonly="true" style="width:800px;height: 40px;border: none" class="inputxt" rows="3" id="whattuesam" name="whattuesam" ignore="ignore" > ${weeklyschedulePage.whattuesam}</textarea>
- </td>
- <td class="value" width="250px">
- <input id="whotuesamnames" name="whotuesamnames" value="${weeklyschedulePage.whotuesamnames}" readonly="true" type="text" style="width: 100px;height: 40px;border: none;" class="inputxt" ignore="ignore" />
- <input id="whotuesams" name="whotuesams" type="hidden" value="${weeklyschedulePage.whotuesams}">
- <label class="Validform_label" style="display: none;">主要参与人员</label>
- <!-- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-select" id="departSearch" onclick="openArrangeDutySelect()">选择</a>
- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-clean" id="departRedo" onclick="callbackArrangeDutyClean()">清空</a> -->
- </td>
- <td class="value" width="150px">
- <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="wheretuesam" name="wheretuesam" ignore="ignore" >${weeklyschedulePage.wheretuesam}</textarea>
- <%-- <input id="wheretuesam" name="wheretuesam" value="${weeklyschedulePage.wheretuesam}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
- <label class="Validform_label" style="display: none;">地点</label>
- </td>
- <td class="value" width="150px">
- <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="remarktuesam" name="remarktuesam" ignore="ignore" >${weeklyschedulePage.remarktuesam}</textarea>
- <%-- <input id="remarktuesam" name="remarktuesam" value="${weeklyschedulePage.remarktuesam}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
- <label class="Validform_label" style="display: none;">备注</label>
- </td>
- </tr>
- <tr>
- <td align="center" style="width: 80px">
- <label class="Validform_label" >下午</label>
- </td>
- <td align="center" width="810px">
- <textarea readonly="true" style="width:800px;height: 40px;border: none" class="inputxt" rows="3" id="whattuespm" name="whattuespm" ignore="ignore" >${weeklyschedulePage.whattuespm}</textarea>
- </td>
- <td class="value" width="250px">
- <input id="whotuespmnames" name="whotuespmnames" value="${weeklyschedulePage.whotuespmnames}" readonly="true" type="text" style="width: 100px;height: 40px;border: none;" class="inputxt" ignore="ignore" />
- <input id="whotuespms" name="whotuespms" type="hidden" value="${weeklyschedulePage.whotuespms}">
- <label class="Validform_label" style="display: none;">主要参与人员</label>
- <!-- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-select" id="departSearch" onclick="openArrangeDutySelect()">选择</a>
- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-clean" id="departRedo" onclick="callbackArrangeDutyClean()">清空</a> -->
- </td>
- <td class="value" width="150px">
- <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="wheretuespm" name="wheretuespm" ignore="ignore" >${weeklyschedulePage.wheretuespm}</textarea>
- <%-- <input id="wheretuespm" name="wheretuespm" value="${weeklyschedulePage.wheretuespm}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
- <label class="Validform_label" style="display: none;">地点</label>
- </td>
- <td class="value" width="150px">
- <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="remarktuespm" name="remarktuespm" ignore="ignore" >${weeklyschedulePage.remarktuespm}</textarea>
- <%-- <input id="remarktuespm" name="remarktuespm" value="${weeklyschedulePage.remarktuespm}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
- <label class="Validform_label" style="display: none;">备注</label>
- </td>
- </tr>
-
- <tr>
- <td align="center" style="width: 100px" rowspan="2">
- <input id="weddate" name="weddate" readonly="true" type="text" value="${weeklyschedulePage.weddate}" class="inputxt" style="width: 90px;font-size: 13px;border: 0;text-align: center;font-weight: bold;" />
- <br>
- <label class="Validform_label">
- ( 星期三 )
- </label>
- </td>
- <td align="center" style="width: 80px">
- <label class="Validform_label" >上午</label>
- </td>
- <td align="center" width="810px">
- <textarea readonly="true" style="width:800px;height: 40px;border: none" class="inputxt" rows="3" id="whatwedam" name="whatwedam" ignore="ignore" >${weeklyschedulePage.whatwedam}</textarea>
- </td>
- <td class="value" width="250px">
- <input id="whowedamnames" name="whowedamnames" value="${weeklyschedulePage.whowedamnames}" readonly="true" type="text" style="width: 100px;height: 40px;border: none;" class="inputxt" ignore="ignore" />
- <input id="whowedams" name="whowedams" type="hidden" value="${weeklyschedulePage.whowedams}">
- <label class="Validform_label" style="display: none;">主要参与人员</label>
- <!-- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-select" id="departSearch" onclick="openArrangeDutySelect()">选择</a>
- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-clean" id="departRedo" onclick="callbackArrangeDutyClean()">清空</a> -->
- </td>
- <td class="value" width="150px">
- <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="wherewedam" name="wherewedam" ignore="ignore" >${weeklyschedulePage.wherewedam}</textarea>
- <%-- <input id="wherewedam" name="wherewedam" value="${weeklyschedulePage.wherewedam}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
- <label class="Validform_label" style="display: none;">地点</label>
- </td>
- <td class="value" width="150px">
- <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="remarkwedam" name="remarkwedam" ignore="ignore" >${weeklyschedulePage.remarkwedam}</textarea>
- <%-- <input id="remarkwedam" name="remarkwedam" value="${weeklyschedulePage.remarkwedam}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
- <label class="Validform_label" style="display: none;">备注</label>
- </td>
- </tr>
- <tr>
- <td align="center" style="width: 80px">
- <label class="Validform_label" >下午</label>
- </td>
- <td align="center" width="810px">
- <textarea readonly="true" style="width:800px;height: 40px;border: none" class="inputxt" rows="3" id="whatwedpm" name="whatwedpm" ignore="ignore" > ${weeklyschedulePage.whatwedpm} </textarea>
- </td>
- <td class="value" width="250px">
- <input id="whowedpmnames" name="whowedpmnames" value="${weeklyschedulePage.whowedpmnames}" readonly="true" type="text" style="width: 100px;height: 40px;border: none;" class="inputxt" ignore="ignore" />
- <input id="whowedpms" name="whowedpms" type="hidden" value="${weeklyschedulePage.whowedpms}">
- <label class="Validform_label" style="display: none;">主要参与人员</label>
- <!-- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-select" id="departSearch" onclick="openArrangeDutySelect()">选择</a>
- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-clean" id="departRedo" onclick="callbackArrangeDutyClean()">清空</a> -->
- </td>
- <td class="value" width="150px">
- <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="wherewedpm" name="wherewedpm" ignore="ignore" >${weeklyschedulePage.wherewedpm}</textarea>
- <%-- <input id="wherewedpm" name="wherewedpm" value="${weeklyschedulePage.wherewedpm}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
- <label class="Validform_label" style="display: none;">地点</label>
- </td>
- <td class="value" width="150px">
- <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="remarkwedpm" name="remarkwedpm" ignore="ignore" >${weeklyschedulePage.remarkwedpm}</textarea>
- <%-- <input id="remarkwedpm" name="remarkwedpm" value="${weeklyschedulePage.remarkwedpm}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
- <label class="Validform_label" style="display: none;">备注</label>
- </td>
- </tr>
-
- <tr>
- <td align="center" style="width: 100px" rowspan="2">
- <input id="thurdate" name="thurdate" readonly="true" type="text" value="${weeklyschedulePage.thurdate}" class="inputxt" style="width: 90px;font-size: 13px;border: 0;text-align: center;font-weight: bold;" />
- <br>
- <label class="Validform_label">
- ( 星期四 )
- </label>
- </td>
- <td align="center" style="width: 80px">
- <label class="Validform_label" >上午</label>
- </td>
- <td align="center" width="810px">
- <textarea readonly="true" style="width:800px;height: 40px;border: none" class="inputxt" rows="3" id="whatthuram" name="whatthuram" ignore="ignore" > ${weeklyschedulePage.whatthuram} </textarea>
- </td>
- <td class="value" width="250px">
- <input id="whothuramnames" name="whothuramnames" value="${weeklyschedulePage.whothuramnames}" readonly="true" type="text" style="width: 100px;height: 40px;border: none;" class="inputxt" ignore="ignore" />
- <input id="whothurams" name="whothurams" type="hidden" value="${weeklyschedulePage.whothurams}">
- <label class="Validform_label" style="display: none;">主要参与人员</label>
- <!-- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-select" id="departSearch" onclick="openArrangeDutySelect()">选择</a>
- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-clean" id="departRedo" onclick="callbackArrangeDutyClean()">清空</a> -->
- </td>
- <td class="value" width="150px">
- <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="wherethuram" name="wherethuram" ignore="ignore" >${weeklyschedulePage.wherethuram}</textarea>
- <%-- <input id="wherethuram" name="wherethuram" value="${weeklyschedulePage.wherethuram}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
- <label class="Validform_label" style="display: none;">地点</label>
- </td>
- <td class="value" width="150px">
- <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="remarkthuram" name="remarkthuram" ignore="ignore" >${weeklyschedulePage.remarkthuram}</textarea>
- <%-- <input id="remarkthuram" name="remarkthuram" value="${weeklyschedulePage.remarkthuram}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
- <label class="Validform_label" style="display: none;">备注</label>
- </td>
- </tr>
- <tr>
- <td align="center" style="width: 80px">
- <label class="Validform_label" >下午</label>
- </td>
- <td align="center" width="810px">
- <textarea readonly="true" style="width:800px;height: 40px;border: none" class="inputxt" rows="3" id="whatthurpm" name="whatthurpm" ignore="ignore" > ${weeklyschedulePage.whatthurpm} </textarea>
- </td>
- <td class="value" width="250px">
- <input id="whothurpmnames" name="whothurpmnames" value="${weeklyschedulePage.whothurpmnames}" readonly="true" type="text" style="width: 100px;height: 40px;border: none;" class="inputxt" ignore="ignore" />
- <input id="whothurpms" name="whothurpms" type="hidden" value="${weeklyschedulePage.whothurpms}">
- <label class="Validform_label" style="display: none;">主要参与人员</label>
- <!-- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-select" id="departSearch" onclick="openArrangeDutySelect()">选择</a>
- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-clean" id="departRedo" onclick="callbackArrangeDutyClean()">清空</a> -->
- </td>
- <td class="value" width="150px">
- <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="wherethurpm" name="wherethurpm" ignore="ignore" >${weeklyschedulePage.wherethurpm}</textarea>
- <%-- <input id="wherethurpm" name="wherethurpm" value="${weeklyschedulePage.wherethurpm}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
- <label class="Validform_label" style="display: none;">地点</label>
- </td>
- <td class="value" width="150px">
- <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="remarkthurpm" name="remarkthurpm" ignore="ignore" >${weeklyschedulePage.remarkthurpm}</textarea>
- <%-- <input id="remarkthurpm" name="remarkthurpm" value="${weeklyschedulePage.remarkthurpm}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
- <label class="Validform_label" style="display: none;">备注</label>
- </td>
- </tr>
-
- <tr>
- <td align="center" style="width: 100px" rowspan="2">
- <input id="fridate" name="fridate" readonly="true" type="text" value="${weeklyschedulePage.fridate}" class="inputxt" style="width: 90px;font-size: 13px;border: 0;text-align: center;font-weight: bold;" />
- <br>
- <label class="Validform_label">
- ( 星期五 )
- </label>
- </td>
- <td align="center" style="width: 80px">
- <label class="Validform_label" >上午</label>
- </td>
- <td align="center" width="810px">
- <textarea readonly="true" style="width:800px;height: 40px;border: none" class="inputxt" rows="3" id="whatfriam" name="whatfriam" ignore="ignore" > ${weeklyschedulePage.whatfriam} </textarea>
- </td>
- <td class="value" width="250px">
- <input id="whofriamnames" name="whofriamnames" value="${weeklyschedulePage.whofriamnames}" readonly="true" type="text" style="width: 100px;height: 40px;border: none;" class="inputxt" ignore="ignore" />
- <input id="whofriams" name="whofriams" type="hidden" value="${weeklyschedulePage.whofriams}">
- <label class="Validform_label" style="display: none;">主要参与人员</label>
- <!-- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-select" id="departSearch" onclick="openArrangeDutySelect()">选择</a>
- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-clean" id="departRedo" onclick="callbackArrangeDutyClean()">清空</a> -->
- </td>
- <td class="value" width="150px">
- <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="wherefriam" name="wherefriam" ignore="ignore" >${weeklyschedulePage.wherefriam}</textarea>
- <%-- <input id="wherefriam" name="wherefriam" value="${weeklyschedulePage.wherefriam}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
- <label class="Validform_label" style="display: none;">地点</label>
- </td>
- <td class="value" width="150px">
- <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="remarkfriam" name="remarkfriam" ignore="ignore" >${weeklyschedulePage.remarkfriam}</textarea>
- <%-- <input id="remarkfriam" name="remarkfriam" value="${weeklyschedulePage.remarkfriam}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
- <label class="Validform_label" style="display: none;">备注</label>
- </td>
- </tr>
- <tr>
- <td align="center" style="width: 80px">
- <label class="Validform_label" >下午</label>
- </td>
- <td align="center" width="810px">
- <textarea readonly="true" style="width:800px;height: 40px;border: none" class="inputxt" rows="3" id="whatfripm" name="whatfripm" ignore="ignore" >${weeklyschedulePage.whatfripm}</textarea>
- </td>
- <td class="value" width="250px">
- <input id="whofripmnames" name="whofripmnames" value="${weeklyschedulePage.whofripmnames}" readonly="true" type="text" style="width: 100px;height: 40px;border: none;" class="inputxt" ignore="ignore" />
- <input id="whofripms" name="whofripms" type="hidden" value="${weeklyschedulePage.whofripms}">
- <label class="Validform_label" style="display: none;">主要参与人员</label>
- <!-- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-select" id="departSearch" onclick="openArrangeDutySelect()">选择</a>
- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-clean" id="departRedo" onclick="callbackArrangeDutyClean()">清空</a> -->
- </td>
- <td class="value" width="150px">
- <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="wherefripm" name="wherefripm" ignore="ignore" >${weeklyschedulePage.wherefripm}</textarea>
- <%-- <input id="wherefripm" name="wherefripm" value="${weeklyschedulePage.wherefripm}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
- <label class="Validform_label" style="display: none;">地点</label>
- </td>
- <td class="value" width="150px">
- <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="remarkfripm" name="remarkfripm" ignore="ignore" >${weeklyschedulePage.remarkfripm}</textarea>
- <%-- <input id="remarkfripm" name="remarkfripm" value="${weeklyschedulePage.remarkfripm}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
- <label class="Validform_label" style="display: none;">备注</label>
- </td>
- </tr>
-
- <tr>
- <td align="center" style="width: 100px" rowspan="2">
- <input id="satdate" name="satdate" readonly="true" type="text" value="${weeklyschedulePage.satdate}" class="inputxt" style="width: 90px;font-size: 13px;border: 0;text-align: center;font-weight: bold;" />
- <br>
- <label class="Validform_label">
- ( 星期六 )
- </label>
- </td>
- <td align="center" style="width: 80px">
- <label class="Validform_label" >上午</label>
- </td>
- <td align="center" width="810px">
- <textarea readonly="true" style="width:800px;height: 40px;border: none" class="inputxt" rows="3" id="whatsatam" name="whatsatam" ignore="ignore" > ${weeklyschedulePage.whatsatam} </textarea>
- </td>
- <td class="value" width="250px">
- <input id="whosatamnames" name="whosatamnames" value="${weeklyschedulePage.whosatamnames}" readonly="true" type="text" style="width: 100px;height: 40px;border: none;" class="inputxt" ignore="ignore" />
- <input id="whosatams" name="whosatams" type="hidden" value="${weeklyschedulePage.whosatams}">
- <label class="Validform_label" style="display: none;">主要参与人员</label>
- <!-- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-select" id="departSearch" onclick="openArrangeDutySelect()">选择</a>
- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-clean" id="departRedo" onclick="callbackArrangeDutyClean()">清空</a> -->
- </td>
- <td class="value" width="150px">
- <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="wheresatam" name="wheresatam" ignore="ignore" >${weeklyschedulePage.wheresatam}</textarea>
- <%-- <input id="wheresatam" name="wheresatam" value="${weeklyschedulePage.wheresatam}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
- <label class="Validform_label" style="display: none;">地点</label>
- </td>
- <td class="value" width="150px">
- <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="remarksatam" name="remarksatam" ignore="ignore" >${weeklyschedulePage.remarksatam}</textarea>
- <%-- <input id="remarksatam" name="remarksatam" value="${weeklyschedulePage.remarksatam}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
- <label class="Validform_label" style="display: none;">备注</label>
- </td>
- </tr>
- <tr>
- <td align="center" style="width: 80px">
- <label class="Validform_label" >下午</label>
- </td>
- <td align="center" width="810px">
- <textarea readonly="true" style="width:800px;height: 40px;border: none" class="inputxt" rows="3" id="whatsatpm" name="whatsatpm" ignore="ignore" > ${weeklyschedulePage.whatsatpm} </textarea>
- </td>
- <td class="value" width="250px">
- <input id="whosatpmnames" name="whosatpmnames" value="${weeklyschedulePage.whosatpmnames}" readonly="true" type="text" style="width: 100px;height: 40px;border: none;" class="inputxt" ignore="ignore" />
- <input id="whosatpms" name="whosatpms" type="hidden" value="${weeklyschedulePage.whosatpms}">
- <label class="Validform_label" style="display: none;">主要参与人员</label>
- <!-- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-select" id="departSearch" onclick="openArrangeDutySelect()">选择</a>
- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-clean" id="departRedo" onclick="callbackArrangeDutyClean()">清空</a> -->
- </td>
- <td class="value" width="150px">
- <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="wheresatpm" name="wheresatpm" ignore="ignore" >${weeklyschedulePage.wheresatpm}</textarea>
- <%-- <input id="wheresatpm" name="wheresatpm" value="${weeklyschedulePage.wheresatpm}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
- <label class="Validform_label" style="display: none;">地点</label>
- </td>
- <td class="value" width="150px">
- <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="remarksatpm" name="remarksatpm" ignore="ignore" >${weeklyschedulePage.remarksatpm}</textarea>
- <%-- <input id="remarksatpm" name="remarksatpm" value="${weeklyschedulePage.remarksatpm}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
- <label class="Validform_label" style="display: none;">备注</label>
- </td>
- </tr>
-
- <tr>
- <td align="center" style="width: 100px" rowspan="2">
- <input id="sundate" name="sundate" readonly="true" type="text" value="${weeklyschedulePage.sundate}" class="inputxt" style="width: 90px;font-size: 13px;border: 0;text-align: center;font-weight: bold;" />
- <br>
- <label class="Validform_label">
- ( 星期日 )
- </label>
- </td>
- <td align="center" style="width: 80px">
- <label class="Validform_label" >上午</label>
- </td>
- <td align="center" width="810px">
- <textarea readonly="true" style="width:800px;height: 40px;border: none" class="inputxt" rows="3" id="whatsunam" name="whatsunam" ignore="ignore" > ${weeklyschedulePage.whatsunam} </textarea>
- </td>
- <td class="value" width="250px">
- <input id="whosunamnames" name="whosunamnames" value="${weeklyschedulePage.whosunamnames}" readonly="true" type="text" style="width: 100px;height: 40px;border: none;" class="inputxt" ignore="ignore" />
- <input id="whosunams" name="whosunams" type="hidden" value="${weeklyschedulePage.whosunams}">
- <label class="Validform_label" style="display: none;">主要参与人员</label>
- <!-- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-select" id="departSearch" onclick="openArrangeDutySelect()">选择</a>
- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-clean" id="departRedo" onclick="callbackArrangeDutyClean()">清空</a> -->
- </td>
- <td class="value" width="150px">
- <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="wheresunam" name="wheresunam" ignore="ignore" >${weeklyschedulePage.wheresunam}</textarea>
- <%-- <input id="wheresunam" name="wheresunam" value="${weeklyschedulePage.wheresunam}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
- <label class="Validform_label" style="display: none;">地点</label>
- </td>
- <td class="value" width="150px">
- <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="remarksunam" name="remarksunam" ignore="ignore" >${weeklyschedulePage.remarksunam}</textarea>
- <%-- <input id="remarksunam" name="remarksunam" value="${weeklyschedulePage.remarksunam}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
- <label class="Validform_label" style="display: none;">备注</label>
- </td>
- </tr>
- <tr>
- <td align="center" style="width: 80px">
- <label class="Validform_label" >下午</label>
- </td>
- <td align="center" width="810px">
- <textarea readonly="true" style="width:800px;height: 40px;border: none" class="inputxt" rows="3" id="whatsunpm" name="whatsunpm" ignore="ignore" > ${weeklyschedulePage.whatsunpm} </textarea>
- </td>
- <td class="value" width="250px">
- <input id="whosunpmnames" name="whosunpmnames" value="${weeklyschedulePage.whosunpmnames}" readonly="true" type="text" style="width: 100px;height: 40px;border: none;" class="inputxt" ignore="ignore" />
- <input id="whosunpms" name="whosunpms" type="hidden" value="${weeklyschedulePage.whosunpms}">
- <label class="Validform_label" style="display: none;">主要参与人员</label>
- <!-- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-select" id="departSearch" onclick="openArrangeDutySelect()">选择</a>
- <a href="#" class="easyui-linkbutton" plain="true" icon="icon-clean" id="departRedo" onclick="callbackArrangeDutyClean()">清空</a> -->
- </td>
- <td class="value" width="150px">
- <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="wheresunpm" name="wheresunpm" ignore="ignore" >${weeklyschedulePage.wheresunpm}</textarea>
- <%-- <input id="wheresunpm" name="wheresunpm" value="${weeklyschedulePage.wheresunpm}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
- <label class="Validform_label" style="display: none;">地点</label>
- </td>
- <td class="value" width="150px">
- <textarea style="width:98%;height: 40px;border: none" class="inputxt" rows="3" id="remarksunpm" name="remarksunpm" ignore="ignore" >${weeklyschedulePage.remarksunpm}</textarea>
- <%-- <input id="remarksunpm" name="remarksunpm" value="${weeklyschedulePage.remarksunpm}" type="text" style="width: 140px;height: 40px;border: none" class="inputxt" ignore="ignore" /> --%>
- <label class="Validform_label" style="display: none;">备注</label>
- </td>
- </tr>
- </table>
-
- </t:formvalid>
- </body>
- <script src = "webpage/com/xcgl/weeklyschedule/weeklyschedule.js"></script>
|