From 83673de2cda877afc1ae9044bd8944e98e6aff3e Mon Sep 17 00:00:00 2001 From: liugongyu <290219706@qq.com> Date: Tue, 13 Jan 2026 13:51:11 +0800 Subject: [PATCH] ai 大区经理 优化添加结束功能 --- common/utils/common.js | 5 +++-- manifest.json | 2 +- pages-sub/problem/ai-manage/index.vue | 49 +++++++++++++++++++++++++++++++++++++------------ pages-sub/problem/regional-order-manage/order-detail.vue | 20 ++++++++++++++++++++ pages/login/index.vue | 8 +++++++- 5 files changed, 68 insertions(+), 16 deletions(-) diff --git a/common/utils/common.js b/common/utils/common.js index d8774fd..0111653 100644 --- a/common/utils/common.js +++ b/common/utils/common.js @@ -25,7 +25,7 @@ export const nextStepMap = { }, ylInspector: { name: '巡查员验收', - // btnText: '验收', + btnText: '验收', ysShow:true, operateTypePass: 140, //巡查员验收通过: 140 operateTypeNoPass: 240, // 巡查员验收不通过:240 @@ -70,7 +70,8 @@ export const nextStepMap = { ylAiInspectorStart: { name: 'AI工单派发人员', ysShow:false, - btnText: '', + btnText: '结束工单', + // operateTypePass: 200, //巡查员结束工单:200 operateTypePass: 40, // 大区经理分配:40 operateTypeNoPass: 50, // 大区经理退回:50 backShow: false, diff --git a/manifest.json b/manifest.json index 4a8c964..f35456e 100644 --- a/manifest.json +++ b/manifest.json @@ -54,7 +54,7 @@ }, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wx64368a9b9e799172", + "appid" : "wxcb4cd34066b97d82", "setting" : { "urlCheck" : false }, diff --git a/pages-sub/problem/ai-manage/index.vue b/pages-sub/problem/ai-manage/index.vue index 2f76d95..e9bb73a 100644 --- a/pages-sub/problem/ai-manage/index.vue +++ b/pages-sub/problem/ai-manage/index.vue @@ -95,16 +95,13 @@ {{ timeFormat(item.createTime, 'yyyy-mm-dd hh:MM:ss') }} - + - - 验收 + {{ nextStepMap[item.taskKey].btnText }} + - - - - 详情 + 详情 @@ -122,6 +119,9 @@ >