From c18ccf6b7ef48d7b9f97e63024aeccb013acd6c9 Mon Sep 17 00:00:00 2001
From: caill <815519168@qq.com>
Date: Wed, 19 Feb 2025 13:11:02 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E6=A5=BC=E7=94=9F=E4=BA=A7=E5=87=BA?=
=?UTF-8?q?=E5=BA=93=E9=9C=80=E6=B1=82=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/home/home.vue | 3 +-
pages/outbound/produce-out-store-2nd.vue | 102 ++++++++++++++++++-----
static/image/menu/RF10.png | Bin 0 -> 3128 bytes
utils/getData2.js | 4 +
utils/mork2.js | 10 ++-
5 files changed, 95 insertions(+), 24 deletions(-)
create mode 100644 static/image/menu/RF10.png
diff --git a/pages/home/home.vue b/pages/home/home.vue
index 99b4d2b..37699a1 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -52,9 +52,10 @@
],
menuList: [
{title: '入库管理', path: 'RF01', sonTree: [{title: '物料组盘入库', path: '/pages/entry/mater-group-to-store'}, {title: '合格证入库', path: '/pages/entry/qualified-to-store'}, {title: '空托盘入库', path: '/pages/entry/empty-tray-to-store'}]},
- {title: '出库管理', path: 'RF02', sonTree: [{title: '空托盘出库', path: '/pages/outbound/tray-out-store'}, {title: '出库确认', path: '/pages/outbound/out-store-confirm'}, {title: '单据出库', path: '/pages/outbound/bill-list'}, {title: '库存出库', path: '/pages/outbound/stock-out-store'}, {title: '二楼生产出库', path: '/pages/outbound/produce-out-store-2nd'}, {title: '二楼取货确认', path: '/pages/outbound/pick-confirm-2nd'}, {title: '二楼货架绑定', path: '/pages/outbound/shelf-bind-2nd'}]},
+ {title: '出库管理', path: 'RF02', sonTree: [{title: '空托盘出库', path: '/pages/outbound/tray-out-store'}, {title: '出库确认', path: '/pages/outbound/out-store-confirm'}, {title: '单据出库', path: '/pages/outbound/bill-list'}, {title: '库存出库', path: '/pages/outbound/stock-out-store'}]},
{title: '拣选管理', path: 'RF04', sonTree: [{title: '拣选作业', path: '/pages/pick/pick-task'}]},
{title: '设备操控', path: 'RF07', sonTree: [{title: '切换出入库模式', path: '/pages/mode/switch-in-out'}, {title: '拣选工位启停模式', path: '/pages/mode/pick'}, {title: '下发输送线运动命令', path: '/pages/mode/command'}]},
+ {title: '产线叫料', path: 'RF10', sonTree: [{title: '二楼生产出库', path: '/pages/outbound/produce-out-store-2nd'}, {title: '二楼取货确认', path: '/pages/outbound/pick-confirm-2nd'}, {title: '二楼货架绑定', path: '/pages/outbound/shelf-bind-2nd'}]},
{title: '转运管理', path: 'RF09', sonTree: [{title: '托盘转运', path: '/pages/transfer/tray-transfer'}]}
],
show: false,
diff --git a/pages/outbound/produce-out-store-2nd.vue b/pages/outbound/produce-out-store-2nd.vue
index 96eba34..94fa911 100644
--- a/pages/outbound/produce-out-store-2nd.vue
+++ b/pages/outbound/produce-out-store-2nd.vue
@@ -11,19 +11,35 @@
-
+
- 用料清单编号
+ 出库单据编号
+
+
+ 可选物料数
+
+
+ {{selectedNum !== null ? (9 - selectedNum) : null}}
+
+
+ 已选物料数
+
+
+ {{selectedNum}}
+
+
@@ -33,18 +49,23 @@
| 选择 |
物料名称 |
物料编码 |
+ 物料状态 |
数量 |
单位 |
+ 单据编码 |
批次号 |
- |
+ |
+ |
{{e.material_name}} |
{{e.material_code}} |
+ {{e.material_status}} |
{{e.qty}} |
{{e.unit_name}} |
+ {{e.prd_ppbom_no}} |
{{e.pcsn}} |
@@ -53,8 +74,8 @@
-
-
+
+
@@ -62,7 +83,7 @@