Explorar o código

发货单打印合格证

qymljy hai 7 meses
pai
achega
2ec98ee8bc
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      src/HDrpManagement/dispatch/modules/printMaterials.vue

+ 3 - 1
src/HDrpManagement/dispatch/modules/printMaterials.vue

@@ -109,7 +109,6 @@ export default {
         this.idName = 'sa_dispatchid'
         this.drawerTitle = '打印合格证'
         this.dataid = this.$route.query.id
-        this.isPrint()
       }
       this.queryReportId(type)
     },
@@ -127,6 +126,9 @@ export default {
             this.sys_reportid = item.sys_reportid
           }
         })
+        if (this.nowSelect == '合格证'){
+          this.isPrint()
+        }
       }
     },
     async listData(){