Added export serial excel button in production order page #837
@@ -36,5 +36,14 @@ class="px-2 py-1 border border-primary-500 text-primary-600 rounded hover:bg-pri
|
|||||||
Print Item
|
Print Item
|
||||||
</button>
|
</button>
|
||||||
@endcan
|
@endcan
|
||||||
|
@can('view export serial number button')
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
wire:click="exportSerialNo"
|
||||||
|
class="px-2 py-1 border border-primary-500 text-primary-600 rounded hover:bg-primary-50 hover:border-primary-700 transition text-sm"
|
||||||
|
>
|
||||||
|
Export Serial Number
|
||||||
|
</button>
|
||||||
|
@endcan
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user