From eacff2ef7312ff9ecfc098a508bac36329e96f14 Mon Sep 17 00:00:00 2001 From: Houjie <714924425@qq.com> Date: 星期三, 10 九月 2025 09:46:52 +0800 Subject: [PATCH] 线边库-入库 --- common/util/work.js | 84 ++++++++++++++++++++++++++++------------- 1 files changed, 57 insertions(+), 27 deletions(-) diff --git a/common/util/work.js b/common/util/work.js index afc643a..8a35366 100644 --- a/common/util/work.js +++ b/common/util/work.js @@ -6,33 +6,63 @@ export const ps = { data: [{ - title: "鎺掍骇宸ュ崟", - icon: icon_prefix + "todo.png", - description: "鎺掍骇宸ュ崟", - useCount: 1000, - page: 'ProductionManager' - }, - { - title: "鎶ュ伐", - icon: icon_prefix + "icon_report.png", - description: "鎶ュ伐", - useCount: 1000, - page: 'report' - }, - { - title: "涓婃枡", - icon: icon_prefix + "icon_into.png", - description: "涓婃枡", - useCount: 1000, - page: 'materialLoading' - }, - { - title: "涓嬫枡", - icon: icon_prefix + "icon_out.png", - description: "涓嬫枡", - useCount: 1000, - page: 'ProductionManager' - }] + title: "鎺掍骇宸ュ崟", + icon: icon_prefix + "icon_paichang.png", + description: "鎺掍骇宸ュ崟", + useCount: 1000, + page: 'ProductionManager' + }, + { + title: "鎶ュ伐", + icon: icon_prefix + "icon_report.png", + description: "鎶ュ伐", + useCount: 1000, + page: 'report' + }, + { + title: "涓婃枡", + icon: icon_prefix + "icon_into.png", + description: "涓婃枡", + useCount: 1000, + page: 'materialLoading' + }, + { + title: "涓嬫枡", + icon: icon_prefix + "icon_out.png", + description: "涓嬫枡", + useCount: 1000, + page: 'ProductionManager' + }, + { + title: "澶栧崗鐑鐞嗗叆搴�", + icon: icon_prefix + "icon_host.png", + description: "澶栧崗鐑鐞嗗叆搴�", + useCount: 1000, + page: 'HeatTreatmentStorage' + }, + { + title: "灏忓唴鍦堝叆搴�", + icon: icon_prefix + "icon_caigou.png", + description: "灏忓唴鍦堝叆搴�", + useCount: 1000, + page: 'SmallInnerRingInboundValidator' + }, + { + title: "鍐呴儴璋冩嫧", + icon: icon_prefix + "icon_tioabo.png", + description: "鍐呴儴璋冩嫧", + useCount: 1000, + page: 'InternalTransfer' + }, + { + title: "绾胯竟搴撳叆搴�", + icon: icon_prefix + "icon_all_into.png", + description: "鍏ュ簱", + useCount: 1000, + page: 'HeatTreatmentStorageList' + } + + ] } -- Gitblit v1.9.3