فهرست منبع

1、增加成型的页面
2、修改半检查询

周兴 2 سال پیش
والد
کامیت
a9b4aada26
2فایلهای تغییر یافته به همراه14 افزوده شده و 1 حذف شده
  1. 1 1
      src/view/pdm/data-collection/mixin/half-check.js
  2. 13 0
      src/view/pdm/data-collection/shaping.vue

+ 1 - 1
src/view/pdm/data-collection/mixin/half-check.js

@@ -239,7 +239,7 @@ export const halfCheckMixin = {
           this.excute(this.$service.collectService, this.$service.collectService.checkBarCode, params).then(res => {
             if (res.code === this.$config.SUCCESS_CODE) {
               // 清除缺陷的校验
-              this.$refs['formInline_defect'].clearValidate();
+              this.$refs['formInline_defect']?.clearValidate();
               if (0 == parseInt(res.data.flowNodeNum)) {
                 this.gradeFlag = true
               } else {

+ 13 - 0
src/view/pdm/data-collection/shaping.vue

@@ -0,0 +1,13 @@
+<template>
+
+</template>
+
+<script>
+export default {
+name: "shaping"
+}
+</script>
+
+<style scoped>
+
+</style>