ysy 1 rok temu
rodzic
commit
81fd280430

+ 1 - 3
src/views/produce/components/jobBooking/components/oneJobQualityBomPL.vue

@@ -430,9 +430,7 @@
         type: Boolean,
         default: false
       },
-      singleReport: {
-        default: null
-      }
+
     },
 
     data() {

+ 3 - 4
src/views/produce/components/jobBooking/index.vue

@@ -114,7 +114,7 @@
         ></semiProductJobBomPL>
 
         <oneJobQualityBom
-          :singleReport="item.singleReport"
+          
           v-if="
             item.semiProductList &&
             item.semiProductList.length != 0 &&
@@ -126,12 +126,11 @@
        
         >
         </oneJobQualityBom>
-        {{ item.singleReport}}
+
 
           
 
         <oneJobQualityBomPL
-          :singleReport="item.singleReport"
           v-if="
             item.semiProductList &&
             item.semiProductList.length != 0 &&
@@ -538,7 +537,7 @@
           })
         }
 
-        return false
+
 
         jobSave(this.List)
           .then((res) => {