|
|
@@ -142,6 +142,7 @@ class ProjectController extends DooController
|
|
|
}
|
|
|
$this->data['pros'][$key]['bcontracttotal'] = number_format($this->data['pros'][$key]['contracttotal'], 2, '.', ',');
|
|
|
$this->data['pros'][$key]['bchangTotal'] = number_format($this->data['pros'][$key]['changTotal'], 2, '.', ',');
|
|
|
+ $this->data['pros'][$key]['change_canstop'] = $this->change->getChangeDoingCount($value['pid']);
|
|
|
}
|
|
|
} else {
|
|
|
$this->data['pros'] = [];
|