Browse Source

代码未开发完成,撤销报工按钮暂时去掉

hella_online_20240821
wangyufei 1 month ago
parent
commit
c5c3ab4657
  1. 2
      src/views/wms/productionManage/productreceipt/productreceiptRecordMain/index.vue
  2. 2
      src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/index.vue

2
src/views/wms/productionManage/productreceipt/productreceiptRecordMain/index.vue

@ -198,7 +198,7 @@ const butttondata = (row,$index) => {
// defaultButtons.mainInspectRequestBtn({hasPermi:'wms:productreceipt-record-main:createInspectRequest',hide:row.inspectRequestFlag == "FALSE" }),//
defaultButtons.mainInspectRequestBtn({hide:row.inspectRequestFlag == "FALSE" }),//
defaultButtons.mainListPointBtn(null), //
defaultButtons.mainListRecoveryBtn(null), //
// defaultButtons.mainListRecoveryBtn(null), //
]
}

2
src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/index.vue

@ -236,7 +236,7 @@ const butttondata = (row,$index) => {
defaultButtons.mainInspectRequestBtn({hasPermi:'wms:purchasereceipt-record-main:createInspectRequest',hide:row.inspectRequestFlag == "FALSE" }),//
defaultButtons.mainPutawayRequestCpBtn({hasPermi:'wms:purchasereceipt-record-main:createPutawayRequest',hide:row.putawayRequestFlag == "FALSE" }),//
defaultButtons.mainListPointBtn(null), //
defaultButtons.mainListRecoveryBtn(null), //
// defaultButtons.mainListRecoveryBtn(null), //
]
}

Loading…
Cancel
Save