|
6#
楼主 |
发表于 2008-9-11 17:35:36
|
只看该作者
HTML码如下,但是查找不到按钮的名称,即使页面上有的按钮,也查找不到..
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<meta http-equiv="Cache-Control" content="no-store" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<link href="/oa/styles/css/ext-all.v0.8.0.gzcss" rel="stylesheet" type="text/css" />
<script src="/oa/scripts/ext-all.v0.8.0.gzjs" type="text/javascript"></script>
<script type="text/javascript">
var ctx='/oa';
Ext.BLANK_IMAGE_URL = ctx+'/styles/images/default/s.v0.8.0.gif';
var SYS_USER={id:'1116'};
</script>
<title>主办处室不受理</title>
<link href="/oa/styles/css/workflow.v1.0.1.css" rel="stylesheet"
type="text/css" />
</head>
<body>
<div id="toolbar">
<div id="container">
<div id="menu"></div>
</div>
<div id="flow-img" class="x-toolbar"
style="width: 100%; text-align: center; display: none"></div>
<form action="/oa/workflow/flow.do" id="pForm" method="POST"
enctype="multipart/form-data" class="x-toolbar">
<div id="flow">
<table>
<tr>
<th width="10%">
<label for="rwlx"><h1>请选择任务流向: </h1></label>
</th>
<td>
<div id="flowTranstion" style="display: none">
<input type="radio" name="next" id="next6176611"
value="6176611">
<a href="#" id="a6176611">送归档</a>
<xml xmltype="addressbook" processName="审批流程" processType="0" taskName="主办处室不受理" transitionName="送归档" bindId="6176611"><addressbook type="0" onclick="banjieHandle">
<default>
<VAR>O_%564%G_100064</VAR>
</default>
<filter/></addressbook></xml>
</div>
</td>
</tr>
</table>
</div>
<input id="dzb" type="hidden">
<input name="dzb_h" id="dzb_h" type="hidden">
<input name="transferrer" id="transferrer" type="hidden">
<input name="sendType" id="sendType" type="hidden">
<input id="method" name="method" type="hidden" value="endTask">
<input id="taskId" name="taskId" type="hidden" value="3185825">
<input id="otherVariables" name="otherVariables" type="hidden">
<input id="formBody" name="formBody" type="hidden">
</form></div>
<div id="form-body">
<div id="workflow-form-basic">
<div id="workflow-form-title">
<h1>主办处室不受理</h1>
</div>
<form id="oform"></form>
<div id="attach">
<div id="NTKOATTACH_OCX_CONTAINER">
</div>
<script type="text/javascript">
var attachesOcx = Ext.oa.AttachesOcx({id:'3185790',url:'',type:'workflow',container: 'NTKOATTACH_OCX_CONTAINER',
finalcall: '',width: '716',height:'150',readonly:'-1',noHeader:false});
//Ext.onReady(attachesOcx.init, attachesOcx, true);
</script>
<script language="JScript" for="NTKOATTACH_OCX"
event="AfterSaveToURL(retStr,ErrCode)">
//保存到URL之后触发该事件
if(attachesOcx){
attachesOcx.afterSave(retStr,ErrCode);
}
</script>
</div>
</div>
<div id="east">
<div id="lcsx"><!--流程属性-->
<form id="common"><script
src="/oa/scripts/workflow/common_function.js" type="text/javascript"></script>
<table width="100%">
<tbody>
<tr>
<th width="35%" style="text-align: right"><label
for="common_next_step_due">下环节办理期限:</label></th>
<td><input type="text" id="common_next_step_due"
name="common_next_step_due" style="width: 153px" /></td>
</tr>
<tr>
<th style="text-align: right"><label for="common_total_due">总办理期限:</label></th>
<td><input type="text" id="common_total_due"
name="common_total_due" style="width: 153px" /></td>
</tr>
<tr>
<th valign="top" style="text-align: right"><label
for="common_remark">本环节备注:</label></th>
<td><textarea id="common_remark"
name="common_remark" style="width: 170px" rows="2"></textarea></td>
</tr>
<tr>
<th style="text-align: right"><label for="common_send_sms">是否发短信:</label></th>
<td><input type="radio" id="common_send_sms_0" value="0"
name="common_send_sms" onclick="setContent()" checked="true" />否 <input
type="radio" id="common_send_sms_1" value="1" name="common_send_sms"
onclick="setContent()" />是</td>
</tr>
<tr>
<th style="text-align: right"><label for="common_sms_receipt">是否短信回执:</label></th>
<td><input type="radio" id="common_sms_receipt_0" value="0"
name="common_sms_receipt" checked />否 <input
type="radio" id="common_sms_receipt_1" value="1"
name="common_sms_receipt" />是</td>
</tr>
<tr>
<th style="text-align: right"><label for="common_sms_type">短信类型:</label></th>
<td><input type="text" id="common_sms_type"
name="common_sms_type" style="width: 153px" /></td>
</tr>
<tr>
<th valign="top" style="text-align: right"><label
for="common_sms_content">短信内容:</label></th>
<td><textarea id="common_sms_content"
name="common_sms_content" style="width: 170px" rows="2"></textarea></td>
</tr>
</tbody>
</table>
</form>
</div>
<div id="xglc-grid"></div>
<div id="xgwj-grid"></div>
</div>
</body>
<div id="load" class="load">
<div id="loading">
<div class="loading-indicator">载入中...</div>
</div>
</div>
<script type="text/javascript">
Event.observe(window, 'load',
function() { $('load').remove()}
);
</script>
<script type="text/javascript">
SEND_TYPE_NORMAL = 0;
SEND_TYPE_BYTRANSFER = 2;
SEND_TYPE_SEQUENCE = 1;
Ext.namespace('OA.workflow');
OA.workflow.config = {
justBegin: false,
taskName: '主办处室不受理',
nodeName: '主办处室不受理',
processName: '审批流程',
taskId: '3185825',
flowType: '1',
flowid: '3185790',
createDate: '2008-09-10',
createUser: '7177',
createOrg: '行政服务大厅',
createOrgId: '1321',
userId: '1116',
signed: true,
rejectable: true,
sendType: null,
readOnly: ''
}; |
|