From 693096204b79c7728748be8389e2730982b9b3b6 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期四, 21 十二月 2023 14:17:07 +0800
Subject: [PATCH] 	modified:   src/views/technology/document/document-form.vue 	modified:   src/views/technology/document/teststandard.vue

---
 src/views/quality/Packaging_ledger/index.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/quality/Packaging_ledger/index.vue b/src/views/quality/Packaging_ledger/index.vue
index ecc41fc..c465c2d 100644
--- a/src/views/quality/Packaging_ledger/index.vue
+++ b/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)
       },

--
Gitblit v1.9.3