From d0739ea04c262bceae5507c602d3849702c9b4d9 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期二, 31 三月 2026 15:16:36 +0800
Subject: [PATCH] 显示料号

---
 src/views/inventoryManagement/dispatchLog/Record.vue |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/views/inventoryManagement/dispatchLog/Record.vue b/src/views/inventoryManagement/dispatchLog/Record.vue
index 2c804f0..e6cee3f 100644
--- a/src/views/inventoryManagement/dispatchLog/Record.vue
+++ b/src/views/inventoryManagement/dispatchLog/Record.vue
@@ -66,6 +66,11 @@
 					prop="model"
 					show-overflow-tooltip
 				/>
+        <el-table-column
+					label="鏂欏彿"
+					prop="materialCode"
+					show-overflow-tooltip
+				/>
 				<el-table-column
 					label="鍗曚綅"
 					prop="unit"
@@ -432,6 +437,7 @@
                 <tr>
                   <th>浜у搧鍚嶇О</th>
                   <th>瑙勬牸鍨嬪彿</th>
+                  <th>鏂欏彿</th>
                   <th>鍗曚綅</th>
                   <th>鍗曚环</th>
                   <th>闆跺敭鏁伴噺</th>
@@ -442,6 +448,7 @@
                 <tr>
                   <td>${item.productName || '鐮傜伆鐮�'}</td>
                   <td>${item.model || '鏍囧噯'}</td>
+                  <td>${item.materialCode || ''}</td>
                   <td>${item.unit || '鍧�'}</td>
                   <td>${item.taxInclusiveUnitPrice || '0'}</td>
                   <td>${item.inboundNum || '2000'}</td>

--
Gitblit v1.9.3