From 4616cff3a14b81c4d488697f43fc7aad3cf3f10f Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期一, 14 七月 2025 09:27:49 +0800 Subject: [PATCH] no message --- pages/home/home.vue | 35 +++++++++++++++++++++-------------- 1 files changed, 21 insertions(+), 14 deletions(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index 81891f9..f3b02dd 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -68,13 +68,20 @@ cuIcon: 'pullup', url: '/stock/orderBindSeed' }, - // { - // title: '璁㈠崟鍏ュ簱', - // name: 'orderPakin', - // color: 'red', - // cuIcon: 'pullup', - // url: '/order/orderPakin' - // }, + { + title: '鍑哄簱纭', + name: 'orderConfirm', + color: 'purple', + cuIcon: 'check', + url: '/order/orderOutConfirm' + }, + { + title: '鐗╂枡鏌ヨ', + name: 'matnrQuery', + color: 'cyan', + cuIcon: 'pullup', + url: '/mat/matQuery' + }, // { // title: '鎵撳嵃', // name: 'print', @@ -131,13 +138,13 @@ // cuIcon: 'order', // url: '/pakin/piking' // }, - // { - // title: '鎹㈡澘缁戝畾', - // name: 'changePallet', - // color: 'green', - // cuIcon: 'order', - // url: '/stock/changePallet' - // }, + { + title: '搴撲綅杞Щ', + name: 'changePallet', + color: 'green', + cuIcon: 'order', + url: '/stock/changePallet' + }, { title: '閫�鍑虹櫥褰�', name: 'logOut', -- Gitblit v1.9.1