通知
This commit is contained in:
parent
1e13c81f16
commit
25adfb36fc
|
|
@ -243,7 +243,7 @@ class Aftersale2 extends Backend
|
|||
$row->validateFailException()->validate($validate);
|
||||
}
|
||||
$params['refund_admin_id'] = $this->auth->id;
|
||||
if($params['type'] == 1){
|
||||
if($row->type == 1){
|
||||
$params['refund_amount'] = bcadd($params['company_refund_amount'],$params['worker_refund_amount'],2);
|
||||
}else{
|
||||
unset($params['company_refund_amount']);
|
||||
|
|
|
|||
|
|
@ -187,7 +187,7 @@
|
|||
|
||||
|
||||
|
||||
{if condition='$row.status eq 1'}
|
||||
{if condition='$row.status eq 3'}
|
||||
<div class="form-group layer-footer">
|
||||
<label class="control-label col-xs-12 col-sm-2"></label>
|
||||
<div class="col-xs-12 col-sm-8">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user