Browse Source

新增包件卸分一体

dev
qb 1 year ago
parent
commit
b47e35b58a
  1. 13
      api/user.js
  2. 10
      config/host.js
  3. 14
      pages.json
  4. 378
      pages/index/index.vue
  5. 3
      pages/login/login.vue
  6. 2
      pagesHome/pages/ArrivalList/ArrivalList.vue
  7. 38
      pagesHome/pages/ScanUp/ScanUp.vue
  8. 22
      pagesHome/pages/StowageListDetails/StowageListDetails.vue
  9. 17
      pagesHome/pages/TranNumber/TranNumber.vue
  10. 41
      pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue
  11. 657
      pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray.vue
  12. 19
      pagesHome/pages/integral/integral.vue
  13. 268
      pagesHome/pages/integralEdit/integralEdit.vue
  14. 11
      pagesHome/pages/integralMy/integralMy.vue
  15. 114
      pagesHome/pages/onLoadByScan/onLoadByScan.vue
  16. 10
      pagesHome/pages/signPackageScan/signPackageScan.vue
  17. 4
      unpackage/dist/dev/app-plus/app-config-service.js
  18. 1756
      unpackage/dist/dev/app-plus/app-service.js
  19. 6
      unpackage/dist/dev/app-plus/manifest.json
  20. 110
      unpackage/dist/dev/mp-weixin/api/user.js
  21. 3
      unpackage/dist/dev/mp-weixin/app.js
  22. 11
      unpackage/dist/dev/mp-weixin/app.json
  23. 4944
      unpackage/dist/dev/mp-weixin/common/vendor.js
  24. 2
      unpackage/dist/dev/mp-weixin/compoment/tiplist/tiplist.wxss
  25. 2
      unpackage/dist/dev/mp-weixin/compoment/tips/tips.wxss
  26. 2
      unpackage/dist/dev/mp-weixin/config/host.js
  27. 197
      unpackage/dist/dev/mp-weixin/pages/index/index.js
  28. 3
      unpackage/dist/dev/mp-weixin/pages/login/login.js
  29. 8
      unpackage/dist/dev/mp-weixin/pagesHome/pages/CustomerSign/CustomerSign.js
  30. 289
      unpackage/dist/dev/mp-weixin/pagesHome/pages/PeopleScanUp/PeopleScanUp.js
  31. 2
      unpackage/dist/dev/mp-weixin/pagesHome/pages/PeopleScanUp/PeopleScanUp.wxml
  32. 205
      unpackage/dist/dev/mp-weixin/pagesHome/pages/PeopleScanUp/PeopleScanUp.wxss
  33. 351
      unpackage/dist/dev/mp-weixin/pagesHome/pages/ScanUp/ScanUp.js
  34. 2
      unpackage/dist/dev/mp-weixin/pagesHome/pages/ScanUp/ScanUp.wxml
  35. 158
      unpackage/dist/dev/mp-weixin/pagesHome/pages/ScanUp/ScanUp.wxss
  36. 10
      unpackage/dist/dev/mp-weixin/pagesHome/pages/signOrderScan/signOrderScan.js
  37. 2
      unpackage/dist/dev/mp-weixin/pagesHome/pages/signOrderScan/signOrderScan.wxml
  38. 7
      unpackage/dist/dev/mp-weixin/project.config.json
  39. 14
      unpackage/dist/dev/mp-weixin/utils/functions.js
  40. 1
      unpackage/dist/dev/mp-weixin/utils/request.js
  41. 4
      unpackage/dist/dev/mp-weixin/utils/utils.js
  42. 3
      utils/request.js

13
api/user.js

@ -2909,4 +2909,17 @@ export function postFindStockList(data, loadingObj = {}) {
},
loadingObj
);
}
/**
* 卸分一体
*/
export function postUnloadTrayAllOne(data, loadingObj = {}) {
return request({
url: `logpm-trunkline/api/carsLoad/unloadTrayAllOne`,
method: "post",
data
},
loadingObj
);
}

10
config/host.js

@ -8,24 +8,24 @@
// lmy
// const devhost = 'http://192.168.10.123:8889/'
// zhy
// const devhost = 'http://192.168.3.12:13000/'
const devhost = 'http://192.168.3.12:13000/'
// tjj
// const devhost = 'http://192.168.3.14:13000/ '
// const devhost = 'http://192.168.3.14:13000/'
// cyz
// const devhost = 'http://192.168.6.169:9777/'
// const devhost = 'http://192.168.6.141:8777/'
// cg
// const devhost = 'http://192.168.10.57:13000/'
// 正式
const devhost = 'https://h5uapi.huitongys.com/'
// const devhost = 'https://h5uapi.huitongys.com/'
// cg
// const devhost = 'http://192.168.10.200:13000/'
/**
* 正式域名
* */
const prohost = 'http://h5uapi.huitongys.com/'
// const prohost = 'http://h5uapi.huitongys.com/'
// const prohost = 'https://h5uapi.huitongys.com/' // 小程序
// const prohost = 'http://test.api.huo5you.com/'
const prohost = 'http://test.api.huo5you.com/'
/**
* 图片域名
* */

14
pages.json

