Merge pull request 'Changed logic for showing data in dashboard in production quantity' (#184) from ranjith-dev into master
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Reviewed-on: #184
This commit was merged in pull request #184.
This commit is contained in:
@@ -395,6 +395,8 @@ class ProductionQuantityPage extends Page implements HasForms
|
|||||||
|
|
||||||
// dd($lineName, $blockName);
|
// dd($lineName, $blockName);
|
||||||
|
|
||||||
|
session(['select_line' => $machine->line_id]);
|
||||||
|
|
||||||
$this->form->fill([
|
$this->form->fill([
|
||||||
'plant_id'=> $this->pId,
|
'plant_id'=> $this->pId,
|
||||||
'machine_id' => $this->mId,
|
'machine_id' => $this->mId,
|
||||||
@@ -410,7 +412,7 @@ class ProductionQuantityPage extends Page implements HasForms
|
|||||||
// 'operator_id'=> $operatorName,
|
// 'operator_id'=> $operatorName,
|
||||||
'recent_qr' => $this->recQr,
|
'recent_qr' => $this->recQr,
|
||||||
]);
|
]);
|
||||||
// $this->dispatch('focus-production-order');
|
$this->triggerChartUpdate();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user