|
@ -126,7 +126,7 @@ const { getList, setSearchParams } = tableMethods |
|
|
|
|
|
|
|
|
// 列表头部按钮 |
|
|
// 列表头部按钮 |
|
|
const HeadButttondata = [ |
|
|
const HeadButttondata = [ |
|
|
defaultButtons.defaultAddBtn({hasPermi:'wms:package:create'}), // 新增 |
|
|
//defaultButtons.defaultAddBtn({hasPermi:'wms:package:create'}), // 新增 |
|
|
// defaultButtons.defaultImportBtn({hasPermi:'wms:package:import'}), // 导入 |
|
|
// defaultButtons.defaultImportBtn({hasPermi:'wms:package:import'}), // 导入 |
|
|
defaultButtons.defaultExportBtn({hasPermi:'wms:package:export'}), // 导出 |
|
|
defaultButtons.defaultExportBtn({hasPermi:'wms:package:export'}), // 导出 |
|
|
defaultButtons.mainLisSelectiontPointBtn(null), // 批量标签打印 |
|
|
defaultButtons.mainLisSelectiontPointBtn(null), // 批量标签打印 |
|
|