Exemple #1
0
    </tr> 
	<tr>
      <td nowrap class="TableContent"> 审批人员:</td>
      <td class="TableData">

			<?php 
get_pubuser(2, "examination", $blog['examination'], "+选择审批人员", 50, 4);
?>
			<br> 指该物品的管理人员,具有审批、管理该物品的权限</td>
    </tr> 
	<tr>
      <td nowrap class="TableContent"> 库存管理员:</td>
      <td class="TableData">

		<?php 
get_pubuser(2, "warehousing", $blog['warehousing'], "+选择库存人员", 50, 4);
?>
			<br> 指该物品的库存管理员,具有入库、盘点的权限</td>
    </tr>
	
	
	
	
	
 
    <tr align="center" class="TableControl">
      <td colspan="2" nowrap height="35">

		<input type="submit" name="Submit" value="保存信息" class="BigButton">      </td>
    </tr>
  </table>
Exemple #2
0
?>
	</td>  	  	
		</tr>
		
		<tr>
			<td nowrap class="TableContent" width="150">参与培训部门:</td>
			  <td class="TableData"><?php 
get_depabox(2, "department", $user['department'], "+选择部门", 30, 4);
?>
	</td>
			  <td class="TableContent" width="150">参与培训人员:<?php 
get_helps();
?>
</td>
			  <td class="TableData"><?php 
get_pubuser(2, "user", $user['user'], "+选择参与人员", 30, 4);
?>
	</td>  	  	
		</tr>
		
		
		<tr>
			<td nowrap class="TableContent" width="150">培训机构相关信息:</td>
			  <td colspan="3" class="TableData">
			    <textarea name="organizationinfo" cols="60" rows="4" class="BigInput"><?php 
echo $user['organizationinfo'];
?>
</textarea>				</td>
	    </tr>
		<tr>
			<td nowrap class="TableContent" width="150">培训机构联系人相关信息:</td>
Exemple #3
0
" maxlength="100" /></td>
      <td class="TableContent" width="15%"> 代理商名称:<?php 
get_helps();
?>
</td>
      <td class="TableData"  width="35%"><input name="title" type="text" class="BigInput" id="title" style="width: 300px;" maxlength="100" value="<?php 
echo $view['title'];
?>
" />
       </td>
    </tr>
	<tr>
      <td nowrap class="TableContent">代理商价格:</td>
      <td class="TableData">
	  <?php 
echo get_pubuser(1, 'user', $view['user'], "+选择人员", '', 22);
?>
</td>
      <td class="TableContent">上级代理:</td>
      <td class="TableData">
	  <?php 
if ($view['bid'] != '') {
    crm_title('选择代理商', 'cname', 'bid', 'crm_business', 1, $view['bid'], public_value('title', 'crm_business', 'id=' . $view['bid']));
} else {
    crm_title('选择代理商', 'cname', 'bid', 'crm_business', 1);
}
?>
      </td>
    </tr>
</table>
<?php 
Exemple #4
0
</td>
      <td class="TableData" width="35%"><input name="number" type="text" class="BigInput" id="number" style="width: 200px;" value="T<?php 
echo get_date('YmdHis', PHP_TIME);
?>
" maxlength="100" /></td>
      <td class="TableContent" width="15%"> 采购名称:<?php 
get_helps();
?>
</td>
      <td class="TableData" width="35%"><input name="title" type="text" class="BigInput" id="title" style="width: 300px;" maxlength="100" />
       </td>
    </tr>
	<tr>
      <td nowrap class="TableContent">申请人:</td>
      <td class="TableData"><?php 
echo get_pubuser(1, 'user', "", "+选择人员", '', 22);
?>
</td>
      <td class="TableContent">供应商名称:<?php 
get_helps();
?>
</td>
      <td class="TableData">
	 <?php 
if ($_GET['cid'] != '') {
    echo public_value('title', 'crm_supplier', 'id=' . $_GET['cid']);
    echo '<input type="hidden" name="cid" value="' . $_GET['cid'] . '" />';
} else {
    crm_title('选择供应商', 'cname', 'cid', 'crm_supplier', 1);
}
?>
Exemple #5
0
      <td class="TableData"><input type="text" name="startdate" class="BigInput" style="width:168px;" size="20" value="" onClick="WdatePicker();" /></td>
      <td class="TableContent">任务结束时间:<?php 
