md
This commit is contained in:
parent
038688e4b7
commit
2451997563
@ -7,7 +7,7 @@
|
||||
<!-- <el-scrollbar style="height: 100%"> -->
|
||||
<!-- 如果显示子单勾选则循环显示子单 -->
|
||||
<div v-for="(item,index) in emisWarehouseInBatchList" :key="resetRefreshId+'.'+index">
|
||||
<CardWithHeader :header="'入仓时间:'+item.entryDate + ' 操作员:' + item.createByName+' 进仓子单号:'+item.inNo+'-'+item.inBatchNo" >
|
||||
<CardWithHeader :header="'入仓时间:'+item.entryDate + ' 操作员:' + (item.createByName==null?'':item.createByName)+' 进仓子单号:'+item.inNo+'-'+(item.inBatchNo==null?'':item.inBatchNo)" >
|
||||
<template v-slot:body>
|
||||
<div>
|
||||
<el-row :gutter="0" style="display: flex;flex-wrap: wrap;margin-top: 8px;margin-bottom:8px;color:black;font-weight:bold">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user