north-glass-erp/northglass-erp/src/views/pp/processCard/PrintLabel.vue
@@ -134,6 +134,13 @@ body.removeChild(content); body.removeChild(style); }, 20); request.post(`/processCard/updateProjectLabelPrintCount/${projectNo.value}`).then((res) => { if(res.code==='200'){ ElMessage.info(t('order.printingNumber')+':'+res.data) } }) } </script>