From 88b8e108c3d910339e0506fcb9263f037ac0c158 Mon Sep 17 00:00:00 2001 From: zhaoyiran Date: Tue, 15 Oct 2024 09:53:01 +0800 Subject: [PATCH] =?UTF-8?q?YT-371=E8=A3=85=E9=85=8D=E6=94=B6=E8=B4=A7?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=EF=BC=8C=E6=92=A4=E9=94=80=E6=8A=A5=E5=B7=A5?= =?UTF-8?q?=E5=90=8E=E8=BF=98=E5=8F=AF=E4=BB=A5=E7=82=B9=E5=87=BB=E7=94=9F?= =?UTF-8?q?=E6=88=90=E5=88=B6=E5=93=81=E4=B8=8A=E6=9E=B6=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=EF=BC=8C=E6=92=A4=E9=94=80=E5=90=8E=E6=B2=A1=E6=9C=89=E6=8A=A5?= =?UTF-8?q?=E5=B7=A5=E7=9A=84=E5=BA=93=E5=AD=98=EF=BC=8C=E5=BA=94=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E4=B8=8A=E6=9E=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productreceiptAssembleRecordMain/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/index.vue b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/index.vue index e9154b680..29c05aac5 100644 --- a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/index.vue +++ b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRecordMain/index.vue @@ -238,7 +238,7 @@ const butttondata = (row,$index) => { } return [ // 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.mainPutawayRequestCpBtn({hasPermi:'wms:purchasereceipt-record-main:createPutawayRequest',hide:row.putawayRequestFlag == "FALSE" || row.recoveryRequestFlag == "TRUE"}),// 生成采购上架申请 defaultButtons.mainListPointBtn(null), // 标签打印 defaultButtons.mainListRecoveryBtn({hide:row.recoveryRequestFlag == "TRUE" }), // 制品回收 //recoveryRequestFlag==TRUE不展示 ]