From 11510a35690bb56e5c3f2c9bceaf06dfadab8238 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Mon, 22 Dec 2025 15:34:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/myprint/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/myprint/index.vue b/src/views/myprint/index.vue index ed19685..ee72795 100644 --- a/src/views/myprint/index.vue +++ b/src/views/myprint/index.vue @@ -274,9 +274,9 @@ export default { const xinghao = item.guigexinghao ? '型号:' + item.guigexinghao : '型号' const pici = item.rukupici ? '批次:' + item.rukupici : '批次' const total_num = - item.wuzileixing === '一物一码' ? '同批数量:' + item.chushishuliang : '数量:' + item.chushishuliang + item.wuzileixing === '一物一码' ? '同批数量:' + item.chushishuliang : '同批数量:' + item.chushishuliang const piciNum = pici + ' ' + total_num - const shunxuhao = item.wuzileixing === '一物一码' ? '批内序号:' + item.shunxuhao : ' ' + const shunxuhao = item.wuzileixing === '一物一码' ? '批内序号:' + item.shunxuhao : '在库数量:' + item.zaikushuliang let hexId = parseInt(item.id, 10).toString(16).toUpperCase() if (hexId.length % 2 !== 0) { hexId = '0' + hexId