ysy 2 年 前
コミット
b7d390e07b
1 ファイル変更2 行追加2 行削除
  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)
       }