From 2b1cc85f7f9755fad9f7b3774f87c6a5bdbe70cb Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期一, 23 三月 2026 16:26:35 +0800
Subject: [PATCH] fix: 仓储物流,出库/入库可编辑

---
 src/views/consumablesLogistics/dispatchLog/Record.vue |   27 +++++++--------------------
 1 files changed, 7 insertions(+), 20 deletions(-)

diff --git a/src/views/consumablesLogistics/dispatchLog/Record.vue b/src/views/consumablesLogistics/dispatchLog/Record.vue
index 8e9a94d..b526972 100644
--- a/src/views/consumablesLogistics/dispatchLog/Record.vue
+++ b/src/views/consumablesLogistics/dispatchLog/Record.vue
@@ -72,15 +72,15 @@
 					show-overflow-tooltip
 				/>
 				<el-table-column
-					label="鍑哄簱鏁伴噺"
-					prop="stockOutNum"
+					label="鏁伴噺"
+					prop="qualitity"
 					show-overflow-tooltip
 				/>
-				<el-table-column
-					label="鍑�閲�(鍚�)"
-					prop="netWeight"
+				<!-- <el-table-column
+					label="閲囪喘鍛�"
+					prop="purchaser"
 					show-overflow-tooltip
-				/>
+				/> -->
 				<el-table-column
 					label="鍑哄簱浜�"
 					prop="createBy"
@@ -93,20 +93,7 @@
             {{ getRecordType(scope.row.recordType) }}
           </template>
         </el-table-column> -->
-        <el-table-column
-            label="杞︾墝"
-            prop="licensePlateNo"
-            show-overflow-tooltip
-        />
-		<el-table-column label="鎿嶄綔"
-                         width="120"
-                         align="center">
-          <template #default="scope">
-            <el-button type="primary"
-                       size="mini"
-                       @click="handlePreview(scope.row)">瀵煎嚭杩囩鍗�</el-button>
-          </template>
-        </el-table-column>
+        <!-- 涓嶅啀灞曠ず杩囩鐩稿叧瀛楁涓庡鍑烘搷浣� -->
 			</el-table>
 			<pagination
 				v-show="total > 0"

--
Gitblit v1.9.3