get_helps();
?>
</td>
      <td class="TableData"><input type="text" name="enddate" class="BigInput" size="20" style="width:168px;" value="" onClick="WdatePicker();" />      </td>
    </tr>


	<tr>
      <td nowrap class="TableContent" width="15%"> 执行人:<?php 
get_helps();
?>
</td>
      <td class="TableData"><?php 
get_pubuser(1, "user", "", "+选择执行人", 60, 20);
?>
	  &nbsp;&nbsp;&nbsp;&nbsp;<?php 
get_smsbox("执行人", "user");
?>
</td>
      <td class="TableContent">附件文档:</td>
      <td class="TableData"><?php 
echo public_upload('appendix', '');
?>
	  	  </td>
    </tr>
	

	</table>
<table  width="90%" style="border-left:#4686c6 solid 1px;border-right:#4686c6 solid 1px;" align="center">	
Exemple #6
0
			<option value="" selected="selected">请选择计划</option>
			<?php 
echo get_job_option(0);
?>
			</select></td>
    </tr>
	
	
		<tr>
      <td nowrap class="TableContent" width="15%"> 姓名:<?php 
get_helps();
?>
</td>
      <td class="TableData">
	  <?php 
get_pubuser(1, "name", "", "+选择", 70, 20);
?>
	  </td>
    </tr>
	<tr>
      <td nowrap class="TableContent" width="15%"> 性别:<?php 
get_helps();
?>
</td>
      <td class="TableData">
      <input name="sex" type="radio" value="男" checked style="border:0;" />男
			<input name="sex" type="radio" style="border:0;" value="女" />
			女	</td>
    </tr>
	
    <tr>
Exemple #7
0
			一人通过
		<br><font color="#868788">
		同时通过:在多人审批时有效,选择此项表示多个同时同意后流程转到下一步<br>
		一人通过:只要其中一人通过,流程转向下一步;
		</font>
      </td>
    </tr>

	<tr>
			<td nowrap class="TableContent" width="100">审批人员:<?php 
get_helps();
?>
</td>
			  <td class="TableData">
	  <?php 
get_pubuser(2, "flowuser", $user['flowuser'], "+选择审批人员", 50, 3);
?>
<br><font color="#868788">注:在工作流审批时,有权限操作该节点的工作人员,不设定时请留空</font>
	  </td>  	  	
	   </tr>
		<tr>
      <td nowrap class="TableContent"> 状态:</td>
      <td class="TableData">
	  <input name="flowkey1" type="radio" style="border:0;" value="1" <?php 
if ($user['flowkey1'] == '1') {
    ?>
checked="checked"<?php 
}
?>
 />
      可选
?>
</td>
      <td class="TableData">
<input name="startdate" type="text" class="BigInput" id="startdate" style="width: 120px;" value="<?php 
echo $blog['startdate'];
?>
" maxlength="100" onClick="WdatePicker();" />      </td>
    </tr>
	<tr>
      <td nowrap class="TableContent"> 采购人:<?php 
get_helps();
?>
</td>
      <td class="TableData">
			<?php 
get_pubuser(2, "purchase", $blog['purchase'], "+选择采购人员", 50, 4);
?>
			<br> 指定该采购单的采购人员!      </td>
    </tr>
	<tr>
      <td nowrap class="TableContent"> 备注:</td>
      <td class="TableData">
        <textarea name="content" cols="60" rows="4" class="BigInput" id="content"><?php 
echo $blog['content'];
?>
</textarea></td>
    </tr>
	
	<tr>
      <td nowrap class="TableHeader" colspan="2"><b>&nbsp;物品设置</b></td>
    </tr>
Exemple #9
0
    </tr>
     
    <tr>
      <td nowrap class="TableContent">关怀效果:</td>
      <td class="TableData" colspan=3>
        <textarea name="toa_10_CARE_EFFECTS" cols="60" rows="3" class="BigInput" wrap="on"><?php 
echo get_human_db($blog['id'], "toa_10_CARE_EFFECTS");
?>
</textarea>
      </td>
    </tr>      
    <tr>
      <td nowrap class="TableContent">参与人:</td>
      <td class="TableData" colspan=3>
	 <?php 
get_pubuser(2, "toa_10_PARTICIPANTS", get_human_db($blog['id'], "toa_10_PARTICIPANTS"), "+选择人员", 60, 4);
?>
      </td>
    </tr>    
   
   
    <tr>
      <td nowrap class="TableContent">评定详情:</td>
      <td class="TableData" colspan=3>
        <textarea name="toa_10_CARE_CONTENT" cols="70" rows="8" class="BigInput" value=""><?php 
