From aa379b2a1868a2c3ece8c71b3979ff0b3b1958e6 Mon Sep 17 00:00:00 2001 From: zwl <1051256694@qq.com> Date: 星期一, 01 九月 2025 15:11:55 +0800 Subject: [PATCH] 多次拣料 --- pages/home/home.vue | 34 +++++++++++++++++++++++++++++++--- 1 files changed, 31 insertions(+), 3 deletions(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index 5a34482..733319e 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -67,7 +67,7 @@ name: 'orderPutOn', color: 'yellow', cuIcon: 'pullup', - url: '/order/orderPutOn' + url: '/warehouse/orderList' }, { title: '璁㈠崟缁勬墭', @@ -81,14 +81,35 @@ name: 'orderPickConfirm', color: 'green', cuIcon: 'pulldown', - url: '/order/orderPickConfirm' + url: '/order/orderPickConfirm2' }, { title: '骞舵澘閫斾腑鎷f枡', - name: 'orderListParallelBoard', + name: 'ParallelBoard', color: 'green', cuIcon: 'pulldown', url: '/order/orderListParallelBoard' + }, + { + title: '澶氭鎷f枡', + name: 'ParallelBoard1', + color: 'blue', + cuIcon: 'pulldown', + url: '/order/orderListParallelBoard1' + }, + { + title: '鎷f枡閫斾腑骞舵澘', + name: 'PickBoard', + color: 'orange', + cuIcon: 'pulldown', + url: '/order/orderListPickBoard' + }, + { + title: '澶氭骞舵澘', + name: 'BoardMany', + color: 'yellow', + cuIcon: 'pulldown', + url: '/order/mergeBoardManyTimes' }, { title: '鍒朵护鍏ュ簱', @@ -97,6 +118,13 @@ cuIcon: 'pulldown', url: '/order/zlOrderPakin' }, + { + title: '鍟嗗搧淇℃伅鏌ヨ', + name: 'MatInformation', + color: 'red', + cuIcon: 'pulldown', + url: '/mat/matInformation' + }, // { // title: '搴撳瓨鏌ヨ', // name: 'stockQuery', -- Gitblit v1.9.1