zouyu
2024-01-22 5efd3d946fa2ee70e393b1992dab6aa7b1d04425
src/views/quality/Packaging_ledger/index.vue
@@ -395,7 +395,7 @@
    },
    methods: {
      //包装详情
      //打印按钮
      printFun() {
          this.diaPrintTab = false;
@@ -424,7 +424,6 @@
          });
      },
      handleSelectionChange(val){
        console.log(val,"=====");
        this.multipleSelection = val
        let lastRow = val[val.length - 1]
        this.handleCurrentChange(lastRow)
@@ -442,7 +441,6 @@
            packageBoxId:item.id,
            createUser:item.createUser
          }
          console.log(obj);
          this.qrData.push(obj)
        })
      },