Browse Source

YT-1971要货计划

intex_online20250311
zhaoyiran 1 month ago
parent
commit
bb5e61344f
  1. 2
      src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue

2
src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue

@ -482,7 +482,7 @@ const isShowMainButton1 = (row, val) => {
{ {
label: t('ts.创建发货申请'), label: t('ts.创建发货申请'),
name: 'supplierdeliver', name: 'supplierdeliver',
hide: isShowMainButton(row, ['4']), hide: isShowMainButton(row, ['4']) || row.isShowCreateRequestButton,
type: 'primary', type: 'primary',
icon: '', icon: '',
color: '', color: '',

Loading…
Cancel
Save