This commit is contained in:
linfso 2024-12-31 09:21:07 +08:00
parent 87a028a420
commit f7908f4df8

View File

@ -7,7 +7,7 @@
<!-- <el-scrollbar style="height: 100%"> -->
<!-- 如果显示子单勾选则循环显示子单 -->
<div v-for="(item,index) in emisWarehouseInBatchList" :key="resetRefreshId+'.'+index">
<CardWithHeader :header="'入仓时间:'+item.entryDate" >
<CardWithHeader :header="'入仓时间:'+item.entryDate + ' 操作员:' + item.createByName" >
<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">