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

Loading…
Cancel
Save