From 927f9a4e4d26a2024c797ca0f29125556a514095 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期四, 30 四月 2026 15:16:44 +0800
Subject: [PATCH] 生产排产
---
src/pages/works.vue | 23 ++++++++++++++---------
1 files changed, 14 insertions(+), 9 deletions(-)
diff --git a/src/pages/works.vue b/src/pages/works.vue
index 202d9ca..bb7eeab 100644
--- a/src/pages/works.vue
+++ b/src/pages/works.vue
@@ -570,17 +570,17 @@
// 鐢熶骇绠℃帶鍔熻兘鏁版嵁
const productionItems = reactive([
{
- icon: "/static/images/icon/shengchandingdan@2x.svg",
+ icon: "/static/images/icon/shengchanbaogong.svg",
label: "鐢熶骇璁㈠崟",
},
// {
// icon: "/static/images/icon/shengchanpaigong@2x.svg",
// label: "鐢熶骇娲惧伐",
// },
- // {
- // icon: "/static/images/icon/shengchanpaichan@2x.svg",
- // label: "宸ュ簭鎺掍骇",
- // },
+ {
+ icon: "/static/images/icon/shengchanpaichan@2x.svg",
+ label: "鐢熶骇鎺掍骇",
+ },
{
icon: "/static/images/icon/shengchanbaogong.svg",
label: "涓荤敓浜ц鍒�",
@@ -589,10 +589,10 @@
icon: "/static/images/icon/shengchanbaogong.svg",
label: "鐢熶骇鎶ュ伐",
},
- {
- icon: "/static/images/icon/shengchanbaogong.svg",
- label: "鐢熶骇宸ュ崟",
- },
+ // {
+ // icon: "/static/images/icon/shengchanbaogong.svg",
+ // label: "鐢熶骇宸ュ崟",
+ // },
// {
// icon: "/static/images/icon/shengchanhesuan@2x.svg",
// label: "鐢熶骇鏍哥畻",
@@ -852,6 +852,11 @@
url: "/pages/productionManagement/mainProductionPlan/index",
});
break;
+ case "鐢熶骇鎺掍骇":
+ uni.navigateTo({
+ url: "/pages/productionManagement/productionScheduling/index",
+ });
+ break;
case "鐢熶骇鎶ュ伐":
getcode();
break;
--
Gitblit v1.9.3