This commit is contained in:
2021-02-27 01:49:13 +00:00
parent 3250ccfe09
commit 9d4fbb70d7
8 changed files with 251 additions and 30 deletions

View File

@@ -12,6 +12,14 @@
form-key="part-restocks"
data-list-key="PartRestockDataList"
:show-select="rights.read"
:select-return-columns="[
'PartPartNumber',
'PartWarehouseName',
'PartWholesalerID',
'PartAlternativeWholesalerID',
'PartManufacturerID',
'PartByWarehouseInventoryReorderQuantity'
]"
:reload="reload"
@selection-change="handleSelected"
data-cy="partRestocksTable"