echo get_human_db($blog['id'], "toa_10_CARE_CONTENT");
?>
</textarea>
      </td>
    </tr>
	<tr class="TableData" id="attachment2">
Exemple #10
0
			<?php 
echo get_job_option($blog['jobpost']);
?>
			</select></td>
    </tr>
	
	
		<tr>
      <td nowrap class="TableContent" width="15%"> 录用负责人:<?php 
get_helps();
?>
</td>
      <td class="TableData">
      
	  <?php 
get_pubuser(2, "user", $blog['user'], "+选择录用负责人", 50, 4);
?>
	  </td>
    </tr>
	<tr>
      <td nowrap class="TableContent" width="15%"> 用人部门:<?php 
get_helps();
?>
</td>
      <td class="TableData">
     
	   <?php 
get_depabox(1, "department", $blog['department'], "+选择部门", 120, 20);
?>
	  </td>
    </tr>
Exemple #11
0
function P_I_DB($typeid = 0, $tplid = 0, $inputname = '', $w = 0, $h = 0, $value = '', $type6 = 0)
{
    global $db;
    $tpl = $db->fetch_one_array("SELECT * FROM " . DB_TABLEPRE . "project_from where typeid='" . $typeid . "' and tplid='" . $tplid . "' and inputname='" . $inputname . "'  ORDER BY fromid Asc");
    if ($tpl['inputtype'] == '0') {
        if ($tpl["inputtype1"] == '1') {
            echo get_project_input($tpl["inputname"], $w, $h, $tpl['inputvalue']);
        } elseif ($tpl["inputtype1"] == '2') {
            echo get_project_textarea($tpl["inputname"], $w, $h, $tpl['inputvalue']);
        } elseif ($tpl["inputtype1"] == '3') {
            echo get_project_radio($tpl["inputname"], $tpl["inputvaluenum"], $tpl['inputvalue']);
        } elseif ($tpl["inputtype1"] == '4') {
            echo get_project_checkbox($tpl["inputname"], $tpl["inputvaluenum"], $tpl['inputvalue']);
        } elseif ($tpl["inputtype1"] == '5') {
            echo get_project_select($tpl["inputname"], $tpl["inputvaluenum"], $tpl['inputvalue']);
        }
    } elseif ($tpl["inputtype"] == '1') {
        public_upload($tpl["inputname"], $w, $h);
    } elseif ($tpl["inputtype"] == '2') {
        public_upload($tpl["inputname"], $w, $h);
    } elseif ($tpl["inputtype"] == '3') {
        echo get_project_date($tpl["inputname"], $w, $h);
    } elseif ($tpl["inputtype"] == '4') {
        $_USER = new User();
        get_depabox(1, $tpl["inputname"], get_depauseridname($_USER->id), "+选择部门", $w, $h);
    } elseif ($tpl["inputtype"] == '5') {
        get_pubuser(1, $tpl["inputname"], "", "+选择人员", $w, $h);
    } elseif ($tpl["inputtype"] == '6') {
        if ($type6 != 0) {
            echo '<textarea name="' . $tpl["inputname"] . '[]" style="width:' . $w . 'px;font-size:14px;" rows="' . $h . '">' . $value . '</textarea>';
        } else {
            echo '<input type="text" name="' . $tpl["inputname"] . '[]" style="border:1px;line-height:' . $h . 'px;width:' . $w . 'px;height:' . $h . 'px;font-size:14px;" value="' . $value . '" />';
        }
    }
}
Exemple #12
0
	  </td>
    </tr>
	<tr>
      <td nowrap class="TableContent" width="15%"> 使用人员:</td>
      <td class="TableData">
      <?php 
get_pubuser(2, "keyuser", $view['keyuser'], "+选择使用人员", 50, 4);
?>
<br>注:是指允许使用此类型的人员,留空为全体人员使用
	  </td>
    </tr>
	<tr>
      <td nowrap class="TableContent" width="15%"> 管理人员:</td>
      <td class="TableData">
      <?php 
get_pubuser(2, "manauser", $view['manauser'], "+选择管理人员", 50, 4);
?>
<br>注:是指可以管理此类型下项目主体信息的用户
	  
	  </td>
    </tr>
	
	
	
    <tr align="center" class="TableControl">
      <td colspan="2" nowrap height="35">

		<input type="button" value="保存" class="BigButtonBHover" onClick="sendForm();">
        
      </td>
    </tr>
