wangfukang 16 hours ago
parent
commit
7696fca9f6
  1. 4
      package1/AI/AIInventoryList.vue
  2. 9222
      package1/AI/voiceInventory.vue
  3. 2
      package1/index/waitStorage.vue
  4. 2
      package1/index/waitStorageDetail.vue
  5. 5135
      package1/inventory/inventoryReturn.vue
  6. 4
      package1/inventory/inventoryReturnList.vue

4
package1/AI/AIInventoryList.vue

@ -209,7 +209,7 @@
goInventory(){ goInventory(){
uni.setStorageSync('carList1', JSON.stringify(this.carList1)) uni.setStorageSync('carList1', JSON.stringify(this.carList1))
uni.navigateTo({ uni.navigateTo({
url: '/package1/AI/voiceInventory' url: '/package3/AI/voiceInventory'
}) })
}, },
goAiPicture(type){ goAiPicture(type){
@ -225,7 +225,7 @@
}) })
}else{ }else{
uni.navigateTo({ uni.navigateTo({
url: '/package1/AI/voiceInventory' url: '/package3/AI/voiceInventory'
}) })
} }
} }

9222
package1/AI/voiceInventory.vue

File diff suppressed because it is too large

2
package1/index/waitStorage.vue

@ -236,7 +236,7 @@
uni.setStorageSync('carList1', JSON.stringify(dataList)) uni.setStorageSync('carList1', JSON.stringify(dataList))
uni.setStorageSync('hangOrder', true) uni.setStorageSync('hangOrder', true)
uni.navigateTo({ uni.navigateTo({
url: '/package1/AI/voiceInventory', url: '/package3/AI/voiceInventory',
}) })
} }
}) })

2
package1/index/waitStorageDetail.vue

@ -1468,7 +1468,7 @@
uni.setStorageSync('carList1', JSON.stringify(dataList)) uni.setStorageSync('carList1', JSON.stringify(dataList))
uni.setStorageSync('hangOrder', true) uni.setStorageSync('hangOrder', true)
uni.navigateTo({ uni.navigateTo({
url: '/package1/AI/voiceInventory', url: '/package3/AI/voiceInventory',
}) })
} }
}) })

5135
package1/inventory/inventoryReturn.vue

File diff suppressed because it is too large

4
package1/inventory/inventoryReturnList.vue

@ -224,7 +224,7 @@
uni.setStorageSync('carList1', JSON.stringify(dataList)) uni.setStorageSync('carList1', JSON.stringify(dataList))
uni.setStorageSync('hangOrder', true) uni.setStorageSync('hangOrder', true)
uni.navigateTo({ uni.navigateTo({
url: '/package1/inventory/inventoryReturn', url: '/package3/inventory/inventoryReturn',
}) })
} }
}) })
@ -291,7 +291,7 @@
}, },
changeSort(){ changeSort(){
uni.navigateTo({ uni.navigateTo({
url: '/package1/inventory/inventoryReturn' url: '/package3/inventory/inventoryReturn'
}) })
}, },
paixuChange(text){ paixuChange(text){

Loading…
Cancel
Save