Compare commits
2 Commits
c17dc86d48
...
b421692560
| Author | SHA1 | Date | |
|---|---|---|---|
| b421692560 | |||
|
|
1031a972de |
@@ -395,6 +395,8 @@ class ProductionQuantityPage extends Page implements HasForms
|
||||
|
||||
// dd($lineName, $blockName);
|
||||
|
||||
session(['select_line' => $machine->line_id]);
|
||||
|
||||
$this->form->fill([
|
||||
'plant_id'=> $this->pId,
|
||||
'machine_id' => $this->mId,
|
||||
@@ -410,7 +412,7 @@ class ProductionQuantityPage extends Page implements HasForms
|
||||
// 'operator_id'=> $operatorName,
|
||||
'recent_qr' => $this->recQr,
|
||||
]);
|
||||
// $this->dispatch('focus-production-order');
|
||||
$this->triggerChartUpdate();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user