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/receiptManagement/Record.vue | 37 ++++++++-----------------------------
1 files changed, 8 insertions(+), 29 deletions(-)
diff --git a/src/views/consumablesLogistics/receiptManagement/Record.vue b/src/views/consumablesLogistics/receiptManagement/Record.vue
index 9a428f3..571a22a 100644
--- a/src/views/consumablesLogistics/receiptManagement/Record.vue
+++ b/src/views/consumablesLogistics/receiptManagement/Record.vue
@@ -70,44 +70,23 @@
<el-table-column label="鍗曚綅"
prop="unit"
show-overflow-tooltip/>
- <el-table-column label="鍏ュ簱鏁伴噺"
- prop="stockInNum"
+ <el-table-column label="鏁伴噺"
+ prop="qualitity"
show-overflow-tooltip/>
- <el-table-column label="杞︾墝鍙�"
- prop="licensePlateNo"
- v-if="type === '0'"
- show-overflow-tooltip/>
- <el-table-column label="姣涢噸(鍚�)"
- prop="grossWeight"
- v-if="type === '0'"
- show-overflow-tooltip/>
- <el-table-column label="鐨噸(鍚�)"
- prop="tareWeight"
- v-if="type === '0'"
- show-overflow-tooltip/>
- <el-table-column label="鍑�閲�(鍚�)"
- prop="netWeight"
- v-if="type === '0'"
+ <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="weighingDate"
- v-if="type === '0'"
- show-overflow-tooltip/>
- <el-table-column label="杩囩鍛�"
- prop="weighingOperator"
- v-if="type === '0'"
- show-overflow-tooltip/>
- <el-table-column label="鎿嶄綔"
+ </el-table-column> -->
+ <!-- <el-table-column label="鎿嶄綔"
width="120"
align="center">
<template #default="scope">
@@ -115,7 +94,7 @@
size="mini"
@click="handlePreview(scope.row)">瀵煎嚭杩囩鍗�</el-button>
</template>
- </el-table-column>
+ </el-table-column> -->
</el-table>
<div style="margin-top: 12px; display: flex; justify-content: flex-end;">
<pagination v-show="total > 0"
--
Gitblit v1.9.3