From 0119182fc7947e3bd2299a24bba7e25e913dbddc Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期五, 22 十二月 2023 09:47:40 +0800 Subject: [PATCH] modified: src/api/plan/productionschedul.js modified: src/views/plan/productionschedul/index.vue modified: src/views/quality/processInspect/index.vue modified: src/views/quality/processInspect/processInspect-form.vue modified: src/views/quality/rawMaterial/rawMaterial-form.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