ysy 2 anos atrás
pai
commit
b7d390e07b
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/views/produceOrder/index.vue

+ 2 - 2
src/views/produceOrder/index.vue

@@ -506,7 +506,7 @@ export default {
     handleQRcode(row) {
       if (this.clientEnvironmentId == 2) {
         this.$refs.printSrRef.open([row.id])
-      } else if (this.clientEnvironmentId == 2) {
+      } else if (this.clientEnvironmentId == 3) {
         this.$refs.printTgRef.open(ids)
       } else {
         this.$refs.printRef.open([row.id])
@@ -519,7 +519,7 @@ export default {
 
       if (this.clientEnvironmentId == 2) {
         this.$refs.printSrRef.open(ids)
-      } else if (this.clientEnvironmentId == 2) {
+      } else if (this.clientEnvironmentId == 3) {
         this.$refs.printTgRef.open(ids)
       }