From 08e38ede28f7cf8c971f84bff3a03102882a8a4b Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期三, 01 四月 2026 11:32:13 +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