|
|
@ -252,16 +252,16 @@ const butttondata = (row,$index) => { |
|
|
|
defaultButtons.mainListPlanResBtn({hide:isShowMainButton(row,['4']),hasPermi:'wms:production-main:resetting'}), // 重置 |
|
|
|
defaultButtons.mainListEditBtn({hide:isShowMainButton(row,['1']),hasPermi:'wms:production-main:update'}), // 编辑 |
|
|
|
// defaultButtons.mainListDeleteBtn({hide:isShowMainButton(row,['1']),hasPermi:'wms:production-main:delete'}), // 删除 |
|
|
|
{ |
|
|
|
label: '生成备料计划', |
|
|
|
name: 'scbljh', |
|
|
|
hide: isShowMainButton(row,['6']), |
|
|
|
type: 'primary', |
|
|
|
icon: 'Select', |
|
|
|
hasPermi:'wms:production-main:publish', |
|
|
|
link: true, // 文本展现按钮 |
|
|
|
color: '' |
|
|
|
}, |
|
|
|
// { |
|
|
|
// label: '生成备料计划', |
|
|
|
// name: 'scbljh', |
|
|
|
// hide: isShowMainButton(row,['6']), |
|
|
|
// type: 'primary', |
|
|
|
// icon: 'Select', |
|
|
|
// hasPermi:'wms:production-main:publish', |
|
|
|
// link: true, // 文本展现按钮 |
|
|
|
// color: '' |
|
|
|
// }, |
|
|
|
{ |
|
|
|
label: '生成收货申请', |
|
|
|
name: 'scshsq', |
|
|
|