From 1022826db3084755348fa4169fe0d703ad3bb443 Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期一, 30 三月 2026 15:20:57 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_长治_健齿齿科器材' into dev_长治_健齿齿科器材

---
 src/views/procurementManagement/procurementLedger/index.vue |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/src/views/procurementManagement/procurementLedger/index.vue b/src/views/procurementManagement/procurementLedger/index.vue
index 20c6b1c..d69c73e 100644
--- a/src/views/procurementManagement/procurementLedger/index.vue
+++ b/src/views/procurementManagement/procurementLedger/index.vue
@@ -408,6 +408,7 @@
           <el-table-column label="鍗曚綅"
                            prop="unit"
                            width="70" />
+          <el-table-column label="UID鐮�" prop="uidNo" />
           <el-table-column label="鏁伴噺"
                            prop="quantity"
                            width="70" />
@@ -565,6 +566,16 @@
                            :label="item.model"
                            :value="item.id" />
               </el-select>
+            </el-form-item>
+          </el-col>
+        </el-row>
+        <el-row :gutter="30">
+          <el-col :span="24">
+            <el-form-item label="UID鐮侊細"
+                          prop="uidNo">
+              <el-input v-model="productForm.uidNo"
+                        placeholder="璇疯緭鍏�"
+                        disabled />
             </el-form-item>
           </el-col>
         </el-row>
@@ -951,6 +962,7 @@
       productId: "",
       productCategory: "",
       productModelId: "",
+      uidNo: "",
       specificationModel: "",
       unit: "",
       quantity: "",
@@ -1555,9 +1567,11 @@
     if (index !== -1) {
       productForm.value.specificationModel = modelOptions.value[index].model;
       productForm.value.unit = modelOptions.value[index].unit;
+      productForm.value.uidNo = modelOptions.value[index].uidNo || "";
     } else {
       productForm.value.specificationModel = null;
       productForm.value.unit = null;
+      productForm.value.uidNo = "";
     }
   };
   const findNodeById = (nodes, productId) => {

--
Gitblit v1.9.3