Browse Source

YT-1458号口品的生产计划取消生成备料计划功能

intex_online20241205
zhaoyiran 2 months ago
parent
commit
1ad0f785d0
  1. 20
      src/views/wms/productionManage/productionplan/productionMainAssemble/index.vue

20
src/views/wms/productionManage/productionplan/productionMainAssemble/index.vue

@ -289,16 +289,16 @@ const butttondata = (row,$index) => {
defaultButtons.mainListPlanResBtn({hide:isShowMainButton(row,['4']),hasPermi:'wms:production-main:resetting'}), // defaultButtons.mainListPlanResBtn({hide:isShowMainButton(row,['4']),hasPermi:'wms:production-main:resetting'}), //
defaultButtons.mainListEditBtn({hide:isShowMainButton(row,['1']),hasPermi:'wms:production-main:update'}), // defaultButtons.mainListEditBtn({hide:isShowMainButton(row,['1']),hasPermi:'wms:production-main:update'}), //
// defaultButtons.mainListDeleteBtn({hide:isShowMainButton(row,['1']),hasPermi:'wms:production-main:delete'}), // // defaultButtons.mainListDeleteBtn({hide:isShowMainButton(row,['1']),hasPermi:'wms:production-main:delete'}), //
{ // {
label: '生成备料计划', // label: '',
name: 'scbljh', // name: 'scbljh',
hide: isShowMainButtonBl(row,['6']), // hide: isShowMainButtonBl(row,['6']),
type: 'primary', // type: 'primary',
icon: 'Select', // icon: 'Select',
hasPermi:'wms:production-main:publish', // hasPermi:'wms:production-main:publish',
link: true, // // link: true, //
color: '' // color: ''
}, // },
{ {
label: '生成收货申请', label: '生成收货申请',
name: 'scshsq', name: 'scshsq',

Loading…
Cancel
Save