md
This commit is contained in:
parent
87a028a420
commit
f7908f4df8
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user