feat:样品库管理

This commit is contained in:
houjunxiang
2025-11-21 17:56:33 +08:00
parent 7ee3df9ab9
commit 753766893b
24 changed files with 818 additions and 218 deletions

13
App.vue
View File

@@ -12,13 +12,16 @@ onLaunch(async () => {
// #ifdef APP-PLUS
let sysInfo = uni.getSystemInfoSync()
let brand = sysInfo.brand.toLowerCase()
if (brand === 'chainway') {
if (brand === 'huawei') {
plus.screen.lockOrientation('landscape')
}
urovo.scanRegister(data => {
console.log('优博讯扫码结果:' + data)
$store('biz').scanQRInfo = data
})
if (brand === 'urovo') {
urovo.scanRegister(data => {
console.log('优博讯扫码结果:' + data)
$store('biz').scanQRInfo = data
})
}
// #endif
})