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