Browse Source

更改统一预留

dev_web_online
安虹睿 2 years ago
parent
commit
b8435d2f35
  1. 14
      fe/PC/src/views/rawMaterialManage/purchaseReceipt/SupplierAsn-msQuery.vue

14
fe/PC/src/views/rawMaterialManage/purchaseReceipt/SupplierAsn-msQuery.vue

@ -25,6 +25,19 @@
:httpOverallSearchData="httpOverallSearchData"
>
</tablePagination>
<!-- 新导入 disabledMethod 导入方式禁用 disabledIsAllowPartImport 是否局部导入禁用-->
<!-- methodValue 导入方式默认选项 是否局部导入 默认选项 -->
<!-- <importFile
:loading="Loading.importLoading"
:show="displayDialog.importDialog"
:URL="URL"
:disabledMethod = {method1:false,method2:false,method3:false}
:disabledIsAllowPartImport = {isAllowPartImport1:false,isAllowPartImport2:false}
methodValue="0"
isAllowPartImportValue="1"
@importClick="postImportMergeClick(arguments)"
@postImportDown="importDown"
></importFile> -->
<!-- 表格导入 -->
<upload-excel-component
:DrawerLoading="Loading.DrawerLoading"
@ -87,6 +100,7 @@ export default {
data () {
return {
URL: 'wms/store/supplier-asn',
// importUploadURL:"wms/store/supplier-asn/newImport",
//
currenButtonData: [
this.defaultImportBtn(),//

Loading…
Cancel
Save