Browse Source

代码还原

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

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

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

Loading…
Cancel
Save