@ -1489,7 +1489,7 @@
}
},
{
"path": "pages/integral/edit",
"path": "pages/integralEdit/integralEdit",
"style": {
"navigationBarTitleText": "指标编辑",
"enablePullDownRefresh": true,
@ -1724,12 +1724,12 @@
// "selectedIconPath": "/static/TabberIcon/icon3check.png",
// "text": "报表"
// },
// {
// "pagePath": "pages/news/news",
// "iconPath": "/static/TabberIcon/icon4.png",
// "selectedIconPath": "/static/TabberIcon/icon4check.png",
// "text": "消息"
// },
{
"pagePath": "pages/news/news",
"iconPath": "/static/TabberIcon/icon4.png",
"selectedIconPath": "/static/TabberIcon/icon4check.png",
"text": "消息"
},
{
"pagePath": "pages/user/user",
"iconPath": "/static/TabberIcon/icon5.png",

378
pages/index/index.vue

@ -40,187 +40,203 @@
const { storageArr } = storeToRefs(storageStore)
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',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/storageInquiry/storageInquiry',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/trayInquiry/trayInquiry',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/inventoryInquiry/inventoryInquiry',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/MaterialMaintenance/MaterialMaintenance',
// },
// ]
// },
// {
// type: 1,
// name: '',
// minilist: [
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/codePlateBracket/codePlateBracket',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/TranNumber/TranNumber',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/ArrivalList/ArrivalList',
// },
// ]
// },
// {
// 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',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/SearchTray/SearchTray',
// },
// ]
// },
// {
// 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',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/StowageList/StowageList',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/RelayScanList/RelayScanList',
// },
// ]
// },
// {
// 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',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/directGoMarket/directGoMarket',
// },
// ]
// },
// {
// 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',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '库位查询',
router: '/pagesHome/pages/storageInquiry/storageInquiry',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '托盘查询',
router: '/pagesHome/pages/trayInquiry/trayInquiry',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '库存品查询',
router: '/pagesHome/pages/inventoryInquiry/inventoryInquiry',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '物料维护',
router: '/pagesHome/pages/MaterialMaintenance/MaterialMaintenance',
},
]
},
{
type: 1,
name: '入库',
minilist: [
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '码板打托',
router: '/pagesHome/pages/codePlateBracket/codePlateBracket',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '入库扫描',
router: '/pagesHome/pages/TranNumber/TranNumber',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '到车入库',
router: '/pagesHome/pages/ArrivalList/ArrivalList',
},
]
},
{
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',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '托盘数据同步',
router: '/pagesHome/pages/SearchTray/SearchTray',
},
]
},
{
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',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '配载装车',
router: '/pagesHome/pages/StowageList/StowageList',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '中转装车',
router: '/pagesHome/pages/RelayScanList/RelayScanList',
},
]
},
{
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',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '直发商家签收',
router: '/pagesHome/pages/directGoMarket/directGoMarket',
},
]
},
{
type: 1,
name: '离线上传',
minilist: [
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '离线上传',
router: '/pagesHome/pages/OfflineUpload/OfflineUpload',
},
]
},
{
type: 1,
name: '考核',
minilist: [
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '考核指标',
router: '/pagesHome/pages/integral/integral',
},
{
icon: 'http://8.137.14.82:9000/bladex/upload/20240117/fac9c4fd6c4f0bee599417fc8fbbee62.png',
name: '我的考核',
router: '/pagesHome/pages/integralMy/integralMy',
},
]
},
]
})
function gopathpage(path : string) {
uni.navigateTo({

3
pages/login/login.vue

@ -142,6 +142,7 @@
let resdata = await preserveCurrentWarehouse(details.checkitem)
uni.setStorageSync('checkname', details.checkitem)
uni.removeStorageSync('homerouter')
uni.switchTab({
url: '/pages/index/index'
})
@ -211,6 +212,7 @@
name: response.detail.warehouse_name,
})
if (response.detail.warehouse_id) {
uni.removeStorageSync('homerouter')
uni.switchTab({
url: '/pages/index/index'
})
@ -222,6 +224,7 @@
if (details.warehouseList.length == 1) {
let resdata = await preserveCurrentWarehouse(details.warehouseList[0])
uni.setStorageSync('checkname', details.warehouseList[0])
uni.removeStorageSync('homerouter')
uni.switchTab({
url: '/pages/index/index'
})

2
pagesHome/pages/ArrivalList/ArrivalList.vue

@ -402,7 +402,7 @@
/** 卸分一体 */
const handleScanByTray = (item) => {
uni.navigateTo({
url: '/pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray?id=' + item.id
url: '/pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray?id=' + item.id + '&carsNo=' + item.carsNo
})
}

38
pagesHome/pages/ScanUp/ScanUp.vue

@ -564,16 +564,40 @@
}
if (res.code == 200) {
// utils.ttsspke(`${_totalShelfNum}`)
details.uplistarr = []
details.scancode = details.allocationId
details.allocationId = ''
details.renderList = []
scandata()
//
const refresh = () => {
details.uplistarr = []
details.scancode = details.allocationId
details.allocationId = ''
details.renderList = []
scandata()
tip.value.setisshow(false)
}
utils.handleToast('是否继续上架')
tip.value.setdetails({
title: '提示',
content: '是否继续上架?',
confirmTxt: '确认',
isshow: true,
isshowcancel: true,
success: async () => {
uni.startPullDownRefresh({})
tip.value.setisshow(false)
},
cancel: () => {
refresh()
},
close: () => {
refresh()
}
})
}
// loading
uni.hideLoading()
tip.value.setisshow(false)
},
cancel: () => {
tip.value.setisshow(false)

22
pagesHome/pages/StowageListDetails/StowageListDetails.vue

@ -169,16 +169,12 @@
</view>
<view>
<view style="color: #90A0AF;">装车数量</view>
{{item.loadingNum || 0}}
{{item.num || 0}}
</view>
</view>
<view class="flex-c-sb">
<view class="">
</view>
<view class="button" @click.stop="handleDelete(item,3)">
删除
</view>
<view class="deleteBtn button" @click.stop="handleDelete(item,3)">
删除
</view>
<view v-if="item.complete"
@ -334,6 +330,7 @@
const TrayStowage = ref()
onLoad((op) => {
console.log('op :>> ', op);
details.loadId = op.id
details.pageType = op.type
@ -469,6 +466,7 @@
/** 扫描托盘 */
const scanTray = async () => {
console.log('111 :>> ', 111);
const submitData = {
trayCode: details.scancode,
loadId: details.loadId
@ -538,7 +536,7 @@
//
if (Number(details.pageType) === 1) await scanOrder()
//
else if (Number(details.pageType === 2)) await scanTray()
else if (Number(details.pageType) === 2) await scanTray()
} catch (err) {
console.log('err :>> ', err);
//TODO handle the exception
@ -773,6 +771,7 @@
align-items: center;
>.itec {
position: relative;
width: 686upx;
// height: 176upx;
background: #FFFFFF;
@ -807,6 +806,13 @@
}
}
.deleteBtn {
position: absolute;
right: 0;
top: 0;
background-color: #f8544b;
}
.tip {
position: absolute;
right: 0;

17
pagesHome/pages/TranNumber/TranNumber.vue

@ -152,7 +152,10 @@
/** 弹窗是否显示 */
PopUpShow: true,
/** 车次号 */
tranNum: ""
tranNum: "",
/** 扫描的码值 */
scancode: ''
})
//
@ -169,6 +172,14 @@
// #ifdef APP
//
uni.$off('scancodedate')
uni.$on('scancodedate', function (code) {
if (code) {
console.log(code);
details.scancode = code
scandata()
}
})
// #endif
await nextTick()
@ -270,6 +281,10 @@
url: `/pagesHome/pages/onLoadByScan/onLoadByScan?pageInfo=${JSON.stringify(jumpData)}`,
})
}
function scandata() {
if (details.PopUpShow) details.tranNum = details.scancode
}
</script>
<style lang="scss" scoped>

41
pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue

@ -69,14 +69,15 @@
<PullDownBox>
<template #title>
<view class="contenbx1">
<view style="flex: 1;">
<view style="flex: 1; display: flex;">
<view>订单号</view>
<view class="row_value">
{{item.orderCode}}
</view>
</view>
<view style="flex: 1;">
</view>
<view class="contenbx1">
<view style="flex: 1; display: flex;">
<view>运单号</view>
<view class="row_value">
{{item.waybillNo}}
@ -92,7 +93,13 @@
<text>
装车数/卸车数
</text>
{{item.loadingNum + '/' + item.unloadNum}}
<text style="color: #000;">
{{item.loadingNum}}
</text>
/
<text style="color: #00d400;">
{{item.unloadNum}}
</text>
</view>
</view>
</template>
@ -109,7 +116,12 @@
</view>
<view class="flex1" style="display: flex; align-items: center; margin-left:5px;">
卸车状态:
<view class="tip">
<view :class="{
'tip': true,
'red': Number(value.scanStatus) === 1,
'green': Number(value.scanStatus) === 2,
'blue': Number(value.scanStatus) === 3
}">
{{Number(value.scanStatus) === 1? '已装车': Number(value.scanStatus) === 2? '已卸车': '已签收'}}
</view>
</view>
@ -158,7 +170,12 @@
</view>
<view class="flex1" style="display: flex; align-items: center; margin-left:5px;">
卸车状态:
<view class="tip">
<view :class="{
'tip': true,
'red': Number(item.scanStatus) === 1,
'green': Number(item.scanStatus) === 2,
'blue': Number(item.scanStatus) === 3
}">
{{Number(item.scanStatus) === 1? '已装车': Number(item.scanStatus) === 2? '已卸车': '已签收'}}
</view>
</view>
@ -1089,6 +1106,18 @@
color: #fff;
border-radius: 5upx;
margin-left: 10upx;
&.red {
background: #dc362e;
}
&.green {
background: #00d400;
}
&.blue {
background: #0086F1;
}
}
.scroll_row {

657
pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray.vue

@ -24,31 +24,31 @@
路线{{details.pageInfo.carsLineName}}
</view> -->
<view>
<view>托盘码{{details.pageInfo.driverName}}</view>
<view>托盘名称{{details.pageInfo.driverMobile}}</view>
<view>托盘码{{details.trayInfo.trayCode}}</view>
<view>托盘名称{{details.trayInfo.trayName}}</view>
</view>
<view>
<view>打托方式{{details.pageInfo.driverName}}</view>
<view>名称{{details.pageInfo.driverMobile}}</view>
<view>打托方式{{details.trayInfo.trayTypeName}}</view>
<view>名称{{details.trayInfo.name}}</view>
</view>
</view>
<view class="hdtpnum">
<view>
<view>计划件数</view>
<view>{{details.pageInfo.planLoadingNumber || 0}}</view>
<view>订单在托数量</view>
<view>{{(details.info.orderlNum)||0}}</view>
</view>
<view>
<view>装车件</view>
<view>{{details.pageInfo.realLoadingNumber || 0}}</view>
<view>订单总</view>
<view>{{(details.info.orderTotalNum)||0}}</view>
</view>
<view>
<view>计划卸车数量 </view>
<view>{{details.pageInfo.planUnloadNum || 0}}</view>
<view>库存品在托数量</view>
<view>{{(details.info.stockNum)||0}}</view>
</view>
<view>
<view>卸车</view>
<view>{{details.pageInfo.unloadNumber || 0}}</view>
<view>库存品总</view>
<view>{{(details.info.stockTotalNum)||0}}</view>
</view>
</view>
@ -59,9 +59,9 @@
<view @click="setorderStatus(2)" :class="orderStatus==2?'active':''">
<view>零担</view>
</view>
<view @click="setorderStatus(3)" :class="orderStatus==3?'active':''">
<view>异常</view>
</view>
<!-- <view @click="setorderStatus(3)" :class="orderStatus==3?'active':''">
<view>库存品</view>
</view> -->
</view>
</template>
@ -70,110 +70,62 @@
class="jpScorllView" :refresher="false" :data="datalist">
<template v-slot="{ list }">
<view v-for="item in list" :key="item.orderCode" :id="item.orderCode" :ref="item.orderCode">
<template v-if="Number(orderStatus) !== 3">
<PullDownBox>
<template #title>
<view class="contenbx1">
<view style="flex: 1;">
<view>订单号</view>
<view class="row_value">
{{item.orderCode}}
</view>
</view>
<view style="flex: 1;">
<view>运单号</view>
<view class="row_value">
{{item.waybillNo}}
</view>
</view>
<!-- 定制品 -->
<template v-if="details.orderStatus === 1">
<view class="items chuanhuo" @click="godetaillist(item)">
<view class="tophd" @click.stop.prevent>
<view>订单号</view>
<view :style="item.isFleeing?'color: #ff0000;':''">
{{item.dataCode}}{{item.isFleeing?'(窜)':''}}
</view>
<view class="contenbx1">
<view>
<text>订单总数</text>
{{item.totalNum}}
</view>
<view>
<text>
装车数/卸车数
</text>
{{item.loadingNum + '/' + item.unloadNum}}
</view>
<image @click="removeitem(item)" src="/pagesHome/static/removeitem.png"></image>
</view>
<view class="tophd">
<view>服务号</view>
<view>{{item.serviceNumber}}</view>
</view>
<view class="numbxvie">
<view>
<view>总数</view>
<view class="zhon">{{item.orderTotalNum}}</view>
</view>
</template>
<template #content>
<u-divider text="详情"></u-divider>
<block v-for="value in item.unloadPackageList" :key="value.name">
<view class="details_container">
<!-- 定制品 -->
<template v-if="Number(orderStatus) === 1">
<view class="flex-c-sb">
<view style="flex: 1;">
包条码: {{value.orderPackageCode}}
</view>
<view class="flex1" style="display: flex; align-items: center; margin-left:5px;">
卸车状态:
<view class="tip">
{{Number(value.scanStatus) === 1? '已装车': Number(value.scanStatus) === 2? '已卸车': '已签收'}}
</view>
</view>
</view>
<view class="flex-c-sb mt10">
<view class="flex1">
托盘名称: {{value.trayName || '暂无数据'}}
</view>
<view class="flex1">
托盘码: {{value.trayCode || '暂无数据'}}
</view>
</view>
</template>
<!-- 零担 -->
<template v-if="Number(orderStatus) === 2">
<view class="flex-c-sb" @click="handleZeroStowage(item, value)">
<view class="flex1">
产品名称: {{value.orderPackageCode}}
</view>
<view class="flex1">
装车数/卸车数: {{value.num + '/' + (value.unloadNum || 0)}}
</view>
</view>
<view class="flex-c-sb mt10">
<view class="flex1">
托盘名称: {{value.trayName || '暂无数据'}}
</view>
<view class="flex1">
托盘码: {{value.trayCode || '暂无数据'}}
</view>
</view>
</template>
</view>
</block>
</template>
</PullDownBox>
</template>
<template v-else>
<view class="abnormal">
<view class="flex-c-sb" style="zoom: 0.9;">
<view class="flex1">
包条码: {{item.scanCode}}
<view>
<view>已扫</view>
<view class="yish">{{item.scanNum}}</view>
</view>
<view class="flex1" style="display: flex; align-items: center; margin-left:5px;">
卸车状态:
<view class="tip">
{{Number(item.scanStatus) === 1? '已装车': Number(item.scanStatus) === 2? '已卸车': '已签收'}}
</view>
<view>
<view>未扫</view>
<view class="weish">{{item.orderTotalNum - item.scanNum }}</view>
</view>
</view>
<view class="flex-c-sb mt10" style="zoom: 0.9;">
<view class="flex1">
托盘名称: {{item.trayName || '暂无数据'}}
<image v-if="item.orderTotalNum!=item.scanNum" class="weiqt"
src="/pagesHome/static/weiqitao.png">
</image>
<image v-else class="qitao" src="/pagesHome/static/qitao.png"></image>
</view>
</template>
<!-- 零担 -->
<template v-if="details.orderStatus === 2">
<view class="items">
<view class="tophd" @click.stop.prevent>
<image src="/pagesHome/static/topicons.png"></image>
<view>订单号</view>
<view>{{item.dataCode}}</view>
<image @click="removeitem(item)" src="/pagesHome/static/removeitem.png"></image>
</view>
<view class="tophd" @click.stop.prevent>
<view>运单号</view>
<view>{{item.waybillNo}}</view>
</view>
<view class="numbxvie">
<view>
<view class="zhon">{{item.orderTotalNum}}</view>
<view>总数</view>
</view>
<view class="flex1">
托盘码: {{item.trayCode || '暂无数据'}}
<view>
<view class="yish">{{item.scanNum}}</view>
<view>打托数量</view>
</view>
</view>
</view>
@ -188,6 +140,8 @@
</tiplist>
<tips ref="tip"></tips>
<!-- 零担装车 -->
<PopUp ref='ZeroStowage'>
@ -241,11 +195,10 @@
<script lang="ts" setup>
import {
postCarsLoadUnloadPackage,
postArriveUnloadCarsDetail,
postCarsLoadUnloadZero,
postFindUnloadTrayGoodsList,
postUnloadTray
warehouseTrayTypeorderScanTrayCode,
warehouseTrayTypedeleteOrderCode,
warehouseTrayTypedeleteZeroOrderByTrayCode,
postUnloadTrayAllOne
} from '@/api/user.js'
import {
onLoad,
@ -254,15 +207,15 @@
import { computed, inject, nextTick, onMounted, reactive, ref, toRefs, } from "vue";
import useSystemSettingsStore from '@/store/useSystemSettingsStore';
import { storeToRefs } from 'pinia';
import utils from '@/utils/utils.js';
const { scanState } = storeToRefs(useSystemSettingsStore())
const utils = inject('utils') as any
const option = reactive({
title: '卸分一体',
haveData: true,
async pullDownRefreshInitPage() {
return await initpage()
},
})
@ -290,10 +243,10 @@
orderType: 0,
inputtxt: '',
listcheckindex: -1,
isscan: false,
order: [],
zero: [],
/** 扫描包件的订单号 */
orderCode: '',
pageInfo: {},
info: {},
//
zeroList: [],
/** 页面类型 1: 按件装车 2: 整托卸车 */
@ -303,17 +256,21 @@
jpScorllViewHeight: '',
/** 托盘信息 */
trayInfo: {
trayCode: ''
trayCode: '',
trayName: '',
trayTypeName: '',
trayType: '',
name: ''
},
/** 打托方式类型 */
scansortingType: [
{ type: 1, name: '服务号', src: '/pagesHome/static/scicon1.png' },
{ type: 2, name: '订单自编码', src: '/pagesHome/static/scicon2.png' },
{ type: 3, name: '商场', src: '/pagesHome/static/scicon3.png' },
{ type: 4, name: '客户', src: '/pagesHome/static/scicon4.png' },
{ type: 5, name: '仓库', src: '/pagesHome/static/scicon5.png' },
{ type: 6, name: '门店', src: '/pagesHome/static/scicon6.png' },
{ type: 7, name: '其他', src: '/pagesHome/static/scicon7.png' },
{ type: 10, name: '服务号', src: '/pagesHome/static/scicon1.png' },
{ type: 20, name: '订单自编码', src: '/pagesHome/static/scicon2.png' },
{ type: 30, name: '商场', src: '/pagesHome/static/scicon3.png' },
{ type: 40, name: '客户', src: '/pagesHome/static/scicon4.png' },
{ type: 50, name: '仓库', src: '/pagesHome/static/scicon5.png' },
{ type: 60, name: '门店', src: '/pagesHome/static/scicon6.png' },
{ type: 100, name: '其他', src: '/pagesHome/static/scicon7.png' },
],
/** 是否显示打托方式 */
isShowType: false,
@ -323,6 +280,7 @@
//
const tiplists = ref(null)
const basicContainer = ref(null)
const tip = ref()
/** 零担装车 */
const ZeroStowage = ref()
@ -336,6 +294,7 @@
onLoad((op) => {
details.loadId = op.id
details.pageType = op.type
details.pageInfo = op
// #ifdef APP
utils.ttsspke('请先扫描托盘码')
@ -356,16 +315,11 @@
if (code) {
console.log('code', code);
details.scancode = code
details.isscan = true
scandata()
}
})
// #endif
await nextTick()
//
basicContainer.value.startPullDownRefresh()
// chooseTary.value.details.showPopUp = true
})
onMounted(async () => {
@ -398,42 +352,17 @@
})
}
/** 请求页面 -- 按件装车 */
const initPageByOrder = async () => {
try {
const response = await postArriveUnloadCarsDetail({
loadId: details.loadId
})
const { code, data } = response
console.log('response :>> ', response);
if (code === 200) {
details.pageInfo = data
details.datalist = details.orderStatus === 1 ?
details.pageInfo.unloadScanOrderList :
details.orderStatus === 2 ?
details.pageInfo.unloadZeroList :
details.pageInfo.exceptionList
}
} catch (e) {
//TODO handle the exception
} finally {
return null
}
}
/** 请求页面数据 */
async function initpage() {
try {
//
const res = await initPageByOrder()
return await scanTray()
}
} catch (err) {
console.log('err :>> ', err);
//TODO handle the exception
} finally {
console.log('details.datalist :>> ', details.datalist);
return null
}
function godetaillist(item) {
uni.navigateTo({
url: '/pagesHome/pages/OrderSortingDetailList/OrderSortingDetailList?orderCode='
+ item.dataCode + '&trayCode='
+ details.trayInfo.trayCode
})
}
function checktype(e) {
@ -459,152 +388,86 @@
details.datalist = details.orderStatus === 1 ?
details.pageInfo.unloadScanOrderList :
details.info.packageList :
details.orderStatus === 2 ?
details.pageInfo.unloadZeroList :
details.pageInfo.exceptionList
// for (let i = 0; i < 1000; i++) {
// details.datalist.push({ orderCode: i, unloadPackageList: [] })
// }
details.info.zeroList :
details.info.stockList
// return
console.log('details.datalist :>> ', details.datalist);
}
/** 包件卸车 -- 单个 */
const handleOrderStowage = async (_scanCode) => {
try {
uni.showLoading({
mask: true
})
const submitData = {
orderPackageCode: _scanCode,
loadId: details.loadId
}
const res = await postCarsLoadUnloadPackage(submitData)
return res
} catch (err) {
console.log('err :>> ', err);
//TODO handle the exception
} finally {
uni.hideLoading()
//
basicContainer.value.startPullDownRefresh()
}
}
/** 扫描包件 */
const scanOrder = async () => {
OrderStowage.value.details.showPopUp = false
let _scanCode = details.scancode
//
let isHave = false
//
let returnContent = ''
//
let _trayCode = ''
for (let item of details.pageInfo.unloadScanOrderList) {
let isBreak = false
for (let val of item.unloadPackageList) {
if (_scanCode === val.orderPackageCode) {
isHave = true
isBreak = true
if (Number(val.scanStatus) === 2) {
returnContent = '该包件已卸车'
} else if (Number(val.scanStatus) === 3) {
returnContent = '该包件已签收'
}
if (val.trayCode) {
_trayCode = val.trayCode
}
}
}
if (isBreak) break
}
if (returnContent) {
// #ifdef APP
utils.ttsspke(returnContent)
// #endif
uni.showToast({
title: returnContent,
icon: 'none'
})
return
const submitData = {
loadId: details.loadId,
trayCode: details.trayInfo.trayCode,
trayType: details.trayInfo.trayType,
isZero: 0,
orderPackageCode: details.scancode,
enterNum: 1
}
if (!isHave) {
OrderStowage.value.setDetails({
title: '异常装车',
showPopUp: true,
async success() {
try {
const submitData = {
orderPackageCode: _scanCode,
loadId: details.loadId
}
const res = await postCarsLoadUnloadPackage(submitData)
return res
} catch (err) {
console.log('err :>> ', err);
//TODO handle the exception
} finally {
OrderStowage.value.details.showPopUp = false
//
basicContainer.value.startPullDownRefresh()
}
}
})
return
}
const res = await postUnloadTrayAllOne(submitData)
if (_trayCode) {
tiplists.value.setdetails({
isshow: true,
tipstate: 2,
list: [],
isonecheck: true,
title: '是否整托装车',
success: () => {
tiplists.value.setdetails({ isshow: false })
//
scanTray()
},
cancel: async () => {
tiplists.value.setdetails({ isshow: false })
const { code, data, msg } = res
console.log('msg :>> ', msg);
handleOrderStowage(_scanCode)
},
close: () => {
tiplists.value.setdetails({ isshow: false })
}
})
details.scancode = _trayCode
if (code !== 200) {
if (msg) utils.handleToast(msg)
return
}
details.orderCode = data.orders
handleOrderStowage(_scanCode)
basicContainer.value.startPullDownRefresh()
}
/** 扫描托盘 */
const scanTray = async () => {
const submitData = {
trayCode: details.scancode,
loadId: details.loadId
try {
uni.showLoading({
mask: true
})
const submitData = {
trayCode: details.trayInfo.trayCode || details.scancode,
loadId: details.loadId
}
const res = await warehouseTrayTypeorderScanTrayCode(submitData)
const { code, data } = res
if (code !== 200) return res
if (data.isHasData === 0) return details.isShowType = true
else {
details.info = data.data
details.trayInfo = data.data
details.datalist = details.orderStatus === 1 ?
details.info.packageList :
details.orderStatus === 2 ?
details.info.zeroList :
details.info.stockList
if (details.orderCode) {
const _item = details.info.packageList.find(val => val.dataCode === details.orderCode)
let _content = ''
if (_item.scanNum === _item.orderTotalNum) _content = `${_item.dataCode}齐套`
else _content = data.data.orderlNum + '件'
console.log('_content :>> ', _content);
// #ifdef APP
utils.handleToast(_content)
// #endif
details.orderCode = ''
}
}
// return res
} catch (err) {
console.log('err :>> ', err);
//TODO handle the exception
} finally {
uni.hideLoading()
}
const res = await postFindUnloadTrayGoodsList(submitData)
const { code, data } = res
if (code !== 200) return res
// return res
}
/**
@ -698,7 +561,80 @@
}
/** 选择打托方式 */
const handleChooseType = () => { }
const handleChooseType = (item) => {
details.isShowType = false
details.trayInfo.trayType = item.type
details.trayInfo.trayTypeName = item.name
}
/**
* 删除
*/
function removeitem(item : any) {
//
if (details.orderStatus === 1) removeOrder(item)
//
else if (details.orderStatus === 2) removeZero(item)
}
/**
* 删除定制品
*/
function removeOrder(item : any) {
tip.value.setdetails({
title: '提示',
content: '确认删除该订单与托盘码的绑定?',
confirmTxt: '确认',
isshow: true,
isshowcancel: true,
success: async () => {
let data = {
trayCode: details.trayInfo.trayCode,
orderCode: item.dataCode,
}
let res = await warehouseTrayTypedeleteOrderCode(data)
if (res.code !== 200) return
console.log('res :>> ', res);
basicContainer.value.startPullDownRefresh()
tip.value.setisshow(false)
},
cancel: () => {
tip.value.setisshow(false)
},
close: () => {
tip.value.setisshow(false)
}
})
}
/**
* 删除零担
*/
function removeZero(item : any) {
tip.value.setdetails({
title: '提示',
content: '确认删除该订单和托盘的绑定?',
confirmTxt: '确认',
isshow: true,
isshowcancel: true,
success: async () => {
let data = {
trayCode: details.trayInfo.trayCode,
orderCode: item.dataCode
}
let response = await warehouseTrayTypedeleteZeroOrderByTrayCode(data)
if (response.code == 200) {
basicContainer.value.startPullDownRefresh()
tip.value.setisshow(false)
}
},
cancel: () => {
tip.value.setisshow(false)
},
close: () => {
tip.value.setisshow(false)
}
})
}
const { orderStatus, items, datalist } = toRefs(details)
</script>
@ -1017,4 +953,133 @@
}
}
}
.chuanhuo {
border: #ff0000;
}
.weiqt {
position: absolute;
right: 0;
top: 0;
width: 70upx;
height: 70upx;
}
.qitao {
position: absolute;
right: 0;
top: 0;
width: 70upx;
height: 70upx;
}
.items {
font-size: 0.8rem;
width: 96%;
margin: 10upx auto;
display: flex;
flex-direction: column;
align-items: center;
padding: 20upx 30upx;
box-sizing: border-box;
background-color: #ffffff;
border-radius: 10upx;
position: relative;
.tophd {
width: 100%;
display: flex;
align-items: flex-start;
justify-content: flex-start;
padding: 15upx;
box-sizing: border-box;
border-bottom: 4upx solid #EEEEEE;
>image {
width: 48upx;
height: 48upx;
margin-right: 10upx;
box-sizing: border-box;
}
>view {
color: #020B18;
font-weight: 400;
word-wrap: break-word;
word-break: break-all;
// &:nth-of-type(1) {
// width: 180upx;
// }
}
>view:nth-of-type(2) {
flex: 1;
}
}
.tophd1 {
width: 100%;
display: flex;
box-sizing: border-box;
padding: 15upx 20upx;
border-bottom: 4upx solid #EEEEEE;
&>view {
display: flex;
flex: 1;
align-items: center;
}
image {
width: 64upx;
height: 64upx;
}
}
.numbxvie {
width: 100%;
display: flex;
align-items: center;
justify-content: space-around;
padding: 15upx 25upx;
box-sizing: border-box;
&>view {
display: flex;
flex: 1;
justify-content: center;
align-items: center;
}
.zhon {
color: var(--subjectColor);
}
.yish {
color: #1197EB;
}
.weish {
color: #f00;
}
// >view {
// display: flex;
// flex-direction: column;
// align-items: center;
// >view:nth-of-type(1) {
// font-size: 36upx;
// margin-bottom: 12upx;
// }
// >view:nth-of-type(2) {
// font-size: 28upx;
// }
// }
}
}
</style>

