From 40b4750afc281f82f79626dbce23df2f36de1aa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=96=AA=E5=90=8D?= <942005050@qq.com> Date: Tue, 11 Apr 2023 10:38:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E8=AE=A2=E5=8D=95=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E9=BB=98=E8=AE=A4=E8=A7=84=E5=88=99=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../rawMaterialManage/purchaseReceipt/PurchaseOrder-ms.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fe/PC/src/views/rawMaterialManage/purchaseReceipt/PurchaseOrder-ms.vue b/fe/PC/src/views/rawMaterialManage/purchaseReceipt/PurchaseOrder-ms.vue index 5a5bb73b7..ca0d6be84 100644 --- a/fe/PC/src/views/rawMaterialManage/purchaseReceipt/PurchaseOrder-ms.vue +++ b/fe/PC/src/views/rawMaterialManage/purchaseReceipt/PurchaseOrder-ms.vue @@ -30,9 +30,9 @@ :loading="Loading.importLoading" :show="displayDialog.importDialog" :URL="URL" - :disabledMethod = {method1:false,method2:false,method3:false} + :disabledMethod = {method1:true,method2:false,method3:true} :disabledIsAllowPartImport = {isAllowPartImport1:false,isAllowPartImport2:false} - methodValue="0" + methodValue="1" isAllowPartImportValue="1" @importClick="postImportMergeClick(arguments)" @postImportDown="importDown"