|
|
@ -214,7 +214,7 @@ const isShowMainButton = (row,val) => { |
|
|
|
const butttondata = (row) => { |
|
|
|
//console.log('row2',row) |
|
|
|
return [ |
|
|
|
defaultButtons.mainListEditBtn({ hide: isShowMainButton(row,['1']),hasPermi:'mes:orderDay:update'}), // 编辑 |
|
|
|
//defaultButtons.mainListEditBtn({ hide: isShowMainButton(row,['1']),hasPermi:'mes:orderDay:update'}), // 编辑 |
|
|
|
defaultButtons.mainListDeleteBtn({ hide: isShowMainButton(row,['1']),hasPermi:'mes:orderDay:delete'}), // 删除 |
|
|
|
defaultButtons.mainListHandleBtn({label: '排产', |
|
|
|
name: 'publish', |
|
|
|