河北专项检查和移动端

This commit is contained in:
2025-04-06 23:26:22 +08:00
parent 64c7be5db4
commit 8aba5b01bc
204 changed files with 41904 additions and 3226 deletions
@@ -0,0 +1,26 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CodeConfirm.aspx.cs" Inherits="FineUIPro.Web.HJGL.MaterialManage.CodeConfirm" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title></title>
<base target="_self" />
</head>
<body>
<form id="form1" runat="server">
<table>
<tr>
<td style="height:50px">&nbsp;&nbsp;&nbsp;
<asp:Label ID="lbcode" runat="server" Font-Size="24px" Font-Bold="true"></asp:Label>
<asp:TextBox ID="txtCode" runat="server" Font-Bold="true" Font-Size="24px" Width="180px"></asp:TextBox>
&nbsp;&nbsp;&nbsp;
<asp:Button ID="btnConfirm" runat="server" OnClick="btnConfirm_Click" Text=" 确 认 " Font-Bold="true" Font-Size="24px" />
</td>
</tr>
</table>
</form>
</body>
</html>