From 4b64310ae6edb6db229d1c72d5484ff947fb360f Mon Sep 17 00:00:00 2001
From: chenhj <1263187585@qq.com>
Date: 星期三, 25 三月 2026 15:16:29 +0800
Subject: [PATCH] Merge branch 'dev_长治_健齿齿科器材' of http://114.132.189.42:9002/r/product-inventory-management into dev_长治_健齿齿科器材

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

diff --git a/src/views/inventoryManagement/stockReport/index.vue b/src/views/inventoryManagement/stockReport/index.vue
index 9d3fc80..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
@@ -252,7 +257,7 @@
   getStockInventoryReportList
 } from "@/api/inventoryManagement/stockInventory.js";
 import {
-  findAllQualifiedStockInRecordTypeOptions,
+  findAllQualifiedStockInRecordTypeOptions,findAllUnQualifiedStockInRecordTypeOptions,
 } from "@/api/basicData/enum.js";
 
 
@@ -293,6 +298,10 @@
   findAllQualifiedStockInRecordTypeOptions()
       .then(res => {
         stockRecordTypeOptions.value = res.data;
+        findAllUnQualifiedStockInRecordTypeOptions()
+          .then(res => {
+          stockRecordTypeOptions.value = [...stockRecordTypeOptions.value,...res.data];
+      })
       })
 }
 

--
Gitblit v1.9.3