|
@ -25,6 +25,19 @@ |
|
|
:httpOverallSearchData="httpOverallSearchData" |
|
|
:httpOverallSearchData="httpOverallSearchData" |
|
|
> |
|
|
> |
|
|
</tablePagination> |
|
|
</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 |
|
|
<upload-excel-component |
|
|
:DrawerLoading="Loading.DrawerLoading" |
|
|
:DrawerLoading="Loading.DrawerLoading" |
|
@ -87,6 +100,7 @@ export default { |
|
|
data () { |
|
|
data () { |
|
|
return { |
|
|
return { |
|
|
URL: 'wms/store/supplier-asn', |
|
|
URL: 'wms/store/supplier-asn', |
|
|
|
|
|
// importUploadURL:"wms/store/supplier-asn/newImport", |
|
|
//常用按钮数据 |
|
|
//常用按钮数据 |
|
|
currenButtonData: [ |
|
|
currenButtonData: [ |
|
|
this.defaultImportBtn(),//导入 |
|
|
this.defaultImportBtn(),//导入 |
|
|