Added print panel in production order controller #567
@@ -12,5 +12,11 @@ class="px-2 py-1 border border-primary-500 text-primary-600 rounded hover:bg-pri
|
||||
>
|
||||
Print
|
||||
</button>
|
||||
|
||||
<button
|
||||
type="button"
|
||||
wire:click="printPanel"
|
||||
class="px-2 py-1 border border-primary-500 text-primary-600 rounded hover:bg-primary-50 hover:border-primary-700 transition text-sm"
|
||||
>
|
||||
Print Panel
|
||||
</button>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user