From c80a60b1f247dea8c4cbc2c5b460b201275afcf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LAPTOP-S9HJSOEB=5C=E6=98=8A=E5=A4=A9?= Date: Thu, 27 Nov 2025 14:30:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=80=BE=E5=80=92=E8=AF=86=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/checkManage/checkOperation.vue | 88 +++--------------------- src/views/historyCheck/operation.vue | 86 ++++------------------- 2 files changed, 22 insertions(+), 152 deletions(-) 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) {