本文整理汇总了PHP中get_pubuser函数的典型用法代码示例。如果您正苦于以下问题:PHP get_pubuser函数的具体用法?PHP get_pubuser怎么用?PHP get_pubuser使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了get_pubuser函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: get_pubuser
</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>
示例2: get_depabox
?>
</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>
示例3: get_helps
" 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
示例4: get_date
</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);
}
?>
示例5: get_helps
<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);
?>
<?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">
示例6: get_job_option
<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>
示例7: get_helps
一人通过
<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
}
?>
/>
可选
示例8: get_helps
?>
</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> 物品设置</b></td>
</tr>
示例9: get_human_db
</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">
示例10: get_job_option
<?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>
示例11: P_I_DB
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 . '" />';
}
}
}
示例12: get_pubuser
</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>
示例13: get_helps
?>
&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>
示例14: get_helps
</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>
示例15: get_pubuser
<td nowrap class="TableContent"> 负责人:</td>
<td class="TableData">
<?php
get_pubuser(2, "person", $user['person'], "+选择负责人", 60, 3);
?>
<?php
get_smsbox("负责人", "person");
?>
</td>
</tr>
<tr>
<td nowrap class="TableContent"> 参与人员:</td>
<td class="TableData">
<?php
get_pubuser(2, "participation", $user['participation'], "+选择人员", 60, 3);
?>
<?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">