|
|
@@ -17,6 +17,7 @@
|
|
|
<a href="javascript:void(0)" id="btnSearch" title="搜索" class="easyui-linkbutton" iconcls="icon-search" plain="true" toggle="true" onclick="tbSearch()">搜索</a>
|
|
|
<a href="javascript:void(0)" id="btnExport" title="导出" class="easyui-linkbutton" iconcls="icon-excel" plain="true" onclick="tbExport()">导出</a>
|
|
|
<a href="javascript:void(0)" id="btnReload" title="刷新" class="easyui-linkbutton" iconcls="icon-reload" plain="true" onclick="tbReload()">刷新</a>
|
|
|
+ <a href="javascript:void(0)" id="btnHelp" title="帮助" class="easyui-linkbutton" iconcls="icon-help" plain="true" onclick="tbHelp()">帮助</a>
|
|
|
<div id="tbSearchDiv" style="display:block;padding:10px;">
|
|
|
<form id="ffMaster">
|
|
|
<div>
|
|
|
@@ -30,7 +31,7 @@
|
|
|
method:'get',valueField:'value',textField:'text',panelHeight:'200px',editable:'true'" style="width:120px;height:32px;">
|
|
|
工序:
|
|
|
<input class="easyui-combobox" id="procedureidMaster" name="procedureidMaster" data-options="required:true,prompt:'工序',tipPosition:'top',url:'../rpt.ashx?m=getProcedureCheck&select=1',method:'get',valueField:'PROCEDUREID',textField:'PROCEDURENAME',panelHeight:'200px',editable:'true'" style="width:120px;height:32px;">
|
|
|
- <span id="jz">
|
|
|
+ <span id="jz">
|
|
|
窑炉:
|
|
|
<input class="easyui-combobox" id="kilnidMaster" name="kilnidMaster" data-options="required:false,prompt:'窑炉',tipPosition:'top',url:'../rpt.ashx?m=getKiln&select=1',method:'get',valueField:'KILNID',textField:'KILNCODE',panelHeight:'200px',editable:'true'" style="width:100px;height:32px;">
|
|
|
产品编码
|
|
|
@@ -39,11 +40,11 @@
|
|
|
产品名称
|
|
|
<input class="easyui-combobox" id="goodsnameMaster" name="goodsnameMaster" data-options="required:false,prompt:'',tipPosition:'top',url:'../rpt.ashx?m=getGoods&select=1',method:'get',valueField:'GOODSNAME',textField:'GOODSNAME',panelHeight:'300px',editable:'true'" style="width: 150px; height: 32px;">
|
|
|
</span>
|
|
|
- <input class="easyui-checkbox" id="chkMonitor" name="chkMonitor" label="结转查询" labelAlign="right" data-options="onChange:tbChangeState" />
|
|
|
- <a href="javascript:void(0)" id="btnSearchSubmit" title="清空" class="easyui-linkbutton" plain="false" onclick="$('#ffMaster').form('clear')">清空</a>
|
|
|
- <a href="javascript:void(0)" id="btnSearchSubmit" title="搜索" class="easyui-linkbutton" plain="false" onclick="tbSearchSubmit()">搜索</a>
|
|
|
- </div>
|
|
|
- </form>
|
|
|
+ <input class="easyui-checkbox" id="chkMonitor" name="chkMonitor" label="结转查询" labelAlign="right" data-options="onChange:tbChangeState" />
|
|
|
+ <a href="javascript:void(0)" id="btnSearchSubmit" title="清空" class="easyui-linkbutton" plain="false" onclick="$('#ffMaster').form('clear')">清空</a>
|
|
|
+ <a href="javascript:void(0)" id="btnSearchSubmit" title="搜索" class="easyui-linkbutton" plain="false" onclick="tbSearchSubmit()">搜索</a>
|
|
|
+ </div>
|
|
|
+ </form>
|
|
|
</div>
|
|
|
</div>
|
|
|
<!--表格-->
|
|
|
@@ -195,6 +196,16 @@
|
|
|
}
|
|
|
|
|
|
|
|
|
+ //帮助事件
|
|
|
+ function tbHelp() {
|
|
|
+ $('#DataGridMaster').datagridDialog({
|
|
|
+ title: '帮助',
|
|
|
+ width: 640,
|
|
|
+ height: 480,
|
|
|
+ url: 'rpt_help.html'
|
|
|
+ });
|
|
|
+ }
|
|
|
+
|
|
|
</script>
|
|
|
</body>
|
|
|
</html>
|