diff --git a/fe/PC/src/components/importFile/index.vue b/fe/PC/src/components/importFile/index.vue
index b7cabca87..df0aa0930 100644
--- a/fe/PC/src/components/importFile/index.vue
+++ b/fe/PC/src/components/importFile/index.vue
@@ -7,7 +7,7 @@
:visible.sync="show"
:append-to-body="true"
:modal-append-to-body="false"
- width="85%"
+ width="45%"
:show-close="false"
>
diff --git a/fe/PC/src/views/rawMaterialManage/purchaseReceipt/PurchaseOrder-ms.vue b/fe/PC/src/views/rawMaterialManage/purchaseReceipt/PurchaseOrder-ms.vue
index ad6298354..0456c4f31 100644
--- a/fe/PC/src/views/rawMaterialManage/purchaseReceipt/PurchaseOrder-ms.vue
+++ b/fe/PC/src/views/rawMaterialManage/purchaseReceipt/PurchaseOrder-ms.vue
@@ -31,7 +31,7 @@
:show="displayDialog.importDialog"
:URL="URL"
:disabledMethod = {method1:true,method2:false,method3:true}
- :disabledIsAllowPartImport = {isAllowPartImport1:false,isAllowPartImport2:false}
+ :disabledIsAllowPartImport = {isAllowPartImport1:true,isAllowPartImport2:false}
methodValue="1"
isAllowPartImportValue="1"
@importClick="postImportMergeClick(arguments)"