供应计划页面修改

This commit is contained in:
zx
2026-01-21 18:56:46 +08:00
parent 03c8682225
commit a7e53d89d8
2 changed files with 3 additions and 1 deletions

View File

@@ -156,7 +156,7 @@
<el-table-column label="身份码" align="center" prop="entityId" width="200" />
<el-table-column label="所属大仓" align="center" prop="parentWarehouseName" width="150" />
<el-table-column label="所属小仓" align="center" prop="warehouseName" width="150" />
<el-table-column label="库龄" align="center" prop="stockAge" />
<!-- <el-table-column label="库龄" align="center" prop="stockAge" /> -->
<el-table-column label="现场图片" align="center" v-if="isExamine == 1">
<template #default="scope">
<el-image :src="scope.row.scenePhotoUrl" style="width: 50px; height: 50px" :zoom-rate="1.2" :max-scale="7"
@@ -1244,6 +1244,7 @@ function addOne() {
}
//根据物料号查询物料信息
// todo 空的物料号会查询出所有信息 查询一条查询不出
function searchInfo(wlNo, index) {
wlSearch(wlNo).then((res) => {
if (res.rows.length > 0) {