Browse Source

修复按合同号盘点列表不显示

myd
13208366016 1 year ago
parent
commit
3bd13c32fe
  1. 9
      compoment/saomiao2.vue
  2. 248
      pages/index/index.vue
  3. 9
      pages/taskList/taskList.vue
  4. 23
      pagesHome/pages/Check/Check.vue
  5. 21
      pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue
  6. 3
      pagesHome/pages/CustomerSign/CustomerSign.vue
  7. 16
      pagesHome/pages/CustomerTrayDetails/CustomerTrayDetails.vue
  8. 19
      pagesHome/pages/DeliveryCustomerScan/DeliveryCustomerScan.vue
  9. 16
      pagesHome/pages/DownGoods/DownGoods.vue
  10. 5
      pagesHome/pages/DownGoodsType/DownGoodsType.vue
  11. 20
      pagesHome/pages/DownScan/DownScan.vue
  12. 4
      pagesHome/pages/LoadingDetails/LoadingDetails.vue
  13. 3
      pagesHome/pages/LoadingScan/LoadingScan.vue
  14. 17
      pagesHome/pages/MergeTray/MergeTray.vue
  15. 3
      pagesHome/pages/MergeTrayDetails/MergeTrayDetails.vue
  16. 18
      pagesHome/pages/OfflineUpload/OfflineUpload.vue
  17. 17
      pagesHome/pages/OrderSortingDetail/OrderSortingDetail.vue
  18. 3
      pagesHome/pages/OrderSortingDetailList/OrderSortingDetailList.vue
  19. 17
      pagesHome/pages/PeopleScanUp/PeopleScanUp.vue
  20. 5
      pagesHome/pages/PeopleScanUpType/PeopleScanUpType.vue
  21. 17
      pagesHome/pages/PeopleSortingDetail/PeopleSortingDetail.vue
  22. 24
      pagesHome/pages/PickingScanList/PickingScanList.vue
  23. 19
      pagesHome/pages/Relocation/Relocation.vue
  24. 19
      pagesHome/pages/RelocationAllocationId/RelocationAllocationId.vue
  25. 3
      pagesHome/pages/RelocationType/RelocationType.vue
  26. 18
      pagesHome/pages/RemoveTray/RemoveTray.vue
  27. 18
      pagesHome/pages/Retention/Retention.vue
  28. 6
      pagesHome/pages/ScanSortingType/ScanSortingType.vue
  29. 16
      pagesHome/pages/ScanUp/ScanUp.vue
  30. 7
      pagesHome/pages/ScanUpType/ScanUpType.vue
  31. 16
      pagesHome/pages/SelfPScanList/SelfPScanList.vue
  32. 17
      pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue
  33. 3
      pagesHome/pages/SelfPickupScan/SelfPickupScan.vue
  34. 3
      pagesHome/pages/SetPrice/SetPrice.vue
  35. 6
      pagesHome/pages/SignDetailScan/SignDetailScan.vue
  36. 16
      pagesHome/pages/StockUpListZero/StockUpListZero.vue
  37. 19
      pagesHome/pages/StockUplist/StockUplist.vue
  38. 20
      pagesHome/pages/StockUplistScandetails/StockUplistScandetails.vue
  39. 18
      pagesHome/pages/createAddServe/createAddServe.vue
  40. 16
      pagesHome/pages/createTask/createTask.vue
  41. 16
      pagesHome/pages/inventoryDetail/inventoryDetail.vue
  42. 11
      pagesHome/pages/inventoryDetailList/inventoryDetailList.vue
  43. 5
      pagesHome/pages/inventoryType/inventoryType.vue
  44. 3
      pagesHome/pages/inventoryenter/inventoryenter.vue
  45. 43
      pagesHome/pages/lnventorysorting/lnventorysorting.vue
  46. 16
      pagesHome/pages/lnventorysortinglist/lnventorysortinglist.vue
  47. 18
      pagesHome/pages/loadingRetention/loadingRetention.vue
  48. 23
      pagesHome/pages/orderDetail/orderDetail.vue
  49. 3
      pagesHome/pages/orderDetails/orderDetails.vue
  50. 15
      pagesHome/pages/orderInquiry/orderInquiry.vue
  51. 12
      pagesHome/pages/ordersorting/ordersorting.vue
  52. 9
      pagesHome/pages/pickingScan/pickingScan.vue
  53. 19
      pagesHome/pages/scansorting/scansorting.vue
  54. 15
      pagesHome/pages/setbarcode/setbarcode.vue
  55. 16
      pagesHome/pages/signOrderScan/signOrderScan.vue
  56. 3
      pagesHome/pages/signinScan/signinScan.vue
  57. 16
      pagesTask/pages/checkTaskList/checkTaskList.vue
  58. 17
      pagesTask/pages/contracts/contracts.vue
  59. 1
      pagesTask/pages/dynamicCheck/dynamicCheck.vue
  60. 16
      pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue
  61. 17
      pagesTask/pages/storageLocationCheckDetails/storageLocationCheckDetails.vue
  62. 19
      pagesTask/pages/trayCheckDetails/trayCheckDetails.vue
  63. 109
      pagesUser/pages/systemSettings/systemSettings.vue
  64. 47
      store/useSystemSettingsStore.js
  65. 1444
      unpackage/dist/dev/app-plus/app-service.js
  66. 113
      unpackage/dist/dev/app-plus/pagesHome/pages/pickingScan/pickingScan.css

9
compoment/saomiao2.vue

