From e788e5d1e5340bde32a54e0a9165528b4c93a2dd Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期一, 23 三月 2026 11:15:10 +0800
Subject: [PATCH] fix: 耗材调整
---
src/views/consumablesLogistics/dispatchLog/Record.vue | 33 ++++++++++-----------------------
1 files changed, 10 insertions(+), 23 deletions(-)
diff --git a/src/views/consumablesLogistics/dispatchLog/Record.vue b/src/views/consumablesLogistics/dispatchLog/Record.vue
index 68e078b..b526972 100644
--- a/src/views/consumablesLogistics/dispatchLog/Record.vue
+++ b/src/views/consumablesLogistics/dispatchLog/Record.vue
@@ -29,7 +29,7 @@
<div>
<el-button @click="handleOut">瀵煎嚭</el-button>
<el-button type="danger" plain @click="handleDelete">鍒犻櫎</el-button>
- <el-button type="primary" plain @click="handlePrint">鎵撳嵃</el-button>
+ <!-- <el-button type="primary" plain @click="handlePrint">鎵撳嵃</el-button> -->
</div>
</div>
<div class="table_list">
@@ -72,41 +72,28 @@
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"
show-overflow-tooltip
/>
- <el-table-column label="鏉ユ簮"
+ <!-- <el-table-column label="鏉ユ簮"
prop="recordType"
show-overflow-tooltip>
<template #default="scope">
{{ 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-column> -->
+ <!-- 涓嶅啀灞曠ず杩囩鐩稿叧瀛楁涓庡鍑烘搷浣� -->
</el-table>
<pagination
v-show="total > 0"
--
Gitblit v1.9.3