From 6cd15263ce5c80b8f9879c5f3445cee85404a576 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期二, 31 三月 2026 15:57:38 +0800
Subject: [PATCH] 生产大屏
---
src/views/inventoryManagement/receiptManagement/Record.vue | 28 ++++++++++++++++++----------
1 files changed, 18 insertions(+), 10 deletions(-)
diff --git a/src/views/inventoryManagement/receiptManagement/Record.vue b/src/views/inventoryManagement/receiptManagement/Record.vue
index 11ee21d..b6246ed 100644
--- a/src/views/inventoryManagement/receiptManagement/Record.vue
+++ b/src/views/inventoryManagement/receiptManagement/Record.vue
@@ -67,6 +67,9 @@
<el-table-column label="瑙勬牸鍨嬪彿"
prop="model"
show-overflow-tooltip/>
+ <el-table-column label="鏂欏彿"
+ prop="materialCode"
+ show-overflow-tooltip/>
<el-table-column label="鍗曚綅"
prop="unit"
show-overflow-tooltip/>
@@ -76,20 +79,11 @@
<el-table-column label="瀹℃壒鐘舵��"
prop="approveStatus"
align="center"
- width="180">
+ width="120">
<template #default="scope">
<el-tag :type="getApproveStatusType(scope.row.approveStatus)">
{{ getApproveStatusText(scope.row.approveStatus) }}
</el-tag>
- <el-button
- v-if="scope.row.approveStatus === 3"
- type="primary"
- link
- style="margin-left: 8px"
- @click="handleReApprove(scope.row)"
- >
- 閲嶆柊鎻愯捣瀹℃壒
- </el-button>
</template>
</el-table-column>
<el-table-column label="鍏ュ簱浜�"
@@ -102,6 +96,20 @@
{{ getRecordType(scope.row.recordType) }}
</template>
</el-table-column>
+ <el-table-column label="鎿嶄綔"
+ align="center"
+ width="200">
+ <template #default="scope">
+ <el-button
+ v-if="scope.row.approveStatus === 3"
+ type="primary"
+ link
+ @click="handleReApprove(scope.row)"
+ >
+ 閲嶆柊鎻愯捣瀹℃壒
+ </el-button>
+ </template>
+ </el-table-column>
</el-table>
<pagination v-show="total > 0"
:total="total"
--
Gitblit v1.9.3