From 82edd86447f5e1cde43c74cfc8a930cb9e861284 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 20 五月 2026 17:30:38 +0800
Subject: [PATCH] 天津帮太app 1.部署修改
---
src/pages/works.vue | 46 +++++++++++++++++++++++++++-------------------
1 files changed, 27 insertions(+), 19 deletions(-)
diff --git a/src/pages/works.vue b/src/pages/works.vue
index c6f3cc6..fc7eed5 100644
--- a/src/pages/works.vue
+++ b/src/pages/works.vue
@@ -570,36 +570,37 @@
// 鐢熶骇绠℃帶鍔熻兘鏁版嵁
const productionItems = reactive([
{
- icon: "/static/images/icon/shengchanbaogong1.svg",
- label: "鐢熶骇璁㈠崟",
- },
- // {
- // icon: "/static/images/icon/shengchanpaigong@2x.svg",
- // label: "鐢熶骇娲惧伐",
- // },
- {
- icon: "/static/images/icon/shengchanbaogong1.svg",
- label: "鐢熶骇鎺掍骇",
- },
- {
- icon: "/static/images/icon/shengchanbaogong1.svg",
+ icon: "/static/images/icon/shengchanjihua.svg",
label: "涓荤敓浜ц鍒�",
},
+ {
+ icon: "/static/images/icon/shengchandingdan.svg",
+ label: "鐢熶骇璁㈠崟",
+ },
+ {
+ icon: "/static/images/icon/shengchanzhuisu.svg",
+ label: "鐢熶骇杩芥函",
+ },
+ {
+ icon: "/static/images/icon/shengchanshikuang.svg",
+ label: "宸ュ簭鐢熶骇瀹炲喌",
+ },
+ {
+ icon: "/static/images/icon/shengchanpaichan.svg",
+ label: "鐢熶骇鎺掍骇",
+ },
+
{
icon: "/static/images/icon/shengchanbaogong.svg",
label: "鐢熶骇鎶ュ伐",
},
{
- icon: "/static/images/icon/shengchanbaogong1.svg",
+ icon: "/static/images/icon/baogongtaizhang.svg",
label: "鎶ュ伐鍙拌处",
},
{
- icon: "/static/images/icon/shengchanbaogong1.svg",
+ icon: "/static/images/icon/shengchanhesuan.svg",
label: "鐢熶骇鏍哥畻",
- },
- {
- icon: "/static/images/icon/shengchanbaogong1.svg",
- label: "鐢熶骇杩芥函",
},
]);
@@ -877,6 +878,11 @@
case "鐢熶骇杩芥函":
uni.navigateTo({
url: "/pages/productionManagement/productionTraceability/index",
+ });
+ break;
+ case "宸ュ簭鐢熶骇瀹炲喌":
+ uni.navigateTo({
+ url: "/pages/productionManagement/processStatistics/index",
});
break;
case "璁惧鍙拌处":
@@ -1240,6 +1246,7 @@
// 杩囨护鍚勪釜妯″潡
filterArray(marketingItems);
+ filterArray(designItems);
filterArray(purchaseItems, menuMapping.purchase.specialMapping);
filterArray(financeManagementItems);
filterArray(collaborationItems, menuMapping.collaboration.specialMapping);
@@ -1250,6 +1257,7 @@
filterArray(productionItems);
filterArray(equipmentItems);
filterArray(archiveManagementItems);
+ filterArray(afterSalesServiceItems);
};
// 妫�鏌ユā鍧楁槸鍚︽湁鑿滃崟椤归渶瑕佹樉绀�
--
Gitblit v1.9.3