diff --git a/src/views/checkManage/checkOperation.vue b/src/views/checkManage/checkOperation.vue
index d823ade..1bff446 100644
--- a/src/views/checkManage/checkOperation.vue
+++ b/src/views/checkManage/checkOperation.vue
@@ -25,47 +25,12 @@
- 品规选择:
+ 倾倒识别:
-
-
-
- {{ code+"("+name+")"}}
-
-
-
-
-
-
- 上位个数:
-
-
- {{this.checkObj.wmsCount}}
-
-
-
-
- 识别+顶部个数:
+ {{ checkObj.category }}
-
- {{this.checkObj.count}}+
-
- ={{getCountAdd()}}
-
-
-
- 顶部图片1
-
-
-
- 顶部图片2
-
-
-
-
-
-
- 侧面图片1
-
-
-
- 侧面图片2
-
-
-
-
-
- 侧面图片3
-
-
-
- 侧面图片4
-
+
+
+ 图片
+
+
+
@@ -263,12 +205,7 @@ export default {
this.checkObj = res.data;
this.checkObj.checkPic2 =
this.checkObj.checkPic + ".jpg";
- this.pics.push(this.checkObj.topPic1);
- this.pics.push(this.checkObj.topPic2);
- this.pics.push(this.checkObj.sidePic1);
- this.pics.push(this.checkObj.sidePic2);
- this.pics.push(this.checkObj.sidePic3);
- this.pics.push(this.checkObj.sidePic4);
+ this.pics.push(this.checkObj.checkPic);
//this.shelveId = res.data.shelveId;
//this.getScanAndCheck();
}
@@ -386,12 +323,7 @@ export default {
this.checkObj.checkPic2 =
this.checkObj.checkPic + ".jpg";
- this.pics.push(this.checkObj.topPic1);
- this.pics.push(this.checkObj.topPic2);
- this.pics.push(this.checkObj.sidePic1);
- this.pics.push(this.checkObj.sidePic2);
- this.pics.push(this.checkObj.sidePic3);
- this.pics.push(this.checkObj.sidePic4);
+ this.pics.push(this.checkObj.checkPic);
} else {
message.info("全部盘点已完成");
}
diff --git a/src/views/historyCheck/operation.vue b/src/views/historyCheck/operation.vue
index 6daac9c..5aeb725 100644
--- a/src/views/historyCheck/operation.vue
+++ b/src/views/historyCheck/operation.vue
@@ -90,74 +90,17 @@
style="margin-left: 200px;"
>
-
-
-
- 顶部图片1
-
-
-
- 顶部图片2
-
-
-
-
-
-
- 侧面图片1
-
-
-
- 侧面图片2
-
-
-
-
-
- 侧面图片3
-
-
-
- 侧面图片4
-
-
-
-
-
+
+
+
+ 图片
+
+
+
+
+
+
+
@@ -321,12 +264,7 @@ export default {
// 添加初始化图片的方法
initPics() {
this.pics = [];
- if (this.checkObj.topPic1) this.pics.push(this.checkObj.topPic1);
- if (this.checkObj.topPic2) this.pics.push(this.checkObj.topPic2);
- if (this.checkObj.sidePic1) this.pics.push(this.checkObj.sidePic1);
- if (this.checkObj.sidePic2) this.pics.push(this.checkObj.sidePic2);
- if (this.checkObj.sidePic3) this.pics.push(this.checkObj.sidePic3);
- if (this.checkObj.sidePic4) this.pics.push(this.checkObj.sidePic4);
+ if (this.checkObj.checkPic) this.pics.push(this.checkObj.checkPic);
},
handleCountTopChange(value) {