huang
2024-12-26 9692c944974f5f7f34371910c1049c640db19e63
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>