19
pagesHome/pages/integral/integral.vue

@ -36,8 +36,8 @@
<view @click.stop.prevent>
<u-icon @click='showCalendar' style="margin-right: 10rpx;" v-if="!datatime" name="calendar"
color="#999999" size="50"></u-icon>
<u-icon @click="cleartime" style="margin-right: 10rpx;" v-else name="close-circle"
color="#999999" size="40"></u-icon>
<u-icon @click="cleartime" style="margin-right: 10rpx;" v-else name="close-circle" color="#999999"
size="40"></u-icon>
</view>
</view>
</view>
@ -56,11 +56,10 @@
<uni-th align="center" width="150rpx">考核指标</uni-th>
<uni-th align="center" width="40rpx">分数</uni-th>
</uni-tr>
<block v-for="item,index in dataList" :key="index">
<uni-tr @click="goDetail(item)">
<block v-for="(item,index) in dataList" :key="index">
<uni-tr @click="goDetail(item)" @tap="goDetail(item)">
<uni-td align="center">{{index+1}}</uni-td>
<uni-td align="center"
:style="{color:item.isObjection?'#D3832A':''}">{{item.createTime}}</uni-td>
<uni-td align="center" :style="{color:item.isObjection?'#D3832A':''}">{{item.createTime}}</uni-td>
<uni-td align="center">{{item.assessDeptName}}</uni-td>
<uni-td align="center">{{item.classifyName}}</uni-td>
<uni-td align="center">{{item.point}}</uni-td>
@ -99,7 +98,7 @@
show: false,
date: [],
datatime: '',
assessDept: null,
assessDept: '',
deepList: [],
dataList: []
}
@ -163,13 +162,15 @@
this.datatime = ''
},
goEdit(item, sub) {
console.log('222 :>> ', 222);
uni.navigateTo({
url: `/pagesHome/pages/integral/edit?oneId=${item.id}&twoId=${sub.id}&twoName=${sub.name}`
url: `/pagesHome/pages/integralEdit/integralEdit?oneId=${item.id}&twoId=${sub.id}&twoName=${sub.name}`
})
},
goDetail(item) {
console.log('111 :>> ', 111);
uni.navigateTo({
url: `/pagesHome/pages/integral/edit?id=${item.id}`
url: `/pagesHome/pages/integralEdit/integralEdit?id=${item.id}`
})
}
}

268
pagesHome/pages/integral/edit.vue → pagesHome/pages/integralEdit/integralEdit.vue

@ -4,7 +4,7 @@
border=true :autoBack="true" leftIconSize='35'></u-navbar>
<view class="content-box">
<uni-forms :modelValue="formData" ref="form" :rules="rules" label-width="90">
<uni-forms :modelValue="formData" ref="form" :rules="rules" label-width="5.5rem">
<uni-forms-item label="考核部门" name="assessDept" required>
<view :class="['pick-input',check?'dsb-color':'']" @click="showCheck">
{{formData.assessDeptName||'请选择'}}
@ -24,15 +24,45 @@
<uni-data-select v-model="formData.point" :disabled="check" :localdata="pointList"
@change="change"></uni-data-select>
</uni-forms-item>
<uni-forms-item label="照片上传">
<uni-forms-item :label="check ?'照片' :'照片上传'">
<uni-file-picker limit="9" :class="check?'dsb-up':''" v-model="fileList1" :disabled="check"
:auto-upload="false" @select="selectFile($event,1)"
:auto-upload="false" @select="selectFile($event,1)" :del-icon="!check"
@delete="deletea($event,1)"></uni-file-picker>
</uni-forms-item>
<uni-forms-item label="附件上传">
<uni-file-picker limit="5" :class="check?'dsb-up':''" v-model="fileList2" :disabled="check"
:auto-upload="false" @select="selectFile($event,2)" @delete="deletea($event,2)"
file-mediatype="all" title="最多选择5个文件"></uni-file-picker>
<uni-forms-item :label="check ?'附件' :'附件上传'">
<!-- <uni-file-picker limit="5" :class="check?'dsb-up':''" v-model="fileList2" :disabled="check"
:auto-upload="false" @select="selectFile($event,2)" @delete="deletea($event,2)" file-mediatype="all"
title="最多选择5个文件"></uni-file-picker> -->
<u-button type="primary" @click="handleChooseFile">
选择文件
</u-button>
<view class="fileList">
<block v-for="(item,index) in fileList2" :key="item.url">
<view class="fileList_item">
<view class="fileName">
{{item.name}}
</view>
<view class="downLoadBtn">
<template v-if="!check">
<view class="">
<u-icon name="close-circle-fill" @click="deletea(index,2)" color="#c0c4cc"
size="28"></u-icon>
</view>
</template>
<template v-else>
<view class="">
<u-icon name="eye-fill" @click="handlePreviewFile(item)" color="#32df72"></u-icon>
</view>
<view class="">
<u-icon name="download" @click="handleCopy(item)" color="#32df72"></u-icon>
</view>
</template>
</view>
</view>
</block>
</view>
</uni-forms-item>
<uni-forms-item label="分数备注">
<uni-easyinput type="textarea" :disabled="check" autoHeight v-model="formData.remark"
@ -48,17 +78,17 @@
<view class="btns">
<view class="cancel" @click="goBack">取消</view>
<view class="confirm" v-if="!check" @click="submit">确定</view>
<!-- 异议过才可以异议 -->
<view class="confirm" v-else-if="!formData.isObjection" @click="show=true">异议</view>
<!-- 申诉过才可以申诉 -->
<view class="confirm" v-else-if="!formData.isObjection" @click="show=true">申诉</view>
</view>
</view>
<u-modal :show="show" title="异议" :showCancelButton="true" confirmColor="#D3832A" @cancel="show=false"
<u-modal :show="show" title="申诉" :showCancelButton="true" confirmColor="#D3832A" @cancel="show=false"
@confirm="confirm">
<view class="slot-content">
<uni-easyinput type="textarea" autoHeight v-model="formData.objectionRemark"
placeholder="请输入异议描述"></uni-easyinput>
placeholder="请输入申诉描述"></uni-easyinput>
</view>
</u-modal>
@ -74,6 +104,14 @@
</view>
</view>
</u-popup>
<tips ref="tip"></tips>
<popUp ref="popUpCopyUrl">
<view style="display: flex; word-break: break-all;">
url{{urlItem.url}}
</view>
</popUp>
</view>
</template>
@ -129,13 +167,16 @@
check: false, //
deepShow: false,
keyword: '',
popList: []
popList: [],
/** 文件信息 */
urlItem: {}
}
},
async onLoad(e) {
if (e.check) {
this.check = true
}
console.log('this.show :>> ', this.show);
let res = await classifyList({})
this.range1 = res.data.map(item => {
return {
@ -173,11 +214,61 @@
if (this.check) return
this.deepShow = true
},
/** 选择并上传文件 */
handleChooseFile() {
const that = this
// #ifdef MP-WEIXIN
return uni.chooseMessageFile({
count: 6, //100
success: function(res) {
const files = res.tempFiles;
console.log('files :>> ', files);
const type = 2
files.forEach(async item => {
let res = await utils.upfile(item.path)
console.log('res :>> ', res);
console.log(that.fileList2)
that['fileList' + type].push({
url: res.link,
name: item.name,
type
})
})
}
});
// #endif
// #ifdef APP
return uni.showToast({
title: '暂仅支持微信小程序上传',
icon: 'none'
})
// #endif
uni.chooseFile({
count: 6, //100
success: function(res) {
console.log(JSON.stringify(res));
}
});
},
async getInfo(id) {
let res = await myApiIndicatorsDetail({
id
})
this.formData = res.data
console.log('res12312 :>> ', res);
const {
code,
data
} = res
if (code !== 200) return
this.formData = data
this.range1.forEach(item => {
item.children && item.children.forEach(item2 => {
if (item2.id == res.data.classifyId) {
@ -205,8 +296,8 @@
},
submit() {
this.$refs.form.validate().then(async () => {
uni.showLoading()
uni.hideLoading()
// uni.showLoading()
// uni.hideLoading()
this.formData.resourceList = [...this.fileList1, ...this.fileList2]
let res;
if (this.formData.id) {
@ -221,7 +312,7 @@
})
setTimeout(() => {
uni.navigateBack()
}, 2000)
}, 500)
}
})
},
@ -279,24 +370,126 @@
})
setTimeout(() => {
uni.navigateBack()
}, 2000)
}, 500)
}
},
selectFile(e, type) {
const files = e.tempFiles;
console.log('files :>> ', files);
files.forEach(async item => {
let res = await utils.upfile(item.path)
this['fileList' + type].push({
url: res.link,
name: item.path,
name: item.name,
type
})
})
},
deletea(e, type) {
const num = this['fileList' + type].findIndex(v => v.name === e.tempFilePath);
this['fileList' + type].splice(num, 1);
let num = 0
if (type === 2) {
num = e
} else {
num = this['fileList' + type].findIndex(v => v.name === e.tempFilePath);
}
this['fileList' + type]
.splice(num, 1);
},
handlePreviewFile(item) {
console.log('this.refs :>> ', this.refs);
this.$refs.tip.setdetails({
title: '提示',
content: '确认阅览?',
confirmTxt: '确认',
isshow: true,
isshowcancel: true,
success: async () => {
// #ifdef APP
//
let that = this
let url = item.url;
uni.downloadFile({
url: url,
success: function(res) {
let filepathss = plus.io.convertLocalFileSystemURL(res.tempFilePath);
setTimeout(
() =>
uni.openDocument({
filePath: filepathss,
showMenu: false,
success: function() {
console.log("打开文档成功");
},
fail: function() {
uni.showToast({
title: '暂不支持此类型',
duration: 2000,
icon: "none",
});
}
}),
1000
);
},
fail: function(res) {
console.log(res); //
}
});
// #endif
// #ifdef MP-WEIXIN
wx.downloadFile({
url: item.url,
// filePath: wx.env.USER_DATA_PATH + '/' + item.fullName,
success(res) {
console.log('res :>> ', res);
if (res.statusCode === 200) {
wx.hideLoading()
let filePath = res.tempFilePath
// let tempFilePath = res.tempFilePath
wx.openDocument({
filePath: filePath,
success: function(res) {
console.log('打开文档成功')
}
})
}
}
})
// #endif
},
cancel: () => {
this.$refs.tip.setisshow(false)
},
close: () => {
this.$refs.tip.setisshow(false)
}
})
},
handleCopy(item) {
this.urlItem = item
this.$refs.popUpCopyUrl.setDetails({
title: '复制链接',
confirmText: '复制',
showPopUp: true,
success: async () => {
uni.setClipboardData({
data: item.url, //
success: () => { //
uni.showToast({ //
title: '复制成功'
})
}
});
},
close: () => {
this.$refs.popUpCopyUrl.details.showPopUp = false
}
})
},
goBack() {
uni.navigateBack()
@ -402,4 +595,39 @@
}
}
}
.fileList {
.fileList_item {
margin-top: 10upx;
word-break: break-all;
display: flex;
justify-content: space-between;
padding: 15upx;
border: 1upx solid #c0c4cc;
border-radius: 5upx;
box-shadow: 0 0 10upx #c0c4cc;
.fileName {
flex: 1;
}
.downLoadBtn {
flex: none;
margin-left: 15upx;
display: flex;
flex-direction: column;
>view {
&:nth-child(2) {
margin-top: 20upx;
}
}
:deep(.u-icon__icon) {
font-size: 1.4rem !important;
line-height: 1.4rem !important;
}
}
}
}
</style>

11
pagesHome/pages/integralMy/integralMy.vue

@ -13,8 +13,8 @@
<view @click.stop.prevent>
<u-icon @click='showCalendar' style="margin-right: 10rpx;" v-if="!datatime" name="calendar"
color="#999999" size="50"></u-icon>
<u-icon @click="cleartime" style="margin-right: 10rpx;" v-else name="close-circle"
color="#999999" size="40"></u-icon>
<u-icon @click="cleartime" style="margin-right: 10rpx;" v-else name="close-circle" color="#999999"
size="40"></u-icon>
</view>
</view>
<view @click="pageClick()" class="btn">查询</view>
@ -35,10 +35,9 @@
<uni-th align="center" width="40rpx">分数</uni-th>
</uni-tr>
<block v-for="item,index in dataList" :key="index">
<uni-tr @click="goDetail(item)">
<uni-tr @click="goDetail(item)" @tap="goDetail(item)">
<uni-td align="center">{{index+1}}</uni-td>
<uni-td align="center"
:style="{color:item.isObjection?'#D3832A':''}">{{item.createTime}}</uni-td>
<uni-td align="center" :style="{color:item.isObjection?'#D3832A':''}">{{item.createTime}}</uni-td>
<uni-td align="center">{{item.createdUserName}}</uni-td>
<uni-td align="center">{{item.classifyName}}</uni-td>
<uni-td align="center">{{item.point}}</uni-td>
@ -139,7 +138,7 @@
},
goDetail(item) {
uni.navigateTo({
url: `/pagesHome/pages/integral/edit?check=1&id=${item.id}`
url: `/pagesHome/pages/integralEdit/integralEdit?check=1&id=${item.id}`
})
}
}

114
pagesHome/pages/onLoadByScan/onLoadByScan.vue

