Browse Source

YT-1258号试品采购收货记录中,操作按钮,生成采购退货记录需要屏蔽掉

intex_online20241228
张立 3 months ago
parent
commit
d3356f909a
  1. 6
      src/views/wms/purchasereceiptManage/developpurchasereceipt/developPurchasereceiptRecordMain/index.vue

6
src/views/wms/purchasereceiptManage/developpurchasereceipt/developPurchasereceiptRecordMain/index.vue

@ -247,9 +247,9 @@ const butttondata = (row, $index) => {
hasPermi: 'wms:purchasereceipt-record-main:createPutawayRequest',
hide: row.isPutaway==1?row.putawayRequestFlag == 'FALSE':'TRUE'
}), //
defaultButtons.mainPurchasereturnRecordBtn({
hide: (row.isPutaway==1 && row.putawayRequestFlag == 'FALSE')?false:true
}), // 退
// defaultButtons.mainPurchasereturnRecordBtn({
// hide: (row.isPutaway==1 && row.putawayRequestFlag == 'FALSE')?false:true
// }), // 退
//defaultButtons.mainListPlanCheckQualityReportBtn({hide:row.orderTypeM == "2"}), //
defaultButtons.mainListPlanCheckQualityReportBtn({ hide: isShowSourceTypeButton(row) }), //
defaultButtons.mainListPrintInspectionBtn({ hide: isShowSCPAndQMSButton() })

Loading…
Cancel
Save