diff --git a/klp-ui/src/views/wms/report/merge/index.vue b/klp-ui/src/views/wms/report/merge/index.vue index 9ccc702d..6231d613 100644 --- a/klp-ui/src/views/wms/report/merge/index.vue +++ b/klp-ui/src/views/wms/report/merge/index.vue @@ -80,12 +80,14 @@ - + + + @@ -108,12 +110,14 @@ - + + + @@ -242,7 +246,7 @@ export default { this.loading = true; const res1 = await listPendingAction({ ...this.queryParams, actionType: 201, actionStatus: 2 }); const res2 = await listPendingAction({ ...this.queryParams, actionType: 202, actionStatus: 2 }); - + const res3 = await listPendingAction({ ...this.queryParams, actionType: 203, actionStatus: 2 }); const res4 = await listPendingAction({ ...this.queryParams, actionType: 204, actionStatus: 2 }); const res5 = await listPendingAction({ ...this.queryParams, actionType: 205, actionStatus: 2 });