Browse Source

FWHL-71

hella_online_20241212_pandian
王宇飞 3 months ago
parent
commit
8240c8b4b3
  1. 2
      src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue

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

@ -435,7 +435,7 @@ const getSearchTableData = async (number,formField,searchField)=>{
{
label: t('ts.创建供应商发货申请'),
name: 'supplierdeliver',
hide: !(!isShowMainButton(row, ['4'])&&row.shippedQty<row.planQty),
hide: row.type=='DISCRETE'?!(!isShowMainButton(row, ['4'])&&row.shippedQty<row.planQty):isShowMainButton(row, ['4']),
type: 'primary',
icon: '',
color: '',

Loading…
Cancel
Save