优化合同审批流程

This commit is contained in:
hdm 2022-08-13 09:56:45 +08:00
parent 20e3ff6b93
commit 6d60fcd0f6
2 changed files with 3 additions and 11 deletions

View File

@ -444,7 +444,7 @@ function get_file($id)
* @param int $param_id 操作类型
* @param array $param 提交的参数
*/
function add_log($type, $param_id = '', $param = [],$subject='')
function add_log($type, $param_id = '', $param = [] ,$subject='')
{
$action = '未知操作';
$type_action = get_config('log.type_action');

View File

@ -1,17 +1,9 @@
<table class="layui-table layui-table-form" style="margin-top:12px">
{eq name="$detail.check_status" value="1"}
<tr>
<td class="layui-td-gray-2">当前审核人</td>
<td>{$detail.check_user}</td>
<td class="layui-td-gray">审核状态</td>
<td>
<span style="color:#4285f4">审批中</span>
</td>
</tr>
{/eq}
<tr>
<td class="layui-td-gray-2">抄送人</td>
<td colspan="3">{$detail.copy_user}</td>
<td class="layui-td-gray">抄送人</td>
<td>{$detail.copy_user}</td>
</tr>
<tr>
<td class="layui-td-gray">审批流程</td>