695593266@qq.com 9 luni în urmă
părinte
comite
5078e30d2f

+ 5 - 4
src/views/produce/components/jobBooking/components/semiProductJobBom.vue

@@ -958,7 +958,8 @@
       this.clientEnvironmentId =
         this.$store.state.user.info.clientEnvironmentId;
 
-      this.getPrintData();
+      // this.getPrintData();
+      this.getisJuRen();
     },
 
     // item
@@ -1025,15 +1026,15 @@
       async getPrintData() {
         await juRenPrint({ workOrderId: this.item.workOrderId }).then((res) => {
           this.printData = res.data;
-          if (this.printStyle != 'notExist') {
-            this.getPrintData();
-          }
         });
       },
 
       async getisJuRen() {
         await isJuRen().then((res) => {
           this.printStyle = res.data.printStyle;
+          if (this.printStyle != 'notExist') {
+            this.getisJuRen();
+          }
         });
       },