Your Name 3 年之前
父节点
当前提交
4e9cbea74d
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      service/agent/lib/Soft_cash.php

+ 10 - 0
service/agent/lib/Soft_cash.php

@@ -210,6 +210,16 @@ Class Soft_cash
             'link' => $purl,
             'name' => '备注',
         );
+        $purl = Dever::url('project/database/update&project=agent&&page_type=2&table=soft_cash&menu=agent&search_option_state=1&where_id='.$info['id']);
+        if($info['status'] < 3 || $info['status'] == 4){
+            $button[] = array
+            (
+                'type' => 'edit',
+                'link' => $purl,
+                'name' => '修改信息',
+            );
+            
+        }
         $purl = Dever::url('project/database/update?project=agent&table=soft_cash&where_id='.$info['id'].'&audit=2&col=id,audit,audit_desc', 'manage');
         // if($aduit)
         if($info['status'] == 1){