Exemple #13
0
?>
&do=add">
	<input type="hidden" name="view" value="edit" />
	<input type="hidden" name="id" value="<?php 
echo $user['id'];
?>
" />
	 <table class="TableBlock" border="0" width="90%" align="center" style="border-bottom:#4686c6 solid 0px;">

		<tr>
			<td nowrap class="TableContent" width="100">考勤人员:<?php 
get_helps();
?>
</td>
			  <td class="TableData"><?php 
get_pubuser(1, "user", $user['name'], "+选择人员", 70, 20);
?>
</td>
			<td class="TableContent" width="100">考勤时间:<?php 
get_helps();
?>
</td>
			  <td class="TableData">
					<input type="text" value="<?php 
echo $user['date'];
?>
"  class="ui-input i-date" readonly="readonly" style="width:180px;"  onClick="WdatePicker();" name='date' >
				</td>  	
	    </tr>
		
		<tr>
Exemple #14
0
</td>
      <td class="TableData">
	  <input maxlength="88" class="BigInput" value="<?php 
echo $workdate[title];
?>
" style="width: 264px;" type="text" name="title" id="title" />
       	</td>
    </tr>
	   <tr>
      <td nowrap class="TableData" width="15%"> 图书审批人员:<?php 
get_helps();
?>
</td>
      <td class="TableData">
	  <?php 
get_pubuser(2, "keyuser", $workdate[keyuser], "+选择审批人员", 60, 4);
?>
		
       	</td>
    </tr>
    <tr>
      <td nowrap class="TableData"> 选择上级栏目:</td>
      <td class="TableData">
<select class="BigStatic" name="father">
										<option value="0" >顶级栏目</option>
										<?php 
GET_FILE_PUBLIC_LIST(0, $workdate[father]);
?>
										</select>
      </td>
    </tr>
Exemple #15
0
      <td nowrap class="TableContent"> 负责人:</td>
      <td class="TableData">
	  <?php 
get_pubuser(2, "person", $user['person'], "+选择负责人", 60, 3);
?>
	  &nbsp;&nbsp;&nbsp;&nbsp;<?php 
get_smsbox("负责人", "person");
?>
	  
	  </td>
    </tr>
	<tr>
      <td nowrap class="TableContent"> 参与人员:</td>
      <td class="TableData">
	  <?php 
get_pubuser(2, "participation", $user['participation'], "+选择人员", 60, 3);
?>
	  &nbsp;&nbsp;&nbsp;&nbsp;<?php 
get_smsbox("参与人员", "participation");
?>
	  </td>
    </tr>
 	<tr>
      <td nowrap class="TableContent"> 备注:</td>
      <td class="TableData"><textarea name="note" cols="70" rows="5" class="BigInput"><?php 
echo $user['note'];
?>
</textarea></td>
    </tr>
	</table>	
	<table  width="90%" style="border-left:#4686c6 solid 1px;border-right:#4686c6 solid 1px;" align="center">	
Exemple #16
0
	  <?php 
}
?>
	  </td>
    </tr>
	<?php 
if ($user['id'] == '') {
    ?>
	<tr>
      <td nowrap class="TableContent" width="100"> 审批人员:<?php 
    get_helps();
    ?>
</td>
      <td class="TableData">	
	 <?php 
    get_pubuser(1, "staffid", "", "+选择审批人", 60, 20);
    ?>
	  &nbsp;&nbsp;&nbsp;&nbsp;<?php 
    get_smsbox("审批人", "staffid");
    ?>
	 </td>
    </tr>

	<?php 
}
?>
	 <tr>
      <td nowrap class="TableContent"> 会议名称:<?php 
get_helps();
?>
</td>
Exemple #17
0
			  <td class="TableData">
				<textarea name="content" rows="5" cols="60"><?php 
echo $user['content'];
?>
</textarea>
			</td>
		</tr>
		
		<tr>
			<td nowrap class="TableContent">允许投票人员:<?php 
get_helps();
?>
</td>
		  <td class="TableData">
			<?php 
get_pubuser(2, "user", $user['user'], "+选择投票人员", 40, 4);
?>
			</td>	  	
		</tr>
		
		<tr>
			<td nowrap class="TableContent">投票截止日期:<?php 
