From fc3ddab3a55cc29bf29b4f329b607aa636b74115 Mon Sep 17 00:00:00 2001 From: myTest383
Date: Fri, 1 Nov 2024 16:41:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=B5=81=E7=A8=8B=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yxt-as-ui/src/api/storage/otherOutbound.js | 6 +++--- .../views/workFlow/qitachukuFlow/otherOutboundDaiBan.vue | 4 ++++ .../src/views/workFlow/qitachukuFlow/otherOutboundYiBan.vue | 4 ++++ 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/yxt-as-ui/src/api/storage/otherOutbound.js b/yxt-as-ui/src/api/storage/otherOutbound.js index 5b685906ad..bb1fbad7ea 100644 --- a/yxt-as-ui/src/api/storage/otherOutbound.js +++ b/yxt-as-ui/src/api/storage/otherOutbound.js @@ -94,7 +94,7 @@ export default { // 流程审批(加签) delegate: function(params) { return request({ - url: '/wms/v1/wmsotheroutapply/reject', + url: '/wms/v1/wmsotheroutapply/delegate', method: 'post', data: params, headers: { @@ -149,7 +149,7 @@ export default { // 审批流程(同意)获取下一环节 getNextNodesForSubmit: function(data) { return request({ - url: '/wms/v1/wmsotheroutapply/getPreviousNodesForReject', + url: '/wms/v1/wmsotheroutapply/getNextNodesForSubmit', method: 'get', params: data }) @@ -157,7 +157,7 @@ export default { // 审批流程(驳回)获取上一环节 getPreviousNodesForReject: function(data) { return request({ - url: '/wms/v1/wmsotheroutapply/getNextNodesForSubmit', + url: '/wms/v1/wmsotheroutapply/getPreviousNodesForReject', method: 'get', params: data }) diff --git a/yxt-as-ui/src/views/workFlow/qitachukuFlow/otherOutboundDaiBan.vue b/yxt-as-ui/src/views/workFlow/qitachukuFlow/otherOutboundDaiBan.vue index d47534066f..ae199bb896 100644 --- a/yxt-as-ui/src/views/workFlow/qitachukuFlow/otherOutboundDaiBan.vue +++ b/yxt-as-ui/src/views/workFlow/qitachukuFlow/otherOutboundDaiBan.vue @@ -420,6 +420,10 @@ }