|
|
|
@ -39,7 +39,18 @@
|
|
|
|
style="display: flex;align-items: center;justify-content: center;width:100px;height:300px;">
|
|
|
|
style="display: flex;align-items: center;justify-content: center;width:100px;height:300px;">
|
|
|
|
暂无图片
|
|
|
|
暂无图片
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<p>盘点图</p>
|
|
|
|
<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>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="img-box">
|
|
|
|
<div class="img-box">
|
|
|
|
<viewer v-if="checkObj.preoperationPic" style="height:300px;">
|
|
|
|
<viewer v-if="checkObj.preoperationPic" style="height:300px;">
|
|
|
|
@ -182,6 +193,7 @@ export default {
|
|
|
|
}).then(res => {
|
|
|
|
}).then(res => {
|
|
|
|
if (res.data) {
|
|
|
|
if (res.data) {
|
|
|
|
this.checkObj = res.data;
|
|
|
|
this.checkObj = res.data;
|
|
|
|
|
|
|
|
this.checkObj.checkPic2 = this.checkObj.checkPic + ".jpg"
|
|
|
|
//this.shelveId = res.data.shelveId;
|
|
|
|
//this.shelveId = res.data.shelveId;
|
|
|
|
//this.getScanAndCheck();
|
|
|
|
//this.getScanAndCheck();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|