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

Loading…
Cancel
Save