Forráskód Böngészése

Merge branch 'test' of git.echepei.com:sailun/sailun-tbr-web into test

qukaidi 4 éve
szülő
commit
67d71aa5b2
2 módosított fájl, 2 hozzáadás és 2 törlés
  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,