From 76bcba36e0d887e92b4aa246a4e7fffd35afd66e Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Wed, 7 Sep 2022 13:45:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=88=86=E5=85=AC=E5=8F=B8?= =?UTF-8?q?=E9=97=B4=E8=B0=83=E8=BD=A6=E8=B0=83=E8=B4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/api/flow/tiaozhangshenqing.js | 4 +- .../src/router/modules/codemenu.js | 28 ++ .../tiaozhangshenqingByWiPinMoney.vue | 427 ++++++++++++++++++ 3 files changed, 457 insertions(+), 2 deletions(-) create mode 100644 anrui-scm/anrui-scm-ui/src/views/workFlow/tiaozhangshenqingFlow/tiaozhangshenqingByWiPinMoney.vue diff --git a/anrui-scm/anrui-scm-ui/src/api/flow/tiaozhangshenqing.js b/anrui-scm/anrui-scm-ui/src/api/flow/tiaozhangshenqing.js index 15362ffe60..9b93c835d2 100644 --- a/anrui-scm/anrui-scm-ui/src/api/flow/tiaozhangshenqing.js +++ b/anrui-scm/anrui-scm-ui/src/api/flow/tiaozhangshenqing.js @@ -51,8 +51,8 @@ export default { getNextNodesForSubmit: function(data) { return request({ url: '/base/v1/baseaccadjapply/getNextNodesForSubmit', - method: 'get', - params: data + method: 'post', + data: data }) }, // 审批流程(驳回、终止)获取上一环节 diff --git a/anrui-scm/anrui-scm-ui/src/router/modules/codemenu.js b/anrui-scm/anrui-scm-ui/src/router/modules/codemenu.js index a6a656f408..d6d2c47437 100644 --- a/anrui-scm/anrui-scm-ui/src/router/modules/codemenu.js +++ b/anrui-scm/anrui-scm-ui/src/router/modules/codemenu.js @@ -896,6 +896,13 @@ const codemenu = [ import('@/views/workFlow/tiaozhangshenqingFlow/tiaozhangshenqingCallInOrCallOut.vue'), name: 'tiaozhangshenqingCallInOrCallOut' }, + // 分公司调车调账--分公司销售支持部经理修改内销价格 + { + path: '/tiaozhangshenqingFlow/tiaozhangshenqingByWiPinMoney', + component: () => + import('@/views/workFlow/tiaozhangshenqingFlow/tiaozhangshenqingByWiPinMoney.vue'), + name: 'tiaozhangshenqingByWiPinMoney' + }, // 上装调价申请详情页面 { path: '/shangzhuangtiaojiaFlow/shangzhuangtiaojiaguanli/shangzhuangtiaojiaDaiBanInfo', @@ -936,6 +943,27 @@ const codemenu = [ component: () => import('@/views/workFlow/danchefanliyutiFlow/danchefanliyutiEdit.vue'), name: 'danchefanliyutiEdit' + }, + // 单车返利核对申请详情页面 + { + path: '/danchefanliheduiFlow/danchefanliheduiDaiBanInfo', + component: () => + import('@/views/workFlow/danchefanliheduiFlow/danchefanliheduiDaiBanInfo.vue'), + name: 'danchefanliheduiDaiBanInfo' + }, + // 单车返利核对办理页面 + { + path: '/danchefanliheduiFlow/danchefanliheduiYiBanInfo', + component: () => + import('@/views/workFlow/danchefanliheduiFlow/danchefanliheduiYiBanInfo.vue'), + name: 'danchefanliheduiYiBanInfo' + }, + // 单车返利核对 + { + path: '/danchefanliheduiFlow/danchefanliheduiEdit', + component: () => + import('@/views/workFlow/danchefanliheduiFlow/danchefanliheduiEdit.vue'), + name: 'danchefanliheduiEdit' } ] export default codemenu diff --git a/anrui-scm/anrui-scm-ui/src/views/workFlow/tiaozhangshenqingFlow/tiaozhangshenqingByWiPinMoney.vue b/anrui-scm/anrui-scm-ui/src/views/workFlow/tiaozhangshenqingFlow/tiaozhangshenqingByWiPinMoney.vue new file mode 100644 index 0000000000..1b96b6318c --- /dev/null +++ b/anrui-scm/anrui-scm-ui/src/views/workFlow/tiaozhangshenqingFlow/tiaozhangshenqingByWiPinMoney.vue @@ -0,0 +1,427 @@ + + + + +