Browse Source

HL-5070:发货申请关闭后不允许再打开

linshi20240813
songguoqiang 1 month ago
parent
commit
689c0aff72
  1. 9
      src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/index.vue

9
src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/index.vue

@ -511,10 +511,11 @@ const butttondata = (row, $index) => {
return []
}
return [
defaultButtons.mainListPurchasePlanOpeBtn({
hide: isShowMainButton(row, ['5']),
hasPermi: 'wms:supplierdeliver-request-main:open'
}), //
//202408111354
// defaultButtons.mainListPurchasePlanOpeBtn({
// hide: isShowMainButton(row, ['5']),
// hasPermi: 'wms:supplierdeliver-request-main:open'
// }), //
defaultButtons.mainListPlanUploadQualityReportBtn({
hide: isShowMainButton(row, ['1', '2', '3']),
hasPermi: 'wms:supplierdeliver-request-main:uploadCheck'

Loading…
Cancel
Save