@ -38,6 +38,53 @@
size="40"></u-icon>
</view>
</view>
<view class="header_total_container">
<PullDownBox>
<template #title>
<text class="fwb">
车次号:
</text>
<text>
{{details.pageInfo.tranNumber || '暂无数据'}}
</text>
</template>
<template #content>
<view class="header_total">
<view class="header_total_item">
<view class="">
总件数
</view>
<view class="total">
{{ details.info.totalNum || 0 }}
</view>
</view>
<view class="header_total_item">
<view class="">
已扫件数
</view>
<view class="scanNum">
{{ details.info.scanNum || 0 }}
</view>
</view>
<view class="header_total_item">
<view class="">
未扫件数
</view>
<view class="notScanNum">
{{ (details.info.totalNum || 0) - (details.info.scanNum || 0) }}
</view>
</view>
</view>
</template>
</PullDownBox>
</view>
</view>
</template>
@ -88,17 +135,17 @@
</block>
<!-- 底部站位 -->
<view class="footer">
<!-- <view class="footer">
</view>
</view> -->
</scroll-view>
<!-- 底部站位 -->
<view class="button_container">
<!-- <view class="button_container">
<view @click="handleConfirm">
确认打托
</view>
</view>
</view> -->
</template>
</BasicContainer>
@ -153,6 +200,8 @@
datatime: '',
/** 提货批次列表 */
data: [] as any[],
/** 页面数据 */
info: {},
/** 页面分页 */
page: {
pageSize: 10,
@ -253,17 +302,19 @@
const res = await postIncomingBillladingBillladingList(_submitData)
const { code, data } = res
const { page } = data
if (code !== 200) return
for (let item of data.records) {
for (let item of page.records) {
item.scanNum = item.scanNum || 0
item.totalNum = item.totalNum || 0
item.residueNum = (item.totalNum || 0) - (item.scanNum || 0)
}
details.data = [...details.data, ...data.records]
details.data = [...details.data, ...page.records]
details.page.total = data.total
details.info = data
return null
} catch (err) {
@ -295,7 +346,7 @@
const endTime = new Date(e.endDate).getTime()
//
const maxTime = 604800000
const maxTime = 1000 * 60 * 60 * 24 * 7
if (endTime - startTime > maxTime) {
details.show = true
@ -406,6 +457,49 @@
position: relative;
}
//
.header_total_container {
padding: 0 10upx;
}
//
.header_total {
padding: 10upx;
border-radius: 10upx;
margin-top: 20upx;
display: flex;
align-items: center;
justify-content: space-around;
background: #f5f7fb;
font-size: 0.9rem;
}
.header_total_item {
height: 100upx;
text-align: center;
display: flex;
flex-direction: column;
justify-content: space-between;
>view {
&:nth-child(2) {
font-size: 1.2rem;
&.total {
color: var(--subjectColor);
}
&.scanNum {
color: #0f0;
}
&.notScanNum {
color: #f00;
}
}
}
}
//
.header {
width: calc(100vw - 60upx);
@ -528,7 +622,7 @@
}
&.portion {
background: var(--subjectColor);
background: #0086F1;
}
&.all {
@ -561,4 +655,8 @@
.footer {
height: 160upx;
}
.fwb {
font-weight: bold;
}
</style>

10
pagesHome/pages/signPackageScan/signPackageScan.vue

@ -375,14 +375,18 @@
try {
//
let data = {
let submitData = {
reservationId: details.items.id,
}
details.datalist = []
const res = await signforSigningPackageDetail(data)
const res = await signforSigningPackageDetail(submitData)
details.datalist = res.data
const { code, data } = res
if (code !== 200) return
details.datalist = data.filter(val => val)
} catch (err) {
console.log('err :>> ', err);
//TODO handle the exception

4
unpackage/dist/dev/app-plus/app-config-service.js vendored

File diff suppressed because one or more lines are too long

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

File diff suppressed because it is too large Load Diff

6
unpackage/dist/dev/app-plus/manifest.json vendored

@ -220,6 +220,12 @@
"selectedIconPath": "/static/TabberIcon/icon2check.png",
"text": "任务"
},
{
"pagePath": "pages/news/news",
"iconPath": "/static/TabberIcon/icon4.png",
"selectedIconPath": "/static/TabberIcon/icon4check.png",
"text": "消息"
},
{
"pagePath": "pages/user/user",
"iconPath": "/static/TabberIcon/icon5.png",

110
unpackage/dist/dev/mp-weixin/api/user.js vendored

@ -420,6 +420,16 @@ function signforsignforcontinue(data, loadingObj = {}) {
loadingObj
);
}
function signforSigningPackageDetail(data, loadingObj = {}) {
return utils_request.service(
{
url: `logpm-distribution/app/signfor/signingPackageDetail`,
method: "get",
data
},
loadingObj
);
}
function signforsignforack(data, loadingObj = {}) {
return utils_request.service(
{
@ -1790,6 +1800,96 @@ function postTransferUnloadTray(data, loadingObj = {}) {
loadingObj
);
}
function postorderUpshelfDetailByAllocationId(data, loadingObj = {}) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseUpdownType/orderUpshelfDetailByAllocationId`,
method: "post",
data
},
loadingObj
);
}
function classifyList(data, loadingObj = {}) {
return utils_request.service(
{
url: `logpm-supervise/classifyApi/classifyList`,
method: "get",
data
},
loadingObj
);
}
function saveApiIndicators(data, loadingObj = {}) {
return utils_request.service(
{
url: `logpm-supervise/classifyApi/saveApiIndicators`,
method: "post",
data
},
loadingObj
);
}
function updateApiIndicators(data, loadingObj = {}) {
return utils_request.service(
{
url: `logpm-supervise/classifyApi/updateApiIndicators`,
method: "post",
data
},
loadingObj
);
}
function myApiIndicators(data, loadingObj = {}) {
return utils_request.service(
{
url: `logpm-supervise/classifyApi/myApiIndicators`,
method: "get",
data
},
loadingObj
);
}
function myApiIndicatorsDetail(data, loadingObj = {}) {
return utils_request.service(
{
url: `logpm-supervise/classifyApi/myApiIndicatorsDetail`,
method: "get",
data
},
loadingObj
);
}
function beMyApiIndicators(data, loadingObj = {}) {
return utils_request.service(
{
url: `logpm-supervise/classifyApi/beMyApiIndicators`,
method: "get",
data
},
loadingObj
);
}
function deptTree(data, loadingObj = {}) {
return utils_request.service(
{
url: `logpm-supervise/classifyApi/deptList`,
method: "get",
data
},
loadingObj
);
}
function postFindStockList(data, loadingObj = {}) {
return utils_request.service(
{
url: `logpm-warehouse/api/WarehouseTask/findStockList`,
method: "post",
data
},
loadingObj
);
}
exports.$_initRetentionList = $_initRetentionList;
exports.$_retentionScan = $_retentionScan;
exports.$_retentionTrayScan = $_retentionTrayScan;
@ -1805,6 +1905,7 @@ exports.addvaluescanAddvaluePackage = addvaluescanAddvaluePackage;
exports.addvalueupdateAddvalueInfo = addvalueupdateAddvalueInfo;
exports.appMenuroutes = appMenuroutes;
exports.appbuttons = appbuttons;
exports.beMyApiIndicators = beMyApiIndicators;
exports.billLadingAddReceivedImage = billLadingAddReceivedImage;
exports.billLadingGetReceivedImage = billLadingGetReceivedImage;
exports.billLadingZeroBillOrderData = billLadingZeroBillOrderData;
@ -1817,6 +1918,7 @@ exports.billLadingpageList = billLadingpageList;
exports.billLadingscan = billLadingscan;
exports.billLadingzeroBillBatch = billLadingzeroBillBatch;
exports.billLadingzeroBillData = billLadingzeroBillData;
exports.classifyList = classifyList;
exports.deliveryInventory = deliveryInventory;
exports.deliveryZeroLoading = deliveryZeroLoading;
exports.deliverycustom = deliverycustom;
@ -1829,6 +1931,7 @@ exports.deliverystart = deliverystart;
exports.deliveryvehicle = deliveryvehicle;
exports.deliverywrap = deliverywrap;
exports.deliverywrapIn = deliverywrapIn;
exports.deptTree = deptTree;
exports.dictbizdictionary = dictbizdictionary;
exports.distributionOrderInfoInQuery = distributionOrderInfoInQuery;
exports.distributionStockupgetStockupArea = distributionStockupgetStockupArea;
@ -1856,6 +1959,8 @@ exports.getWarehouseUpdateQuestDetail = getWarehouseUpdateQuestDetail;
exports.getWarehousetrayListInfo = getWarehousetrayListInfo;
exports.getallocationDetailByStockList = getallocationDetailByStockList;
exports.getallocationDetailByZeroWaList = getallocationDetailByZeroWaList;
exports.myApiIndicators = myApiIndicators;
exports.myApiIndicatorsDetail = myApiIndicatorsDetail;
exports.oauthtoken = oauthtoken;
exports.pcontractQuestDetailList = pcontractQuestDetailList;
exports.pgetContractList = pgetContractList;
@ -1874,6 +1979,7 @@ exports.postFindAllAllocationId = postFindAllAllocationId;
exports.postFindAllocationData = postFindAllocationData;
exports.postFindCarsLoadingDetail = postFindCarsLoadingDetail;
exports.postFindCarsLoadingOrderDetail = postFindCarsLoadingOrderDetail;
exports.postFindStockList = postFindStockList;
exports.postFindSyncOldTrayData = postFindSyncOldTrayData;
exports.postFindTrayData = postFindTrayData;
exports.postFindUnloadTrayGoodsList = postFindUnloadTrayGoodsList;
@ -1898,10 +2004,13 @@ exports.postWarehouseTaskAddDataInfo = postWarehouseTaskAddDataInfo;
exports.postWarehouseTaskSelectPackageInfo = postWarehouseTaskSelectPackageInfo;
exports.postZeroStockUp = postZeroStockUp;
exports.postZeroStockUpData = postZeroStockUpData;
exports.postorderUpshelfDetailByAllocationId = postorderUpshelfDetailByAllocationId;
exports.postqueryfindMaterialList = postqueryfindMaterialList;
exports.postqueryupdateQuestDetailAllocation = postqueryupdateQuestDetailAllocation;
exports.preserveCurrentWarehouse = preserveCurrentWarehouse;
exports.saveApiIndicators = saveApiIndicators;
exports.signforSignNum = signforSignNum;
exports.signforSigningPackageDetail = signforSigningPackageDetail;
exports.signforUpdatePicture = signforUpdatePicture;
exports.signforZeroSignfor = signforZeroSignfor;
exports.signforcustom = signforcustom;
@ -1918,6 +2027,7 @@ exports.signforsignforcontinue = signforsignforcontinue;
exports.signforwrap = signforwrap;
exports.signforwrapIn = signforwrapIn;
exports.stockConfigList = stockConfigList;
exports.updateApiIndicators = updateApiIndicators;
exports.warehouseRetentionretentionPackageList = warehouseRetentionretentionPackageList;
exports.warehouseTrayTypedeleteOrderCode = warehouseTrayTypedeleteOrderCode;
exports.warehouseTrayTypedeleteScanOrderPackageCode = warehouseTrayTypedeleteScanOrderPackageCode;

3
unpackage/dist/dev/mp-weixin/app.js vendored

@ -89,6 +89,9 @@ if (!Math) {
"./pagesHome/pages/CustomerTrayDetails/CustomerTrayDetails.js";
"./pagesHome/pages/StockUpListZero/StockUpListZero.js";
"./pagesHome/pages/SearchTray/SearchTray.js";
"./pagesHome/pages/integral/integral.js";
"./pagesHome/pages/integralEdit/integralEdit.js";
"./pagesHome/pages/integralMy/integralMy.js";
"./pagesUser/pages/about/about.js";
"./pagesUser/pages/systemSettings/systemSettings.js";
"./pagesUser/pages/securitySettings/securitySettings.js";

11
unpackage/dist/dev/mp-weixin/app.json vendored

@ -84,7 +84,10 @@
"pages/MaterialMaintenance/MaterialMaintenance",
"pages/CustomerTrayDetails/CustomerTrayDetails",
"pages/StockUpListZero/StockUpListZero",
"pages/SearchTray/SearchTray"
"pages/SearchTray/SearchTray",
"pages/integral/integral",
"pages/integralEdit/integralEdit",
"pages/integralMy/integralMy"
]
},
{
@ -130,12 +133,6 @@
"selectedIconPath": "/static/TabberIcon/icon2check.png",
"text": "任务"
},
{
"pagePath": "pages/news/news",
"iconPath": "/static/TabberIcon/icon4.png",
"selectedIconPath": "/static/TabberIcon/icon4check.png",
"text": "消息"
},
{
"pagePath": "pages/user/user",
"iconPath": "/static/TabberIcon/icon5.png",

4944
unpackage/dist/dev/mp-weixin/common/vendor.js vendored

File diff suppressed because it is too large Load Diff

2
unpackage/dist/dev/mp-weixin/compoment/tiplist/tiplist.wxss vendored

@ -44,7 +44,7 @@
left: 0;
top: 0;
background-color: #00000050;
z-index: 9999;
z-index: 999;
}
.modtips {
width: 630rpx;

2
unpackage/dist/dev/mp-weixin/compoment/tips/tips.wxss vendored

@ -30,7 +30,7 @@
left: 0;
top: 0;
background-color: #00000050;
z-index: 99999;
z-index: 999;
}
.modtips.data-v-27fa88b6 {
width: 630rpx;

2
unpackage/dist/dev/mp-weixin/config/host.js vendored

@ -1,5 +1,5 @@
"use strict";
const devhost = "http://test.api.huo5you.com/";
const devhost = "http://192.168.3.12:13000/";
const imghost = "";
const host = devhost;
const APPKEY = "h5u:h5u_secret";

197
unpackage/dist/dev/mp-weixin/pages/index/index.js vendored

@ -26,7 +26,202 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
const { HANDLE_GETSTORAGEINFO } = storageStore;
const { storageArr } = common_vendor.storeToRefs(storageStore);
const tip = common_vendor.ref(null);
let details = common_vendor.reactive({ tablist: [] });
let details = common_vendor.reactive({
tablist: [
{
type: 1,
name: "工作台",
minilist: [
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "订单查询",
router: "/pagesHome/pages/orderInquiry/orderInquiry"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "库位查询",
router: "/pagesHome/pages/storageInquiry/storageInquiry"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "托盘查询",
router: "/pagesHome/pages/trayInquiry/trayInquiry"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "库存品查询",
router: "/pagesHome/pages/inventoryInquiry/inventoryInquiry"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "物料维护",
router: "/pagesHome/pages/MaterialMaintenance/MaterialMaintenance"
}
]
},
{
type: 1,
name: "入库",
minilist: [
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "码板打托",
router: "/pagesHome/pages/codePlateBracket/codePlateBracket"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "入库扫描",
router: "/pagesHome/pages/TranNumber/TranNumber"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "到车入库",
router: "/pagesHome/pages/ArrivalList/ArrivalList"
}
]
},
{
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"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "托盘数据同步",
router: "/pagesHome/pages/SearchTray/SearchTray"
}
]
},
{
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"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "配载装车",
router: "/pagesHome/pages/StowageList/StowageList"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "中转装车",
router: "/pagesHome/pages/RelayScanList/RelayScanList"
}
]
},
{
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"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "直发商家签收",
router: "/pagesHome/pages/directGoMarket/directGoMarket"
}
]
},
{
type: 1,
name: "离线上传",
minilist: [
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "离线上传",
router: "/pagesHome/pages/OfflineUpload/OfflineUpload"
}
]
},
{
type: 1,
name: "考核",
minilist: [
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "考核指标",
router: "/pagesHome/pages/integral/integral"
},
{
icon: "http://8.137.14.82:9000/bladex/upload/20240117/fac9c4fd6c4f0bee599417fc8fbbee62.png",
name: "我的考核",
router: "/pagesHome/pages/integralMy/integralMy"
}
]
}
]
});
function gopathpage(path) {
common_vendor.index.navigateTo({
url: path

3
unpackage/dist/dev/mp-weixin/pages/login/login.js vendored

@ -77,6 +77,7 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
}
await api_user.preserveCurrentWarehouse(details.checkitem);
common_vendor.index.setStorageSync("checkname", details.checkitem);
common_vendor.index.removeStorageSync("homerouter");
common_vendor.index.switchTab({
url: "/pages/index/index"
});
@ -105,6 +106,7 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
name: response.detail.warehouse_name
});
if (response.detail.warehouse_id) {
common_vendor.index.removeStorageSync("homerouter");
common_vendor.index.switchTab({
url: "/pages/index/index"
});
@ -115,6 +117,7 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
if (details.warehouseList.length == 1) {
let resdata = await api_user.preserveCurrentWarehouse(details.warehouseList[0]);
common_vendor.index.setStorageSync("checkname", details.warehouseList[0]);
common_vendor.index.removeStorageSync("homerouter");
common_vendor.index.switchTab({
url: "/pages/index/index"
});

8
unpackage/dist/dev/mp-weixin/pagesHome/pages/CustomerSign/CustomerSign.js vendored

@ -36,10 +36,10 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
* "photo_5": 签收照
*/
ImagesRequiredFields: [
{
key: "photo_1",
isShowTitle: false
},
// {
// key: "photo_1",
// isShowTitle: false
// },
{
key: "photo_2",
isShowTitle: false

289
unpackage/dist/dev/mp-weixin/pagesHome/pages/PeopleScanUp/PeopleScanUp.js vendored

@ -15,7 +15,8 @@ if (!Array) {
const _easycom_u_navbar2 = common_vendor.resolveComponent("u-navbar");
const _component_tips = common_vendor.resolveComponent("tips");
const _component_tiplist = common_vendor.resolveComponent("tiplist");
(_easycom_u_navbar2 + _component_tips + _component_tiplist)();
const _component_PopUp = common_vendor.resolveComponent("PopUp");
(_easycom_u_navbar2 + _component_tips + _component_tiplist + _component_PopUp)();
}
const _easycom_u_navbar = () => "../../../uni_modules/uview-plus/components/u-navbar/u-navbar.js";
if (!Math) {
@ -25,9 +26,11 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
__name: "PeopleScanUp",
setup(__props) {
common_vendor.storeToRefs(store_useSystemSettingsStore.useSystemSettingsStore());
store_useStorageStore.useStorageStore();
const { HANDLE_ISSTORAGECODE } = store_useStorageStore.useStorageStore();
const tip = common_vendor.ref(null);
const tiplists = common_vendor.ref(null);
const downLoadByOrder = common_vendor.ref();
const downLoadByStock = common_vendor.ref();
let details = common_vendor.reactive({
checkstate: 1,
upshelfScanType: "",
@ -45,8 +48,15 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
checkinarr: [],
pageName: "",
/** 是否执行扫描函数 */
isScan: true
isScan: true,
/** 包件list */
orderPackageCodeList: [],
/** 库存品 || 零担 提交数 */
enterNum: 0,
/** 库存品 || 零担被选中的数据 */
stockItem: {}
});
const chooseOrderPackageCodeList = common_vendor.ref([]);
common_vendor.onLoad((op) => {
details.pageName = op.pageName;
details.upshelfScanType = op.type;
@ -188,6 +198,37 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
else
details.isScan = true;
}
async function scandata() {
var _a;
if (!details.isScan)
return;
const { scancode } = details;
if (!HANDLE_ISSTORAGECODE(scancode)) {
common_vendor.index.showToast({
title: "请扫描库位码",
icon: "none"
});
return;
}
let data = {
allocationId: scancode
};
let res = await api_user.warehouseUpdownTypeupShelfScanAllocation(data);
console.log(res);
if (res.code == 200) {
details.reqobj = res.data;
const _positionArr = details.reqobj.allocationTitle.split("-");
details.reqobj.positionInfo = _positionArr[0] + "层" + _positionArr[1] + "列";
details.allocationId = res.data.allocationId;
details.datalist = ((_a = res.data) == null ? void 0 : _a.list) || [];
console.log("details.pageName.slice(0, details.pageName.length - 3) :>> ", details.pageName);
} else {
common_vendor.index.showToast({
title: res.msg,
icon: "none"
});
}
}
function uplist() {
if (details.uplistarr.length == 0) {
let content = "";
@ -313,6 +354,170 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
clearTimeout(isClick);
}, 200);
}
const handleDownLoadByTray = () => {
if (!details.reqobj.trayCode)
return common_vendor.index.showToast({
title: "托盘数据有存在异常",
icon: "none"
});
tip.value.setdetails({
title: "提示",
content: "确认下架?",
confirmTxt: "确认",
isshow: true,
isshowcancel: true,
success: async () => {
let res = null;
const data = {
trayCode: details.reqobj.trayCode
};
res = await api_user.warehouseUpdownTypedownTrayCode(data, { isShowLoading: true });
if (res.code == 200) {
details.uplistarr = [];
details.scancode = details.allocationId;
details.allocationId = "";
scandata();
}
tip.value.setisshow(false);
},
cancel: () => {
tip.value.setisshow(false);
},
close: () => {
tip.value.setisshow(false);
}
});
};
const handleCheckAll = () => {
const _arr = [];
for (let iterator of details.orderPackageCodeList) {
iterator.checked = true;
_arr.push(iterator.code);
}
chooseOrderPackageCodeList.value = _arr;
};
const handleCloseCheck = () => {
chooseOrderPackageCodeList.value = [];
for (let iterator of details.orderPackageCodeList) {
iterator.checked = false;
}
};
const handleCheck = (item) => {
if (item.checked)
chooseOrderPackageCodeList.value.splice(chooseOrderPackageCodeList.value.indexOf(item.code), 1);
else
chooseOrderPackageCodeList.value.push(item.code);
item.checked = !item.checked;
};
const handleDownLoadByOrder = async (item) => {
console.log("item :>> ", item);
const res = await api_user.postorderUpshelfDetailByAllocationId({
orderCode: item.orderCode,
allocationId: details.allocationId
});
if (res.code !== 200)
return;
details.orderPackageCodeList = res.data && res.data.map((val) => {
return {
code: val,
checked: true
};
}) || [];
chooseOrderPackageCodeList.value = res.data || [];
downLoadByOrder.value.setDetails({
title: "包件下架",
showPopUp: true,
async success() {
if (details.orderPackageCodeList.length === 0)
return common_vendor.index.showToast({
title: "没有需要下架的数据",
icon: "none"
});
if (chooseOrderPackageCodeList.value.length === 0)
return common_vendor.index.showToast({
title: "最少选择一条需要下架的数据",
icon: "none"
});
const submitData = {
upShelfPackageList: chooseOrderPackageCodeList.value.map((val) => {
return { orderPackageCode: val };
})
};
const res2 = await api_user.warehouseUpdownTypedownPackage(submitData);
if (res2.code !== 200)
return;
details.scancode = details.allocationId;
scandata();
downLoadByOrder.value.details.showPopUp = false;
}
});
};
const handleDownLoadByStock = async (item) => {
const content = item.goodsType === 2 ? "零担下架" : "库存品下架";
details.stockItem = item;
details.enterNum = item.shelfNum;
downLoadByStock.value.setDetails({
title: content,
showPopUp: true,
async success() {
let content2 = "";
if (!utils_utils.utils.isNumber(details.enterNum)) {
content2 = "请输入数字";
} else {
details.enterNum = Math.floor(details.enterNum);
if (details.enterNum <= 0)
content2 = "请输入大于0的数量";
else if (details.enterNum > details.stockItem.shelfNum)
content2 = "不能大于上架数量";
}
if (content2)
return common_vendor.index.showToast({
title: content2,
icon: "none"
});
let res = {};
if (details.stockItem.goodsType === 2) {
const data = {
upShelfZeroOrderList: [
{
waybillCode: details.stockItem.waybillNo,
orderCode: details.stockItem.orderCode,
enterNum: details.enterNum,
allocationId: details.allocationId
}
]
};
res = await api_user.warehouseUpdownTypedownZeroOrder(data);
} else {
const data = {
upShelfStockList: [{
marketId: details.stockItem.marketId,
materialCode: details.stockItem.materialCode,
incomingBatch: details.stockItem.incomingBatch,
enterNum: details.enterNum,
allocationId: details.allocationId
}]
};
res = await api_user.warehouseUpdownTypedownStock(data);
}
console.log("res :>> ", res);
if (res.code !== 200)
return;
details.scancode = details.allocationId;
scandata();
downLoadByStock.value.details.showPopUp = false;
}
});
};
const handleDownLoad = (item) => {
const { goodsType } = item;
if (goodsType === 0 || goodsType === 1)
handleDownLoadByOrder(item);
else if (goodsType === 2)
handleDownLoadByStock(item);
else if (goodsType === 3)
handleDownLoadByStock(item);
};
const {
checkinarr,
checkmakindex,
@ -417,9 +622,10 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
j: item.goodsType === 2,
m: item.goodsType === 3,
s: common_vendor.t(item.totalNum),
t: common_vendor.t(item.shelfNum)
t: common_vendor.t(item.shelfNum),
v: common_vendor.o(($event) => handleDownLoad(item))
}, Number(common_vendor.unref(details).upshelfScanType) != 3 ? {
v: item.totalNum == item.shelfNum ? "/pagesHome/static/qitao.png" : "/pagesHome/static/weiqitao.png"
w: item.totalNum == item.shelfNum ? "/pagesHome/static/qitao.png" : "/pagesHome/static/weiqitao.png"
} : {});
}),
s: Number(common_vendor.unref(details).upshelfScanType) != 3
@ -427,25 +633,26 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
t: common_vendor.unref(checkstate) == 3 && common_vendor.unref(reqobj).trayCode
}, common_vendor.unref(checkstate) == 3 && common_vendor.unref(reqobj).trayCode ? {
v: common_vendor.t(common_vendor.unref(reqobj).trayCode + `(${common_vendor.unref(reqobj).trayName})`),
w: common_vendor.t(common_vendor.unref(reqobj).trayNum)
w: common_vendor.t(common_vendor.unref(reqobj).trayNum),
x: common_vendor.o(handleDownLoadByTray)
} : {}, {
x: common_vendor.t(common_vendor.unref(upshelfScanType) == "1" ? "添加运单" : common_vendor.unref(upshelfScanType) == "2" ? "添加订单" : common_vendor.unref(upshelfScanType) == "3" ? "添加物料" : "添加物料"),
y: common_vendor.o(($event) => setshowstate(2)),
z: common_vendor.o(uplist),
A: common_vendor.unref(showstate)
y: common_vendor.t(common_vendor.unref(upshelfScanType) == "1" ? "添加运单" : common_vendor.unref(upshelfScanType) == "2" ? "添加订单" : common_vendor.unref(upshelfScanType) == "3" ? "添加物料" : "添加物料"),
z: common_vendor.o(($event) => setshowstate(2)),
A: common_vendor.o(uplist),
B: common_vendor.unref(showstate)
}, common_vendor.unref(showstate) ? common_vendor.e({
B: common_vendor.unref(showstate) == 2
C: common_vendor.unref(showstate) == 2
}, common_vendor.unref(showstate) == 2 ? common_vendor.e({
C: common_vendor.unref(details).upshelfScanType == "3" || common_vendor.unref(details).upshelfScanType == "4"
D: common_vendor.unref(details).upshelfScanType == "3" || common_vendor.unref(details).upshelfScanType == "4"
}, common_vendor.unref(details).upshelfScanType == "3" || common_vendor.unref(details).upshelfScanType == "4" ? {
D: common_vendor.t(((_a = common_vendor.unref(Marketlist)[common_vendor.unref(checkmakindex)]) == null ? void 0 : _a.marketName) || "没有商场"),
E: common_vendor.o(checkmake)
E: common_vendor.t(((_a = common_vendor.unref(Marketlist)[common_vendor.unref(checkmakindex)]) == null ? void 0 : _a.marketName) || "没有商场"),
F: common_vendor.o(checkmake)
} : {}, {
F: "输入" + (common_vendor.unref(details).upshelfScanType == "1" ? "运单号" : common_vendor.unref(details).upshelfScanType == "2" ? "订单自编号" : common_vendor.unref(details).upshelfScanType == "3" ? "物料编号" : "物料名称"),
G: common_vendor.unref(waybillCode),
H: common_vendor.o(($event) => common_vendor.isRef(waybillCode) ? waybillCode.value = $event.detail.value : null),
I: common_vendor.o(scanlist),
J: common_vendor.f(common_vendor.unref(codelist), (item, index, i0) => {
G: "输入" + (common_vendor.unref(details).upshelfScanType == "1" ? "运单号" : common_vendor.unref(details).upshelfScanType == "2" ? "订单自编号" : common_vendor.unref(details).upshelfScanType == "3" ? "物料编号" : "物料名称"),
H: common_vendor.unref(waybillCode),
I: common_vendor.o(($event) => common_vendor.isRef(waybillCode) ? waybillCode.value = $event.detail.value : null),
J: common_vendor.o(scanlist),
K: common_vendor.f(common_vendor.unref(codelist), (item, index, i0) => {
return common_vendor.e(common_vendor.unref(details).upshelfScanType === 3 || common_vendor.unref(details).upshelfScanType === 4 ? {
a: common_vendor.t(item.materialCode || "暂无数据"),
b: common_vendor.t(item.materialName || "暂无数据")
@ -478,23 +685,51 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
m: common_vendor.o(($event) => setchecl(index))
});
}),
K: common_vendor.unref(details).upshelfScanType === 3 || common_vendor.unref(details).upshelfScanType === 4,
L: common_vendor.o(() => {
L: common_vendor.unref(details).upshelfScanType === 3 || common_vendor.unref(details).upshelfScanType === 4,
M: common_vendor.o(() => {
}),
M: common_vendor.o(($event) => setshowstate(0)),
N: common_vendor.o(confirmlist),
O: common_vendor.o(() => {
N: common_vendor.o(($event) => setshowstate(0)),
O: common_vendor.o(confirmlist),
P: common_vendor.o(() => {
})
}) : {}) : {}, {
P: common_vendor.sr(tip, "d7bdb9b8-1", {
Q: common_vendor.sr(tip, "7888e346-1", {
"k": "tip"
}),
Q: common_vendor.sr(tiplists, "d7bdb9b8-2", {
R: common_vendor.sr(tiplists, "7888e346-2", {
"k": "tiplists"
}),
S: chooseOrderPackageCodeList.value.length === common_vendor.unref(details).orderPackageCodeList.length && chooseOrderPackageCodeList.value.length !== 0,
T: common_vendor.o(handleCloseCheck),
U: chooseOrderPackageCodeList.value.length !== common_vendor.unref(details).orderPackageCodeList.length && chooseOrderPackageCodeList.value.length > 0,
V: common_vendor.o(handleCheckAll),
W: chooseOrderPackageCodeList.value.length === 0,
X: common_vendor.o(handleCheckAll),
Y: common_vendor.f(common_vendor.unref(details).orderPackageCodeList, (item, k0, i0) => {
return common_vendor.e({
a: !item.checked
}, !item.checked ? {} : {}, {
b: item.checked
}, item.checked ? {} : {}, {
c: common_vendor.t(item.code),
d: common_vendor.o(($event) => handleCheck(item), item.code),
e: item.code
});
}),
Z: common_vendor.sr(downLoadByOrder, "7888e346-3", {
"k": "downLoadByOrder"
}),
aa: common_vendor.t(common_vendor.unref(details).stockItem.goodsType === 2 ? "运单号" : "物料名称"),
ab: common_vendor.t(common_vendor.unref(details).stockItem.goodsType === 2 ? common_vendor.unref(details).stockItem.waybillNo : common_vendor.unref(details).stockItem.materialName),
ac: common_vendor.t(common_vendor.unref(details).stockItem.shelfNum),
ad: common_vendor.unref(details).enterNum,
ae: common_vendor.o(($event) => common_vendor.unref(details).enterNum = $event.detail.value),
af: common_vendor.sr(downLoadByStock, "7888e346-4", {
"k": "downLoadByStock"
})
});
};
}
});
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__file", "D:/worksp/logpm/pagesHome/pages/PeopleScanUp/PeopleScanUp.vue"]]);
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-7888e346"], ["__file", "D:/worksp/logpm/pagesHome/pages/PeopleScanUp/PeopleScanUp.vue"]]);
wx.createPage(MiniProgramPage);

2
unpackage/dist/dev/mp-weixin/pagesHome/pages/PeopleScanUp/PeopleScanUp.wxml vendored

File diff suppressed because one or more lines are too long

205
unpackage/dist/dev/mp-weixin/pagesHome/pages/PeopleScanUp/PeopleScanUp.wxss vendored

@ -23,7 +23,7 @@
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.tanchuangbg {
.tanchuangbg.data-v-7888e346 {
width: 100%;
height: 100%;
position: fixed;
@ -36,7 +36,7 @@
justify-content: center;
transition: all 1s;
}
.tanchuangbg .makinp {
.tanchuangbg .makinp.data-v-7888e346 {
width: 590rpx;
border: 1rpx solid #00000020;
color: #020B18;
@ -46,7 +46,7 @@
font-size: 28rpx;
padding: 10rpx 20rpx;
}
.tanchuangbg .inputbox {
.tanchuangbg .inputbox.data-v-7888e346 {
width: 670rpx;
background-color: #ffffff;
box-sizing: border-box;
@ -56,13 +56,13 @@
align-items: center;
padding: 30rpx;
}
.tanchuangbg .inputbox .inputscan {
.tanchuangbg .inputbox .inputscan.data-v-7888e346 {
width: 100%;
display: flex;
align-items: center;
justify-content: space-around;
}
.tanchuangbg .inputbox .inputscan > input {
.tanchuangbg .inputbox .inputscan > input.data-v-7888e346 {
width: 440rpx;
height: 64rpx;
border: 1rpx solid #092C4D30;
@ -72,7 +72,7 @@
padding: 0rpx 20rpx;
box-sizing: border-box;
}
.tanchuangbg .inputbox .inputscan .scanbt {
.tanchuangbg .inputbox .inputscan .scanbt.data-v-7888e346 {
width: 128rpx;
height: 64rpx;
background: #D3832A;
@ -85,17 +85,17 @@
font-weight: 400;
color: #FFFFFF;
}
.tanchuangbg .inputbox .scvbw {
.tanchuangbg .inputbox .scvbw.data-v-7888e346 {
width: 100%;
height: 450rpx;
margin-top: 30rpx;
}
.tanchuangbg .inputbox .scvbw .scboxitem {
.tanchuangbg .inputbox .scvbw .scboxitem.data-v-7888e346 {
display: flex;
flex-direction: column;
align-items: center;
}
.tanchuangbg .inputbox .scvbw .scboxitem .items {
.tanchuangbg .inputbox .scvbw .scboxitem .items.data-v-7888e346 {
width: 590rpx;
display: flex;
flex-direction: column;
@ -104,10 +104,10 @@
padding: 20rpx;
box-sizing: border-box;
}
.tanchuangbg .inputbox .scvbw .scboxitem .items > .lisbite {
.tanchuangbg .inputbox .scvbw .scboxitem .items > .lisbite.data-v-7888e346 {
width: 100%;
}
.tanchuangbg .inputbox .scvbw .scboxitem .items > .lisbite > .itembox {
.tanchuangbg .inputbox .scvbw .scboxitem .items > .lisbite > .itembox.data-v-7888e346 {
width: 100%;
margin-bottom: 20rpx;
display: flex;
@ -122,62 +122,62 @@
border-radius: 20rpx;
color: #D3832A;
}
.tanchuangbg .inputbox .scvbw .scboxitem .items > .lisbite > .itembox:last-child {
.tanchuangbg .inputbox .scvbw .scboxitem .items > .lisbite > .itembox.data-v-7888e346:last-child {
margin-bottom: 0;
}
.tanchuangbg .inputbox .scvbw .scboxitem .items > .lisbite > .itembox > view {
.tanchuangbg .inputbox .scvbw .scboxitem .items > .lisbite > .itembox > view.data-v-7888e346 {
word-wrap: break-word;
word-break: break-all;
}
.tanchuangbg .inputbox .scvbw .scboxitem .items > .type1s {
.tanchuangbg .inputbox .scvbw .scboxitem .items > .type1s.data-v-7888e346 {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 20rpx;
}
.tanchuangbg .inputbox .scvbw .scboxitem .items > .type1s .title {
.tanchuangbg .inputbox .scvbw .scboxitem .items > .type1s .title.data-v-7888e346 {
white-space: nowrap;
}
.tanchuangbg .inputbox .scvbw .scboxitem .items > .type1s > view {
.tanchuangbg .inputbox .scvbw .scboxitem .items > .type1s > view.data-v-7888e346 {
flex: 1;
display: flex;
align-items: center;
justify-content: flex-start;
font-size: 28rpx;
}
.tanchuangbg .inputbox .scvbw .scboxitem .items > .type1s > view > view:nth-of-type(1) {
.tanchuangbg .inputbox .scvbw .scboxitem .items > .type1s > view > view.data-v-7888e346:nth-of-type(1) {
color: #90A0AF;
}
.tanchuangbg .inputbox .scvbw .scboxitem .items > .type1s > view > view:nth-of-type(2) {
.tanchuangbg .inputbox .scvbw .scboxitem .items > .type1s > view > view.data-v-7888e346:nth-of-type(2) {
color: #092C4D;
}
.tanchuangbg .inputbox .scvbw .scboxitem .items .rksu {
.tanchuangbg .inputbox .scvbw .scboxitem .items .rksu.data-v-7888e346 {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 20rpx;
}
.tanchuangbg .inputbox .scvbw .scboxitem .items .rksu > view {
.tanchuangbg .inputbox .scvbw .scboxitem .items .rksu > view.data-v-7888e346 {
display: flex;
align-items: center;
justify-content: flex-start;
font-size: 28rpx;
}
.tanchuangbg .inputbox .scvbw .scboxitem .items .rksu > view > view:nth-of-type(1) {
.tanchuangbg .inputbox .scvbw .scboxitem .items .rksu > view > view.data-v-7888e346:nth-of-type(1) {
color: #90A0AF;
}
.tanchuangbg .inputbox .scvbw .scboxitem .items .rksu > view > input {
.tanchuangbg .inputbox .scvbw .scboxitem .items .rksu > view > input.data-v-7888e346 {
width: 200rpx;
padding: 0 15rpx;
border: 1rpx solid #00000020;
}
.tanchuangbg .inputbox .btx {
.tanchuangbg .inputbox .btx.data-v-7888e346 {
display: flex;
align-items: center;
justify-content: space-around;
margin-top: 50rpx;
}
.tanchuangbg .inputbox .btx > view {
.tanchuangbg .inputbox .btx > view.data-v-7888e346 {
display: flex;
align-items: center;
justify-content: center;
@ -186,22 +186,22 @@
border-radius: 7rpx;
font-size: 28rpx;
}
.tanchuangbg .inputbox .btx > .cancel {
.tanchuangbg .inputbox .btx > .cancel.data-v-7888e346 {
background-color: #F5F5F6;
color: #5A6875;
margin-right: 20rpx;
}
.tanchuangbg .inputbox .btx > .confirm {
.tanchuangbg .inputbox .btx > .confirm.data-v-7888e346 {
background-color: #D3832A;
color: #FFFFFF;
}
.butbox {
.butbox.data-v-7888e346 {
display: flex;
align-items: center;
justify-content: center;
margin-top: 15rpx;
}
.butbox > view {
.butbox > view.data-v-7888e346 {
width: 320rpx;
height: 96rpx;
background: #D3832A;
@ -214,21 +214,21 @@
font-weight: 400;
color: #FFFFFF;
}
.butbox > view:nth-last-child(1) {
.butbox > view.data-v-7888e346:nth-last-child(1) {
margin-left: 30rpx;
}
.sclcs {
.sclcs.data-v-7888e346 {
width: 686rpx;
height: 27vh;
margin: auto;
}
.sclcs .visc {
.sclcs .visc.data-v-7888e346 {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.sclcs .visc .item1 {
.sclcs .visc .item1.data-v-7888e346 {
width: 686rpx;
padding: 0 24rpx;
box-sizing: border-box;
@ -237,21 +237,21 @@
position: relative;
margin-bottom: 30rpx;
}
.sclcs .visc .item1:nth-last-child(1) {
.sclcs .visc .item1.data-v-7888e346:nth-last-child(1) {
margin-bottom: 0;
}
.sclcs .visc .item1 .removeicons {
.sclcs .visc .item1 .removeicons.data-v-7888e346 {
position: absolute;
right: 0;
}
.sclcs .visc .item1 .qtimgzt {
.sclcs .visc .item1 .qtimgzt.data-v-7888e346 {
width: 96rpx;
height: 96rpx;
position: absolute;
right: 0;
top: 0;
}
.sclcs .visc .item1 > view {
.sclcs .visc .item1 > view.data-v-7888e346 {
width: 100%;
display: flex;
align-items: center;
@ -259,26 +259,26 @@
box-sizing: border-box;
border-bottom: 4rpx solid #EEEEEE;
}
.sclcs .visc .item1 > view:nth-last-child(1) {
.sclcs .visc .item1 > view.data-v-7888e346:nth-last-child(1) {
border-bottom: 0rpx solid #EEEEEE00 !important;
}
.sclcs .visc .item1 > view > image {
.sclcs .visc .item1 > view > image.data-v-7888e346 {
width: 32rpx;
height: 32rpx;
margin-right: 15rpx;
}
.sclcs .visc .item1 > view > view {
.sclcs .visc .item1 > view > view.data-v-7888e346 {
font-size: 28rpx;
font-weight: 400;
color: #020B18;
word-wrap: break-word;
word-break: break-all;
}
.sclcs .visc .item1 > view > view .numb {
.sclcs .visc .item1 > view > view .numb.data-v-7888e346 {
font-size: 28rpx;
color: #178AF2;
}
.sclcs .visc .item2 {
.sclcs .visc .item2.data-v-7888e346 {
width: 686rpx;
padding: 0 24rpx;
box-sizing: border-box;
@ -287,46 +287,46 @@
position: relative;
margin-bottom: 30rpx;
}
.sclcs .visc .item2 .qtimgzt {
.sclcs .visc .item2 .qtimgzt.data-v-7888e346 {
width: 96rpx;
height: 96rpx;
position: absolute;
right: 0;
top: 0;
}
.sclcs .visc .item2 > .tpbx {
.sclcs .visc .item2 > .tpbx.data-v-7888e346 {
display: flex;
align-items: center;
padding: 18rpx 24rpx;
box-sizing: border-box;
border-bottom: 4rpx solid #EEEEEE;
}
.sclcs .visc .item2 > .tpbx > image {
.sclcs .visc .item2 > .tpbx > image.data-v-7888e346 {
width: 32rpx;
height: 32rpx;
margin-right: 15rpx;
}
.sclcs .visc .item2 > .tpbx > view {
.sclcs .visc .item2 > .tpbx > view.data-v-7888e346 {
font-size: 28rpx;
font-weight: 400;
color: #020B18;
}
.sclcs .visc .item2 > .tpbx > view .numb {
.sclcs .visc .item2 > .tpbx > view .numb.data-v-7888e346 {
font-size: 28rpx;
color: #178AF2;
}
.sclcs .visc .item2 > .viewnum {
.sclcs .visc .item2 > .viewnum.data-v-7888e346 {
height: 100rpx;
display: flex;
align-items: center;
justify-content: space-around;
}
.sclcs .visc .item2 > .viewnum > view {
.sclcs .visc .item2 > .viewnum > view.data-v-7888e346 {
font-size: 28rpx;
font-weight: 400;
color: #020B18;
}
.tabchecklist {
.tabchecklist.data-v-7888e346 {
width: 684rpx;
height: 100rpx;
margin: auto;
@ -337,32 +337,32 @@
align-items: center;
justify-content: space-around;
}
.tabchecklist .xz > view:nth-of-type(1) {
.tabchecklist .xz > view.data-v-7888e346:nth-of-type(1) {
color: #D3832A !important;
}
.tabchecklist .xz > view:nth-of-type(2) {
.tabchecklist .xz > view.data-v-7888e346:nth-of-type(2) {
background-color: #D3832A !important;
}
.tabchecklist > view {
.tabchecklist > view.data-v-7888e346 {
display: flex;
flex-direction: column;
align-items: center;
}
.tabchecklist > view > view:nth-of-type(1) {
.tabchecklist > view > view.data-v-7888e346:nth-of-type(1) {
font-size: 32rpx;
font-weight: 400;
margin-bottom: 20rpx;
color: #020B18;
transition: all 0.2s;
}
.tabchecklist > view > view:nth-of-type(2) {
.tabchecklist > view > view.data-v-7888e346:nth-of-type(2) {
width: 96rpx;
height: 8rpx;
background-color: #D3832A00;
border-radius: 4rpx;
transition: all 0.2s;
}
.topviewbox {
.topviewbox.data-v-7888e346 {
width: 686rpx;
background: #FFFFFF;
border-radius: 20rpx 20rpx 20rpx 20rpx;
@ -372,7 +372,7 @@
margin: auto;
margin-top: 20rpx;
}
.topviewbox > .oebox {
.topviewbox > .oebox.data-v-7888e346 {
padding: 20rpx 25rpx;
box-sizing: border-box;
border-bottom: 4rpx solid #EEEEEE;
@ -380,22 +380,22 @@
align-items: center;
justify-content: flex-start;
}
.topviewbox > .oebox > view {
.topviewbox > .oebox > view.data-v-7888e346 {
font-size: 32rpx;
font-weight: 400;
color: #020B18;
}
.topviewbox > .oebox > image {
.topviewbox > .oebox > image.data-v-7888e346 {
width: 32rpx;
height: 32rpx;
margin-right: 14rpx;
}
.topviewbox .numbox {
.topviewbox .numbox.data-v-7888e346 {
width: 100%;
padding: 20rpx;
box-sizing: border-box;
}
.topviewbox .numbox > view {
.topviewbox .numbox > view.data-v-7888e346 {
width: 640rpx;
height: 160rpx;
background: #F5F7FB;
@ -405,88 +405,139 @@
align-items: center;
justify-content: space-around;
}
.topviewbox .numbox > view > view {
.topviewbox .numbox > view > view.data-v-7888e346 {
display: flex;
flex-direction: column;
align-items: center;
}
.topviewbox .numbox > view > view:nth-of-type(1) > view:nth-of-type(2) {
.topviewbox .numbox > view > view:nth-of-type(1) > view.data-v-7888e346:nth-of-type(2) {
color: #FF9545 !important;
}
.topviewbox .numbox > view > view:nth-of-type(2) > view:nth-of-type(2) {
.topviewbox .numbox > view > view:nth-of-type(2) > view.data-v-7888e346:nth-of-type(2) {
color: #178AF2 !important;
}
.topviewbox .numbox > view > view > view:nth-of-type(1) {
.topviewbox .numbox > view > view > view.data-v-7888e346:nth-of-type(1) {
font-size: 28rpx;
font-weight: 400;
color: #020B18;
margin-bottom: 18rpx;
}
.topviewbox .numbox > view > view > view:nth-of-type(2) {
.topviewbox .numbox > view > view > view.data-v-7888e346:nth-of-type(2) {
font-size: 36rpx;
font-weight: 400;
}
.topviewbox > .contview {
.topviewbox > .contview.data-v-7888e346 {
display: flex;
flex-direction: column;
width: 100%;
padding: 20rpx;
box-sizing: border-box;
}
.topviewbox > .contview > view {
.topviewbox > .contview > view.data-v-7888e346 {
display: flex;
align-items: center;
justify-content: flex-start;
margin-bottom: 20rpx;
}
.topviewbox > .contview > view:nth-last-child(1) {
.topviewbox > .contview > view.data-v-7888e346:nth-last-child(1) {
margin-bottom: 0;
}
.topviewbox > .contview > view > view:nth-of-type(1) {
.topviewbox > .contview > view > view.data-v-7888e346:nth-of-type(1) {
display: flex;
align-items: center;
justify-content: center;
margin-right: 30rpx;
}
.topviewbox > .contview > view > view:nth-of-type(1) > image {
.topviewbox > .contview > view > view:nth-of-type(1) > image.data-v-7888e346 {
width: 48rpx;
height: 48rpx;
margin-right: 12rpx;
}
.topviewbox > .contview > view > view:nth-of-type(1) > view {
.topviewbox > .contview > view > view:nth-of-type(1) > view.data-v-7888e346 {
font-size: 28rpx;
font-weight: 400;
color: #020B18;
}
.topviewbox > .contview > view > view:nth-of-type(2) {
.topviewbox > .contview > view > view.data-v-7888e346:nth-of-type(2) {
font-size: 28rpx;
font-weight: 400;
color: #020B18;
}
.bgimg {
.bgimg.data-v-7888e346 {
position: absolute;
left: 0;
top: 0;
width: 100%;
}
.scanqcview {
.scanqcview.data-v-7888e346 {
display: flex;
align-items: center;
justify-content: center;
position: relative;
margin-top: 10rpx;
}
.scanqcview > image {
.scanqcview > image.data-v-7888e346 {
width: 72rpx;
height: 72rpx;
margin-right: 16rpx;
}
.scanqcview > view {
.scanqcview > view.data-v-7888e346 {
font-size: 32rpx;
font-weight: 400;
color: #FFFFFF;
}
.flex-c-sb {
.downloadBtn.data-v-7888e346 {
flex: none;
width: -webkit-fit-content;
width: fit-content;
background: var(--subjectColor);
color: #fff !important;
margin: 10rpx auto;
padding: 20rpx 40rpx;
font-size: 0.9rem;
border-radius: 10rpx;
}
.downloadRow.data-v-7888e346 {
display: flex;
align-items: center;
padding: 18rpx 24rpx;
box-sizing: border-box;
border-bottom: 4rpx solid #EEEEEE;
}
.downloadRow image.data-v-7888e346 {
flex: none;
width: 52rpx;
height: 52rpx;
margin-right: 15rpx;
}
.downloadRow > view.data-v-7888e346 {
font-size: 0.9rem;
font-weight: bold;
color: #020B18;
}
.downLoadByOrder_control > image.data-v-7888e346 {
width: 52rpx;
height: 52rpx;
margin-left: 20rpx;
}
.downLoadByStock_row.data-v-7888e346 {
display: flex;
align-items: center;
}
.downLoadByStock_row > view.data-v-7888e346 {
font-weight: bold;
font-size: 0.9rem;
}
.downLoadByStock_row > input.data-v-7888e346 {
flex: 1;
background: #F4F8FB;
padding: 10rpx 20rpx;
border-radius: 10rpx;
}
.mt10.data-v-7888e346 {
margin-top: 20rpx;
}
.flex-c-sb.data-v-7888e346 {
display: flex;
align-items: center;
justify-content: space-between;

351
unpackage/dist/dev/mp-weixin/pagesHome/pages/ScanUp/ScanUp.js vendored

@ -3,6 +3,7 @@ const common_vendor = require("../../../common/vendor.js");
const api_user = require("../../../api/user.js");
const store_useSystemSettingsStore = require("../../../store/useSystemSettingsStore.js");
const store_useStorageStore = require("../../../store/useStorageStore.js");
const utils_utils = require("../../../utils/utils.js");
require("../../../utils/request.js");
require("../../../store/index.js");
require("../../../utils/functions.js");
@ -13,7 +14,8 @@ require("../../../utils/md5.js");
if (!Array) {
const _easycom_u_navbar2 = common_vendor.resolveComponent("u-navbar");
const _component_tips = common_vendor.resolveComponent("tips");
(_easycom_u_navbar2 + _component_tips)();
const _component_PopUp = common_vendor.resolveComponent("PopUp");
(_easycom_u_navbar2 + _component_tips + _component_PopUp)();
}
const _easycom_u_navbar = () => "../../../uni_modules/uview-plus/components/u-navbar/u-navbar.js";
if (!Math) {
@ -24,7 +26,6 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
setup(__props) {
const { HANDLE_ISSTORAGECODE } = store_useStorageStore.useStorageStore();
common_vendor.storeToRefs(store_useSystemSettingsStore.useSystemSettingsStore());
const utils = common_vendor.inject("utils");
const tip = common_vendor.ref(null);
let details = common_vendor.reactive({
checkstate: 1,
@ -37,8 +38,17 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
uplistarr: [],
renderList: [],
// 已扫描的服务号的数组
orderCodeArr: []
orderCodeArr: [],
/** 包件list */
orderPackageCodeList: [],
/** 库存品 || 零担 提交数 */
enterNum: 0,
/** 库存品 || 零担被选中的数据 */
stockItem: {}
});
const chooseOrderPackageCodeList = common_vendor.ref([]);
const downLoadByOrder = common_vendor.ref();
const downLoadByStock = common_vendor.ref();
common_vendor.watchEffect(() => {
if (Number(details.upshelfScanType) == 1 || Number(details.upshelfScanType) == 2) {
details.uplistarr = fn2(details.uplistarr, "orderCode");
@ -51,9 +61,9 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
common_vendor.onLoad((op) => {
details.upshelfScanType = op.type;
if (op.pageName)
utils.ttsspke(`当前上架方式为${op.pageName},请先扫描库位码`);
utils_utils.utils.ttsspke(`当前上架方式为${op.pageName},请先扫描库位码`);
});
common_vendor.onShow(() => {
common_vendor.onShow(async () => {
});
common_vendor.onPullDownRefresh(() => {
const timer = setTimeout(() => {
@ -65,7 +75,7 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
details.orderCodeArr = [];
common_vendor.index.stopPullDownRefresh();
clearTimeout(timer);
}, 500);
}, 300);
});
const scanStorage = async (code) => {
var _a;
@ -83,7 +93,7 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
if (details.checkstate === 2)
return details.renderList = details.datalist;
if (Number(details.upshelfScanType) === 4 && details.datalist.length !== 0 && details.uplistarr.length !== 0) {
return utils.handleToast("该库位已有数据, 无法上架");
return utils_utils.utils.handleToast("该库位已有数据, 无法上架");
}
}
} catch (err) {
@ -103,7 +113,7 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
}
}
if (content) {
utils.handleToast(content);
utils_utils.utils.handleToast(content);
return;
}
let data = {
@ -117,7 +127,7 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
const _orderCodeArr = [...details.orderCodeArr];
const _flag = res.data.every((val) => {
if (details.orderCodeArr.includes(val.orderCode)) {
utils.handleToast("订单已存在, 勿重复扫码");
utils_utils.utils.handleToast("订单已存在, 勿重复扫码");
return false;
}
_uplistarr.push(val);
@ -140,11 +150,11 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
_content = details.uplistarr.reduce((curr, item) => curr + item.shelfNum, 0) + "件";
else
_content = details.uplistarr.length + "件";
utils.ttsspke(_content);
utils_utils.utils.ttsspke(_content);
if (details.checkstate === 1)
return details.renderList = details.uplistarr;
} else if (res.code === 3001 && res.audio) {
utils.ttsspke(res.audio);
utils_utils.utils.ttsspke(res.audio);
}
} catch (err) {
console.log("err :>> ", err);
@ -185,7 +195,7 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
title: content,
icon: "none"
});
utils.ttsspke(content);
utils_utils.utils.ttsspke(content);
return;
}
let _totalShelfNum = 0;
@ -193,7 +203,7 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
_totalShelfNum = uplistarr.value.length;
else
_totalShelfNum = uplistarr.value.reduce((curr, item) => curr + item.shelfNum, 0);
utils.ttsspke(`待上架${_totalShelfNum}件, 是否进行上架`);
utils_utils.utils.ttsspke(`待上架${_totalShelfNum}件, 是否进行上架`);
tip.value.setdetails({
title: "提示",
content: "确认上架?",
@ -226,14 +236,34 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
res = await api_user.warehouseUpdownTypeupShelfTray(data);
}
if (res.code == 200) {
details.uplistarr = [];
details.scancode = details.allocationId;
details.allocationId = "";
details.renderList = [];
scandata();
const refresh = () => {
details.uplistarr = [];
details.scancode = details.allocationId;
details.allocationId = "";
details.renderList = [];
scandata();
tip.value.setisshow(false);
};
utils_utils.utils.handleToast("是否继续上架");
tip.value.setdetails({
title: "提示",
content: "是否继续上架?",
confirmTxt: "确认",
isshow: true,
isshowcancel: true,
success: async () => {
common_vendor.index.startPullDownRefresh({});
tip.value.setisshow(false);
},
cancel: () => {
refresh();
},
close: () => {
refresh();
}
});
}
common_vendor.index.hideLoading();
tip.value.setisshow(false);
},
cancel: () => {
tip.value.setisshow(false);
@ -283,6 +313,192 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
}
});
}
const handleDownLoadByTray = () => {
if (!details.reqobj.trayCode)
return common_vendor.index.showToast({
title: "托盘数据有存在异常",
icon: "none"
});
tip.value.setdetails({
title: "提示",
content: "确认下架?",
confirmTxt: "确认",
isshow: true,
isshowcancel: true,
success: async () => {
let res = null;
const data = {
trayCode: details.reqobj.trayCode
};
res = await api_user.warehouseUpdownTypedownTrayCode(data, { isShowLoading: true });
if (res.code == 200) {
details.uplistarr = [];
details.scancode = details.allocationId;
details.allocationId = "";
details.renderList = [];
scandata();
}
tip.value.setisshow(false);
},
cancel: () => {
tip.value.setisshow(false);
},
close: () => {
tip.value.setisshow(false);
}
});
};
const handleRemove = (index) => {
utils_utils.utils.handleToast("确认移除数据");
tip.value.setdetails({
title: "提示",
content: "确认移除?",
confirmTxt: "确认",
isshow: true,
isshowcancel: true,
success: async () => {
details.uplistarr.splice(index, 1);
utils_utils.utils.handleToast("移除成功");
tip.value.setisshow(false);
},
cancel: () => {
tip.value.setisshow(false);
},
close: () => {
tip.value.setisshow(false);
}
});
};
const handleCheckAll = () => {
const _arr = [];
for (let iterator of details.orderPackageCodeList) {
iterator.checked = true;
_arr.push(iterator.code);
}
chooseOrderPackageCodeList.value = _arr;
};
const handleCloseCheck = () => {
chooseOrderPackageCodeList.value = [];
for (let iterator of details.orderPackageCodeList) {
iterator.checked = false;
}
};
const handleCheck = (item) => {
if (item.checked)
chooseOrderPackageCodeList.value.splice(chooseOrderPackageCodeList.value.indexOf(item.code), 1);
else
chooseOrderPackageCodeList.value.push(item.code);
item.checked = !item.checked;
};
const handleDownLoadByOrder = async (item) => {
console.log("item :>> ", item);
const res = await api_user.postorderUpshelfDetailByAllocationId({
orderCode: item.orderCode,
allocationId: details.allocationId
});
if (res.code !== 200)
return;
details.orderPackageCodeList = res.data && res.data.map((val) => {
return {
code: val,
checked: true
};
}) || [];
chooseOrderPackageCodeList.value = res.data || [];
downLoadByOrder.value.setDetails({
title: "包件下架",
showPopUp: true,
async success() {
if (details.orderPackageCodeList.length === 0)
return common_vendor.index.showToast({
title: "没有需要下架的数据",
icon: "none"
});
if (chooseOrderPackageCodeList.value.length === 0)
return common_vendor.index.showToast({
title: "最少选择一条需要下架的数据",
icon: "none"
});
const submitData = {
upShelfPackageList: chooseOrderPackageCodeList.value.map((val) => {
return { orderPackageCode: val };
})
};
const res2 = await api_user.warehouseUpdownTypedownPackage(submitData);
if (res2.code !== 200)
return;
details.scancode = details.allocationId;
scandata();
downLoadByOrder.value.details.showPopUp = false;
}
});
};
const handleDownLoadByStock = async (item) => {
const content = item.goodsType === 2 ? "零担下架" : "库存品下架";
details.stockItem = item;
details.enterNum = item.shelfNum;
downLoadByStock.value.setDetails({
title: content,
showPopUp: true,
async success() {
let content2 = "";
if (!utils_utils.utils.isNumber(details.enterNum)) {
content2 = "请输入数字";
} else {
details.enterNum = Math.floor(details.enterNum);
if (details.enterNum <= 0)
content2 = "请输入大于0的数量";
else if (details.enterNum > details.stockItem.shelfNum)
content2 = "不能大于上架数量";
}
if (content2)
return common_vendor.index.showToast({
title: content2,
icon: "none"
});
let res = {};
if (details.stockItem.goodsType === 2) {
const data = {
upShelfZeroOrderList: [
{
waybillCode: details.stockItem.waybillNo,
orderCode: details.stockItem.orderCode,
enterNum: details.enterNum,
allocationId: details.allocationId
}
]
};
res = await api_user.warehouseUpdownTypedownZeroOrder(data);
} else {
const data = {
upShelfStockList: [{
marketId: details.stockItem.marketId,
materialCode: details.stockItem.materialCode,
incomingBatch: details.stockItem.incomingBatch,
enterNum: details.enterNum,
allocationId: details.allocationId
}]
};
res = await api_user.warehouseUpdownTypedownStock(data);
}
console.log("res :>> ", res);
if (res.code !== 200)
return;
details.scancode = details.allocationId;
scandata();
downLoadByStock.value.details.showPopUp = false;
}
});
};
const handleDownLoad = (item) => {
const { goodsType } = item;
if (goodsType === 0 || goodsType === 1)
handleDownLoadByOrder(item);
else if (goodsType === 2)
handleDownLoadByStock(item);
else if (goodsType === 3)
handleDownLoadByStock(item);
};
const {
uplistarr,
checkstate,
@ -321,63 +537,96 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
} : {}, {
s: common_vendor.unref(details).checkstate === 1 || common_vendor.unref(details).checkstate === 2
}, common_vendor.unref(details).checkstate === 1 || common_vendor.unref(details).checkstate === 2 ? {
t: common_vendor.f(common_vendor.unref(renderList), (item, k0, i0) => {
t: common_vendor.f(common_vendor.unref(renderList), (item, index, i0) => {
return common_vendor.e({
a: item.goodsType == 0
}, item.goodsType == 0 ? {
b: common_vendor.t(item.orderPackageCode)
b: common_vendor.t(item.orderPackageCode),
c: common_vendor.o(($event) => handleRemove(index))
} : {}, {
c: item.goodsType == 0
d: item.goodsType == 0
}, item.goodsType == 0 ? {
d: common_vendor.t(item.orderCode),
e: common_vendor.o(($event) => goorderdetail(item, item.goodsType))
e: common_vendor.t(item.orderCode),
f: common_vendor.o(($event) => goorderdetail(item, item.goodsType))
} : {}, {
f: item.goodsType == 0
g: item.goodsType == 0
}, item.goodsType == 0 ? {
g: common_vendor.t(Number(item.conditions) === 1 ? "定制品" : "库存品"),
h: common_vendor.o(($event) => goorderdetail(item, item.goodsType))
h: common_vendor.t(Number(item.conditions) === 1 ? "定制品" : "库存品"),
i: common_vendor.o(($event) => goorderdetail(item, item.goodsType))
} : {}, {
i: item.goodsType === 1
j: item.goodsType === 1
}, item.goodsType === 1 ? {
j: common_vendor.t(item.serviceNum),
k: common_vendor.t(item.orderCode),
l: common_vendor.o(($event) => goorderdetail(item, item.goodsType))
k: common_vendor.t(item.serviceNum),
l: common_vendor.t(item.orderCode),
m: common_vendor.o(($event) => goorderdetail(item, item.goodsType))
} : {}, {
m: item.goodsType === 2
n: item.goodsType === 2
}, item.goodsType === 2 ? {
n: common_vendor.t(item.waybillNo),
o: common_vendor.t(item.orderCode)
o: common_vendor.t(item.waybillNo),
p: common_vendor.t(item.orderCode)
} : {}, {
p: item.goodsType === 3
q: item.goodsType === 3
}, item.goodsType === 3 ? {
q: common_vendor.t(item.materialCode),
r: common_vendor.t(item.materialName),
s: common_vendor.t(item.orderCode),
t: common_vendor.t(item.marketName),
v: common_vendor.t(item.incomingBatch)
r: common_vendor.t(item.materialCode),
s: common_vendor.t(item.materialName),
t: common_vendor.t(item.orderCode),
v: common_vendor.t(item.marketName),
w: common_vendor.t(item.incomingBatch)
} : {}, Number(common_vendor.unref(details).upshelfScanType) === 1 || Number(common_vendor.unref(details).upshelfScanType) === 2 || common_vendor.unref(details).checkstate === 2 ? {
w: common_vendor.t(item.totalNum),
x: common_vendor.t(item.shelfNum)
x: common_vendor.t(item.totalNum),
y: common_vendor.t(item.shelfNum)
} : {}, common_vendor.unref(details).checkstate === 2 ? {
z: common_vendor.o(($event) => handleDownLoad(item))
} : {}, Number(common_vendor.unref(details).upshelfScanType) != 3 ? {
y: item.totalNum == item.shelfNum ? "/pagesHome/static/qitao.png" : "/pagesHome/static/weiqitao.png"
A: item.totalNum == item.shelfNum ? "/pagesHome/static/qitao.png" : "/pagesHome/static/weiqitao.png"
} : {});
}),
v: Number(common_vendor.unref(details).upshelfScanType) === 1 || Number(common_vendor.unref(details).upshelfScanType) === 2 || common_vendor.unref(details).checkstate === 2,
w: Number(common_vendor.unref(details).upshelfScanType) != 3
w: common_vendor.unref(details).checkstate === 2,
x: Number(common_vendor.unref(details).upshelfScanType) != 3
} : {}, {
x: common_vendor.unref(checkstate) == 3 && common_vendor.unref(reqobj).trayCode
y: common_vendor.unref(checkstate) == 3 && common_vendor.unref(reqobj).trayCode
}, common_vendor.unref(checkstate) == 3 && common_vendor.unref(reqobj).trayCode ? {
y: common_vendor.t(common_vendor.unref(reqobj).trayCode + `(${common_vendor.unref(reqobj).trayName})`),
z: common_vendor.t(common_vendor.unref(reqobj).trayNum)
z: common_vendor.t(common_vendor.unref(reqobj).trayCode + `(${common_vendor.unref(reqobj).trayName})`),
A: common_vendor.t(common_vendor.unref(reqobj).trayNum),
B: common_vendor.o(handleDownLoadByTray)
} : {}, {
A: common_vendor.o(handleScan),
B: common_vendor.o(uplist),
C: common_vendor.sr(tip, "62de3784-1", {
C: common_vendor.o(handleScan),
D: common_vendor.o(uplist),
E: common_vendor.sr(tip, "1e3768d4-1", {
"k": "tip"
}),
F: chooseOrderPackageCodeList.value.length === common_vendor.unref(details).orderPackageCodeList.length && chooseOrderPackageCodeList.value.length !== 0,
G: common_vendor.o(handleCloseCheck),
H: chooseOrderPackageCodeList.value.length !== common_vendor.unref(details).orderPackageCodeList.length && chooseOrderPackageCodeList.value.length > 0,
I: common_vendor.o(handleCheckAll),
J: chooseOrderPackageCodeList.value.length === 0,
K: common_vendor.o(handleCheckAll),
L: common_vendor.f(common_vendor.unref(details).orderPackageCodeList, (item, k0, i0) => {
return common_vendor.e({
a: !item.checked
}, !item.checked ? {} : {}, {
b: item.checked
}, item.checked ? {} : {}, {
c: common_vendor.t(item.code),
d: common_vendor.o(($event) => handleCheck(item), item.code),
e: item.code
});
}),
M: common_vendor.sr(downLoadByOrder, "1e3768d4-2", {
"k": "downLoadByOrder"
}),
N: common_vendor.t(common_vendor.unref(details).stockItem.goodsType === 2 ? "运单号" : "物料名称"),
O: common_vendor.t(common_vendor.unref(details).stockItem.goodsType === 2 ? common_vendor.unref(details).stockItem.waybillNo : common_vendor.unref(details).stockItem.materialName),
P: common_vendor.t(common_vendor.unref(details).stockItem.shelfNum),
Q: common_vendor.unref(details).enterNum,
R: common_vendor.o(($event) => common_vendor.unref(details).enterNum = $event.detail.value),
S: common_vendor.sr(downLoadByStock, "1e3768d4-3", {
"k": "downLoadByStock"
})
});
};
}
});
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__file", "D:/worksp/logpm/pagesHome/pages/ScanUp/ScanUp.vue"]]);
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-1e3768d4"], ["__file", "D:/worksp/logpm/pagesHome/pages/ScanUp/ScanUp.vue"]]);
wx.createPage(MiniProgramPage);

2
unpackage/dist/dev/mp-weixin/pagesHome/pages/ScanUp/ScanUp.wxml vendored

File diff suppressed because one or more lines are too long

158
unpackage/dist/dev/mp-weixin/pagesHome/pages/ScanUp/ScanUp.wxss vendored

@ -23,13 +23,13 @@
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.butbox {
.butbox.data-v-1e3768d4 {
display: flex;
align-items: center;
justify-content: center;
margin-top: 15rpx;
}
.butbox > view {
.butbox > view.data-v-1e3768d4 {
width: 684rpx;
height: 100rpx;
background: #D3832A;
@ -42,23 +42,23 @@
font-weight: 400;
color: #FFFFFF;
}
.trayTab {
.trayTab.data-v-1e3768d4 {
width: 686rpx;
margin: auto;
padding: 0 0 20rpx;
}
.sclcs {
.sclcs.data-v-1e3768d4 {
width: 686rpx;
height: 28vh;
margin: auto;
}
.sclcs .visc {
.sclcs .visc.data-v-1e3768d4 {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.sclcs .visc .item1 {
.sclcs .visc .item1.data-v-1e3768d4 {
width: 686rpx;
padding: 0 24rpx;
box-sizing: border-box;
@ -67,21 +67,21 @@
position: relative;
margin-bottom: 30rpx;
}
.sclcs .visc .item1:nth-last-child(1) {
.sclcs .visc .item1.data-v-1e3768d4:nth-last-child(1) {
margin-bottom: 0;
}
.sclcs .visc .item1 .removeicons {
.sclcs .visc .item1 .removeicons.data-v-1e3768d4 {
position: absolute;
right: 0;
}
.sclcs .visc .item1 .qtimgzt {
.sclcs .visc .item1 .qtimgzt.data-v-1e3768d4 {
width: 96rpx;
height: 96rpx;
position: absolute;
right: 0;
top: 0;
}
.sclcs .visc .item2 {
.sclcs .visc .item2.data-v-1e3768d4 {
width: 686rpx;
padding: 0 24rpx;
box-sizing: border-box;
@ -90,47 +90,40 @@
position: relative;
margin-bottom: 30rpx;
}
.sclcs .visc .item2 .qtimgzt {
.sclcs .visc .item2 .qtimgzt.data-v-1e3768d4 {
width: 96rpx;
height: 96rpx;
position: absolute;
right: 0;
top: 0;
}
.tpbx {
.tpbx.data-v-1e3768d4 {
display: flex;
align-items: center;
padding: 18rpx 24rpx;
box-sizing: border-box;
border-bottom: 4rpx solid #EEEEEE;
}
.tpbx image {
.tpbx image.data-v-1e3768d4 {
flex: none;
width: 32rpx;
height: 32rpx;
margin-right: 15rpx;
}
.tpbx > view {
.tpbx image.removeicon.data-v-1e3768d4 {
width: 64rpx;
height: 64rpx;
}
.tpbx > view.data-v-1e3768d4 {
font-size: 28rpx;
font-weight: 400;
color: #020B18;
}
.tpbx > view .numb {
.tpbx > view .numb.data-v-1e3768d4 {
font-size: 28rpx;
color: #178AF2;
}
.viewnum {
height: 100rpx;
display: flex;
align-items: center;
justify-content: space-around;
}
.viewnum > view {
font-size: 28rpx;
font-weight: 400;
color: #020B18;
}
.tabchecklist {
.tabchecklist.data-v-1e3768d4 {
width: 684rpx;
height: 100rpx;
margin: auto;
@ -141,32 +134,32 @@
align-items: center;
justify-content: space-around;
}
.tabchecklist .xz > view:nth-of-type(1) {
.tabchecklist .xz > view.data-v-1e3768d4:nth-of-type(1) {
color: #D3832A !important;
}
.tabchecklist .xz > view:nth-of-type(2) {
.tabchecklist .xz > view.data-v-1e3768d4:nth-of-type(2) {
background-color: #D3832A !important;
}
.tabchecklist > view {
.tabchecklist > view.data-v-1e3768d4 {
display: flex;
flex-direction: column;
align-items: center;
}
.tabchecklist > view > view:nth-of-type(1) {
.tabchecklist > view > view.data-v-1e3768d4:nth-of-type(1) {
font-size: 32rpx;
font-weight: 400;
margin-bottom: 20rpx;
color: #020B18;
transition: all 0.2s;
}
.tabchecklist > view > view:nth-of-type(2) {
.tabchecklist > view > view.data-v-1e3768d4:nth-of-type(2) {
width: 96rpx;
height: 8rpx;
background-color: #D3832A00;
border-radius: 4rpx;
transition: all 0.2s;
}
.topviewbox {
.topviewbox.data-v-1e3768d4 {
width: 686rpx;
background: #FFFFFF;
border-radius: 20rpx 20rpx 20rpx 20rpx;
@ -176,7 +169,7 @@
margin: auto;
margin-top: 20rpx;
}
.topviewbox > .oebox {
.topviewbox > .oebox.data-v-1e3768d4 {
padding: 20rpx 25rpx;
box-sizing: border-box;
border-bottom: 4rpx solid #EEEEEE;
@ -184,22 +177,22 @@
align-items: center;
justify-content: flex-start;
}
.topviewbox > .oebox > view {
.topviewbox > .oebox > view.data-v-1e3768d4 {
font-size: 32rpx;
font-weight: 400;
color: #020B18;
}
.topviewbox > .oebox > image {
.topviewbox > .oebox > image.data-v-1e3768d4 {
width: 32rpx;
height: 32rpx;
margin-right: 14rpx;
}
.topviewbox .numbox {
.topviewbox .numbox.data-v-1e3768d4 {
width: 100%;
padding: 20rpx;
box-sizing: border-box;
}
.topviewbox .numbox > view {
.topviewbox .numbox > view.data-v-1e3768d4 {
width: 640rpx;
height: 160rpx;
background: #F5F7FB;
@ -209,88 +202,88 @@
align-items: center;
justify-content: space-around;
}
.topviewbox .numbox > view > view {
.topviewbox .numbox > view > view.data-v-1e3768d4 {
display: flex;
flex-direction: column;
align-items: center;
}
.topviewbox .numbox > view > view:nth-of-type(1) > view:nth-of-type(2) {
.topviewbox .numbox > view > view:nth-of-type(1) > view.data-v-1e3768d4:nth-of-type(2) {
color: #FF9545 !important;
}
.topviewbox .numbox > view > view:nth-of-type(2) > view:nth-of-type(2) {
.topviewbox .numbox > view > view:nth-of-type(2) > view.data-v-1e3768d4:nth-of-type(2) {
color: #178AF2 !important;
}
.topviewbox .numbox > view > view > view:nth-of-type(1) {
.topviewbox .numbox > view > view > view.data-v-1e3768d4:nth-of-type(1) {
font-size: 28rpx;
font-weight: 400;
color: #020B18;
margin-bottom: 18rpx;
}
.topviewbox .numbox > view > view > view:nth-of-type(2) {
.topviewbox .numbox > view > view > view.data-v-1e3768d4:nth-of-type(2) {
font-size: 36rpx;
font-weight: 400;
}
.topviewbox > .contview {
.topviewbox > .contview.data-v-1e3768d4 {
display: flex;
flex-direction: column;
width: 100%;
padding: 20rpx;
box-sizing: border-box;
}
.topviewbox > .contview > view {
.topviewbox > .contview > view.data-v-1e3768d4 {
display: flex;
align-items: center;
justify-content: flex-start;
margin-bottom: 20rpx;
}
.topviewbox > .contview > view:nth-last-child(1) {
.topviewbox > .contview > view.data-v-1e3768d4:nth-last-child(1) {
margin-bottom: 0;
}
.topviewbox > .contview > view > view:nth-of-type(1) {
.topviewbox > .contview > view > view.data-v-1e3768d4:nth-of-type(1) {
display: flex;
align-items: center;
justify-content: center;
margin-right: 30rpx;
}
.topviewbox > .contview > view > view:nth-of-type(1) > image {
.topviewbox > .contview > view > view:nth-of-type(1) > image.data-v-1e3768d4 {
width: 48rpx;
height: 48rpx;
margin-right: 12rpx;
}
.topviewbox > .contview > view > view:nth-of-type(1) > view {
.topviewbox > .contview > view > view:nth-of-type(1) > view.data-v-1e3768d4 {
font-size: 28rpx;
font-weight: 400;
color: #020B18;
}
.topviewbox > .contview > view > view:nth-of-type(2) {
.topviewbox > .contview > view > view.data-v-1e3768d4:nth-of-type(2) {
font-size: 28rpx;
font-weight: 400;
color: #020B18;
}
.bgimg {
.bgimg.data-v-1e3768d4 {
position: absolute;
left: 0;
top: 0;
width: 100%;
}
.scanqcview {
.scanqcview.data-v-1e3768d4 {
display: flex;
align-items: center;
justify-content: center;
position: relative;
margin-top: 10rpx;
}
.scanqcview > image {
.scanqcview > image.data-v-1e3768d4 {
width: 72rpx;
height: 72rpx;
margin-right: 16rpx;
}
.scanqcview > view {
.scanqcview > view.data-v-1e3768d4 {
font-size: 32rpx;
font-weight: 400;
color: #FFFFFF;
}
.scanButton {
.scanButton.data-v-1e3768d4 {
position: fixed;
width: 100%;
bottom: 20rpx;
@ -299,4 +292,59 @@
color: #D3832A;
padding: 15rpx 0;
border-radius: 10rpx;
}
.downloadBtn.data-v-1e3768d4 {
width: -webkit-fit-content;
width: fit-content;
background: var(--subjectColor);
color: #fff;
margin: 10rpx auto;
padding: 20rpx 40rpx;
font-size: 0.9rem;
border-radius: 10rpx;
}
.downloadRow.data-v-1e3768d4 {
display: flex;
align-items: center;
padding: 18rpx 24rpx;
box-sizing: border-box;
border-bottom: 4rpx solid #EEEEEE;
}
.downloadRow image.data-v-1e3768d4 {
flex: none;
width: 52rpx;
height: 52rpx;
margin-right: 15rpx;
}
.downloadRow > view.data-v-1e3768d4 {
font-size: 0.9rem;
font-weight: bold;
color: #020B18;
}
.downLoadByOrder_control > image.data-v-1e3768d4 {
width: 52rpx;
height: 52rpx;
margin-left: 20rpx;
}
.downLoadByStock_row.data-v-1e3768d4 {
display: flex;
align-items: center;
}
.downLoadByStock_row > view.data-v-1e3768d4 {
font-weight: bold;
font-size: 0.9rem;
}
.downLoadByStock_row > input.data-v-1e3768d4 {
flex: 1;
background: #F4F8FB;
padding: 10rpx 20rpx;
border-radius: 10rpx;
}
.mt10.data-v-1e3768d4 {
margin-top: 20rpx;
}
.flex-c-sb.data-v-1e3768d4 {
display: flex;
align-items: center;
justify-content: space-between;
}

10
unpackage/dist/dev/mp-weixin/pagesHome/pages/signOrderScan/signOrderScan.js vendored

@ -140,6 +140,11 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
url: "/pagesHome/pages/orderDetails/orderDetails?orderCode=" + item.orderCode
});
}
const handlePackageScan = () => {
common_vendor.index.navigateTo({
url: "/pagesHome/pages/signPackageScan/signPackageScan?item=" + JSON.stringify(details.items) + "&deliveryId=" + details.deliveryId
});
};
function computedNum() {
const _arr = [...details.orderArr, ...details.zeroArr, ...details.stockArr];
details.Plannednub = 0;
@ -546,10 +551,11 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
z: common_vendor.o(() => {
}),
A: common_vendor.unref(details).scrollHeight,
B: common_vendor.sr(tip, "fb393026-13", {
B: common_vendor.o(handlePackageScan),
C: common_vendor.sr(tip, "fb393026-13", {
"k": "tip"
}),
C: common_vendor.sr(tiplists, "fb393026-14", {
D: common_vendor.sr(tiplists, "fb393026-14", {
"k": "tiplists"
})
};

2
unpackage/dist/dev/mp-weixin/pagesHome/pages/signOrderScan/signOrderScan.wxml vendored

File diff suppressed because one or more lines are too long

7
unpackage/dist/dev/mp-weixin/project.config.json vendored

@ -13,17 +13,16 @@
"bigPackageSizeSupport": true,
"ignoreDevUnusedFiles": false,
"lazyCodeLoading": "requiredComponents",
"enhance": true,
"packNpmRelationList": [],
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}
},
"enhance": true
},
"compileType": "miniprogram",
"libVersion": "3.1.2",
"appid": "wx35c7fb77840097de",
"appid": "wxedb0d10ea46a0113",
"projectname": "货无忧",
"condition": {
"search": {

14
unpackage/dist/dev/mp-weixin/utils/functions.js vendored

@ -153,6 +153,20 @@ const api = {
return false;
}
return true;
},
// 扁平数据转成树形结构
formatTree: (list, rootValue, key) => {
const treeData = [];
list.forEach((item) => {
if (item[key] == rootValue) {
const children = formatTree(list, item.id, key);
if (children.length) {
item.children = children;
}
treeData.push(item);
}
});
return treeData;
}
};
exports.api = api;

1
unpackage/dist/dev/mp-weixin/utils/request.js vendored

@ -191,6 +191,7 @@ const HandleRequest = (params, key, loadingObj) => {
delete requestObj[key];
utils_functions.api.error("请检查是否连接到无线网络");
}).finally(async (res) => {
console.log("res-finally :>> ", res);
await common_vendor.nextTick$1();
if (loadingObj.isShowLoading !== false)
common_vendor.index.hideLoading();

4
unpackage/dist/dev/mp-weixin/utils/utils.js vendored

@ -94,6 +94,10 @@ const utils = {
clearTimeout(timer);
}, delay);
}();
},
/** 是否为数字 */
isNumber(content) {
return !isNaN(parseFloat(content)) && isFinite(content);
}
};
exports.utils = utils;

3
utils/request.js

@ -175,11 +175,13 @@ const HandleRequest = (params, key, loadingObj) => {
utils.ttsspke(data.audio || '')
// #endif
if (data.code != 200 && data?.msg) {
uni.hideLoading()
uni.showToast({
title: data?.msg || '',
icon: 'none'
})
} else if (data.audio) {
uni.hideLoading()
uni.showToast({
title: data.msg,
icon: 'none'
@ -217,6 +219,7 @@ const HandleRequest = (params, key, loadingObj) => {
} else if (res.statusCode == 401) {
// 登录失败时
if (isLogin) {
uni.hideLoading()
return uni.showToast({
title: "登录失败",
icon: 'none'

Loading…
Cancel
Save