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.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: isShowMainButtonBl(row,['6']),
type: 'primary',
icon: 'Select',
hasPermi:'wms:production-main:publish',
link: true, //
color: ''
},
// {
// label: '',
// name: 'scbljh',
// hide: isShowMainButtonBl(row,['6']),
// type: 'primary',
// icon: 'Select',
// hasPermi:'wms:production-main:publish',
// link: true, //
// color: ''
// },
{
label: '生成收货申请',
name: 'scshsq',

Loading…
Cancel
Save