From 6bce1057ce854466f1603a2e297fc3421b85f04d Mon Sep 17 00:00:00 2001 From: liugongyu <290219706@qq.com> Date: Sun, 11 Jan 2026 14:46:26 +0800 Subject: [PATCH] ai 大区经理 --- common/utils/common.js | 26 +++++++++++++++++++++++++- manifest.json | 10 +++++----- pages-sub/daily/maintain-manage/finish-plan-detail.vue | 87 ++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------- pages-sub/daily/maintain-manage/index.vue | 4 ++++ pages-sub/daily/patrol-manage/pending-plan-detail.vue | 4 +--- pages-sub/daily/quick-order/order-detail.vue | 4 ++-- pages-sub/problem/ai-manage/index.vue | 20 +++++++++++++------- pages-sub/problem/regional-order-manage/index.vue | 39 ++++++++++++++++++++++++++++++++++----- pages-sub/problem/regional-order-manage/order-detail.vue | 57 ++++++++++++++++++++++++++++++++++++++++++--------------- pages-sub/problem/work-order-manage/distribution-order.vue | 2 ++ pages-sub/problem/work-order-manage/index.vue | 12 +++++++++++- pages-sub/problem/work-order-manage/order-detail.vue | 2 +- pages/index/index.vue | 4 ++-- pages/login/index.vue | 4 +++- pages/workbench/index.vue | 2 +- 15 files changed, 194 insertions(+), 83 deletions(-) diff --git a/common/utils/common.js b/common/utils/common.js index e736120..d8774fd 100644 --- a/common/utils/common.js +++ b/common/utils/common.js @@ -25,7 +25,8 @@ export const nextStepMap = { }, ylInspector: { name: '巡查员验收', - btnText: '验收', + // btnText: '验收', + ysShow:true, operateTypePass: 140, //巡查员验收通过: 140 operateTypeNoPass: 240, // 巡查员验收不通过:240 backShow: false, @@ -56,6 +57,27 @@ export const nextStepMap = { backShow: true, renewShow: false }, + + aiRegionManager: { + name: 'ai单子大区经理分配', + btnText: '分配', + operateTypePass: 40, // 大区经理分配:40 + operateTypeNoPass: 50, // 大区经理退回:50 + backShow: true, + renewShow: false + }, + + ylAiInspectorStart: { + name: 'AI工单派发人员', + ysShow:false, + btnText: '', + operateTypePass: 40, // 大区经理分配:40 + operateTypeNoPass: 50, // 大区经理退回:50 + backShow: false, + renewShow: false + }, + + } export const buzStatusMap = { @@ -74,6 +96,8 @@ export const buzStatusMap = { '80': '分配', '70': '退回', '60': '分配', + '50':'退回', + '40':'分配', } /** diff --git a/manifest.json b/manifest.json index 067a549..4a8c964 100644 --- a/manifest.json +++ b/manifest.json @@ -48,17 +48,17 @@ }, /* 快应用特有相关 */ "quickapp" : {}, - "uni-app": { - "vue3": true, - "compilerOptions": {} + "uni-app" : { + "vue3" : true, + "compilerOptions" : {} }, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wxcb4cd34066b97d82", + "appid" : "wx64368a9b9e799172", "setting" : { "urlCheck" : false }, - "lazyCodeLoading": "requiredComponents", + "lazyCodeLoading" : "requiredComponents", "usingComponents" : true, "permission" : { "scope.userLocation" : { diff --git a/pages-sub/daily/maintain-manage/finish-plan-detail.vue b/pages-sub/daily/maintain-manage/finish-plan-detail.vue index d195d2c..098fc82 100644 --- a/pages-sub/daily/maintain-manage/finish-plan-detail.vue +++ b/pages-sub/daily/maintain-manage/finish-plan-detail.vue @@ -45,23 +45,32 @@ @@ -188,30 +197,30 @@ onLoad((options) => { // 图片容器样式 .cell-content-wrap { - padding: 10rpx 0; -} - -// 自定义相册容器 -.album-container { - display: flex; - flex-wrap: wrap; - gap: 10rpx; // 图片间距 + //padding: 10rpx 0; } -// 单张图片样式 -.album-item { - width: 70px; - height: 70px; - border-radius: 4rpx; - overflow: hidden; -} - -// 图片样式(强制尺寸 + 覆盖) -.album-image { - width: 100%; - height: 100%; - object-fit: cover; // 保持比例裁剪,避免拉伸 -} +//// 自定义相册容器 +//.album-container { +// display: flex; +// flex-wrap: wrap; +// gap: 10rpx; // 图片间距 +//} +// +//// 单张图片样式 +//.album-item { +// width: 70px; +// height: 70px; +// border-radius: 4rpx; +// overflow: hidden; +//} +// +//// 图片样式(强制尺寸 + 覆盖) +//.album-image { +// width: 70px; +// height: 70px; +// object-fit: cover; // 保持比例裁剪,避免拉伸 +//} // 空文本样式 .empty-text { diff --git a/pages-sub/daily/maintain-manage/index.vue b/pages-sub/daily/maintain-manage/index.vue index 3602cf3..cfef69a 100644 --- a/pages-sub/daily/maintain-manage/index.vue +++ b/pages-sub/daily/maintain-manage/index.vue @@ -84,6 +84,10 @@ 计划明细 + + + + 道路名称: {{ item.roadName || '-' }} diff --git a/pages-sub/daily/patrol-manage/pending-plan-detail.vue b/pages-sub/daily/patrol-manage/pending-plan-detail.vue index e033114..3330b7c 100644 --- a/pages-sub/daily/patrol-manage/pending-plan-detail.vue +++ b/pages-sub/daily/patrol-manage/pending-plan-detail.vue @@ -11,9 +11,7 @@