get_helps();
?>
</td>
		  <td class="TableData">
			<input type="text" name="enddate" class="BigInput" style="width:180px;" size="15" value="<?php 
echo $enddate[0];
?>
" onClick="WdatePicker();"/> 
			时间:
Exemple #18
0
	 <?php 
get_smsbox("审批人员", "work");
?>
	 <br>
	 注:流程第一步审批人员,这里选择你的下一级办理人,必需填写! 
	 </td>
    </tr>
	<?php 
if ($_CONFIG->config_data('configinfoview') == '1') {
    ?>
	<tr>
      <td nowrap class="TableContent" width="15%"> 
        通知其它人员:</td>
      <td class="TableData">
	  <?php 
    echo get_pubuser(2, "viewuser", '', "+选择人员", 60, 4);
    ?>
	 <br>
	 注:为空表示不通知,如要通知工作流审批之外的人员,请选择
	 </td>
    </tr>
	<?php 
}
?>
</table> 

</div>
</form>	
</body>
</html>
Exemple #19
0
      <td nowrap class="TableContent" width="100"> 出席人员:<?php 
get_helps();
?>
</td>
      <td class="TableData">
	  <?php 
if ($user['rid'] == '') {
    global $db;
    $conf = $db->fetch_one_array("SELECT attendance,conferenceroom FROM " . DB_TABLEPRE . "conference  WHERE id = " . $cid . " ");
    $attendance = $conf['attendance'];
    $conferenceroom = $conf['conferenceroom'];
} else {
    $attendance = $user['attendance'];
    $conferenceroom = $user['conferenceroom'];
}
get_pubuser(2, "attendance", $attendance, "+选择出席人", 60, 4);
?>
	  </td>
    </tr>
	 <tr>
      <td nowrap class="TableContent" width="100"> 会议室:<?php 
get_helps();
?>
</td>
      <td class="TableData">
	   <select name="conferenceroom" id="conferenceroom" class="BigStatic">
			<option value=" " selected="selected">默认会议室</option>
			<?php 
echo get_typelist($conferenceroom, 1);
?>
		</select></td>
Exemple #20
0
      <td nowrap class="TableContent" width="15%"> 使用人员:</td>
      <td class="TableData">
      <?php 
get_pubuser(2, "tpluser", "", "+选择使用人员", 50, 4);
?>
<br>注:是指允许使用此模型的人员,留空为全体人员使用
	  </td>
    </tr>
	<tr>
      <td nowrap class="TableContent" width="15%"> 管理人员:<?php 
get_helps();
?>
</td>
      <td class="TableData">
      <?php 
get_pubuser(2, "tpladmin", "", "+选择管理人员", 50, 4);
?>
<br>注:是指可以管理此下模型工作流程的用户
	  
	  </td>
    </tr>
	
	
	
    <tr align="center" class="TableControl">
      <td colspan="2" nowrap height="35">

		<input type="button" value="保存" class="BigButtonBHover" onClick="sendForm();">
        
      </td>
    </tr>
Exemple #21
0
?>
" />
	<input name="number" type="hidden" value="<?php 
echo get_date('ymdHis', PHP_TIME);
?>
" />
	
	<table class="TableBlock" width="80%" align="center">
   <tr>
      <td nowrap class="TableContent">单位员工:</td>
      <td class="TableData">
        <?php 
if ($blog['id'] == '') {
    ?>
        <?php 
    get_pubuser(1, "user", "", "+选择人员", 120, 20);
    ?>
	 <?php 
} else {
    ?>
	 <?php 
    echo $blog['username'];
    ?>
	 <?php 
}
?>
      </td>
      <td nowrap class="TableContent">成员姓名:</td>
      <td class="TableData">
        <INPUT type="text"name="toa_6_MEMBER" class=BigInput size="15" value="<?php 
echo get_human_db($blog['id'], "toa_6_MEMBER");
Exemple #22
0
</td>
			  <td class="TableData">
					<input type="text" class="BigInput" name="subject" value="<?php 
echo $user['subject'];
?>
" size=50 >
				</td>  	  	
		</tr>
	<?php 
if ($user['id'] == '') {
    ?>
		<tr>
      <td nowrap class="TableContent"> 阅读人:</td>
      <td class="TableData">
	  <?php 
    get_pubuser(2, "shownamemaster", 0, "+选择阅读人", 50, 4);
    ?>
	   <br>请选择阅读人,不选为所有人可查看&nbsp;&nbsp;&nbsp;&nbsp;<?php 
    get_smsbox("阅读人", "shownamemaster");
    ?>
      </td>
    </tr>
	<?php 
}
?>
	
	<tr>
      <td nowrap class="TableContent" width="100"> 附件设置:</td>
      <td class="TableData">
	<div id="div_filelist"></div>
