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.mainListJobCloBtn({hide:isShowMainButton(row,['1']),hasPermi:'wms:purchasereceipt-job-main:close'}), //
// defaultButtons.mainListJobAbaBtn({hide:isShowMainButton(row,['2'])}), // // defaultButtons.mainListJobAbaBtn({hide:isShowMainButton(row,['2'])}), //
// defaultButtons.mainListJobExeBtn({hide:isShowMainButton(row,['2'])}), // // defaultButtons.mainListJobExeBtn({hide:isShowMainButton(row,['2'])}), //
// { {
// label: '', label: '拒收',
// name: 'mainJobClo', name: 'mainJobClo',
// hide: isShowMainButton(row, ['1']), hide: isShowMainButton(row, ['1']),
// type: 'primary', type: 'primary',
// icon: '', icon: '',
// color: '', color: '',
// hasPermi: 'wms:purchasereceipt-job-main:close', hasPermi: 'wms:purchasereceipt-job-main:close',
// link: true // link: true //
// } }
] ]
} }

Loading…
Cancel
Save