소스 검색

no message

linwenxin 4 달 전
부모
커밋
98a6f55a41
3개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/packageMaterial/pages/newSale/pay.vue
  2. 2 0
      src/packageMaterial/pages/sale/pay.vue
  3. 2 0
      src/packageWorkorder/pages/orderDetail.vue

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

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

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

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

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

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