diff --git a/klp-ui/src/views/wms/move/batch.vue b/klp-ui/src/views/wms/move/batch.vue index cfd674db..088cb346 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" >撤回 - + >二次调整 导出 刷新 - 执行全部 + @@ -410,7 +410,7 @@ export default { }, /** 重新提交 */ handleReSubmit(row) { - this.$confirm('确定要重新提交审批吗?', '提示', { + this.$confirm('确定要调整后重新提交审批吗?', '提示', { confirmButtonText: '确定', cancelButtonText: '取消', type: 'info' @@ -422,7 +422,7 @@ export default { ...row, approveStatus: '0', }).then(response => { - this.$modal.msgSuccess('重新提交成功'); + this.$modal.msgSuccess('请调整后重新提交审批'); this.getList(); }).finally(() => { this.loading = false; diff --git a/klp-ui/src/views/wms/move/components/tranferItemTable.vue b/klp-ui/src/views/wms/move/components/tranferItemTable.vue index 1d326e9f..939a1a3d 100644 --- a/klp-ui/src/views/wms/move/components/tranferItemTable.vue +++ b/klp-ui/src/views/wms/move/components/tranferItemTable.vue @@ -49,7 +49,7 @@