王震
2023-12-20 440f4d1dbc63c302e59f304e589413019178046d
src/views/quality/Packaging_ledger/index.vue
@@ -150,7 +150,7 @@
              <el-row>
                <el-col :span="10" :offset="3">包装台账二维码:</el-col>
                <el-col :span="10">
                  <vueQr :text=str :size="110" :margin="1"></vueQr>
                  <vueQr :text=str+item.packageBoxId :size="110" :margin="1"></vueQr>
                </el-col>
              </el-row>
            </el-card>
@@ -174,7 +174,7 @@
export default {
    data(){
        return {
          str:"http://192.168.2.213:8080/#/pack",
          str:"http://192.168.2.213:8080/#/pack?id=",
          qrData:[],
          diaPrintTab: false,
          multipleSelection: [],
@@ -349,6 +349,7 @@
      },
      handleSelectionChange(val){
        this.multipleSelection = val
        console.log(this.multipleSelection[0].id,"数据");
        let lastRow = val[val.length - 1]
        this.handleCurrentChange(lastRow)
      },