|
@ -322,17 +322,17 @@ const butttondata = (row,$index) => { |
|
|
defaultButtons.mainListEditBtn({hide:isShowMainButton(row,['1']), hasPermi:'wms:productionreturn-request-main:update'}), // 编辑 |
|
|
defaultButtons.mainListEditBtn({hide:isShowMainButton(row,['1']), hasPermi:'wms:productionreturn-request-main:update'}), // 编辑 |
|
|
// defaultButtons.mainListDeleteBtn({hasPermi:'wms:productionreturn-request-main:delete'}), // 删除 |
|
|
// defaultButtons.mainListDeleteBtn({hasPermi:'wms:productionreturn-request-main:delete'}), // 删除 |
|
|
// 创建标签 |
|
|
// 创建标签 |
|
|
// { |
|
|
{ |
|
|
// label: '创建标签', |
|
|
label: '创建标签', |
|
|
// name: 'cjbq', |
|
|
name: 'cjbq', |
|
|
// hide: isShowMainButton(row,['3']), |
|
|
hide: isShowMainButton(row,['3']), |
|
|
// type: 'primary', |
|
|
type: 'primary', |
|
|
// icon: '', |
|
|
icon: '', |
|
|
// color: '', |
|
|
color: '', |
|
|
// hasPermi: '', |
|
|
hasPermi: '', |
|
|
// link: true, // 文本展现按钮 |
|
|
link: true, // 文本展现按钮 |
|
|
// }, |
|
|
}, |
|
|
// defaultButtons.mainListPointBtn({hide:isShowMainButton(row,['3','6','8'])}), // 标签打印 |
|
|
defaultButtons.mainListPointBtn({hide:isShowMainButton(row,['3','6','8'])}), // 标签打印 |
|
|
] |
|
|
] |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|