Browse Source

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

intex_online20250327
songguoqiang 1 week ago
parent
commit
61cb807459
  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']) || row.isShowCreateRequestButton, hide: isShowMainButton(row, ['4']) || !row.isShowCreateRequestButton,
type: 'primary', type: 'primary',
icon: '', icon: '',
color: '', color: '',

Loading…
Cancel
Save