Browse Source

采购

master_hella_20240701
wangyufei 3 months ago
parent
commit
a6340733ba
  1. 2
      src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRequestMain/index.vue

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

@ -338,7 +338,7 @@ const searchTableSuccessDetail = async (formField, searchField, val, formRef,sea
{ {
label: t('ts.采购通过'), label: t('ts.采购通过'),
name: 'purchase_mainPlanSub', name: 'purchase_mainPlanSub',
hide: !(isShowMainButton(row, ['2']) && row.currentIsProcurementCreator), hide: !(isShowMainButton(row, ['2']) && row.currentIsProcurementCreator==true),
type: 'primary', type: 'primary',
icon: '', icon: '',
color: '', color: '',

Loading…
Cancel
Save