From 0c3bd32542709a9c61f3d125fdaaa42d267821cb Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期二, 14 一月 2025 17:08:39 +0800
Subject: [PATCH] #添加出库确认功能
---
pages/home/home.vue | 18 ++++++++----------
1 files changed, 8 insertions(+), 10 deletions(-)
diff --git a/pages/home/home.vue b/pages/home/home.vue
index 0170a72..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',
@@ -163,9 +163,7 @@
},
- methods: {
-
-
+ methods: {
selectLoc() {
this.$refs['showLeft'].open()
},
--
Gitblit v1.9.1