diff --git a/klp-ui/src/views/wms/move/batch.vue b/klp-ui/src/views/wms/move/batch.vue index 55ea936e..cfd674db 100644 --- a/klp-ui/src/views/wms/move/batch.vue +++ b/klp-ui/src/views/wms/move/batch.vue @@ -149,14 +149,14 @@ v-if="scope.row.approveStatus == '1'" icon="el-icon-refresh" >撤回 - 重新提交 + >二次调整 --> { - // this.$modal.msgSuccess('重新提交成功'); - // this.getList(); - // }).finally(() => { - // this.loading = false; - // }); - // 模拟API调用 - setTimeout(() => { - this.loading = false; + updateTransferOrder({ + ...row, + approveStatus: '0', + }).then(response => { this.$modal.msgSuccess('重新提交成功'); this.getList(); - }, 1000); + }).finally(() => { + this.loading = false; + }); }); }, /** 刷新调拨单明细列表 */