fix:人员必填
This commit is contained in:
@@ -682,11 +682,11 @@
|
||||
</div>
|
||||
<input type="hidden" id="hiddenUrl" value="" runat="server" />
|
||||
|
||||
<f:Button runat="server" CssClass="bgbtntop" IconFont="Gear" OnClick="btnshowWindows" ToolTip="打开代办" Hidden="true"
|
||||
<f:Button runat="server" CssClass="bgbtntop" IconFont="Gear" OnClick="btnshowWindows" ToolTip="打开待办" Hidden="true"
|
||||
EnablePostBack="true" EnableDefaultState="true" EnableDefaultCorner="false" ID="btnShowWindows">
|
||||
</f:Button>
|
||||
|
||||
<f:Window ID="Window1" Title="代办" Hidden="true" EnableIFrame="true" EnableMaximize="true"
|
||||
<f:Window ID="Window1" Title="待办" Hidden="true" EnableIFrame="true" EnableMaximize="true"
|
||||
Target="Parent" EnableResize="false" runat="server" IsModal="true" OnClose="Window1_Close"
|
||||
Width="1300px" Height="660px">
|
||||
</f:Window>
|
||||
@@ -787,7 +787,7 @@
|
||||
function reloadGrid(param) {
|
||||
__doPostBack(null, 'ReloadGrid$' + param);
|
||||
}
|
||||
//弹框代办
|
||||
//弹框待办
|
||||
function returnWindows(objUrl) {
|
||||
document.getElementById("hiddenUrl").value = objUrl;
|
||||
$('#btnShowWindows').click();
|
||||
|
||||
Reference in New Issue
Block a user