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