浏览代码

no message

linwenxin 4 月之前
父节点
当前提交
98a6f55a41

+ 2 - 0
src/packageMaterial/pages/newSale/pay.vue

@@ -84,6 +84,7 @@ export default {
 
 
   methods: {
   methods: {
     scan() {
     scan() {
+      this.state = 0
       if (this.timeout) {
       if (this.timeout) {
         clearTimeout(this.timeout)
         clearTimeout(this.timeout)
       }
       }
@@ -91,6 +92,7 @@ export default {
     },
     },
 
 
     back() {
     back() {
+      this.state = 0
       if (this.timeout) {
       if (this.timeout) {
         clearTimeout(this.timeout)
         clearTimeout(this.timeout)
       }
       }

+ 2 - 0
src/packageMaterial/pages/sale/pay.vue

@@ -85,6 +85,7 @@ export default {
 
 
   methods: {
   methods: {
     scan() {
     scan() {
+      this.state = 0
       if (this.timeout) {
       if (this.timeout) {
         clearTimeout(this.timeout)
         clearTimeout(this.timeout)
       }
       }
@@ -92,6 +93,7 @@ export default {
     },
     },
 
 
     back() {
     back() {
+      this.state = 0
       if (this.timeout) {
       if (this.timeout) {
         clearTimeout(this.timeout)
         clearTimeout(this.timeout)
       }
       }

+ 2 - 0
src/packageWorkorder/pages/orderDetail.vue

@@ -813,6 +813,7 @@ export default {
 
 
   methods: {
   methods: {
     scan() {
     scan() {
+      this.state = 0
       if (this.timeout) {
       if (this.timeout) {
         clearTimeout(this.timeout)
         clearTimeout(this.timeout)
       }
       }
@@ -820,6 +821,7 @@ export default {
     },
     },
 
 
     back() {
     back() {
+      this.state = 0
       if (this.timeout) {
       if (this.timeout) {
         clearTimeout(this.timeout)
         clearTimeout(this.timeout)
       }
       }