Exemple #23
0
    </tr>

	<tr>
      <td nowrap class="TableContent" width="15%"> 使用人员:</td>
      <td class="TableData">
      <?php 
get_pubuser(2, "keyuser", "", "+选择使用人员", 50, 4);
?>
<br>注:是指允许使用此模型的人员,留空为全体人员使用
	  </td>
    </tr>
	<tr>
      <td nowrap class="TableContent" width="15%"> 管理人员:</td>
      <td class="TableData">
      <?php 
get_pubuser(2, "manauser", "", "+选择管理人员", 50, 4);
?>
<br>注:是指可以管理此模型下信息的用户
	  
	  </td>
    </tr>
		<tr>
      <td nowrap class="TableContent" width="15%"> 回贴功能:<?php 
get_helps();
?>
</td>
      <td class="TableData">
	  <input name="key1" type="radio" value="0" checked="checked" />否
      <input name="key1" type="radio" value="1" />是
	  <br>注:指该模型下的表单提交成功后,是否带回复讨论功能
	  </td>
Exemple #24
0
   document.save.appendix.value='';
   document.save.submit();
}
</script>
<form name="save" method="post" action="?ac=add&do=save&fileurl=sms">
	<input type="hidden" name="savetype" value="add" />
<table class="TableBlock" border="0" width="90%" align="center" style="border-bottom:#4686c6 solid 0px;">
    <tr>
      <td nowrap class="TableContent" width="15%"> 接收人:<?php 
get_helps();
?>
</td>
      <td class="TableData">
        
	<?php 
get_pubuser(2, "receiveperson", "", "+选择接收人", 60, 3);
?>
    <tr>
      <td nowrap class="TableContent">内容:<?php 
get_helps();
?>
</td>
      <td class="TableData"><textarea name="content" cols="70" rows="8" class="InputAreaStyle"></textarea> 
      </td>
    </tr>
   <tr>
      <td nowrap class="TableContent"> 附件文档:</td>
      <td class="TableData">
	<?php 
//echo public_upload('appendix','')
?>
Exemple #25
0
}
?>
 class="checkbox" onClick="toggle2('div1')" />允许 <input type="radio" name="keytype" id="keytype" value="2" <?php 
if ($user['keytype'] == "2") {
    ?>
checked="checked" <?php 
}
?>
 class="checkbox"  onclick="toggle('div1')" />不允许   
  	  </td>
  	</tr>
     <tr  id="div1">
  		<td nowrap class="TableContent">设置人员:</td>
  	  <td class="TableData" colspan="3">
	  <?php 
get_pubuser(2, "keytypeuser", $user['keytypeuser'], "+选择人员", 60, 4);
?>
<br>设置可管理的下属人员,设置成功后这些人员发布的信息将会被“<?php 
echo $user['name'];
?>
”看到
  	  </td>
  	</tr>
	
    <tr align="center" class="TableControl">
    	<td colspan="4" nowrap>
    	<input type="button" value="保存" class="BigButtonBHover" onClick="sendForm();">&nbsp;
 
	    </td>
  </tr>
 </table>
Exemple #26
0
</td>
      <td class="TableData">
      <input type="text" name="jobnum" class="BigInput" size="15" value="<?php 
echo $blog['jobnum'];
?>
" onKeyUp="value=value.replace(/[^0-9^.]/g,'');" /> 人</td>
    </tr>
     <tr>
      <td nowrap class="TableContent" width="15%"> 审批人员:<?php 
get_helps();
?>
</td>
      <td class="TableData">
     
	  <?php 
get_pubuser(2, "examination", $blog['examination'], "+选择审批人员", 50, 4);
?>
	  </td>
    </tr>
	<tr>
      <td nowrap class="TableContent"> 附件文档:</td>
      <td class="TableData">
<?php 
echo public_upload('appendix', $blog['appendix']);
?>
      </td>
    </tr>
</table>
<table  width="90%" style="border-left:#4686c6 solid 1px;border-right:#4686c6 solid 1px;" align="center">	
    <tr>
      <td width="15%"  style="border-right:#CCCCCC solid 1px;">&nbsp;招聘说明:</td>
