Browse Source

拒收按钮展示

master_hella_20240701
zhaoxuebing 4 months ago
parent
commit
b84f3bbf90
  1. 20
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/index.vue

20
src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/index.vue

@ -205,16 +205,16 @@ const butttondata = (row,$index) => {
// defaultButtons.mainListJobCloBtn({hide:isShowMainButton(row,['1']),hasPermi:'wms:purchasereceipt-job-main:close'}), //
// defaultButtons.mainListJobAbaBtn({hide:isShowMainButton(row,['2'])}), //
// defaultButtons.mainListJobExeBtn({hide:isShowMainButton(row,['2'])}), //
// {
// label: '',
// name: 'mainJobClo',
// hide: isShowMainButton(row, ['1']),
// type: 'primary',
// icon: '',
// color: '',
// hasPermi: 'wms:purchasereceipt-job-main:close',
// link: true //
// }
{
label: '拒收',
name: 'mainJobClo',
hide: isShowMainButton(row, ['1']),
type: 'primary',
icon: '',
color: '',
hasPermi: 'wms:purchasereceipt-job-main:close',
link: true //
}
]
}

Loading…
Cancel
Save