Compare commits
2 Commits
7543f8a416
...
de2dda0dc5
| Author | SHA1 | Date | |
|---|---|---|---|
| de2dda0dc5 | |||
|
|
2b2b0d8803 |
@@ -69,7 +69,7 @@ class CreateInvoiceValidation extends CreateRecord
|
||||
$totQuan = InvoiceValidation::where('invoice_number', $this->invoiceNumber)->where('plant_id', $this->plantId)->count();
|
||||
$scanSQuan = InvoiceValidation::where('invoice_number', $this->invoiceNumber)->where('scanned_status', 'Scanned')->where('plant_id', $this->plantId)->count();
|
||||
|
||||
$this->dispatch('playNotificationSound');
|
||||
// $this->dispatch('playNotificationSound');
|
||||
if ($totQuan == $scanSQuan) {
|
||||
$this->form->fill([
|
||||
'plant_id' => $this->plantId,
|
||||
|
||||
Reference in New Issue
Block a user