20240912_adapter
wangwei 3 months ago
parent 863e6ae8cf
commit c8d660071c

@ -42,6 +42,52 @@
</el-table-column> </el-table-column>
</el-table> </el-table>
<!--<el-row>-->
<!-- <el-col v-for="(info, index) in detailList" :key="index" :xs="12" :sm="6" :md="6" :lg="8" >-->
<!-- <el-card :body-style="{margin:'20px'}"-->
<!-- style="margin:20px 20px 20px 20px;;background-color: #e1f3fb;border-radius: 12px; position: relative;">-->
<!-- <div style="display: flex; justify-content: space-between; align-items: center; height: 26px; /* 约为 200px 的 1/3 */" >-->
<!-- <p>产品名称</p> <p style="font-size: 20px;background-color: #e1f3fb;font-weight: bold;">{{ info.coName }}</p>-->
<!-- </div>-->
<!-- <div style="display: flex; justify-content: space-between; align-items: center; height: 26px; /* 约为 200px 的 1/3 */" >-->
<!-- <p>层级标识</p><p style="font-size: 16px;background-color: #e1f3fb;font-weight: bold;">{{ info.nameCode }}</p>-->
<!-- </div>-->
<!-- <div style="display: flex; justify-content: space-between; align-items: center; height: 26px; /* 约为 200px 的 1/3 */" >-->
<!-- <p>包装规格</p><p style="font-size: 16px;background-color: #e1f3fb;font-weight: bold;">{{ info.spec }}</p>-->
<!-- </div>-->
<!-- <div style="display: flex; justify-content: space-between; align-items: center; height: 26px; /* 约为 200px 的 1/3 */" >-->
<!-- <p>计量单位</p><p style="font-size: 16px;background-color: #e1f3fb;font-weight: bold;">{{ info.measname }}</p>-->
<!-- </div>-->
<!-- <div style="display: flex; justify-content: space-between; align-items: center; height: 26px; /* 约为 200px 的 1/3 */" >-->
<!-- <p>实际数量</p><p style="font-size: 16px;color: red;font-weight: bold;">{{ info.reCount }}</p>-->
<!-- </div>-->
<!-- <div style="display: flex; justify-content: space-between; align-items: center; height: 26px; /* 约为 200px 的 1/3 */" >-->
<!-- <p>扫码数量</p><p style="font-size: 16px;background-color: #e1f3fb;font-weight: bold;">{{ info.count }}</p>-->
<!-- </div>-->
<!-- <div style="display: flex; justify-content: space-between; align-items: center; height: 26px; /* 约为 200px 的 1/3 */" >-->
<!-- <p>批次号</p><p style="font-size: 16px;background-color: #e1f3fb;font-weight: bold;">{{ info.batchNo }}</p>-->
<!-- </div>-->
<!-- <div style="display: flex; justify-content: space-between; align-items: center; height: 26px; /* 约为 200px 的 1/3 */" >-->
<!-- <p>生产日期</p><p style="font-size: 16px;background-color: #e1f3fb;font-weight: bold;"> <span>{{ convertDateFun(info.productDate) }}</span></p>-->
<!-- </div>-->
<!-- <div style="display: flex; justify-content: space-between; align-items: center; height: 26px; /* 约为 200px 的 1/3 */" >-->
<!-- <p>失效日期</p><p style="font-size: 16px;background-color: #e1f3fb;font-weight: bold;"> <span>{{ convertDateFun(info.expireDate) }}</span></p>-->
<!-- </div>-->
<!-- &lt;!&ndash;<div style="display: flex; justify-content: space-between; align-items: center; height: 26px; /* 约为 200px 的 1/3 */" >&ndash;&gt;-->
<!-- &lt;!&ndash; <p>包装规格</p><p style="font-size: 16px;background-color: #e1f3fb;font-weight: bold;">{{ info.spec }}</p>&ndash;&gt;-->
<!-- &lt;!&ndash;</div>&ndash;&gt;-->
<!-- &lt;!&ndash;<div style="display: flex; justify-content: space-between; align-items: center; height: 26px; /* 约为 200px 的 1/3 */" >&ndash;&gt;-->
<!-- &lt;!&ndash; <p>使用单位</p><p style="font-size: 16px;background-color: #e1f3fb;font-weight: bold;">{{ info.measureUnit }}</p>&ndash;&gt;-->
<!-- &lt;!&ndash;</div> v-if="curAction.mainAction=='WareHouseIn' && curAction.corpType==2"&ndash;&gt;-->
<!-- <div style="flex: 1; display: flex; flex-direction: column; justify-content: flex-end; padding-top: 20px;" v-if="curAction.mainAction=='WareHouseIn' && curAction.corpType==2">-->
<!-- <el-button type="primary" style="position: absolute; bottom: 20px; right: 20px;" @click.native="saveChange(info)" v-if="info.index == selectedIndex" @click.stop="true"></el-button>-->
<!-- <el-button type="primary" style="position: absolute; bottom: 20px;right: 100px;" @click.native="rowChange(info)" v-if="info.index != selectedIndex" @click.stop="true"></el-button>-->
<!-- </div>-->
<!-- </el-card>-->
<!-- </el-col>-->
<!--</el-row>-->
</div> </div>
</template> </template>

Loading…
Cancel
Save