Browse Source

row.status!=2

master_hella_20240701
wangyufei 2 months ago
parent
commit
ad050d5e99
  1. 2
      src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue

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

@ -349,7 +349,7 @@ const getSearchTableData = async (number,formField,searchField)=>{
}
return [
// defaultButtons.mainListPurchasePlanOpeBtn({ hide: isShowMainButton(row, ['2']) }), //
defaultButtons.mainListPurchasePlanCloBtn({ hide: !(row.status!=6&&row.type=='SCHEDULE') }), //
defaultButtons.mainListPurchasePlanCloBtn({ hide: !(row.status!=6&&row.status!=2&&row.type=='SCHEDULE') }), //
defaultButtons.mainListPurchasePlanPubBtn({ hide: isShowMainButton(row, ['1']) }), //
defaultButtons.mainListPurchasePlanAccBtn({ hide: isShowMainButton(row, ['3']) }), //
defaultButtons.mainListPurchasePlanRejBtn({ hide: isShowMainButton(row, ['3']) }), //

Loading…
Cancel
Save