From 50552c590564e51349229d4f2e26a147109adc60 Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期五, 27 三月 2026 17:55:07 +0800
Subject: [PATCH] feat:1.生产订单增加领用弹窗(数据输入和输出)

---
 src/views/inventoryManagement/stockReport/index.vue |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/views/inventoryManagement/stockReport/index.vue b/src/views/inventoryManagement/stockReport/index.vue
index 89773cf..02689e9 100644
--- a/src/views/inventoryManagement/stockReport/index.vue
+++ b/src/views/inventoryManagement/stockReport/index.vue
@@ -186,6 +186,11 @@
              show-overflow-tooltip
            />
            <el-table-column
+               label="UID鐮�"
+               prop="uid鐮�"
+               show-overflow-tooltip
+           />
+           <el-table-column
              label="鍗曚綅"
              prop="unit"
              show-overflow-tooltip

--
Gitblit v1.9.3