Exemple #27
0
echo '<input type="hidden" name="flowdate" value="' . $flow['flowdate'] . '" />';
if ($flow['flowkey2'] == '2') {
    //单人审批
    $flowuser = explode(',', $flow['flowuser']);
    if ($flow['flowkey1'] == '1') {
        //可选
        get_pubuser(1, "staff", $flowuser[0], "+选择审批人员", 120, 20);
    } else {
        //不可选
        get_pubuser(1, "staff", $flowuser[0], "+选择审批人员", 120, 20, $flow['flowuser']);
    }
} else {
    //多人审批
    if ($flow['flowkey1'] == '1') {
        //可选
        get_pubuser(2, "staff", $flow['flowuser'], "+选择审批人员", 40, 4);
    } else {
        //不可选
        echo "<textarea name='staff' cols='40' rows='4'";
        echo " readonly style='background-color:#F5F5F5;color:#006600;'>";
        echo $flow['flowuser'] . "</textarea>";
        echo "<input type='hidden' name='staffid' value='" . get_realid($flow['flowuser']) . "' />";
    }
}
echo '<br>';
echo get_smsbox("审批人员", "shownamemaster") . '</td></tr>';
?>

	<tr align="center" class="TableControl">
      <td colspan="2" nowrap height="35">
<input type="button" name="Submit" value="提交审批" class="BigButtonBHover" onclick="sendForm();"> 	  </td>
Exemple #28
0
                //下拉
                echo get_project_select($flowrow["inputname"], $flowrow["inputvaluenum"], $flowrow['inputvalue']);
            }
        } elseif ($flowrow["inputtype"] == '1') {
            //图片
            public_upload($flowrow["inputname"], $flowrow["inputvalue"]);
        } elseif ($flowrow["inputtype"] == '2') {
            //附件
            public_upload($flowrow["inputname"], $flowrow["inputvalue"]);
        } elseif ($flowrow["inputtype"] == '3') {
            //日期
            echo get_project_date($flowrow["inputname"]);
        } elseif ($flowrow["inputtype"] == '4') {
            get_depabox(2, $flowrow["inputname"], "", "+选择部门", 60, 4);
        } elseif ($flowrow["inputtype"] == '5') {
            get_pubuser(2, $flowrow["inputname"], "", "+选择人员", 60, 4);
        }
        ?>
</td>
    </tr>
</table> 
<?php 
    }
    ?>
<table class="TableBlock" border="0" width="70%" align="center">
<?php 
}
?>
	
	
	
Exemple #29
0
$nodename = explode(',', $nodename);
for ($i = 0; $i < sizeof($nodeid); $i++) {
    echo '<input name="node" type="radio" value="' . $nodeid[$i] . '" ';
    if (trim($i) == 1) {
        echo ' checked="checked"';
    }
    echo ' style="border:0;" />' . $nodename[$i];
}
?>
	  </td>
    </tr>
	<tr>
      <td nowrap class="TableContent"> 下一步审批人员:</td>
      <td class="TableData">
	  <?php 
get_pubuser(2, "staff", $per['name'], "+选择审批人员", 40, 4);
?>
	  </td>
    </tr><tr>
      <td nowrap class="TableContent"> 办结时间:</td>
      <td class="TableData">
	  <input style="width:172px;" class="inputdate" type="text" value="<?php 
echo $row['end_time'];
?>
" name="end_time" readonly="readonly" onclick="WdatePicker();">
	  <?php 
?>
	  </td>
    </tr>
	</span>
	<tr align="center" class="TableControl">
Exemple #30
0
	<input type="hidden" name="view" value="edit" />
	<input type="hidden" name="id" value="<?php 
echo $blog['id'];
?>
" />
	 <table class="TableBlock" border="0" width="90%" align="center" style="border-bottom:#4686c6 solid 0px;">
	 
    <tr>
      <td nowrap class="TableContent" width="130"> 单位员工:<?php 
get_helps();
?>
</td>
      <td class="TableData">
      
	  <?php 
get_pubuser(1, "user", get_realname($blog['userid']), "+选择人员", 70, 20);
?>
	  </td>
    </tr>
	<tr>
      <td nowrap class="TableContent" width="130"> 合同编号:<?php 
get_helps();
?>
</td>
      <td class="TableData">
      <input type="text" name="number" class="BigInput" size="40" value="<?php 
echo $blog['number'];
?>
" /></td>
    </tr>
	<tr>