From b9b69ab04e9f10550c57d31e5017e482c7c96c39 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期一, 23 三月 2026 10:21:21 +0800
Subject: [PATCH] fix: 修改3.22客户提出的修改需求

---
 src/views/consumablesLogistics/receiptManagement/Record.vue |   53 ++++++++++++++++-------------------------------------
 1 files changed, 16 insertions(+), 37 deletions(-)

diff --git a/src/views/consumablesLogistics/receiptManagement/Record.vue b/src/views/consumablesLogistics/receiptManagement/Record.vue
index 6108498..8c5819f 100644
--- a/src/views/consumablesLogistics/receiptManagement/Record.vue
+++ b/src/views/consumablesLogistics/receiptManagement/Record.vue
@@ -15,16 +15,16 @@
                   style="width: 240px"
                   placeholder="璇疯緭鍏�"
                   clearable/>
-        <span class="search_title ml10">鏉ユ簮锛�</span>
-        <el-select v-model="searchForm.recordType"
-                  style="width: 240px"
-                  placeholder="璇烽�夋嫨"
-                  clearable>
-          <el-option v-for="item in stockRecordTypeOptions"
-                     :key="item.value"
-                     :label="item.label"
-                     :value="item.value"/>
-        </el-select>
+<!--        <span class="search_title ml10">鏉ユ簮锛�</span>-->
+<!--        <el-select v-model="searchForm.recordType"-->
+<!--                  style="width: 240px"-->
+<!--                  placeholder="璇烽�夋嫨"-->
+<!--                  clearable>-->
+<!--          <el-option v-for="item in stockRecordTypeOptions"-->
+<!--                     :key="item.value"-->
+<!--                     :label="item.label"-->
+<!--                     :value="item.value"/>-->
+<!--        </el-select>-->
         <el-button type="primary"
                    @click="handleQuery"
                    style="margin-left: 10px">鎼滅储
@@ -70,43 +70,22 @@
         <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> -->
         <el-table-column label="鎿嶄綔"
                          width="120"
                          align="center">

--
Gitblit v1.9.3