1
This commit is contained in:
@@ -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">
|
||||
人脸识别:
|
||||
<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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user