@ -25,16 +25,17 @@
})
const props = defineProps<{ ishidestop ?: boolean }>()
onLoad(() => {
onLoad(async () => {
initScan()
startScan();
// console.log('--------------onLoad');
console.log('扫描的--------------onLoad');
})
onShow(() => {
startScan();
// console.log('--------------onShow');
console.log('扫描的--------------onShow');
})
onHide(() => {
console.log('props?.ishidestop :>> ', props?.ishidestop);
if (props?.ishidestop) return
stopScan();
console.log('扫描的--------------onHide');
@ -42,7 +43,7 @@
onUnload(() => {
stopScan();
uni.$off('scancodedate')
// console.log('--------------onUnload');
console.log('扫描的--------------onUnload');
})
// uni.getSystemInfoSync().deviceBrand

248
pages/index/index.vue

@ -11,14 +11,6 @@
</view>
</view>
</view>
<!-- #ifdef APP -->
<saomiao2></saomiao2>
<!-- <saomiao></saomiao>
<saomiao1></saomiao1>
<saomiao2></saomiao2>
<saomiao3></saomiao3>
<saomiao4></saomiao4> -->
<!-- #endif -->
<tips ref="tip"></tips>
<!-- <Tabber checkstate='home'></Tabber> -->
</template>
@ -42,126 +34,126 @@
import { inject, reactive, toRefs, watchEffect, ref } from "vue";
import utils from '../../utils/utils';
const tip = ref(null)
let details = reactive<listtype>({ tablist: [] });
// let details = reactive<listtype>({
// tablist: [
// {
// type: 1,
// name: '',
// minilist: [
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/orderInquiry/orderInquiry',
// },
// ]
// },
// {
// type: 1,
// name: '',
// minilist: [
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/scansorting/scansorting',
// },
// // {
// // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// // name: '',
// // router: '/pagesHome/pages/ordersorting/ordersorting',
// // },
// // {
// // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// // name: '',
// // router: '/pagesHome/pages/lnventorysorting/lnventorysorting',
// // },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/ScanUpType/ScanUpType',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/PeopleScanUpType/PeopleScanUpType',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/RelocationType/RelocationType',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/Retention/Retention',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/MergeTray/MergeTray',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/DownGoodsType/DownGoodsType',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/RemoveTray/RemoveTray',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/Check/Check',
// },
// ]
// },
// {
// type: 1,
// name: '',
// minilist: [
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/pickingScan/pickingScan',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/SelfPickupScan/SelfPickupScan',
// },
// ]
// },
// {
// type: 1,
// name: '',
// minilist: [
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/LoadingScan/LoadingScan',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/signinScan/signinScan',
// },
// ]
// },
// {
// type: 1,
// name: '线',
// minilist: [
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '线',
// router: '/pagesHome/pages/OfflineUpload/OfflineUpload',
// },
// ]
// },
// ]
// })
// let details = reactive<listtype>({ tablist: [] });
let details = reactive<listtype>({
tablist: [
{
type: 1,
name: '工作台',
minilist: [
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '订单查询',
router: '/pagesHome/pages/orderInquiry/orderInquiry',
},
]
},
{
type: 1,
name: '库内',
minilist: [
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '分拣打托',
router: '/pagesHome/pages/scansorting/scansorting',
},
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/ordersorting/ordersorting',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/lnventorysorting/lnventorysorting',
// },
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '扫码上架',
router: '/pagesHome/pages/ScanUpType/ScanUpType',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '手动上架',
router: '/pagesHome/pages/PeopleScanUpType/PeopleScanUpType',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '移库',
router: '/pagesHome/pages/RelocationType/RelocationType',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '滞留',
router: '/pagesHome/pages/Retention/Retention',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '合托',
router: '/pagesHome/pages/MergeTray/MergeTray',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '下架',
router: '/pagesHome/pages/DownGoodsType/DownGoodsType',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '空置托盘',
router: '/pagesHome/pages/RemoveTray/RemoveTray',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '复核',
router: '/pagesHome/pages/Check/Check',
},
]
},
{
type: 1,
name: '出库',
minilist: [
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '拣货扫描',
router: '/pagesHome/pages/pickingScan/pickingScan',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '自提扫描',
router: '/pagesHome/pages/SelfPickupScan/SelfPickupScan',
},
]
},
{
type: 1,
name: '配送',
minilist: [
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '装车扫描',
router: '/pagesHome/pages/LoadingScan/LoadingScan',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '签收扫描',
router: '/pagesHome/pages/signinScan/signinScan',
},
]
},
{
type: 1,
name: '离线上传',
minilist: [
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '离线上传',
router: '/pagesHome/pages/OfflineUpload/OfflineUpload',
},
]
},
]
})
function gopathpage(path : string) {
uni.navigateTo({

9
pages/taskList/taskList.vue

@ -11,14 +11,6 @@
</view>
</view>
</view>
<!-- #ifdef APP -->
<saomiao2></saomiao2>
<!-- <saomiao></saomiao>
<saomiao1></saomiao1>
<saomiao2></saomiao2>
<saomiao3></saomiao3>
<saomiao4></saomiao4> -->
<!-- #endif -->
<tips ref="tip"></tips>
<!-- <Tabber checkstate='home'></Tabber> -->
</template>
@ -35,6 +27,7 @@
import { getImageCache } from '@/utils/cacheimg.js'
import { listtype } from '@/interfaces/home/index'
import { reactive, toRefs, ref } from "vue";
const tip = ref(null)
let details = reactive<listtype>({
tablist: [

23
pagesHome/pages/Check/Check.vue

@ -1,19 +1,32 @@
<template>
<u-navbar title="复核" bgColor='#D3832A' leftIconColor='#ffffff' titleStyle='color:#ffffff' placeholder
:autoBack="true" leftIconSize='35'></u-navbar>
</template>
<script lang="ts" setup>
import {
} from '@/api/user.js'
import { reactive } from "vue";
let details=reactive({
import {
onLoad,
onShow,
onHide,
onUnload
} from '@dcloudio/uni-app';
let details = reactive({
})
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
// #endif
})
</script>
<style lang="scss">
</style>
</style>

21
pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue

@ -148,7 +148,9 @@
</scroll-view>
<tiplist ref="tiplists"></tiplist>
<saomiao2></saomiao2>
<!-- #ifdef APP -->
<saomiao2 :ishidestop="scanState !== 0"></saomiao2>
<!-- #endif -->
</template>
<script lang="ts" setup>
@ -169,6 +171,9 @@
} from '@dcloudio/uni-app'
import cusSelects from '@/compoment/cus-selects-fan/cus-selects-fan.vue'
import { computed, inject, reactive, ref, toRefs, } from "vue";
import useSystemSettingsStore from '@/store/useSystemSettingsStore';
import { storeToRefs } from 'pinia';
const { scanState } = storeToRefs(useSystemSettingsStore())
const utils = inject('utils') as any
let details = reactive({
schanvalue: '',
@ -237,6 +242,7 @@
})
}
onShow(async () => {
uni.$off('scancodedate')
uni.$on('scancodedate', function (code) {
if (code) {
console.log('code', code);
@ -278,9 +284,16 @@
//
else details.datalist = details.stock.data
})
onHide(() => {
uni.$off('scancodedate')
})
// onHide(() => {
// if (Number(scanState.value) === 0) {
// console.log('111 :>> ', 111);
// uni.$off('scancodedate')
// }
// })
// onUnload(() => {
// uni.$off('scancodedate')
// })
//
onPullDownRefresh(() => {

3
pagesHome/pages/CustomerSign/CustomerSign.vue

@ -153,6 +153,9 @@
// initpage()
})
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
// #endif
initpage()
getconfig()
})

16
pagesHome/pages/CustomerTrayDetails/CustomerTrayDetails.vue

@ -68,16 +68,15 @@
</view>
</scroll-view>
<tiplist ref="tiplists"></tiplist>
<saomiao2></saomiao2>
<!-- #ifdef APP -->
<saomiao2 :ishidestop="scanState !== 0"></saomiao2>
<!-- #endif -->
</template>
<script lang="ts" setup>
import {
deliveryorder,
signforinventory,
deliveryloadingscan,
deliveryloadinginventory,
distributionTrayDetail,
deliveryloadingscan
} from '@/api/user.js'
import {
onLoad,
@ -86,6 +85,9 @@
onUnload
} from '@dcloudio/uni-app'
import { computed, inject, reactive, ref, toRefs, watchEffect } from "vue";
import useSystemSettingsStore from '@/store/useSystemSettingsStore';
import { storeToRefs } from 'pinia';
const { scanState } = storeToRefs(useSystemSettingsStore())
const utils = inject('utils') as any
let details = reactive({
schanvalue: '',
@ -121,6 +123,8 @@
})
}
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
uni.$on('scancodedate', function (code) {
if (code) {
console.log(code);
@ -129,6 +133,8 @@
scandata()
}
})
// #endif
initpage()
})
onHide(() => {

19
pagesHome/pages/DeliveryCustomerScan/DeliveryCustomerScan.vue

@ -75,7 +75,9 @@
</view>
</scroll-view>
<tiplist ref="tiplists"></tiplist>
<saomiao2></saomiao2>
<!-- #ifdef APP -->
<saomiao2 :ishidestop="scanState !== 0"></saomiao2>
<!-- #endif -->
<tips ref="tip"></tips>
</template>
@ -93,6 +95,9 @@
onPullDownRefresh
} from '@dcloudio/uni-app'
import { computed, reactive, ref, toRefs } from "vue";
import useSystemSettingsStore from '@/store/useSystemSettingsStore';
import { storeToRefs } from 'pinia';
const { scanState } = storeToRefs(useSystemSettingsStore())
let details = reactive({
id: '',
datalist: [],
@ -106,12 +111,14 @@
details.id = op.id
details.items = JSON.parse(op.item)
})
onHide(() => {
uni.$off('scancodedate')
console.log("uni", uni)
})
// onHide(() => {
// uni.$off('scancodedate')
// console.log("uni", uni)
// })
onShow(() => {
initpage()
// #ifdef APP
uni.$off('scancodedate')
uni.$on('scancodedate', function (code) {
if (code) {
console.log(code);
@ -119,6 +126,8 @@
scandata()
}
})
// #endif
})
onPullDownRefresh(() => {
const timer = setTimeout(() => {

16
pagesHome/pages/DownGoods/DownGoods.vue

@ -262,7 +262,9 @@
</view>
</view>
</view>
<saomiao2></saomiao2>
<!-- #ifdef APP -->
<saomiao2 :ishidestop="scanState !== 0"></saomiao2>
<!-- #endif -->
<tips ref="tip"></tips>
<tiplist ref="tiplists"></tiplist>
</template>
@ -289,7 +291,10 @@
onPullDownRefresh
} from '@dcloudio/uni-app'
import { reactive, ref, toRefs, watchEffect } from "vue";
import utils from '../../../utils/utils';
import utils from '@/utils/utils';
import useSystemSettingsStore from '@/store/useSystemSettingsStore';
import { storeToRefs } from 'pinia';
const { scanState } = storeToRefs(useSystemSettingsStore())
const tiplists = ref(null)
const tip = ref(null)
const details = reactive({
@ -329,6 +334,7 @@
initmarke()
// app
// #ifdef APP
uni.$off('scancodedate')
uni.$on('scancodedate', function (code) {
if (code) {
// console.log(code);
@ -339,9 +345,9 @@
// #endif
})
onHide(() => {
uni.$off('scancodedate')
})
/* onHide(() => {
uni.$off('scancodedate')
}) */
onPullDownRefresh(() => {
const timer = setTimeout(() => {

5
pagesHome/pages/DownGoodsType/DownGoodsType.vue

@ -33,6 +33,11 @@
]
utils.ttsspke('请选择下架方式')
})
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
// #endif
})
function gotourl(item : any) {
let url = '/pagesHome/pages/DownGoods/DownGoods?type=' + item.type + '&pageName=' + item.name
uni.navigateTo({

20
pagesHome/pages/DownScan/DownScan.vue

@ -1,15 +1,23 @@
<template>
<!-- <u-navbar title="下架扫描" placeholder border=true :autoBack="true" leftIconSize='35'></u-navbar> -->
<u-navbar title="下架扫描"
bgColor='#D3832A' leftIconColor='#ffffff'
titleStyle='color:#ffffff' placeholder
:autoBack="true" leftIconSize='35'></u-navbar>
<u-navbar title="下架扫描" bgColor='#D3832A' leftIconColor='#ffffff' titleStyle='color:#ffffff' placeholder
:autoBack="true" leftIconSize='35'></u-navbar>
</template>
<script lang="ts" setup>
import {
onLoad,
onShow,
onHide,
onUnload
} from '@dcloudio/uni-app'
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
// #endif
})
</script>
<style lang="scss">
</style>
</style>

4
pagesHome/pages/LoadingDetails/LoadingDetails.vue

@ -142,7 +142,11 @@
details.items = JSON.parse(op.item)
details.id = JSON.parse(op.item).id
})
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
// #endif
const timer = setTimeout(() => {
basicContainer.value.startPullDownRefresh()
clearTimeout(timer)

3
pagesHome/pages/LoadingScan/LoadingScan.vue

@ -165,6 +165,9 @@
})
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
// #endif
const timer = setTimeout(() => {
basicContainer.value.startPullDownRefresh()
clearTimeout(timer)

17
pagesHome/pages/MergeTray/MergeTray.vue

@ -144,7 +144,9 @@
<view class="conf" @click="godetails">确认合并</view>
</view>
<tips ref="tip"></tips>
<saomiao2></saomiao2>
<!-- #ifdef APP -->
<saomiao2 :ishidestop="scanState !== 0"></saomiao2>
<!-- #endif -->
</template>
<script lang="ts" setup>
@ -162,6 +164,9 @@
} from '@dcloudio/uni-app'
import { reactive, ref, toRefs } from "vue";
import utils from '@/utils/utils.js';
import useSystemSettingsStore from '@/store/useSystemSettingsStore';
import { storeToRefs } from 'pinia';
const { scanState } = storeToRefs(useSystemSettingsStore())
const tip = ref(null)
const details = reactive({
scantype: 1,
@ -177,17 +182,21 @@
})
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
uni.$on('scancodedate', function (code) {
if (code) {
details.scancode = code
scandata()
}
})
})
// #endif
onHide(() => {
uni.$off('scancodedate')
})
/* onHide(() => {
uni.$off('scancodedate')
}) */
onPullDownRefresh(() => {
const timer = setTimeout(() => {
//

3
pagesHome/pages/MergeTrayDetails/MergeTrayDetails.vue

@ -150,6 +150,9 @@
trayCode.value = op.tray
})
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
// #endif
init()
})
function goorderdetail(item) {

18
pagesHome/pages/OfflineUpload/OfflineUpload.vue

@ -1,9 +1,7 @@
<template>
<!-- <u-navbar title="离线上传" placeholder border=true :autoBack="true" leftIconSize='35'></u-navbar> -->
<u-navbar title="离线上传"
bgColor='#D3832A' leftIconColor='#ffffff'
titleStyle='color:#ffffff' placeholder
:autoBack="true" leftIconSize='35'></u-navbar>
<u-navbar title="离线上传" bgColor='#D3832A' leftIconColor='#ffffff' titleStyle='color:#ffffff' placeholder
:autoBack="true" leftIconSize='35'></u-navbar>
<scroll-view scroll-y="true" class="scview">
<view class="maxbx">
<view class="item" v-for="(item,index) in taslarr">
@ -35,6 +33,9 @@
const tip = ref(null)
let taslarr = ref(null)
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
// #endif
console.log('onshow');
taslarr.value = uni.getStorageSync('HistoryDate')
})
@ -77,13 +78,13 @@
isshow: true,
confirmTxt: '删除',
success: () => {
let taskarr=uni.getStorageSync('HistoryDate')
let taskarr = uni.getStorageSync('HistoryDate')
taskarr.splice(index, 1)
uni.setStorageSync('HistoryDate',taskarr)
uni.setStorageSync('HistoryDate', taskarr)
taslarr.value = uni.getStorageSync('HistoryDate')
uni.showToast({
title:'删除成功',
icon:'none'
title: '删除成功',
icon: 'none'
})
tip.value.setdetails({ isshow: false })
},
@ -117,6 +118,7 @@
box-shadow: 0upx 1upx 10upx 0upx #e2e2e3;
margin-top: 30upx;
font-size: 28upx;
>.but {
display: flex;
align-items: center;

17
pagesHome/pages/OrderSortingDetail/OrderSortingDetail.vue

@ -334,7 +334,9 @@
</template>
</view>
</template>
<saomiao2></saomiao2>
<!-- #ifdef APP -->
<saomiao2 :ishidestop="scanState !== 0"></saomiao2>
<!-- #endif -->
<tips ref="tip"></tips>
<tiplist ref="tiplists"></tiplist>
<BluetoothList ref="bluetoothList"></BluetoothList>
@ -363,8 +365,11 @@
import utils from '@/utils/utils.js'
import { reactive, ref, toRefs } from "vue";
import dayjs from 'dayjs';
// Pinia
import useBluetoothStore from '@/store/useBluetoothStore.js';
import useSystemSettingsStore from '@/store/useSystemSettingsStore';
import { storeToRefs } from 'pinia';
const { scanState } = storeToRefs(useSystemSettingsStore())
let details = reactive({
trayCode: '',
trayType: '',
@ -411,6 +416,8 @@
}
})
onShow(async () => {
// #ifdef APP
uni.$off('scancodedate')
uni.$on('scancodedate', function (code) {
if (code) {
console.log(code);
@ -419,11 +426,13 @@
details.iscan = true
}
})
// #endif
initlist()
})
onHide(() => {
uni.$off('scancodedate')
})
/* onHide(() => {
uni.$off('scancodedate')
}) */
//
onPullDownRefresh(() => {
const timer = setTimeout(async () => {

3
pagesHome/pages/OrderSortingDetailList/OrderSortingDetailList.vue

@ -195,6 +195,9 @@
details.trayCode = op.trayCode
})
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
// #endif
initpage()
})
onPullDownRefresh(() => {

17
pagesHome/pages/PeopleScanUp/PeopleScanUp.vue

@ -331,7 +331,9 @@
</view>
</view>
</view>
<saomiao2></saomiao2>
<!-- #ifdef APP -->
<saomiao2 :ishidestop="scanState !== 0"></saomiao2>
<!-- #endif -->
<tips ref="tip"></tips>
<tiplist ref="tiplists"></tiplist>
</template>
@ -353,6 +355,9 @@
} from '@dcloudio/uni-app'
import { reactive, ref, toRefs, watchEffect } from "vue";
import utils from '../../../utils/utils';
import useSystemSettingsStore from '@/store/useSystemSettingsStore';
import { storeToRefs } from 'pinia';
const { scanState } = storeToRefs(useSystemSettingsStore())
const tip = ref(null)
const tiplists = ref(null)
let details = reactive({
@ -378,6 +383,8 @@
})
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
uni.$on('scancodedate', function (code) {
if (code) {
// console.log(code);
@ -385,12 +392,14 @@
scandata()
}
})
// #endif
initmarke()
})
onHide(() => {
uni.$off('scancodedate')
})
/* onHide(() => {
uni.$off('scancodedate')
}) */
onPullDownRefresh(() => {
const timer = setTimeout(() => {

5
pagesHome/pages/PeopleScanUpType/PeopleScanUpType.vue

@ -21,6 +21,11 @@
let typelist = ref<{ type : number, name : string, src : string }[]>([])
let pageType = ref(null)
let trayCode = ref(null)
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
// #endif
})
onLoad((op) => {
pageType.value = op.type
trayCode.value = op.trayCode

17
pagesHome/pages/PeopleSortingDetail/PeopleSortingDetail.vue

@ -156,7 +156,9 @@
</view>
</view>
<tips ref="tip"></tips>
<saomiao2></saomiao2>
<!-- #ifdef APP -->
<saomiao2 :ishidestop="scanState !== 0"></saomiao2>
<!-- #endif -->
</template>
<script lang="ts" setup>
@ -175,6 +177,9 @@
} from '@/api/user.js'
import utils from '@/utils/utils.js';
import { reactive, toRefs, watchEffect, ref } from "vue";
import useSystemSettingsStore from '@/store/useSystemSettingsStore';
import { storeToRefs } from 'pinia';
const { scanState } = storeToRefs(useSystemSettingsStore())
let details = reactive({
showstate: 0,
scancode: '',
@ -210,6 +215,8 @@
})
onShow(() => {
initpage()
// #ifdef APP
uni.$off('scancodedate')
uni.$on('scancodedate', function (code) {
if (code) {
console.log(code);
@ -217,10 +224,12 @@
scandata()
}
})
// #endif
})
onHide(() => {
uni.$off('scancodedate')
})
/* onHide(() => {
uni.$off('scancodedate')
}) */
async function initpage() {
let data = {
trayCode: details.trayCode

24
pagesHome/pages/PickingScanList/PickingScanList.vue

@ -1,5 +1,5 @@
<template>
<BasicContainer ref="basicContainer" :option="option" leftClick="backPreviousPage">
<BasicContainer ref="basicContainer" :option="option" :leftClick="backPreviousPage">
<template #head>
<view class="hedtopt">
<view class="typto">
@ -49,11 +49,10 @@
</scroll-view>
</template>
</BasicContainer>
<!-- <u-navbar title="拣货客户列表" bgColor='#D3832A' leftIconColor='#ffffff' titleStyle='color:#ffffff' placeholder
@leftClick="backPreviousPage" leftIconSize='35'></u-navbar> -->
<saomiao2></saomiao2>
<!-- #ifdef APP -->
<saomiao2 :ishidestop="scanState !== 0"></saomiao2>
<!-- #endif -->
<tiplist ref="tiplists"></tiplist>
<tips ref="tips"></tips>
</template>
@ -71,10 +70,12 @@
onPullDownRefresh
} from '@dcloudio/uni-app'
import { reactive, ref, toRefs } from "vue";
import utils from '@/utils/utils';
// pinia
import { useUserStore } from '@/store/uaeUserStore.js';
import useSystemSettingsStore from '@/store/useSystemSettingsStore';
import { storeToRefs } from 'pinia';
import utils from '../../../utils/utils';
const { scanState } = storeToRefs(useSystemSettingsStore())
const { userInfo } = storeToRefs(useUserStore())
//
@ -82,7 +83,7 @@
const basicContainer = ref(null)
const option = {
ttile: '拣货客户列表',
title: '拣货客户列表',
haveData: true,
async pullDownRefreshInitPage() {
return await initpage()
@ -105,6 +106,8 @@
})
onShow(() => {
// initpage()
// #ifdef APP
uni.$off('scancodedate')
uni.$on('scancodedate', function (code) {
if (code) {
console.log(code);
@ -112,6 +115,7 @@
scandata()
}
})
// #endif
//
const timer = setTimeout(() => {
@ -119,9 +123,9 @@
clearTimeout(timer)
}, 200)
})
onHide(() => {
uni.$off('scancodedate')
})
/* onHide(() => {
uni.$off('scancodedate')
}) */
async function showlist() {
// #ifdef APP
utils.ttsspke('请选择备货区')

19
pagesHome/pages/Relocation/Relocation.vue

@ -247,7 +247,9 @@
</view>
</view>
</view>
<saomiao2></saomiao2>
<!-- #ifdef APP -->
<saomiao2 :ishidestop="scanState !== 0"></saomiao2>
<!-- #endif -->
<tips ref="tip"></tips>
</template>
@ -267,7 +269,10 @@
onPullDownRefresh
} from '@dcloudio/uni-app'
import { computed, reactive, ref, toRefs, watchEffect } from "vue";
import utils from '../../../utils/utils';
import utils from '@/utils/utils';
import useSystemSettingsStore from '@/store/useSystemSettingsStore';
import { storeToRefs } from 'pinia';
const { scanState } = storeToRefs(useSystemSettingsStore())
const tip = ref(null)
let details = reactive({
scancode: '',
@ -288,6 +293,8 @@
})
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
uni.$on('scancodedate', function (code) {
if (code) {
// console.log(code);
@ -295,10 +302,12 @@
scandata()
}
})
// #endif
})
onHide(() => {
uni.$off('scancodedate')
})
/* onHide(() => {
uni.$off('scancodedate')
}) */
//
onPullDownRefresh(() => {
const timer = setTimeout(() => {

19
pagesHome/pages/RelocationAllocationId/RelocationAllocationId.vue

@ -192,7 +192,9 @@
</view>
</view>
</view>
<saomiao2></saomiao2>
<!-- #ifdef APP -->
<saomiao2 :ishidestop="scanState !== 0"></saomiao2>
<!-- #endif -->
<tips ref="tip"></tips>
</template>
@ -209,7 +211,10 @@
onUnload
} from '@dcloudio/uni-app'
import { computed, reactive, ref, toRefs, watchEffect } from "vue";
import utils from '../../../utils/utils';
import utils from '@/utils/utils';
import useSystemSettingsStore from '@/store/useSystemSettingsStore';
import { storeToRefs } from 'pinia';
const { scanState } = storeToRefs(useSystemSettingsStore())
const tip = ref(null)
let details = reactive({
scancode1: '',
@ -230,11 +235,13 @@
if (op.pageName) utils.ttsspke(`当前移库方式为${op.pageName}, 请先扫描要移动的库位,再扫描目标库位`)
})
// ,
onHide(() => {
uni.$off('scancodedate')
})
/* onHide(() => {
uni.$off('scancodedate')
}) */
//
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
uni.$on('scancodedate', function (code) {
if (code) {
// console.log(code);
@ -247,6 +254,8 @@
scandata()
}
})
// #endif
})
function goorderdetail(item) {
uni.navigateTo({

3
pagesHome/pages/RelocationType/RelocationType.vue

@ -17,6 +17,9 @@
import utils from '@/utils/utils.js';
utils.ttsspke('请选择移库方式')
// #ifdef APP
uni.$off('scancodedate')
// #endif
const renderTypeList = [
{ name: '托盘移库', imgUrl: '/pagesHome/static/upicon4.png', type: 1 },

18
pagesHome/pages/RemoveTray/RemoveTray.vue

@ -135,7 +135,9 @@
</view>
</scroll-view>
<view @click="removetray" class="flbuts">空置</view>
<saomiao2></saomiao2>
<!-- #ifdef APP -->
<saomiao2 :ishidestop="scanState !== 0"></saomiao2>
<!-- #endif -->
<tips ref="tip"></tips>
</template>
@ -152,7 +154,10 @@
warehouseTrayTypetrayToNull
} from '@/api/user.js'
import { reactive, ref, toRefs } from "vue";
import utils from '../../../utils/utils';
import utils from '@/utils/utils';
import useSystemSettingsStore from '@/store/useSystemSettingsStore';
import { storeToRefs } from 'pinia';
const { scanState } = storeToRefs(useSystemSettingsStore())
const tip = ref(null)
let details = reactive({
datalist: [],
@ -171,6 +176,8 @@
})
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
uni.$on('scancodedate', function (code) {
if (code) {
// console.log(code);
@ -178,10 +185,11 @@
scandata()
}
})
// #endif
})
onHide(() => {
uni.$off('scancodedate')
})
/* onHide(() => {
uni.$off('scancodedate')
}) */
onPullDownRefresh(() => {
const timer = setTimeout(() => {
details.datalist = []

18
pagesHome/pages/Retention/Retention.vue

@ -39,7 +39,9 @@
<view class="qut">取消</view>
<view class="conf">确认滞留</view>
</view> -->
<saomiao2></saomiao2>
<!-- #ifdef APP -->
<saomiao2 :ishidestop="scanState !== 0"></saomiao2>
<!-- #endif -->
</template>
<script lang="ts" setup>
@ -54,7 +56,10 @@
onPullDownRefresh
} from '@dcloudio/uni-app'
import { reactive, toRefs } from "vue";
import utils from '../../../utils/utils';
import utils from '@/utils/utils';
import useSystemSettingsStore from '@/store/useSystemSettingsStore';
import { storeToRefs } from 'pinia';
const { scanState } = storeToRefs(useSystemSettingsStore())
const details = reactive({
scancode: '',
codelist: [],
@ -70,6 +75,8 @@
})
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
uni.$on('scancodedate', function (code) {
if (code) {
// console.log(code);
@ -77,11 +84,12 @@
scandata()
}
})
// #endif
})
onHide(() => {
uni.$off('scancodedate')
})
/* onHide(() => {
uni.$off('scancodedate')
}) */
onPullDownRefresh(() => {
//

6
pagesHome/pages/ScanSortingType/ScanSortingType.vue

@ -22,6 +22,12 @@
let typelist = ref<{ type : number, name : string, src : string }[]>([])
let pageType = ref<string | number>('')
let trayCode = ref<string>('')
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
// #endif
})
onLoad((op) => {
trayCode.value = op.trayCode

16
pagesHome/pages/ScanUp/ScanUp.vue

@ -181,7 +181,9 @@
<view class="butbox">
<view @click="uplist">上架</view>
</view>
<saomiao2></saomiao2>
<!-- #ifdef APP -->
<saomiao2 :ishidestop="scanState !== 0"></saomiao2>
<!-- #endif -->
<tips ref="tip"></tips>
</template>
@ -201,6 +203,9 @@
onPullDownRefresh
} from '@dcloudio/uni-app'
import { inject, reactive, ref, toRefs, watchEffect } from "vue";
import useSystemSettingsStore from '@/store/useSystemSettingsStore';
import { storeToRefs } from 'pinia';
const { scanState } = storeToRefs(useSystemSettingsStore())
const utils = inject('utils') as any
const tip = ref(null)
let details = reactive({
@ -233,6 +238,8 @@
//
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
uni.$on('scancodedate', function (code) {
if (code) {
console.log('code :>> ', code);
@ -241,12 +248,13 @@
scandata()
}
})
// #endif
})
//
onHide(() => {
uni.$off('scancodedate')
})
/* onHide(() => {
uni.$off('scancodedate')
}) */
//
onPullDownRefresh(() => {

7
pagesHome/pages/ScanUpType/ScanUpType.vue

@ -11,6 +11,7 @@
<script lang="ts" setup>
import {
onShow,
onLoad,
onPullDownRefresh
} from '@dcloudio/uni-app'
@ -19,6 +20,12 @@
let typelist = ref<{ type : number, name : string, src : string }[]>([])
let pageType = ref(null)
let trayCode = ref(null)
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
// #endif
})
onLoad((op) => {
pageType.value = op.type
trayCode.value = op.trayCode

16
pagesHome/pages/SelfPScanList/SelfPScanList.vue

@ -111,7 +111,9 @@
</template>
</BasicContainer>
<tiplist ref="tiplists"></tiplist>
<saomiao2></saomiao2>
<!-- #ifdef APP -->
<saomiao2 :ishidestop="scanState !== 0"></saomiao2>
<!-- #endif -->
</template>
<script lang="ts" setup>
@ -132,6 +134,9 @@
import cusSelects from '@/compoment/cus-selects-fan/cus-selects-fan.vue'
import { reactive, toRefs, ref, renderList } from "vue";
import { pagedetails } from '@/interfaces/pagesHome/SelfPScanList'
import useSystemSettingsStore from '@/store/useSystemSettingsStore';
import { storeToRefs } from 'pinia';
const { scanState } = storeToRefs(useSystemSettingsStore())
const option = {
title: '自提扫描',
haveData: true,
@ -175,6 +180,8 @@
details.billLadingId = op.billLadingId
})
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
uni.$on('scancodedate', function (code) {
if (code) {
console.log(code);
@ -182,15 +189,16 @@
sacn()
}
})
// #endif
// initpage()
const timer = setTimeout(() => {
basicContainer.value.startPullDownRefresh()
clearTimeout(timer)
}, 200)
})
onHide(() => {
uni.$off('scancodedate')
})
/* onHide(() => {
uni.$off('scancodedate')
}) */
function showsdqs() {
tiplists.value.setdetails({
isshow: true,

17
pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue

@ -110,7 +110,9 @@
</template>
</BasicContainer>
<tiplist ref="tiplists"></tiplist>
<saomiao2></saomiao2>
<!-- #ifdef APP -->
<saomiao2 :ishidestop="scanState !== 0"></saomiao2>
<!-- #endif -->
</template>
<script lang="ts" setup>
@ -130,6 +132,10 @@
import { pagedetailType } from '@/interfaces/pagesHome/SelfPickupDetails'
import cusSelects from '@/compoment/cus-selects-fan/cus-selects-fan.vue'
import { inject, reactive, ref, toRefs, watchEffect } from "vue";
import useSystemSettingsStore from '@/store/useSystemSettingsStore';
import { storeToRefs } from 'pinia';
const { scanState } = storeToRefs(useSystemSettingsStore())
const utils = inject('utils') as any
const option = {
title: '自提明细扫描',
@ -180,6 +186,8 @@
details.billLadingId = op.billLadingId
})
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
uni.$on('scancodedate', function (code) {
if (code) {
console.log(code);
@ -187,6 +195,7 @@
sacn()
}
})
// #endif
// initpage()
const timer = setTimeout(() => {
basicContainer.value.startPullDownRefresh()
@ -207,9 +216,9 @@
}, 500)
}
})
onHide(() => {
uni.$off('scancodedate')
})
/* onHide(() => {
uni.$off('scancodedate')
}) */
function showsdqs() {
tiplists.value.setdetails({
isshow: true,

3
pagesHome/pages/SelfPickupScan/SelfPickupScan.vue

@ -139,6 +139,9 @@
date.value[1] = (uni as any).$u.timeFormat((new Date().valueOf()), 'yyyy-mm-dd')
})
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
// #endif
const timer = setTimeout(() => {
basicContainer.value.startPullDownRefresh()
clearTimeout(timer)

3
pagesHome/pages/SetPrice/SetPrice.vue

@ -111,6 +111,9 @@
details.items = JSON.parse(op.item)
})
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
// #endif
init()
})

6
pagesHome/pages/SignDetailScan/SignDetailScan.vue

@ -155,6 +155,12 @@
signforState: '' as string | number,
})
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
// #endif
})
onLoad((op) => {
details.items = JSON.parse(op.item)
details.id = JSON.parse(op.item).id

16
pagesHome/pages/StockUpListZero/StockUpListZero.vue

@ -68,7 +68,9 @@
</scroll-view>
</view>
<tiplist ref="tiplists"></tiplist>
<saomiao2></saomiao2>
<!-- #ifdef APP -->
<saomiao2 :ishidestop="scanState !== 0"></saomiao2>
<!-- #endif -->
</template>
<script lang="ts" setup>
@ -81,6 +83,9 @@
import { distributionStockuporderInfo, distributionStockupstockupScan } from '@/api/user.js'
import { detailType } from '@/interfaces/pagesHome/StockUplistScandetails'
import { reactive, ref, toRefs, inject } from "vue";
import useSystemSettingsStore from '@/store/useSystemSettingsStore';
import { storeToRefs } from 'pinia';
const { scanState } = storeToRefs(useSystemSettingsStore())
const util = (inject('utils') as any)
let details = reactive<detailType>({
dataList: [],
@ -122,6 +127,8 @@
// scandata()
})
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
uni.$on('scancodedate', function (code) {
if (code) {
console.log(code);
@ -129,11 +136,12 @@
scandata()
}
})
// #endif
initpage()
})
onHide(() => {
uni.$off('scancodedate')
})
/* onHide(() => {
uni.$off('scancodedate')
}) */
function goorderdetail(item) {
uni.navigateTo({
url: '/pagesHome/pages/orderDetails/orderDetails?orderCode=' + item.orderCode

19
pagesHome/pages/StockUplist/StockUplist.vue

@ -43,7 +43,7 @@
<view class="boxcontt">
<view>
<view><text style="color: #90A0AF;">托盘号</text>{{item.pallet}}</view>
<view><text style="color: #90A0AF;">托盘名称</text>{{item.trayName}}</view>
<view><text style="color: #90A0AF;">托盘名称</text>{{item.trayLeanName}}</view>
</view>
<view class="">
<view @click.stop="goorderdetail(item)"><text
@ -141,7 +141,9 @@
</template>
</BasicContainer>
<tiplist ref="tiplists"></tiplist>
<saomiao2></saomiao2>
<!-- #ifdef APP -->
<saomiao2 :ishidestop="scanState !== 0"></saomiao2>
<!-- #endif -->
<BluetoothList ref="bluetoothList"></BluetoothList>
</template>
@ -165,7 +167,9 @@
} from '@/api/user.js'
import { reactive, toRefs, ref, inject } from "vue";
import useBluetoothStore from '@/store/useBluetoothStore.js';
import useSystemSettingsStore from '@/store/useSystemSettingsStore';
import { storeToRefs } from 'pinia';
const { scanState } = storeToRefs(useSystemSettingsStore())
const bluetoothList = ref(null)
const bluetoothStore = useBluetoothStore()
const { bluetoothInfo } = storeToRefs(bluetoothStore)
@ -212,6 +216,8 @@
utils.ttsspke(_tts[details.orderStatus - 1])
})
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
uni.$on('scancodedate', function (code) {
if (code) {
console.log('code :>> ', code);
@ -220,16 +226,17 @@
if (details.isscan) scandata()
}
})
// #endif
//
const timer = setTimeout(() => {
basicContainer.value.startPullDownRefresh()
clearTimeout(timer)
}, 200)
})
onHide(() => {
uni.$off('scancodedate')
details.isscan = false
})
/* onHide(() => {
uni.$off('scancodedate')
details.isscan = false
}) */
function goorderdetail(item) {
uni.navigateTo({

20
pagesHome/pages/StockUplistScandetails/StockUplistScandetails.vue

@ -80,7 +80,9 @@
<tiplist ref="tiplists"></tiplist>
<BluetoothList ref="bluetoothList"></BluetoothList>
<saomiao2></saomiao2>
<!-- #ifdef APP -->
<saomiao2 :ishidestop="scanState !== 0"></saomiao2>
<!-- #endif -->
</template>
<script lang="ts" setup>
@ -96,7 +98,9 @@
import { reactive, ref, toRefs, inject } from "vue";
import utils from '@/utils/utils';
import useBluetoothStore from '@/store/useBluetoothStore.js';
import useSystemSettingsStore from '@/store/useSystemSettingsStore';
import { storeToRefs } from 'pinia';
const { scanState } = storeToRefs(useSystemSettingsStore())
//
const bluetoothList = ref(null)
const basicContainer = ref(null)
@ -157,6 +161,8 @@
})
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
uni.$on('scancodedate', function (code) {
if (code) {
console.log(code);
@ -164,6 +170,7 @@
scandata()
}
})
// #endif
//
const timer = setTimeout(() => {
basicContainer.value.startPullDownRefresh()
@ -171,10 +178,10 @@
}, 200)
})
onHide(() => {
uni.$off('scancodedate')
})
/* onHide(() => {
uni.$off('scancodedate')
})
*/
function goorderdetail(item) {
uni.navigateTo({
url: '/pagesHome/pages/orderDetails/orderDetails?orderCode=' + item.orderCode
@ -213,7 +220,9 @@
})
return
}
console.log('deta.checklist :>> ', deta.checklist);
// #ifdef APP
// ,
if (!bluetoothInfo.value.name) return bluetoothList.value.setdetails({ isshow: true })
let _isReturn = false
deta.checklist.forEach(item => {
@ -238,6 +247,7 @@
text += `T 55 0 140 260 ${details.dataList[item]?.packageBarCode}\r\n`
text += 'FORM\r\n'
text += 'PRINT\r\n'
// return
utils.getbl(bluetoothInfo.value, text).catch(() => {
bluetoothList.value.setdetails({ isshow: true })
_isReturn = true

18
pagesHome/pages/createAddServe/createAddServe.vue

@ -119,7 +119,9 @@
<!-- 提交增值服务 -->
<view class="submitqrs" @click="submitpackge">确定</view>
<tiplist ref="tiplists"></tiplist>
<saomiao2></saomiao2>
<!-- #ifdef APP -->
<saomiao2 :ishidestop="scanState !== 0"></saomiao2>
<!-- #endif -->
</template>
<script lang="ts" setup>
@ -138,7 +140,10 @@
onUnload
} from '@dcloudio/uni-app';
import { reactive, ref, toRefs, watchEffect } from "vue";
import utils from '../../../utils/utils';
import utils from '@/utils/utils';
import useSystemSettingsStore from '@/store/useSystemSettingsStore';
import { storeToRefs } from 'pinia';
const { scanState } = storeToRefs(useSystemSettingsStore())
const tiplists = ref(null)
let details = reactive({
typestate: 1,
@ -179,6 +184,8 @@
})
}
onShow(async () => {
// #ifdef APP
uni.$off('scancodedate')
uni.$on('scancodedate', function (code) {
if (code) {
// console.log(code);
@ -186,6 +193,7 @@
scandata()
}
})
// #endif
// id
if (details.editId) {
await getallpack()
@ -193,9 +201,9 @@
}
else await getallpack()
})
onHide(() => {
uni.$off('scancodedate')
})
/* onHide(() => {
uni.$off('scancodedate')
}) */
watchEffect(() => {
details.checkserve = details.priceType[details.checkserveindex].type
})

16
pagesHome/pages/createTask/createTask.vue

@ -19,7 +19,9 @@
</view>
<tips ref="tip"></tips>
<tiplist ref="tiplists"></tiplist>
<saomiao2></saomiao2>
<!-- #ifdef APP -->
<saomiao2 :ishidestop="scanState !== 0"></saomiao2>
<!-- #endif -->
</template>
<script lang="ts" setup>
@ -30,6 +32,9 @@
onUnload
} from '@dcloudio/uni-app'
import { reactive, ref } from "vue";
import useSystemSettingsStore from '@/store/useSystemSettingsStore';
import { storeToRefs } from 'pinia';
const { scanState } = storeToRefs(useSystemSettingsStore())
let details = reactive({
taskname: '',
scandate: [],
@ -46,16 +51,19 @@
})
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
uni.$on('scancodedate', function (code) {
if (code) {
console.log(code);
details.scandate.push(code)
}
})
// #endif
})
onHide(() => {
uni.$off('scancodedate')
})
/* onHide(() => {
uni.$off('scancodedate')
}) */
function inputnumb() {
tiplists.value.setdetails({
tipstate: 1,

16
pagesHome/pages/inventoryDetail/inventoryDetail.vue

@ -57,7 +57,9 @@
</view>
</view>
</scroll-view>
<saomiao2></saomiao2>
<!-- #ifdef APP -->
<saomiao2 :ishidestop="scanState !== 0"></saomiao2>
<!-- #endif -->
</template>
<script lang="ts" setup>
@ -72,6 +74,9 @@
onUnload
} from '@dcloudio/uni-app'
import { reactive, toRefs } from "vue";
import useSystemSettingsStore from '@/store/useSystemSettingsStore';
import { storeToRefs } from 'pinia';
const { scanState } = storeToRefs(useSystemSettingsStore())
let details = reactive({
datelist: [],
trayCode: '',
@ -105,6 +110,8 @@
})
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
uni.$on('scancodedate', function (code) {
if (code) {
console.log(code);
@ -112,11 +119,12 @@
scandata()
}
})
// #endif
initpage()
})
onHide(() => {
uni.$off('scancodedate')
})
/* onHide(() => {
uni.$off('scancodedate')
}) */
async function initpage() {
let data = {
trayCode: details.trayCode

11
pagesHome/pages/inventoryDetailList/inventoryDetailList.vue

@ -96,6 +96,12 @@
<script lang="ts" setup>
import { reactive, ref, toRefs } from "vue";
import {
onLoad,
onShow,
onHide,
onUnload
} from '@dcloudio/uni-app'
let tip = ref(null)
let details = reactive({
list: [
@ -103,6 +109,11 @@
],
checkindex: []
})
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
// #endif
})
function removeitem() {
tip.value.setdetails({
isshow: true,

5
pagesHome/pages/inventoryType/inventoryType.vue

@ -38,6 +38,11 @@
})
})
})
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
// #endif
})
function gotourl(item : any) {
let url = ''
if (Number(pageType.value) == 1) {

3
pagesHome/pages/inventoryenter/inventoryenter.vue

@ -197,6 +197,9 @@
// initmarlist()
})
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
// #endif
initpage()
})
function stop() {

43
pagesHome/pages/lnventorysorting/lnventorysorting.vue

@ -1,16 +1,9 @@
<template>
<u-navbar
title="库存品分拣"
placeholder
:autoBack="true"
leftIconSize='35'
bgColor='#d3832a'
leftIconColor='#ffffff'
titleStyle='color:#ffffff'
></u-navbar>
<u-navbar title="库存品分拣" placeholder :autoBack="true" leftIconSize='35' bgColor='#d3832a' leftIconColor='#ffffff'
titleStyle='color:#ffffff'></u-navbar>
<image mode="widthFix" class="bgimg" src="/pagesHome/static/bgby.png"></image>
<view class="maxbxview">
<!-- <view class="items" @click="gotourl(1)">
<!-- <view class="items" @click="gotourl(1)">
<image mode="widthFix" src="/pagesHome/static/ordericon1.png"></image>
<view>扫描分拣</view>
</view>
@ -23,7 +16,17 @@
</template>
<script lang="ts" setup>
import {
onLoad,
onShow,
onHide,
onUnload
} from '@dcloudio/uni-app'
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
// #endif
})
function gotourl(type : number) {
let url = '/pagesHome/pages/lnventorysortinglist/lnventorysortinglist?type=' + type
uni.navigateTo({
@ -33,13 +36,14 @@
</script>
<style lang="scss">
.bgimg{
.bgimg {
position: absolute;
left: 0;
top: 0;
width: 100%;
}
.maxbxview {
position: relative;
display: flex;
@ -50,26 +54,29 @@
width: 600upx;
// height: 900upx;
background: #FFFFFF;
box-shadow: 0upx 8upx 20upx 0upx rgba(0,0,0,0.1);
box-shadow: 0upx 8upx 20upx 0upx rgba(0, 0, 0, 0.1);
border-radius: 20upx 20upx 20upx 20upx;
opacity: 1;
margin: auto;
margin-top: 150upx;
.border{
.border {
width: 400upx;
height: 2upx;
background: linear-gradient(90deg, rgba(211,131,42,0) 0%, #D3832A 53%, rgba(211,131,42,0) 100%);
background: linear-gradient(90deg, rgba(211, 131, 42, 0) 0%, #D3832A 53%, rgba(211, 131, 42, 0) 100%);
border-radius: 0upx 0upx 0upx 0upx;
opacity: 1;
}
>.items{
>.items {
width: 100%;
height: 430upx;
display: flex;
align-items: center;
justify-content: center;
>image{
>image {
width: 220upx;
height: 220upx;
margin-right: 60upx;

16
pagesHome/pages/lnventorysortinglist/lnventorysortinglist.vue

@ -71,7 +71,9 @@
<l-calendar v-model:value="show" :initStartDate='date[0]' :initEndDate='date[1]' @hide='showCalendar'
@change="onConfirm"></l-calendar>
<saomiao2></saomiao2>
<!-- #ifdef APP -->
<saomiao2 :ishidestop="scanState !== 0"></saomiao2>
<!-- #endif -->
</template>
<script lang="ts" setup>
@ -89,6 +91,9 @@
onUnload
} from '@dcloudio/uni-app'
import { reactive, ref, toRefs, watchEffect } from "vue";
import useSystemSettingsStore from '@/store/useSystemSettingsStore';
import { storeToRefs } from 'pinia';
const { scanState } = storeToRefs(useSystemSettingsStore())
const option = reactive({
//
@ -186,6 +191,8 @@
})
onShow(() => {
initpage()
// #ifdef APP
uni.$off('scancodedate')
uni.$on('scancodedate', function (code) {
if (code) {
console.log(code);
@ -193,10 +200,11 @@
scandata()
}
})
// #endif
})
onHide(() => {
uni.$off('scancodedate')
})
// onHide(() => {
// uni.$off('scancodedate')
// })
async function scandata() {
let data = {
trayCode: details.scancode

18
pagesHome/pages/loadingRetention/loadingRetention.vue

@ -56,7 +56,9 @@
</view>
</view>
<tiplist ref="tiplists"></tiplist>
<saomiao2></saomiao2>
<!-- #ifdef APP -->
<saomiao2 :ishidestop="scanState !== 0"></saomiao2>
<!-- #endif -->
<!-- 整托滞留弹窗 -->
<PopUp ref='PopUpMask'>
<view class="main">
@ -77,6 +79,9 @@
onPullDownRefresh
} from '@dcloudio/uni-app'
import { computed, reactive, ref, toRefs } from "vue";
import useSystemSettingsStore from '@/store/useSystemSettingsStore';
import { storeToRefs } from 'pinia';
const { scanState } = storeToRefs(useSystemSettingsStore())
let details = reactive({
id: '',
renderList: [],
@ -93,12 +98,14 @@
details.id = op.id
details.items = JSON.parse(op.item)
})
onHide(() => {
uni.$off('scancodedate')
console.log("uni", uni)
})
// onHide(() => {
// uni.$off('scancodedate')
// console.log("uni", uni)
// })
onShow(() => {
initpage()
// #ifdef APP
uni.$off('scancodedate')
uni.$on('scancodedate', function (code) {
if (code) {
console.log(code);
@ -106,6 +113,7 @@
scandata()
}
})
// #endif
})
onPullDownRefresh(() => {
const timer = setTimeout(() => {

23
pagesHome/pages/orderDetail/orderDetail.vue

@ -1,15 +1,24 @@
<template>
<u-navbar title="详情"
bgColor='#D3832A' leftIconColor='#ffffff'
titleStyle='color:#ffffff' placeholder
:autoBack="true" leftIconSize='35'></u-navbar>
<u-navbar title="详情" bgColor='#D3832A' leftIconColor='#ffffff' titleStyle='color:#ffffff' placeholder
:autoBack="true" leftIconSize='35'></u-navbar>
</template>
<script lang="ts" setup>
import {
onLoad,
onShow,
onHide,
onUnload
} from '@dcloudio/uni-app'
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
// #endif
})
</script>
<style lang="scss">
</style>
</style>

3
pagesHome/pages/orderDetails/orderDetails.vue

@ -159,6 +159,9 @@
console.log('details.orderCode', details.orderCode);
})
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
// #endif
initpage()
})
async function initpage() {

15
pagesHome/pages/orderInquiry/orderInquiry.vue

@ -146,7 +146,9 @@
</view>
</view>
<tiplist ref="tiplists"></tiplist>
<saomiao2></saomiao2>
<!-- #ifdef APP -->
<saomiao2 :ishidestop="scanState !== 0"></saomiao2>
<!-- #endif -->
<BluetoothList ref="bluetoothList"></BluetoothList>
</template>
@ -166,7 +168,9 @@
BatchPrintPackages
} from '@/api/user.js'
import useBluetoothStore from '@/store/useBluetoothStore.js';
import useSystemSettingsStore from '@/store/useSystemSettingsStore';
import { storeToRefs } from 'pinia';
const { scanState } = storeToRefs(useSystemSettingsStore())
const bluetoothList = ref(null)
const bluetoothStore = useBluetoothStore()
const { bluetoothInfo } = storeToRefs(bluetoothStore)
@ -238,6 +242,8 @@
//
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
uni.$on('scancodedate', function (code) {
if (code) {
scancode.value = code
@ -245,12 +251,13 @@
scandata()
}
})
// #endif
})
//
onHide(() => {
uni.$off('scancodedate')
})
// onHide(() => {
// uni.$off('scancodedate')
// })
onPullDownRefresh(() => {
const timer = setTimeout(() => {

12
pagesHome/pages/ordersorting/ordersorting.vue

@ -16,6 +16,13 @@
</template>
<script lang="ts" setup>
import {
onShow,
onHide,
onLoad,
onReachBottom,
onPullDownRefresh
} from '@dcloudio/uni-app'
import utils from '@/utils/utils.js';
utils.ttsspke('订单扫描')
@ -25,6 +32,11 @@
url
})
}
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
// #endif
})
</script>
<style lang="scss">

9
pagesHome/pages/pickingScan/pickingScan.vue

@ -91,8 +91,6 @@
</scroll-view>
</template>
</BasicContainer>
<u-navbar title="拣货扫描" bgColor='#D3832A' leftIconColor='#ffffff' titleStyle='color:#ffffff' placeholder
@leftClick="backPreviousPage" leftIconSize='35'></u-navbar>
<tips ref="tip"></tips>
<l-calendar v-model:value="show" :initStartDate='date[0]' :initEndDate='date[1]' @hide='showCalendar'
@change="onConfirm"></l-calendar>
@ -111,9 +109,9 @@
import { pageData } from '@/interfaces/pagesHome/pickingScan'
import { timeType } from '@/interfaces/pagesHome/allType'
import { inject, reactive, ref, toRefs, watchEffect } from "vue";
import utils from '../../../utils/utils';
import utils from '@/utils/utils';
const option = {
title: '自提明细扫描',
title: '拣货扫描',
haveData: true,
async pullDownRefreshInitPage() {
details.dataList = []
@ -148,6 +146,9 @@
}
})
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
// #endif
const timer = setTimeout(() => {
basicContainer.value.startPullDownRefresh()
clearTimeout(timer)

19
pagesHome/pages/scansorting/scansorting.vue

@ -87,7 +87,9 @@
<l-calendar v-model:value="show" :initStartDate='date[0]' :initEndDate='date[1]' @hide='showCalendar'
@change="onConfirm"></l-calendar>
<saomiao2></saomiao2>
<!-- #ifdef APP -->
<saomiao2 :ishidestop="scanState !== 0"></saomiao2>
<!-- #endif -->
</template>
<script lang="ts" setup>
@ -102,6 +104,9 @@
} from '@dcloudio/uni-app'
import { reactive, ref, toRefs, watchEffect } from "vue";
import utils from '@/utils/utils.js'
import useSystemSettingsStore from '@/store/useSystemSettingsStore';
import { storeToRefs } from 'pinia';
const { scanState } = storeToRefs(useSystemSettingsStore())
//
const option = reactive({
leftClick() {
@ -210,8 +215,10 @@
// #endif
})
onShow(() => {
// #ifdef APP
//
uni.$off('scancodedate')
// init()
initpage()
uni.$on('scancodedate', function (code) {
console.log('code :>> ', code);
if (code) {
@ -220,10 +227,12 @@
scandata()
}
})
// #endif
initpage()
})
onHide(() => {
uni.$off('scancodedate')
})
// onHide(() => {
// uni.$off('scancodedate')
// })
const date = ref<(string | number)[]>([])
function init() {
details.pageNum = 1

15
pagesHome/pages/setbarcode/setbarcode.vue

@ -56,7 +56,9 @@
</template>
</BasicContainer>
<tiplist ref="tips"></tiplist>
<saomiao2></saomiao2>
<!-- #ifdef APP -->
<saomiao2 :ishidestop="scanState !== 0"></saomiao2>
<!-- #endif -->
<BluetoothList ref="bluetoothList"></BluetoothList>
</template>
@ -75,7 +77,9 @@
import { detailType } from '@/interfaces/pagesHome/setbarcode'
import { reactive, ref, toRefs, inject } from "vue";
import useBluetoothStore from '@/store/useBluetoothStore.js';
import useSystemSettingsStore from '@/store/useSystemSettingsStore';
import { storeToRefs } from 'pinia';
const { scanState } = storeToRefs(useSystemSettingsStore())
const bluetoothList = ref(null)
const bluetoothStore = useBluetoothStore()
const { bluetoothInfo } = storeToRefs(bluetoothStore)
@ -118,21 +122,24 @@
// scandata('1231')
})
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
uni.$on('scancodedate', function (code) {
if (code) {
console.log(code);
scandata(code)
}
})
// #endif
//
const timer = setTimeout(() => {
basicContainer.value.startPullDownRefresh()
clearTimeout(timer)
}, 200)
})
onHide(() => {
uni.$off('scancodedate')
})
// onHide(() => {
// uni.$off('scancodedate')
// })
function showsdqs() {
tips.value.setdetails({
isshow: true,

16
pagesHome/pages/signOrderScan/signOrderScan.vue

@ -129,7 +129,9 @@
</scroll-view>
<tips ref="tip"></tips>
<tiplist ref="tiplists"></tiplist>
<saomiao2></saomiao2>
<!-- #ifdef APP -->
<saomiao2 :ishidestop="scanState !== 0"></saomiao2>
<!-- #endif -->
</template>
<script lang="ts" setup>
@ -150,6 +152,9 @@
} from '@dcloudio/uni-app'
import cusSelects from '@/compoment/cus-selects-fan/cus-selects-fan.vue'
import { computed, inject, reactive, ref, toRefs, watchEffect } from "vue";
import useSystemSettingsStore from '@/store/useSystemSettingsStore';
import { storeToRefs } from 'pinia';
const { scanState } = storeToRefs(useSystemSettingsStore())
const utils = inject('utils') as any
let details = reactive({
schanvalue: '',
@ -219,6 +224,8 @@
onShow(async () => {
try {
// #ifdef APP
uni.$off('scancodedate')
uni.$on('scancodedate', function (code) {
if (code) {
console.log(code);
@ -226,6 +233,7 @@
scandata()
}
})
// #endif
//
let data = {
@ -265,9 +273,9 @@
}
})
onHide(() => {
uni.$off('scancodedate')
})
// onHide(() => {
// uni.$off('scancodedate')
// })
function goorderdetail(item) {
uni.navigateTo({
url: '/pagesHome/pages/orderDetails/orderDetails?orderCode=' + item.orderCode

3
pagesHome/pages/signinScan/signinScan.vue

@ -180,6 +180,9 @@
// init()
})
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
// #endif
//
const timer = setTimeout(() => {
basicContainer.value.startPullDownRefresh()

16
pagesTask/pages/checkTaskList/checkTaskList.vue

@ -129,7 +129,9 @@
到底啦
</view>
</view>
<saomiao2></saomiao2>
<!-- #ifdef APP -->
<saomiao2 :ishidestop="scanState !== 0"></saomiao2>
<!-- #endif -->
</template>
<script setup lang="ts">
@ -150,6 +152,9 @@
pgetContractList
} from '@/api/user.js';
import utils from '@/utils/utils.js';
import useSystemSettingsStore from '@/store/useSystemSettingsStore';
import { storeToRefs } from 'pinia';
const { scanState } = storeToRefs(useSystemSettingsStore())
const details = reactive({
//
@ -224,6 +229,8 @@
//
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
uni.$on('scancodedate', function (code) {
if (code) {
console.log('code :>> ', code);
@ -232,6 +239,7 @@
scandata()
}
})
// #endif
// ,
if (details.pageType === 1) details.isscan = false
@ -245,9 +253,9 @@
})
//
onHide(() => {
uni.$off('scancodedate')
})
// onHide(() => {
// uni.$off('scancodedate')
// })
//
let antiShake : any = null

17
pagesTask/pages/contracts/contracts.vue

@ -220,7 +220,9 @@
</BasicContainer>
<!-- 提交 -->
<button @click="submitCheck" class="submitButton" type="primary">提交盘点</button>
<saomiao2></saomiao2>
<!-- #ifdef APP -->
<saomiao2 :ishidestop="scanState !== 0"></saomiao2>
<!-- #endif -->
<tiplist ref="tiplists"></tiplist>
<view class="popUp" @click="details.showUpData = false" v-if="details.showUpData">
<view class="container" @click.stop>
@ -255,6 +257,10 @@
getWarehouseSaveNewQuestDetail
} from '@/api/user.js';
import utils from '@/utils/utils.js';
import useSystemSettingsStore from '@/store/useSystemSettingsStore';
import { storeToRefs } from 'pinia';
const { scanState } = storeToRefs(useSystemSettingsStore())
const option = reactive({
//
@ -393,6 +399,8 @@
//
onShow(() => {
Tjinfo()//
// #ifdef APP
uni.$off('scancodedate')
uni.$on('scancodedate', function (code) {
if (code) {
details.scancode = code
@ -400,12 +408,13 @@
scandata()
}
})
// #endif
})
//
onHide(() => {
uni.$off('scancodedate')
})
// onHide(() => {
// uni.$off('scancodedate')
// })
//
let antiShake : any = null

1
pagesTask/pages/dynamicCheck/dynamicCheck.vue

@ -33,7 +33,6 @@
</view>
</template>
</BasicContainer>
<saomiao2></saomiao2>
</template>

16
pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue

@ -115,7 +115,9 @@
<!-- 提交 -->
<button @click="submitCheck" class="submitButton" type="primary">提交盘点</button>
</view>
<saomiao2></saomiao2>
<!-- #ifdef APP -->
<saomiao2 :ishidestop="scanState !== 0"></saomiao2>
<!-- #endif -->
</template>
<script setup lang="ts">
@ -125,6 +127,9 @@
onHide
} from '@dcloudio/uni-app'
import { reactive, toRefs } from "vue";
import useSystemSettingsStore from '@/store/useSystemSettingsStore';
import { storeToRefs } from 'pinia';
const { scanState } = storeToRefs(useSystemSettingsStore())
const details = reactive({
//
@ -150,6 +155,8 @@
//
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
uni.$on('scancodedate', function (code) {
if (code) {
// console.log(code);
@ -157,14 +164,15 @@
scandata()
}
})
// #endif
//
initPage()
})
//
onHide(() => {
uni.$off('scancodedate')
})
// onHide(() => {
// uni.$off('scancodedate')
// })
//
function initPage() { }

17
pagesTask/pages/storageLocationCheckDetails/storageLocationCheckDetails.vue

@ -214,7 +214,9 @@
</BasicContainer>
<!-- 提交 -->
<button @click="submitCheck" class="submitButton" type="primary">提交盘点</button>
<saomiao2></saomiao2>
<!-- #ifdef APP -->
<saomiao2 :ishidestop="scanState !== 0"></saomiao2>
<!-- #endif -->
<tiplist ref="tiplists"></tiplist>
<view class="popUp" @click="details.showUpData = false" v-if="details.showUpData">
<view class="container" @click.stop>
@ -253,6 +255,10 @@
getWarehouseSaveNewQuestDetail
} from '@/api/user.js';
import useSystemSettingsStore from '@/store/useSystemSettingsStore';
import { storeToRefs } from 'pinia';
const { scanState } = storeToRefs(useSystemSettingsStore())
const option = reactive({
//
title: '库位盘点',
@ -432,6 +438,8 @@
//
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
uni.$on('scancodedate', function (code) {
if (code) {
// console.log(code);
@ -440,15 +448,16 @@
scandata()
}
})
// #endif
initArticle()
initZero()
initStock()
})
//
onHide(() => {
uni.$off('scancodedate')
})
// onHide(() => {
// uni.$off('scancodedate')
// })
// //
// let antiShake : any = null

19
pagesTask/pages/trayCheckDetails/trayCheckDetails.vue

@ -208,7 +208,9 @@
</view>
</view>
</view>
<saomiao2></saomiao2>
<!-- #ifdef APP -->
<saomiao2 :ishidestop="scanState !== 0"></saomiao2>
<!-- #endif -->
<tiplist ref="tiplists"></tiplist>
</template>
@ -228,7 +230,11 @@
postqueryupdateQuestDetailAllocation,
postWarehouseTaskSelectPackageInfo
} from '@/api/user.js';
import utils from '../../../utils/utils';
import utils from '@/utils/utils';
import useSystemSettingsStore from '@/store/useSystemSettingsStore';
import { storeToRefs } from 'pinia';
const { scanState } = storeToRefs(useSystemSettingsStore())
const option = reactive({
title: '按托盘盘点',
@ -313,6 +319,8 @@
//
onShow(() => {
// #ifdef APP
uni.$off('scancodedate')
uni.$on('scancodedate', function (code) {
if (code) {
// console.log(code);
@ -321,6 +329,7 @@
scandata()
}
})
// #endif
if (details.holdBackFirstPost) return
})
@ -329,9 +338,9 @@
})
//
onHide(() => {
uni.$off('scancodedate')
})
// onHide(() => {
// uni.$off('scancodedate')
// })
// //
// let antiShake : any = null

109
pagesUser/pages/systemSettings/systemSettings.vue

@ -1,18 +1,25 @@
<template>
<u-navbar title="系统设置" bgColor='#D3832A' leftIconColor='#ffffff' titleStyle='color:#ffffff' placeholder
:autoBack="true" leftIconSize='35'></u-navbar>
<view class="uni-list">
<!-- <view class="uni-list-cell" style="display: flex;">
<view class="uni-list-cell-left">
扫描版本选择
<view class="container">
<u-navbar title="系统设置" bgColor='#D3832A' leftIconColor='#ffffff' titleStyle='color:#ffffff' placeholder
:autoBack="true" leftIconSize='35'></u-navbar>
<view class="list">
<view class="list_item" style="display: flex;">
<view class="uni-list-cell-left">
<u-icon name="moments" color="#47beff"></u-icon>
<view>
扫描后台监听状态
</view>
</view>
<view class="uni-list-cell-db">
<picker @change="bindPickerChange" :value="details.scanStateChooseIndex"
:range="details.scanStateList.map(val => val.title)">
<view class="uni-input">{{details.scanStateList.map(val => val.title)[details.scanStateChooseIndex]}}
</view>
</picker>
</view>
</view>
<view class="uni-list-cell-db">
<picker @change="bindPickerChange" :value="pda.pdaChooseIndex"
:range="pda.padVersionList.map(val => val.title)">
<view class="uni-input">{{pda.padVersionList.map(val => val.title)[pda.pdaChooseIndex]}}</view>
</picker>
</view>
</view> -->
</view>
</view>
</template>
@ -24,8 +31,14 @@
onPullDownRefresh
} from '@dcloudio/uni-app'
import { reactive, ref, toRefs } from 'vue';
import usePdaStore from '../../../store/uaePdaStore';
const { HANDLE_PDABROADCAS } = usePdaStore()
import useSystemSettingsStore from '@/store/useSystemSettingsStore.js';
import { storeToRefs } from 'pinia';
//
const systemSettingsStore = useSystemSettingsStore()
const { scanStateList, scanState } = storeToRefs(systemSettingsStore)
const { HANDLE_SCANSTATE } = systemSettingsStore
onPullDownRefresh(() => {
const timer = setTimeout(() => {
@ -36,29 +49,65 @@
})
const details = reactive({
pda: {
// pda
padVersionList: [
{ title: '新版本', value: 'newPdaVersion' },
{ title: '老版本', value: 'oldPdaVersion' },
],
//
pdaChooseIndex: 0
}
//
scanStateList: [],
// --
scanStateChooseIndex: 0
})
const array = reactive(['中国', '美国', '巴西', '日本'])
const index = ref(0)
//
details.scanStateList = scanStateList.value
//
details.scanStateChooseIndex = scanStateList.value.findIndex(val => Number(val.value) === Number(scanState.value))
/**
* 处理扫描后台监听状态
*/
function bindPickerChange(e) {
console.log('picker发送选择改变,携带值为', e.detail.value)
pda.value.pdaChooseIndex = e.detail.value
HANDLE_PDABROADCAS(details.pda.padVersionList[details.pda.pdaChooseIndex].value)
details.scanStateChooseIndex = e.detail.value
// ,
HANDLE_SCANSTATE(details.scanStateChooseIndex)
}
const { pda } = toRefs(details)
const { } = toRefs(details)
</script>
<style lang="scss" scoped>
.container {
width: 100vw;
height: 100vh;
// background: #fff;
}
.list {}
.list_item {
display: flex;
justify-content: space-between;
padding: 20upx;
border-bottom: 2upx solid #eee;
background: #fff;
position: relative;
.uni-list-cell-db {
position: absolute;
top: 0;
left: 0;
padding: 20upx;
width: 100%;
height: 100%;
text-align: right;
box-sizing: border-box;
}
&:last-child {
border-bottom: 0px;
}
.uni-list-cell-left {
display: inline-flex;
}
}
</style>

47
store/useSystemSettingsStore.js

@ -0,0 +1,47 @@
// 系统设置数据储存仓库
import {
defineStore
} from 'pinia';
import {
reactive,
ref,
shallowRef
} from 'vue';
export const useSystemSettingsStore = defineStore('useSystemSettingsStore', () => {
/**
* 扫描后台监听状态数组
*/
const scanStateList = reactive([{
title: '关闭',
value: 0
}, {
title: '开启',
value: 1
}, ])
/**
* 扫描后台监听状态
*/
const scanState = ref(uni.getStorageSync('scanState') || 0)
/**
* 后台扫描监听状态
*/
const HANDLE_SCANSTATE = (index) => {
scanState.value = scanStateList[index].value
// 将设置的值存入本地
uni.setStorageSync('scanState', scanState.value)
}
return {
scanStateList,
scanState,
HANDLE_SCANSTATE
}
})
// 暴露仓库实例
export default useSystemSettingsStore

1444
unpackage/dist/dev/app-plus/app-service.js vendored

File diff suppressed because it is too large Load Diff

113
unpackage/dist/dev/app-plus/pagesHome/pages/pickingScan/pickingScan.css vendored

@ -112,119 +112,6 @@ uni-view[data-v-ac70166d], uni-scroll-view[data-v-ac70166d], uni-swiper-item[dat
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.u-status-bar[data-v-eb8e0cdd] {
width: 100%;
}
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[data-v-f631659b] {
display: flex;
flex-direction: column;
flex-shrink: 0;
flex-grow: 0;
flex-basis: auto;
align-items: stretch;
align-content: flex-start;
}
.u-navbar--fixed[data-v-f631659b] {
position: fixed;
left: 0;
right: 0;
top: 0;
z-index: 11;
}
.u-navbar__content[data-v-f631659b] {
display: flex;
flex-direction: row;
align-items: center;
height: 44px;
background-color: #9acafc;
position: relative;
justify-content: center;
}
.u-navbar__content__left[data-v-f631659b], .u-navbar__content__right[data-v-f631659b] {
padding: 0 13px;
position: absolute;
top: 0;
bottom: 0;
display: flex;
flex-direction: row;
align-items: center;
}
.u-navbar__content__left[data-v-f631659b] {
left: 0;
}
.u-navbar__content__left--hover[data-v-f631659b] {
opacity: 0.7;
}
.u-navbar__content__left__text[data-v-f631659b] {
font-size: 15px;
margin-left: 3px;
}
.u-navbar__content__title[data-v-f631659b] {
text-align: center;
font-size: 16px;
color: #303133;
}
.u-navbar__content__right[data-v-f631659b] {
right: 0;
}
.u-navbar__content__right__text[data-v-f631659b] {
font-size: 15px;
margin-left: 3px;
}
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
@font-face {
font-family: "l-icons";
src: url("data:font/ttf;charset=utf-8;base64,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") format("truetype");

Loading…
Cancel
Save