📄 up_sb_wxjs.aspx
字号:
<HeaderStyle HorizontalAlign="Center" VerticalAlign="Middle" Wrap="False" />
<ItemStyle HorizontalAlign="Center" VerticalAlign="Middle" />
</asp:BoundField>
<asp:BoundField DataField="sbzt" HeaderText="设备状态" >
<HeaderStyle Wrap="False" HorizontalAlign="Center" VerticalAlign="Middle" />
<ItemStyle HorizontalAlign="Center" VerticalAlign="Middle" Wrap="False" />
</asp:BoundField>
<asp:BoundField DataField="bz" HeaderText="备注" >
<HeaderStyle Wrap="False" />
</asp:BoundField>
</Columns>
<PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
<SelectedRowStyle Font-Bold="True" />
<HeaderStyle BackColor="#8080FF" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="White" />
<RowStyle BackColor="#EFF3FB" />
<EditRowStyle BackColor="#2461BF" />
</asp:GridView>
</td>
<td>
</td>
</tr>
</table>
<table height="100%" cellSpacing="0" cellPadding="0" border="0" style="height: 100%; width: 100%;">
<tr style="width: 100%;">
<td vAlign="top" style="WIDTH: 155%; height: 328px;">
<table class="f12" cellSpacing="1" cellPadding="0" bgColor="#2c8ed8" border="0" style="width: 124%;">
<tr bgColor="#e6f2fb" style="width: 100%;">
<td style="HEIGHT: 16px; width: 111px; text-align: left;" align="center" bgColor="#cce4f7">
设备类别:</td>
<td style="WIDTH: 211px; HEIGHT: 16px">
<asp:TextBox ID="sblb" runat="server" ReadOnly="True"></asp:TextBox>
<input id="sbid" type="hidden" runat="server"/></td>
<td class="f12" style="HEIGHT: 16px; width: 92px; text-align: left;" align="center" bgColor="#cce4f7">
设备名称: </td>
<td style="HEIGHT: 16px; width: 557px;">
<asp:TextBox ID="sbmc" runat="server" ReadOnly="True" Width="139px"></asp:TextBox>
<input id="id1" type="hidden" runat="server" style="width: 137px"/></td>
</tr>
<tr bgColor="#e6f2fb" style="width: 100%;">
<td align="center" bgColor="#cce4f7" style="height: 25px; width: 111px; text-align: left;">
设备型号:</td>
<td style="WIDTH: 211px; height: 25px;">
<asp:textbox id="sbxh" runat="server" ReadOnly="True"></asp:textbox></td>
<td class="f12" align="center" bgColor="#cce4f7" style="height: 25px; width: 92px; text-align: left;">
维修人:</td>
<td style="height: 25px; width: 557px;">
<asp:TextBox ID="wxr" runat="server" Width="140px"></asp:TextBox></td>
</tr>
<tr bgcolor="#e6f2fb">
<td align="center" bgcolor="#cce4f7" style="width: 111px; height: 25px; text-align: left">
维修费用:</td>
<td style="width: 211px; height: 25px; color: #0000cc;">
<asp:TextBox ID="wxfy" runat="server" Width="144px"></asp:TextBox>元</td>
<td align="center" bgcolor="#cce4f7" class="f12" style="width: 92px; height: 25px;
text-align: left">
维修工时:</td>
<td style="height: 25px; color: #0000cc; width: 557px;">
<asp:TextBox ID="wxgs" runat="server" Width="138px"></asp:TextBox>小时</td>
</tr>
<tr bgcolor="#e6f2fb">
<td align="center" bgcolor="#cce4f7" style="width: 111px; height: 25px; text-align: left">
维修开始时间:</td>
<td style="width: 211px; height: 25px">
<asp:TextBox ID="wxkssj" runat="server"></asp:TextBox>
<asp:Button ID="Button2" runat="server" CssClass="submit" OnClick="Button2_Click"
Text="选择" Width="42px" />
<asp:Calendar ID="Calendar1" runat="server" BackColor="#FFFFCC" BorderColor="#FFCC66"
BorderWidth="1px" DayNameFormat="Shortest" Font-Names="Verdana" Font-Size="8pt"
ForeColor="#663399" Height="200px" OnSelectionChanged="Calendar1_SelectionChanged"
ShowGridLines="True" Visible="False" Width="220px">
<SelectedDayStyle BackColor="#CCCCFF" Font-Bold="True" />
<SelectorStyle BackColor="#FFCC66" />
<TodayDayStyle BackColor="#FFCC66" ForeColor="White" />
<OtherMonthDayStyle ForeColor="#CC9966" />
<NextPrevStyle Font-Size="9pt" ForeColor="#FFFFCC" />
<DayHeaderStyle BackColor="#FFCC66" Font-Bold="True" Height="1px" />
<TitleStyle BackColor="#990000" Font-Bold="True" Font-Size="9pt" ForeColor="#FFFFCC" />
</asp:Calendar>
</td>
<td align="center" bgcolor="#cce4f7" class="f12" style="width: 92px; height: 25px;
text-align: left">
维修结束时间:</td>
<td style="color: #3300cc; height: 25px; width: 557px;">
<asp:TextBox ID="wxjssj" runat="server" Width="142px"></asp:TextBox>
<asp:Button ID="Button3" runat="server" CssClass="submit" OnClick="Button3_Click"
Text="选择" Width="42px" />
<asp:Calendar ID="Calendar2" runat="server" BackColor="#FFFFCC" BorderColor="#FFCC66"
BorderWidth="1px" DayNameFormat="Shortest" Font-Names="Verdana" Font-Size="8pt"
ForeColor="#663399" Height="200px" OnSelectionChanged="Calendar2_SelectionChanged"
ShowGridLines="True" Visible="False" Width="220px">
<SelectedDayStyle BackColor="#CCCCFF" Font-Bold="True" />
<SelectorStyle BackColor="#FFCC66" />
<TodayDayStyle BackColor="#FFCC66" ForeColor="White" />
<OtherMonthDayStyle ForeColor="#CC9966" />
<NextPrevStyle Font-Size="9pt" ForeColor="#FFFFCC" />
<DayHeaderStyle BackColor="#FFCC66" Font-Bold="True" Height="1px" />
<TitleStyle BackColor="#990000" Font-Bold="True" Font-Size="9pt" ForeColor="#FFFFCC" />
</asp:Calendar>
</td>
</tr>
<tr bgcolor="#e6f2fb">
<td align="center" bgcolor="#cce4f7" style="width: 111px; height: 25px; text-align: left">
设备状态:</td>
<td style="width: 211px; height: 25px">
<asp:TextBox ID="sbzt" runat="server" ReadOnly="True"></asp:TextBox></td>
<td align="center" bgcolor="#cce4f7" class="f12" style="width: 92px; height: 25px;
text-align: left">
</td>
<td style="color: #3300cc; height: 25px; width: 557px;">
</td>
</tr>
<tr bgcolor="#e6f2fb">
<td align="center" bgcolor="#cce4f7" style="width: 111px; text-align: left; height: 166px;">
故障原因:</td>
<td colspan="3" style="vertical-align: middle; color: #3300cc; text-align: left; height: 166px;">
<asp:TextBox ID="gzyy" runat="server" Height="140px" TextMode="MultiLine" Width="440px"></asp:TextBox></td>
</tr>
<tr bgColor="#e6f2fb">
<td align="center" bgColor="#cce4f7" height="175" style="width: 111px; text-align: left;">
备注:</td>
<td colSpan="3">
<asp:textbox id="my_bz" runat="server" Height="137px" Width="432px" TextMode="MultiLine"></asp:textbox></td>
</tr>
</table>
</td>
</tr>
<tr>
<td vAlign="top" align="center" colSpan="2">
<asp:button id="Button1" runat="server" CssClass="submit" Text="保存" OnClick="Button1_Click"></asp:button>
<input class="submit" type="reset" value="重写" name="Reset" style="width: 57px"></td>
</tr>
</table>
<table width="100%">
<tr style="width: 100%;">
<td style="width: 70%; height: 20px;" align="right"></td>
<table width="100%">
<tr style="width: 100%;">
<td style="width: 70%; height: 20px;" align="right"></td>
<td align="right" style="width: 15%; height: 20px;"></td>
<td align="right" style="height: 20px">
</td>
</tr>
</table>
</form>
</body>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -