Browse Source

采购订单导入规则修改及导入窗口大小调整

dev_web_online
陈薪名 2 years ago
parent
commit
61f96e0e27
  1. 2
      fe/PC/src/components/importFile/index.vue
  2. 2
      fe/PC/src/views/rawMaterialManage/purchaseReceipt/PurchaseOrder-ms.vue

2
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"
>
<div class="body_header">

2
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)"

Loading…
Cancel
Save