From fd6abd7553ea3a994ff4bbc843ea61b9eb2f6fc7 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期二, 31 三月 2026 11:48:04 +0800
Subject: [PATCH] 打印销售台账增加UID码

---
 src/views/salesManagement/salesLedger/index.vue |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/views/salesManagement/salesLedger/index.vue b/src/views/salesManagement/salesLedger/index.vue
index 8475b25..63f0325 100644
--- a/src/views/salesManagement/salesLedger/index.vue
+++ b/src/views/salesManagement/salesLedger/index.vue
@@ -534,6 +534,7 @@
 										<th>浜у搧鍚嶇О</th>
 										<th>瑙勬牸鍨嬪彿</th>
 										<th>鍗曚綅</th>
+										<th>UID鐮�</th>
 										<th>鍗曚环</th>
 										<th>闆跺敭鏁伴噺</th>
 										<th>闆跺敭閲戦</th>
@@ -544,6 +545,7 @@
 										<td>{{ product.productCategory || '' }}</td>
 										<td>{{ product.specificationModel || '' }}</td>
 										<td>{{ product.unit || '' }}</td>
+										<td>{{ product.uidNo || '' }}</td>
 										<td>{{ product.taxInclusiveUnitPrice || '0' }}</td>
 										<td>{{ product.quantity || '0' }}</td>
 										<td>{{ product.taxInclusiveTotalPrice || '0' }}</td>
@@ -1733,6 +1735,7 @@
                   <th>浜у搧鍚嶇О</th>
                   <th>瑙勬牸鍨嬪彿</th>
                   <th>鍗曚綅</th>
+                  <th>UID鐮�</th>
                   <th>鍗曚环</th>
                   <th>闆跺敭鏁伴噺</th>
                   <th>闆跺敭閲戦</th>
@@ -1745,6 +1748,7 @@
                       <td>${product.productCategory || ''}</td>
                       <td>${product.specificationModel || ''}</td>
                       <td>${product.unit || ''}</td>
+                      <td>${product.uidNo || ''}</td>
                       <td>${product.taxInclusiveUnitPrice || '0'}</td>
                       <td>${product.quantity || '0'}</td>
                       <td>${product.taxInclusiveTotalPrice || '0'}</td>

--
Gitblit v1.9.3