Browse Source

bug

master_hella_20240701
wangyufei 2 months ago
parent
commit
3a6bca3008
  1. 2
      src/views/wms/purchasereceiptManage/supplierdeliver/demandforecastingSupplierMain/index.vue
  2. 4
      src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/index.vue

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

@ -30,7 +30,7 @@
@getSelectionRows="getSelectionRows"
>
<template #isRead="{row}" >
<el-button v-show="row.isRead!=3" :type="row.isRead==1?'info':'primary'" link @click="readHandle(row,false)">
<el-button v-show="row.isRead!=2" :type="row.isRead==1?'info':'primary'" link @click="readHandle(row,false)">
<span>{{ row.isRead==1?'已读':'未读' }}</span>
</el-button>
</template>

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

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

Loading…
Cancel
Save