修试入库驳回原因查询

This commit is contained in:
zzyuan 2024-12-16 10:20:47 +08:00
parent 082f72f965
commit b128c9e416
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
<el-table-column label="待入库数量" align="center" prop="pendingInputNum" :show-overflow-tooltip="true"/>
<el-table-column label="已入库数量" align="center" prop="inputNum" :show-overflow-tooltip="true" />
<el-table-column label="被驳回数量" align="center" prop="rejectNum" :show-overflow-tooltip="true" />
<el-table-column label="驳回原因" align="center" prop="rejectReason" :show-overflow-tooltip="true" />
<el-table-column label="管理模式" align="center" prop="manageType" :show-overflow-tooltip="true">
<template slot-scope="scope">
<div v-if="scope.row.manageType==0">编码管理</div>