审核
This commit is contained in:
parent
910e720583
commit
acfb1a7371
|
|
@ -125,7 +125,7 @@ class Dispatchrecord extends Backend
|
|||
$this->error('任务不存在');
|
||||
}
|
||||
$dispatch->follow = 1;
|
||||
$dispatch->record_count += 1;
|
||||
$dispatch->record_count ++;
|
||||
$dispatch->save();
|
||||
|
||||
Db::commit();
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','layer'], function ($,
|
|||
'1': 'success', // 已跟进:绿色
|
||||
'2': 'default', // 已结束:红色
|
||||
},
|
||||
defaultValue: '0'
|
||||
// defaultValue: '0'
|
||||
},
|
||||
|
||||
{field: 'record_count', title: '跟进次数',operate: false},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user