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"