Compare commits
2 Commits
03038123a2
...
37624e8ff6
Author | SHA1 | Date |
---|---|---|
|
37624e8ff6 | |
|
b25663bf99 |
|
@ -20,10 +20,11 @@
|
|||
<f:Panel ID="Panel1" runat="server" ShowBorder="false" ShowHeader="false" Layout="Region">
|
||||
<Items>
|
||||
<f:Panel runat="server" ID="panelCenterRegion" RegionPosition="Center" ShowBorder="true"
|
||||
Layout="VBox" ShowHeader="true" BodyPadding="5px" IconFont="PlusCircle" Title="人脸识别"
|
||||
Layout="VBox" ShowHeader="true" BodyPadding="5px" IconFont="PlusCircle" Title="人脸识别"
|
||||
|
||||
TitleToolTip="人脸识别" AutoScroll="true">
|
||||
<Items>
|
||||
<f:ContentPanel ShowBorder="false" ShowHeader="false" ID="ContentPanel1" runat ="server" BodyStyle="text-align:center">
|
||||
<f:ContentPanel ShowBorder="false" ShowHeader="false" ID="ContentPanel1" runat ="server" CssStyle="text-align:center" >
|
||||
<video id="video" width="480" height="640" autoplay></video>
|
||||
<canvas id="canvas" width="480" height="640" style="display:none" ></canvas>
|
||||
<div>
|
||||
|
@ -124,7 +125,7 @@
|
|||
|
||||
var node = {
|
||||
|
||||
iframeUrl: '~\\WeldMat\\UsingSentMat\\UsingMat.aspx?welderCode=' + data.d,
|
||||
iframeUrl: './WeldMat/UsingSentMat/UsingMat.aspx?welderCode=' + data.d,
|
||||
title: "焊材领用",
|
||||
id: "UsingMat" + getFormattedDate()
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue