From 61f96e0e27548a322901f930ed87e8a5c1a1ed0e 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 16:26:29 +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=E8=A7=84=E5=88=99=E4=BF=AE=E6=94=B9=E5=8F=8A=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E7=AA=97=E5=8F=A3=E5=A4=A7=E5=B0=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PC/src/components/importFile/index.vue | 2 +- .../rawMaterialManage/purchaseReceipt/PurchaseOrder-ms.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)"