修试入库驳回原因查询
This commit is contained in:
		
							parent
							
								
									082f72f965
								
							
						
					
					
						commit
						b128c9e416
					
				| 
						 | 
				
			
			@ -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>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue