Browse Source

修改扫码识别问题

caojunjie 4 năm trước cách đây
mục cha
commit
3934bd095a
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      pages/home/scancode/index.vue
  2. 1 1
      pages/home/scancode/scancodeout.vue

+ 1 - 1
pages/home/scancode/index.vue

@@ -434,7 +434,7 @@
 							data: {
 								storeId: this.$store.state.storeInfo.storeId,
 								userId: this.$store.state.storeInfo.userId,
-								tyreNum: this.number_a,
+								tyreNum: val,
 								scanType: 1,
 								scanWay: 0,
 								longitude: this.degree.x,

+ 1 - 1
pages/home/scancode/scancodeout.vue

@@ -434,7 +434,7 @@
 							data: {
 								storeId: this.$store.state.storeInfo.storeId,
 								userId: this.$store.state.storeInfo.userId,
-								tyreNum: this.number_s,
+								tyreNum: val,
 								scanType: 2,
 								scanWay: 1,
 								longitude: this.degree.x,