This commit is contained in:
xman 2025-04-19 21:27:54 +08:00
parent 910e720583
commit acfb1a7371
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ class Dispatchrecord extends Backend
$this->error('任务不存在'); $this->error('任务不存在');
} }
$dispatch->follow = 1; $dispatch->follow = 1;
$dispatch->record_count += 1; $dispatch->record_count ++;
$dispatch->save(); $dispatch->save();
Db::commit(); Db::commit();

View File

@ -56,7 +56,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','layer'], function ($,
'1': 'success', // 已跟进:绿色 '1': 'success', // 已跟进:绿色
'2': 'default', // 已结束:红色 '2': 'default', // 已结束:红色
}, },
defaultValue: '0' // defaultValue: '0'
}, },
{field: 'record_count', title: '跟进次数',operate: false}, {field: 'record_count', title: '跟进次数',operate: false},