295 lines
17 KiB
Plaintext
295 lines
17 KiB
Plaintext
|
|
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="RiChengModify.aspx.cs" Inherits="Work_RiChengModify" %>
|
|||
|
|
|
|||
|
|
<html>
|
|||
|
|
<head>
|
|||
|
|
<title>
|
|||
|
|
<%=System.Configuration.ConfigurationManager.AppSettings["SYSTitle"]%></title>
|
|||
|
|
<link href="../Style/Style.css" type="text/css" rel="STYLESHEET">
|
|||
|
|
<script src="../UEditor/editor_config.js" type="text/javascript"></script>
|
|||
|
|
<script src="../UEditor/editor_all.js" type="text/javascript"></script>
|
|||
|
|
<link rel="stylesheet" type="text/css" href="../UEditor/themes/default/ueditor.css" />
|
|||
|
|
<script src="../JS/My97DatePicker/WdatePicker.js" type="text/javascript"></script>
|
|||
|
|
<script language="javascript">
|
|||
|
|
function PrintTable() {
|
|||
|
|
document.getElementById("PrintHide").style.visibility = "hidden"
|
|||
|
|
print();
|
|||
|
|
document.getElementById("PrintHide").style.visibility = "visible"
|
|||
|
|
}
|
|||
|
|
</script>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<form id="form1" runat="server">
|
|||
|
|
<div>
|
|||
|
|
<table id="PrintHide" style="width: 100%" border="0" cellpadding="0" cellspacing="0">
|
|||
|
|
<tr>
|
|||
|
|
<td valign="middle" style="border-bottom: #006633 1px dashed; height: 30px;">
|
|||
|
|
<img src="../images/BanKuaiJianTou.gif" />
|
|||
|
|
<a class="hei" href="../Main/MyDesk.aspx">桌面</a> >> 日程安排 >> 修改日程安排
|
|||
|
|
</td>
|
|||
|
|
<td align="right" valign="middle" style="border-bottom: #006633 1px dashed; height: 30px;">
|
|||
|
|
<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/images/Button/Submit.jpg"
|
|||
|
|
OnClick="ImageButton1_Click" />
|
|||
|
|
<img src="../images/Button/JianGe.jpg" />
|
|||
|
|
<img class="HerCss" onclick="javascript:window.history.go(-1)" src="../images/Button/BtnExit.jpg" />
|
|||
|
|
</td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td height="3px" colspan="2" style="background-color: #ffffff">
|
|||
|
|
</td>
|
|||
|
|
</tr>
|
|||
|
|
</table>
|
|||
|
|
<table style="width: 100%" bgcolor="#999999" border="0" cellpadding="2" cellspacing="1">
|
|||
|
|
<tr>
|
|||
|
|
<td align="right" style="width: 170px; background-color: #D6E2F3; height: 25px;">
|
|||
|
|
信息主题:
|
|||
|
|
</td>
|
|||
|
|
<td style="background-color: #ffffff; height: 25px; padding-left: 5px;">
|
|||
|
|
<asp:TextBox ID="TextBox1" runat="server" Width="350px"></asp:TextBox>
|
|||
|
|
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1"
|
|||
|
|
ErrorMessage="*该项不可以为空"></asp:RequiredFieldValidator>
|
|||
|
|
</td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td align="right" style="width: 170px; height: 25px; background-color: #D6E2F3">
|
|||
|
|
开始时间:
|
|||
|
|
</td>
|
|||
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff">
|
|||
|
|
<asp:TextBox id="TextBox2" runat="server" onClick="WdatePicker({startDate:'%y-%M-01',dateFmt:'yyyy-MM-dd',alwaysUseStartDate:true})" Width="150px" ></asp:TextBox>
|
|||
|
|
<asp:DropDownList ID="DropDownList1" runat="server">
|
|||
|
|
<asp:ListItem>00</asp:ListItem>
|
|||
|
|
<asp:ListItem>01</asp:ListItem>
|
|||
|
|
<asp:ListItem>02</asp:ListItem>
|
|||
|
|
<asp:ListItem>03</asp:ListItem>
|
|||
|
|
<asp:ListItem>04</asp:ListItem>
|
|||
|
|
<asp:ListItem>05</asp:ListItem>
|
|||
|
|
<asp:ListItem>06</asp:ListItem>
|
|||
|
|
<asp:ListItem>07</asp:ListItem>
|
|||
|
|
<asp:ListItem>08</asp:ListItem>
|
|||
|
|
<asp:ListItem>09</asp:ListItem>
|
|||
|
|
<asp:ListItem>10</asp:ListItem>
|
|||
|
|
<asp:ListItem>11</asp:ListItem>
|
|||
|
|
<asp:ListItem>12</asp:ListItem>
|
|||
|
|
<asp:ListItem>13</asp:ListItem>
|
|||
|
|
<asp:ListItem>14</asp:ListItem>
|
|||
|
|
<asp:ListItem>15</asp:ListItem>
|
|||
|
|
<asp:ListItem>16</asp:ListItem>
|
|||
|
|
<asp:ListItem>17</asp:ListItem>
|
|||
|
|
<asp:ListItem>18</asp:ListItem>
|
|||
|
|
<asp:ListItem>19</asp:ListItem>
|
|||
|
|
<asp:ListItem>20</asp:ListItem>
|
|||
|
|
<asp:ListItem>21</asp:ListItem>
|
|||
|
|
<asp:ListItem>22</asp:ListItem>
|
|||
|
|
<asp:ListItem>23</asp:ListItem>
|
|||
|
|
</asp:DropDownList>
|
|||
|
|
:<asp:DropDownList ID="DropDownList2" runat="server">
|
|||
|
|
<asp:ListItem>00</asp:ListItem>
|
|||
|
|
<asp:ListItem>01</asp:ListItem>
|
|||
|
|
<asp:ListItem>02</asp:ListItem>
|
|||
|
|
<asp:ListItem>03</asp:ListItem>
|
|||
|
|
<asp:ListItem>04</asp:ListItem>
|
|||
|
|
<asp:ListItem>05</asp:ListItem>
|
|||
|
|
<asp:ListItem>06</asp:ListItem>
|
|||
|
|
<asp:ListItem>07</asp:ListItem>
|
|||
|
|
<asp:ListItem>08</asp:ListItem>
|
|||
|
|
<asp:ListItem>09</asp:ListItem>
|
|||
|
|
<asp:ListItem>10</asp:ListItem>
|
|||
|
|
<asp:ListItem>11</asp:ListItem>
|
|||
|
|
<asp:ListItem>12</asp:ListItem>
|
|||
|
|
<asp:ListItem>13</asp:ListItem>
|
|||
|
|
<asp:ListItem>14</asp:ListItem>
|
|||
|
|
<asp:ListItem>15</asp:ListItem>
|
|||
|
|
<asp:ListItem>16</asp:ListItem>
|
|||
|
|
<asp:ListItem>17</asp:ListItem>
|
|||
|
|
<asp:ListItem>18</asp:ListItem>
|
|||
|
|
<asp:ListItem>19</asp:ListItem>
|
|||
|
|
<asp:ListItem>20</asp:ListItem>
|
|||
|
|
<asp:ListItem>21</asp:ListItem>
|
|||
|
|
<asp:ListItem>22</asp:ListItem>
|
|||
|
|
<asp:ListItem>23</asp:ListItem>
|
|||
|
|
<asp:ListItem>24</asp:ListItem>
|
|||
|
|
<asp:ListItem>25</asp:ListItem>
|
|||
|
|
<asp:ListItem>26</asp:ListItem>
|
|||
|
|
<asp:ListItem>27</asp:ListItem>
|
|||
|
|
<asp:ListItem>28</asp:ListItem>
|
|||
|
|
<asp:ListItem>29</asp:ListItem>
|
|||
|
|
<asp:ListItem>30</asp:ListItem>
|
|||
|
|
<asp:ListItem>31</asp:ListItem>
|
|||
|
|
<asp:ListItem>32</asp:ListItem>
|
|||
|
|
<asp:ListItem>33</asp:ListItem>
|
|||
|
|
<asp:ListItem>34</asp:ListItem>
|
|||
|
|
<asp:ListItem>35</asp:ListItem>
|
|||
|
|
<asp:ListItem>36</asp:ListItem>
|
|||
|
|
<asp:ListItem>37</asp:ListItem>
|
|||
|
|
<asp:ListItem>38</asp:ListItem>
|
|||
|
|
<asp:ListItem>39</asp:ListItem>
|
|||
|
|
<asp:ListItem>40</asp:ListItem>
|
|||
|
|
<asp:ListItem>41</asp:ListItem>
|
|||
|
|
<asp:ListItem>42</asp:ListItem>
|
|||
|
|
<asp:ListItem>43</asp:ListItem>
|
|||
|
|
<asp:ListItem>44</asp:ListItem>
|
|||
|
|
<asp:ListItem>45</asp:ListItem>
|
|||
|
|
<asp:ListItem>46</asp:ListItem>
|
|||
|
|
<asp:ListItem>47</asp:ListItem>
|
|||
|
|
<asp:ListItem>48</asp:ListItem>
|
|||
|
|
<asp:ListItem>49</asp:ListItem>
|
|||
|
|
<asp:ListItem>50</asp:ListItem>
|
|||
|
|
<asp:ListItem>51</asp:ListItem>
|
|||
|
|
<asp:ListItem>52</asp:ListItem>
|
|||
|
|
<asp:ListItem>53</asp:ListItem>
|
|||
|
|
<asp:ListItem>54</asp:ListItem>
|
|||
|
|
<asp:ListItem>55</asp:ListItem>
|
|||
|
|
<asp:ListItem>56</asp:ListItem>
|
|||
|
|
<asp:ListItem>57</asp:ListItem>
|
|||
|
|
<asp:ListItem>58</asp:ListItem>
|
|||
|
|
<asp:ListItem>59</asp:ListItem>
|
|||
|
|
</asp:DropDownList>
|
|||
|
|
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="TextBox2"
|
|||
|
|
Display="Dynamic" ErrorMessage="*该项不可以为空"></asp:RequiredFieldValidator>
|
|||
|
|
</td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td align="right" style="width: 170px; height: 25px; background-color: #D6E2F3">
|
|||
|
|
结束时间:
|
|||
|
|
</td>
|
|||
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff">
|
|||
|
|
<asp:TextBox id="TextBox3" runat="server" onClick="WdatePicker({startDate:'%y-%M-01',dateFmt:'yyyy-MM-dd',alwaysUseStartDate:true})" Width="150px" ></asp:TextBox>
|
|||
|
|
<asp:DropDownList ID="DropDownList3" runat="server">
|
|||
|
|
<asp:ListItem>00</asp:ListItem>
|
|||
|
|
<asp:ListItem>01</asp:ListItem>
|
|||
|
|
<asp:ListItem>02</asp:ListItem>
|
|||
|
|
<asp:ListItem>03</asp:ListItem>
|
|||
|
|
<asp:ListItem>04</asp:ListItem>
|
|||
|
|
<asp:ListItem>05</asp:ListItem>
|
|||
|
|
<asp:ListItem>06</asp:ListItem>
|
|||
|
|
<asp:ListItem>07</asp:ListItem>
|
|||
|
|
<asp:ListItem>08</asp:ListItem>
|
|||
|
|
<asp:ListItem>09</asp:ListItem>
|
|||
|
|
<asp:ListItem>10</asp:ListItem>
|
|||
|
|
<asp:ListItem>11</asp:ListItem>
|
|||
|
|
<asp:ListItem>12</asp:ListItem>
|
|||
|
|
<asp:ListItem>13</asp:ListItem>
|
|||
|
|
<asp:ListItem>14</asp:ListItem>
|
|||
|
|
<asp:ListItem>15</asp:ListItem>
|
|||
|
|
<asp:ListItem>16</asp:ListItem>
|
|||
|
|
<asp:ListItem>17</asp:ListItem>
|
|||
|
|
<asp:ListItem>18</asp:ListItem>
|
|||
|
|
<asp:ListItem>19</asp:ListItem>
|
|||
|
|
<asp:ListItem>20</asp:ListItem>
|
|||
|
|
<asp:ListItem>21</asp:ListItem>
|
|||
|
|
<asp:ListItem>22</asp:ListItem>
|
|||
|
|
<asp:ListItem>23</asp:ListItem>
|
|||
|
|
</asp:DropDownList>
|
|||
|
|
:<asp:DropDownList ID="DropDownList4" runat="server">
|
|||
|
|
<asp:ListItem>00</asp:ListItem>
|
|||
|
|
<asp:ListItem>01</asp:ListItem>
|
|||
|
|
<asp:ListItem>02</asp:ListItem>
|
|||
|
|
<asp:ListItem>03</asp:ListItem>
|
|||
|
|
<asp:ListItem>04</asp:ListItem>
|
|||
|
|
<asp:ListItem>05</asp:ListItem>
|
|||
|
|
<asp:ListItem>06</asp:ListItem>
|
|||
|
|
<asp:ListItem>07</asp:ListItem>
|
|||
|
|
<asp:ListItem>08</asp:ListItem>
|
|||
|
|
<asp:ListItem>09</asp:ListItem>
|
|||
|
|
<asp:ListItem>10</asp:ListItem>
|
|||
|
|
<asp:ListItem>11</asp:ListItem>
|
|||
|
|
<asp:ListItem>12</asp:ListItem>
|
|||
|
|
<asp:ListItem>13</asp:ListItem>
|
|||
|
|
<asp:ListItem>14</asp:ListItem>
|
|||
|
|
<asp:ListItem>15</asp:ListItem>
|
|||
|
|
<asp:ListItem>16</asp:ListItem>
|
|||
|
|
<asp:ListItem>17</asp:ListItem>
|
|||
|
|
<asp:ListItem>18</asp:ListItem>
|
|||
|
|
<asp:ListItem>19</asp:ListItem>
|
|||
|
|
<asp:ListItem>20</asp:ListItem>
|
|||
|
|
<asp:ListItem>21</asp:ListItem>
|
|||
|
|
<asp:ListItem>22</asp:ListItem>
|
|||
|
|
<asp:ListItem>23</asp:ListItem>
|
|||
|
|
<asp:ListItem>24</asp:ListItem>
|
|||
|
|
<asp:ListItem>25</asp:ListItem>
|
|||
|
|
<asp:ListItem>26</asp:ListItem>
|
|||
|
|
<asp:ListItem>27</asp:ListItem>
|
|||
|
|
<asp:ListItem>28</asp:ListItem>
|
|||
|
|
<asp:ListItem>29</asp:ListItem>
|
|||
|
|
<asp:ListItem>30</asp:ListItem>
|
|||
|
|
<asp:ListItem>31</asp:ListItem>
|
|||
|
|
<asp:ListItem>32</asp:ListItem>
|
|||
|
|
<asp:ListItem>33</asp:ListItem>
|
|||
|
|
<asp:ListItem>34</asp:ListItem>
|
|||
|
|
<asp:ListItem>35</asp:ListItem>
|
|||
|
|
<asp:ListItem>36</asp:ListItem>
|
|||
|
|
<asp:ListItem>37</asp:ListItem>
|
|||
|
|
<asp:ListItem>38</asp:ListItem>
|
|||
|
|
<asp:ListItem>39</asp:ListItem>
|
|||
|
|
<asp:ListItem>40</asp:ListItem>
|
|||
|
|
<asp:ListItem>41</asp:ListItem>
|
|||
|
|
<asp:ListItem>42</asp:ListItem>
|
|||
|
|
<asp:ListItem>43</asp:ListItem>
|
|||
|
|
<asp:ListItem>44</asp:ListItem>
|
|||
|
|
<asp:ListItem>45</asp:ListItem>
|
|||
|
|
<asp:ListItem>46</asp:ListItem>
|
|||
|
|
<asp:ListItem>47</asp:ListItem>
|
|||
|
|
<asp:ListItem>48</asp:ListItem>
|
|||
|
|
<asp:ListItem>49</asp:ListItem>
|
|||
|
|
<asp:ListItem>50</asp:ListItem>
|
|||
|
|
<asp:ListItem>51</asp:ListItem>
|
|||
|
|
<asp:ListItem>52</asp:ListItem>
|
|||
|
|
<asp:ListItem>53</asp:ListItem>
|
|||
|
|
<asp:ListItem>54</asp:ListItem>
|
|||
|
|
<asp:ListItem>55</asp:ListItem>
|
|||
|
|
<asp:ListItem>56</asp:ListItem>
|
|||
|
|
<asp:ListItem>57</asp:ListItem>
|
|||
|
|
<asp:ListItem>58</asp:ListItem>
|
|||
|
|
<asp:ListItem>59</asp:ListItem>
|
|||
|
|
</asp:DropDownList>
|
|||
|
|
<asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="TextBox3"
|
|||
|
|
Display="Dynamic" ErrorMessage="*该项不可以为空"></asp:RequiredFieldValidator>
|
|||
|
|
<asp:RangeValidator ID="RangeValidator2" runat="server" ControlToValidate="TextBox3"
|
|||
|
|
Display="Dynamic" ErrorMessage="*必须是日期格式" MaximumValue="2099-01-01" MinimumValue="1900-01-01"
|
|||
|
|
Type="Date"></asp:RangeValidator>
|
|||
|
|
</td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td align="right" style="width: 170px; height: 25px; background-color: #D6E2F3">
|
|||
|
|
提醒日期:
|
|||
|
|
</td>
|
|||
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff">
|
|||
|
|
<asp:TextBox id="TextBox4" runat="server" onClick="WdatePicker({startDate:'%y-%M-01',dateFmt:'yyyy-MM-dd',alwaysUseStartDate:true})" Width="150px" ></asp:TextBox></asp:RequiredFieldValidator><asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" ControlToValidate="TextBox4"
|
|||
|
|
Display="Dynamic" ErrorMessage="*该项不可以为空"></asp:RequiredFieldValidator>
|
|||
|
|
</asp:RangeValidator>
|
|||
|
|
</td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td align="right" style="width: 170px; height: 25px; background-color: #D6E2F3">
|
|||
|
|
事务类型:
|
|||
|
|
</td>
|
|||
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff">
|
|||
|
|
<asp:TextBox ID="TextBox5" runat="server" Width="150px"></asp:TextBox>
|
|||
|
|
<img class="HerCss" onclick="var wName;var RadNum=Math.random();wName=window.showModalDialog('../Main/SelectCondition.aspx?TableName=ERPAnPai&LieName=TypeStr&Radstr='+RadNum,'','dialogWidth:350px;DialogHeight=400px;status:no;help:no;resizable:yes;');if(wName==null){}else{document.getElementById('TextBox5').value=wName;}"
|
|||
|
|
src="../images/Button/search.gif" />
|
|||
|
|
</td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td align="right" style="width: 170px; height: 25px; background-color: #D6E2F3">
|
|||
|
|
当前状态:
|
|||
|
|
</td>
|
|||
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff">
|
|||
|
|
<asp:TextBox ID="txtIFShare" runat="server" Width="150px" Enabled="False"></asp:TextBox>
|
|||
|
|
</td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td align="right" style="width: 170px; height: 25px; background-color: #D6E2F3">
|
|||
|
|
详细内容:
|
|||
|
|
</td>
|
|||
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff">
|
|||
|
|
<asp:TextBox ID="TxtContent" runat="server" Width="100%" Rows="10" TextMode="MultiLine"></asp:TextBox>
|
|||
|
|
<script type="text/javascript">
|
|||
|
|
var editor = new baidu.editor.ui.Editor({ id: 'editor', minFrameHeight: 300 }); editor.render("TxtContent");
|
|||
|
|
</script>
|
|||
|
|
</td>
|
|||
|
|
</tr>
|
|||
|
|
</table>
|
|||
|
|
</div>
|
|||
|
|
</form>
|
|||
|
|
</body>
|
|||
|
|
</html>
|