ysy 2 жил өмнө
parent
commit
b7d390e07b

+ 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)
       }