From 97200b64cd3d1bcb9e8c05be072121fff6f4b4c0 Mon Sep 17 00:00:00 2001
From: yunuo970428 <405378304@qq.com>
Date: Thu, 7 Jul 2022 16:44:59 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=86=85=E8=B4=AD=E7=AE=A1?=
=?UTF-8?q?=E7=90=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/router/modules/codemenu.js | 7 +
.../neigouguanli/neigouDaiBanByVinNoInfo.vue | 372 ++++++++++++++++++
.../neigouguanli/neigouDaiBanInfo.vue | 6 -
3 files changed, 379 insertions(+), 6 deletions(-)
create mode 100644 anrui-scm/anrui-scm-ui/src/views/workFlow/cheliangneigouFlow/neigouguanli/neigouDaiBanByVinNoInfo.vue
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 9f71b8ce73..73077a8281 100644
--- a/anrui-scm/anrui-scm-ui/src/router/modules/codemenu.js
+++ b/anrui-scm/anrui-scm-ui/src/router/modules/codemenu.js
@@ -588,6 +588,13 @@ const codemenu = [
import('@/views/workFlow/cheliangneigouFlow/neigouguanli/neigouDaiBanInfo.vue'),
name: 'neigouDaiBanInfo'
},
+ // 车辆内购待办详情
+ {
+ path: '/cheliangneigouFlow/neigouguanli/neigouDaiBanByVinNoInfo',
+ component: () =>
+ import('@/views/workFlow/cheliangneigouFlow/neigouguanli/neigouDaiBanByVinNoInfo.vue'),
+ name: 'neigouDaiBanByVinNoInfo'
+ },
// 车辆内购已办详情
{
path: '/cheliangneigouFlow/neigouguanli/neigouYiBanInfo',
diff --git a/anrui-scm/anrui-scm-ui/src/views/workFlow/cheliangneigouFlow/neigouguanli/neigouDaiBanByVinNoInfo.vue b/anrui-scm/anrui-scm-ui/src/views/workFlow/cheliangneigouFlow/neigouguanli/neigouDaiBanByVinNoInfo.vue
new file mode 100644
index 0000000000..a9cb8223d0
--- /dev/null
+++ b/anrui-scm/anrui-scm-ui/src/views/workFlow/cheliangneigouFlow/neigouguanli/neigouDaiBanByVinNoInfo.vue
@@ -0,0 +1,372 @@
+
+
+
+
+
+
+
+
+
内购申请
+
+
+
+ 申请编号:
+
+
+ {{ formobj.applyNo }}
+
+
+ 申请人:
+
+
+ {{ formobj.applyPeoName }}
+
+
+ 申请日期:
+
+
+ {{ formobj.createTime }}
+
+
+
+
+ 购方机构:
+
+
+
+ {{ formobj.buyerOrgName }}
+
+
+
+ 售方机构:
+
+
+
+ {{ formobj.sellerOrgName }}
+
+
+
+
+
+
+
+
+
+ {{ scope.row.vehicleAlias }}
+
+
+
+
+ {{ scope.row.configName }}
+
+
+
+
+ {{ scope.row.freight }}
+
+
+
+
+ {{ scope.row.vinNo }}
+
+
+
+
+
+ {{ scope.row.remarks }}
+
+
+
+
+
+
+
+
流程图
+
+
+
+
+
+
+ 当前环节
+
+ {{ current.taskName }}->{{ nextNode.name }}
+
+
+
+ 意见
+
+
+
+
+
+ 确 定
+ 取 消
+
+
+
+
+
+
+
+
+
+
diff --git a/anrui-scm/anrui-scm-ui/src/views/workFlow/cheliangneigouFlow/neigouguanli/neigouDaiBanInfo.vue b/anrui-scm/anrui-scm-ui/src/views/workFlow/cheliangneigouFlow/neigouguanli/neigouDaiBanInfo.vue
index 691a29e6aa..a455dfeb5c 100644
--- a/anrui-scm/anrui-scm-ui/src/views/workFlow/cheliangneigouFlow/neigouguanli/neigouDaiBanInfo.vue
+++ b/anrui-scm/anrui-scm-ui/src/views/workFlow/cheliangneigouFlow/neigouguanli/neigouDaiBanInfo.vue
@@ -154,7 +154,6 @@ export default {
comment: '',
instanceId: '',
taskId: '',
- formVariables: {},
orgSidPath: '',
taskDefKey: '',
userSid: ''
@@ -261,11 +260,6 @@ export default {
/** 同意任务 */
handleAgree() {
this.linkByParameter.comment = this.dialogList.comment
- if (this.current.taskName === '售方销售支持部经理审批') {
- this.linkByParameter.formVariables = this.formobj
- } else {
- this.linkByParameter.formVariables = {}
- }
req.complete(this.linkByParameter).then((response) => {
if (response.success) {
this.$notify({