From 1ea0d85b0fe2e7e4427fd484a9342d964c831b3d Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期三, 06 八月 2025 15:15:00 +0800 Subject: [PATCH] 修改 --- src/views/hazardousChemicals/warehouseManage/components/proDetail.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/hazardousChemicals/warehouseManage/components/proDetail.vue b/src/views/hazardousChemicals/warehouseManage/components/proDetail.vue index bcecf09..d6219a6 100644 --- a/src/views/hazardousChemicals/warehouseManage/components/proDetail.vue +++ b/src/views/hazardousChemicals/warehouseManage/components/proDetail.vue @@ -64,6 +64,7 @@ </template> </el-table-column> <el-table-column label="所在仓库" prop="warehouseName" align="center" /> + <el-table-column label="存储柜" prop="cupboardName" align="center" width="120" /> <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="180" > <template #default="scope"> <el-button link type="primary" @click="viewFlow(scope.row)">取用记录</el-button> @@ -220,7 +221,7 @@ } for (let i = 0; i <= arr.length; i++) { if (arr[i] == row.basicId) { - if(row.remaining < row.hproductBasic.metering){ + if(row.remaining < row.productBasic.metering){ if (columnIndex === 11 || columnIndex === 10){ return { color:' red' } } -- Gitblit v1.9.2