diff --git a/app/finance/controller/Expense.php b/app/finance/controller/Expense.php index f55f0d6..43890e4 100644 --- a/app/finance/controller/Expense.php +++ b/app/finance/controller/Expense.php @@ -441,6 +441,7 @@ class Expense extends BaseController $detail = $this->detail($id); $flows = Db::name('FlowStep')->where(['action_id'=>$detail['id'],'type'=>2,'sort'=>$detail['check_step_sort'],'delete_time'=>0])->find(); $detail['check_user'] = '-'; + $detail['copy_user'] = '-'; $check_user_ids = []; if($detail['check_status']<2){ if($flows['flow_type']==1){ diff --git a/app/finance/controller/Invoice.php b/app/finance/controller/Invoice.php index 53bb407..5e32c54 100644 --- a/app/finance/controller/Invoice.php +++ b/app/finance/controller/Invoice.php @@ -373,6 +373,7 @@ class Invoice extends BaseController $detail = $this->detail($id); $flows = Db::name('FlowStep')->where(['action_id'=>$detail['id'],'type'=>3,'sort'=>$detail['check_step_sort'],'delete_time'=>0])->find(); $detail['check_user'] = '-'; + $detail['copy_user'] = '-'; $check_user_ids = []; if($detail['check_status']<2){ if($flows['flow_type']==1){