Browse Source

【nev-pc】成品发运bug处理

ag_report_nev
安虹睿 11 months ago
parent
commit
b2259019ec
  1. 4
      fe/PC/src/views/finishedProductManage/deliver/FISDeliverRequest.vue

4
fe/PC/src/views/finishedProductManage/deliver/FISDeliverRequest.vue

@ -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

Loading…
Cancel
Save