|
|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
<div>
|
|
|
|
|
<div class="carousel-page">
|
|
|
|
|
<div class="carousel-page-content">
|
|
|
|
|
<div class="img-box">
|
|
|
|
|
<div class="img-box" style="width: 15%;">
|
|
|
|
|
<ul>
|
|
|
|
|
<li>
|
|
|
|
|
<span class="img-box-title">
|
|
|
|
|
@ -22,7 +22,7 @@
|
|
|
|
|
{{ statusMap[checkObj.status] }}
|
|
|
|
|
</span>
|
|
|
|
|
</li>
|
|
|
|
|
<li v-for="item in params" :key="item.label">
|
|
|
|
|
<li v-for="item in params" v-if="checkObj[item.key]!=null" :key="item.label">
|
|
|
|
|
|
|
|
|
|
<span class="img-box-title">
|
|
|
|
|
{{ item.label }}:
|
|
|
|
|
@ -33,7 +33,7 @@
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="img-box">
|
|
|
|
|
<div class="img-box" style="width: 70%;">
|
|
|
|
|
<viewer v-if="checkObj.checkPic" style="height: 300px">
|
|
|
|
|
<img :src="imgUrl+checkObj.checkPic"/>
|
|
|
|
|
</viewer>
|
|
|
|
|
@ -42,18 +42,7 @@
|
|
|
|
|
style="display: flex;align-items: center;justify-content: center;width:100px;height:300px;">
|
|
|
|
|
暂无图片
|
|
|
|
|
</div>
|
|
|
|
|
<p>盘点图1</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="img-box">
|
|
|
|
|
<viewer v-if="checkObj.checkPic" style="height: 300px">
|
|
|
|
|
<img :src="imgUrl+checkObj.checkPic2"/>
|
|
|
|
|
</viewer>
|
|
|
|
|
<div
|
|
|
|
|
v-else
|
|
|
|
|
style="display: flex;align-items: center;justify-content: center;width:100px;height:300px;">
|
|
|
|
|
暂无图片
|
|
|
|
|
</div>
|
|
|
|
|
<p>盘点图2</p>
|
|
|
|
|
<p>盘点图</p>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- <div class="img-box">
|
|
|
|
|
<viewer v-if="checkObj.preoperationPic" style="height:300px;">
|
|
|
|
|
@ -146,7 +135,20 @@ export default {
|
|
|
|
|
key: 'wmsCode'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label:'托盘码描述',
|
|
|
|
|
label:'盘点结果',
|
|
|
|
|
key: 'trayCode'
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
label:'烟牌',
|
|
|
|
|
key: 'wmsCategory'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label:'数量',
|
|
|
|
|
key: 'wmsCount'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label:'视觉分辨结果',
|
|
|
|
|
key: 'wmsCategory'
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
|