王震
2024-01-25 1eb626f55cfd1f476326e14eee650e4f5c2c1da4
src/views/quality/Packaging_ledger/index.vue
@@ -145,7 +145,7 @@
                  <table border="2px" class="x1111116">
                      <tr class="x1111113">
                            <td class="x1111114" colspan=6>
                              <div style="height: 60px;display: flex;margin-top: 2px;">
                              <div style="height: 60px;display: flex;margin-top: 4px;">
                                  <div style="margin-top: 5px;">
                                  <img width="150" height="48"  src="../../../../public/img/image001.jpg" alt="IMG_256">
                                  </div>
@@ -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)
        })
      },