From 0c3bd32542709a9c61f3d125fdaaa42d267821cb Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期二, 14 一月 2025 17:08:39 +0800 Subject: [PATCH] #添加出库确认功能 --- pages/home/home.vue | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index 81891f9..625fdb9 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -68,13 +68,13 @@ 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: 'print', -- Gitblit v1.9.1