chenlu
2024-12-27 740a61ac30e319dc3354859f3168c611bd89a955
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>