开发前景:有员工离职时,如果员工在多个流程中有审批权限,这个时候需要一个流程一个流程去更改,此工具可以批量更改所有流程的所有节点,更改为新用户。
以下为form 表单:
<form id="form1" name="form1" method="post" action="oa_index.php?action=ture" style="text-align: center">
请输入原姓名:<input type="text" name="file1" id="file1" placeholder="(现在审批的姓名)" style="width:200px;"/><br><br>
请输入现姓名:<input type="text" name="file2" id="file2" placeholder="(现在审批的姓名)" style="width:200px;"/><br><br>
<input type="submit" name="提交" id="提交" value="修改" style="width:150px;height:50px;font-size:30px;"/>
</form>
数据库文件: