Browse Source

采购订单导入默认规则修改

dev_web_online
陈薪名 2 years ago
parent
commit
40b4750afc
  1. 4
      fe/PC/src/views/rawMaterialManage/purchaseReceipt/PurchaseOrder-ms.vue

4
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"

Loading…
Cancel
Save