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.创建发货申请'),
name: 'supplierdeliver',
hide: isShowMainButton(row, ['4']),
hide: isShowMainButton(row, ['4']) || row.isShowCreateRequestButton,
type: 'primary',
icon: '',
color: '',

Loading…
Cancel
Save