This commit is contained in:
2025-07-28 11:27:21 +08:00
parent 221f27f8ff
commit e05b3d8ce3
35 changed files with 92678 additions and 2 deletions
@@ -36,6 +36,14 @@
height: 48px; font-size:20px; font-weight:bold" value="领料确认"/>
</td>
</tr>
<tr>
<td height="25" align="left" style="font-size:24px; font-weight:bold"> &nbsp;&nbsp;
人脸识别:
<input name="welderFaceLogin" type="button" onclick="welderFaceLogin();" id="welderFaceLogin" style="width: 120px;
height: 48px; font-size:20px; font-weight:bold" value="人脸识别"/>
<asp:Button runat="server" ID="btnFace" OnClick="btnFace_Click" Visible="false"/>
</td>
</tr>
<tr >
<td height="15px"></td>
</tr>
@@ -86,4 +94,7 @@
}
function welderFaceLogin() {
window.location.href = 'FaceRecognition.aspx';
}
</script>
@@ -13,5 +13,10 @@ namespace FineUIPro.Web.WeldMat.UsingSentMat
{
}
protected void btnFace_Click(object sender, EventArgs e)
{
}
}
}
@@ -29,5 +29,14 @@ namespace FineUIPro.Web.WeldMat.UsingSentMat {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlInputText welderQRCode;
/// <summary>
/// btnFace 控件。
/// </summary>
/// <remarks>
/// 自动生成的字段。
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::System.Web.UI.WebControls.Button btnFace;
}
}