Browse Source

Merge branch 'master_hella' of http://dev.ccwin-in.com:3000/sfms3.0/sfms3.0-ui into master_hella

master_hella_20240701
chenfang 3 months ago
parent
commit
db68929d37
  1. 4
      src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue

4
src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue

@ -334,7 +334,7 @@ const getSelectionRows = (currentPage,currentPageSelectionRows) => {
{
label: t('ts.采购通过'),
name: 'purchase_mainPlanSub',
hide: isShowMainButton(row, ['2','7']),
hide: isShowMainButton(row, ['2','7']) || !row.currentIsProcurementCreator,
type: 'primary',
icon: '',
color: '',
@ -343,7 +343,7 @@ const getSelectionRows = (currentPage,currentPageSelectionRows) => {
},{
label: t('ts.采购驳回'),
name: 'purchase_mainPlanTur',
hide: isShowMainButton(row, ['2','7']),
hide: isShowMainButton(row, ['2','7']) || !row.currentIsProcurementCreator,
type: 'danger',
color: '',
link: true, //

Loading…
Cancel
Save