|
|
@ -1,6 +1,7 @@ |
|
|
|
<template> |
|
|
|
<div class="page-box" v-loading="Loading.appMainLoading"> |
|
|
|
<tablePagination |
|
|
|
ref="FISDeliverRequestTable_Ref" |
|
|
|
:currenButtonData="currenButtonData" |
|
|
|
:tableData="tableData" |
|
|
|
:tableLoading="Loading.tableLoading" |
|
|
@ -53,7 +54,7 @@ |
|
|
|
:disabledIsAllowPartImport = {isAllowPartImport1:false,isAllowPartImport2:false} |
|
|
|
isAllowPartImportValue="1" |
|
|
|
@importClick="postImportMergeClick(arguments)" |
|
|
|
@postImportDown="importDown" |
|
|
|
@postImportDown="importDown('wms/store/deliver-request')" |
|
|
|
></importFile> |
|
|
|
</div> |
|
|
|
</template> |
|
|
@ -148,6 +149,7 @@ export default { |
|
|
|
deliverRequestHandleList(_ids) |
|
|
|
.then(res => { |
|
|
|
this.Loading.appMainLoading = false |
|
|
|
this.$refs.FISDeliverRequestTable_Ref.clearSelection() |
|
|
|
this.paging() |
|
|
|
}).catch(err => { |
|
|
|
this.Loading.appMainLoading = false |
|
|
|