From 1f017a1ebe252ef945e42dc868ac8c24e2b6d534 Mon Sep 17 00:00:00 2001 From: yyb <995253665@qq.com> Date: 星期四, 21 八月 2025 17:35:49 +0800 Subject: [PATCH] pda报工选择投料接口变更 --- pages/sys/home/index.vue | 30 +++++++++++++++--------------- 1 files changed, 15 insertions(+), 15 deletions(-) diff --git a/pages/sys/home/index.vue b/pages/sys/home/index.vue index d6bae12..bd262ff 100644 --- a/pages/sys/home/index.vue +++ b/pages/sys/home/index.vue @@ -32,26 +32,26 @@ url: '/pages/product/report/index', icon: 'one' }, - // { - // name: '鍙栨秷鎶ュ伐', - // url: '/pages/product/cancelReport/index', - // icon: 'two' - // }, + { + name: '鍙栨秷鎶ュ伐', + url: '/pages/product/cancelReport/index', + icon: 'two' + }, // { // name: '鎺ユ敹锛堥摐鏉嗭級', // url: '/pages/product/receive/index', // icon: 'three' // }, - { - name: '杞﹂棿璁㈠崟涓嬪彂', - url: '/pages/product/WorkshopOrderIssued/index', - icon: 'four' - }, - { - name: '杞﹂棿鍙栨秷涓嬪彂', - url: '/pages/product/WorkshopOrderCancellationIssued/index', - icon: 'five' - }, + // { + // name: '杞﹂棿璁㈠崟涓嬪彂', + // url: '/pages/product/WorkshopOrderIssued/index', + // icon: 'four' + // }, + // { + // name: '杞﹂棿鍙栨秷涓嬪彂', + // url: '/pages/product/WorkshopOrderCancellationIssued/index', + // icon: 'five' + // }, ] }, { -- Gitblit v1.9.3