From 246ce4f496aecb36eb0714baf16cac2b320de84e Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Wed, 28 Feb 2024 19:12:20 +0800 Subject: [PATCH] =?UTF-8?q?'=E6=96=B0=E5=A2=9E=E9=9B=B6=E6=8B=85=E5=8D=B8?= =?UTF-8?q?=E5=88=86=E4=B8=80=E4=BD=93'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/user.js | 13 + compoment/PopUp/PopUp.vue | 16 +- compoment/tiplist/tiplist.vue | 3 +- compoment/tips/tips.vue | 3 +- config/host.js | 8 +- manifest.json | 4 +- pages/index/index.vue | 394 ++--- pages/login/login.vue | 6 + pagesHome/pages/ArrivalList/ArrivalList.vue | 53 +- pagesHome/pages/StowageList/StowageList.vue | 12 +- .../VehicleArrivalDetails.vue | 95 +- .../VehicleArrivalDetailsByTray.vue | 525 ++++--- pagesHome/pages/integral/integral.vue | 24 +- pagesHome/pages/integralMy/integralMy.vue | 13 +- .../dynamicCheckDetails.vue | 6 + .../dist/dev/app-plus/app-config-service.js | 4 +- unpackage/dist/dev/app-plus/app-service.js | 1376 +++++++++++++---- unpackage/dist/dev/app-plus/app.css | 11 +- unpackage/dist/dev/app-plus/manifest.json | 10 +- unpackage/dist/dev/mp-weixin/api/user.js | 11 + .../mp-weixin/compoment/tiplist/tiplist.wxss | 2 +- .../dev/mp-weixin/compoment/tips/tips.wxss | 2 +- unpackage/dist/dev/mp-weixin/config/host.js | 2 +- .../dist/dev/mp-weixin/pages/index/index.js | 197 ++- .../dist/dev/mp-weixin/pages/login/login.js | 6 + .../dist/dev/mp-weixin/project.config.json | 7 +- 26 files changed, 1989 insertions(+), 814 deletions(-) diff --git a/api/user.js b/api/user.js index ddcee70..4deef00 100644 --- a/api/user.js +++ b/api/user.js @@ -2935,4 +2935,17 @@ export function getCurrentTree(data, loadingObj = {}) { }, loadingObj ); +} + +/** + * 获取未卸车的零担数据 + */ +export function postFindLoadZeroList(data, loadingObj = {}) { + return request({ + url: `logpm-trunkline/api/carsLoad/findLoadZeroList`, + method: "post", + data + }, + loadingObj + ); } \ No newline at end of file diff --git a/compoment/PopUp/PopUp.vue b/compoment/PopUp/PopUp.vue index 5b5aed8..132073c 100644 --- a/compoment/PopUp/PopUp.vue +++ b/compoment/PopUp/PopUp.vue @@ -10,8 +10,8 @@ - - + + 取消 @@ -37,6 +37,8 @@ * 是否显示弹框 */ showPopUp: false, + isShowClose: true, + isShowButton: true, /** * 内容高度 */ @@ -86,7 +88,8 @@ left: 0; width: 100vw; height: 100vh; - background-color: #00000050; + // background-color: #00000050; + background-color: rgba(0, 0, 0, 0.5); z-index: 9999; display: flex; align-items: center; @@ -105,15 +108,16 @@ } .scoolv { - max-height: 40vh; + max-height: 60vh; padding: 20upx; - padding-bottom: 0upx; + // padding-bottom: 0upx; box-sizing: border-box; } .buttonContainer { width: 100%; - height: 12vh; + // height: 12vh; + padding: 20upx 0; flex: 1; display: flex; justify-content: space-around; diff --git a/compoment/tiplist/tiplist.vue b/compoment/tiplist/tiplist.vue index 65aaa61..3d94379 100644 --- a/compoment/tiplist/tiplist.vue +++ b/compoment/tiplist/tiplist.vue @@ -456,7 +456,8 @@ position: fixed; left: 0; top: 0; - background-color: #00000050; + // background-color: #00000050; + background-color: rgba(0, 0, 0, 0.5); z-index: 999; } diff --git a/compoment/tips/tips.vue b/compoment/tips/tips.vue index 26d07f1..2aa8618 100644 --- a/compoment/tips/tips.vue +++ b/compoment/tips/tips.vue @@ -68,7 +68,8 @@ position: fixed; left: 0; top: 0; - background-color: #00000050; + // background-color: #00000050; + background-color: rgba(0, 0, 0, 0.5); z-index: 999; } diff --git a/config/host.js b/config/host.js index e7cc96b..11d08d6 100644 --- a/config/host.js +++ b/config/host.js @@ -4,11 +4,11 @@ * 测试域名 * */ //测试域名 -const devhost = 'http://test.api.huo5you.com/' +// const devhost = 'http://test.api.huo5you.com/' // 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/' // cyz @@ -23,9 +23,9 @@ const devhost = 'http://test.api.huo5you.com/' /** * 正式域名 * */ -// 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/' /** * 图片域名 * */ diff --git a/manifest.json b/manifest.json index 4570b2d..8c7b917 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "货无忧", "appid" : "__UNI__EB22F37", "description" : "", - "versionName" : "1.1.17", - "versionCode" : 1117, + "versionName" : "1.1.18", + "versionCode" : 1118, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages/index/index.vue b/pages/index/index.vue index 859a37f..909a143 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -40,203 +40,203 @@ const { storageArr } = storeToRefs(storageStore) const tip = ref(null) - let details = reactive({ tablist: [] }); - // let details = 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', - // }, - // ] - // }, - // ] - // }) + // let details = reactive({ tablist: [] }); + let details = 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 : string) { uni.navigateTo({ diff --git a/pages/login/login.vue b/pages/login/login.vue index c3f849e..b4e8cfe 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -221,6 +221,12 @@ let res = await getMyWarehouseList({}) details.warehouseList = res.data + if (details.warehouseList.length === 0) return uni.showToast({ + title: '该账号暂时没有关联仓库', + icon: 'none', + duration: 1500 + }) + if (details.warehouseList.length == 1) { let resdata = await preserveCurrentWarehouse(details.warehouseList[0]) uni.setStorageSync('checkname', details.warehouseList[0]) diff --git a/pagesHome/pages/ArrivalList/ArrivalList.vue b/pagesHome/pages/ArrivalList/ArrivalList.vue index d116544..96c72b9 100644 --- a/pagesHome/pages/ArrivalList/ArrivalList.vue +++ b/pagesHome/pages/ArrivalList/ArrivalList.vue @@ -69,41 +69,42 @@ 线路:{{item.carsLineName}} - - - 到车 + diff --git a/pagesHome/pages/StowageList/StowageList.vue b/pagesHome/pages/StowageList/StowageList.vue index 8334942..4a3e4b9 100644 --- a/pagesHome/pages/StowageList/StowageList.vue +++ b/pagesHome/pages/StowageList/StowageList.vue @@ -304,20 +304,20 @@ align-items: center; width: 100%; box-sizing: border-box; - padding: 20upx 32upx; + padding: 20upx; padding-top: 0upx; >view { - width: 686upx; + width: 100%; background: #FFFFFF; display: flex; flex-direction: column; box-sizing: border-box; border-bottom: 1upx solid #ebebeb; - padding-bottom: 30upx; + // padding-bottom: 30upx; background-color: #ffffff; - margin-bottom: 20upx; - padding-top: 20upx; + // margin-bottom: 20upx; + // padding-top: 20upx; border-radius: 8upx; >view:nth-last-child(1) { @@ -405,7 +405,7 @@ display: flex; align-items: center; justify-content: center; - margin-top: 20upx; + margin: 20upx 0; >view { border-radius: 8upx; diff --git a/pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue b/pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue index 55471af..98cc016 100644 --- a/pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue +++ b/pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue @@ -34,7 +34,7 @@ {{details.pageInfo.planLoadingNumber || 0}} - 装车件数 + 在车件数 {{details.pageInfo.realLoadingNumber || 0}} @@ -87,7 +87,7 @@ 订单总数: - {{item.totalNum}} + {{item.totalNumber}} @@ -128,10 +128,16 @@ - 托盘名称: {{value.trayName || '暂无数据'}} + 托盘名称: {{ value.trayName }} - 托盘码: {{value.trayCode || '暂无数据'}} + 托盘码: {{ value.trayCode }} + + + + + + 卸车仓库: {{value.unloadNodeName }} @@ -149,10 +155,15 @@ - 托盘名称: {{value.trayName || '暂无数据'}} + 托盘名称: {{value.trayName}} - 托盘码: {{value.trayCode || '暂无数据'}} + 托盘码: {{value.trayCode}} + + + + + 卸车仓库: {{value.unloadNodeName }} @@ -479,11 +490,11 @@ // #ifdef APP if (details.isAbnormal) { - utils.handleToast(`签收${_total}件, 异常签收${_abnormal}件`) + utils.handleToast(`卸车${_total}件, 异常卸车${_abnormal}件`) return } - utils.handleToast(`签收${_total}件`) + utils.handleToast(`卸车${_total}件`) // #endif } } @@ -499,14 +510,58 @@ /** 请求页面数据 */ async function initpage() { try { - // 按件请求页面 - const res = await initPageByOrder() - } catch (err) { - console.log('err :>> ', err); + 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 + + if (details.isscan || details.isAbnormal) { + // 签收总数 + let _total = 0 + + let _abnormal = 0 + + // 定制品 + for (let iterator of details.pageInfo.unloadScanOrderList) { + if (iterator.unloadNum) + _total += iterator.unloadNum || 0 + } + + // 零担 + for (let iterator of details.pageInfo.unloadZeroList) { + if (iterator.unloadNum) + _total += iterator.unloadNum || 0 + } + + _total += details.pageInfo.exceptionList.length + + _abnormal += details.pageInfo.exceptionList.length + + // #ifdef APP + if (details.isAbnormal) { + utils.handleToast(`卸车${_total}件, 异常卸车${_abnormal}件`) + return + } + + utils.handleToast(`卸车${_total}件`) + // #endif + } + } + } catch (e) { //TODO handle the exception } finally { - console.log('details.datalist :>> ', details.datalist); + details.isscan = false + details.isAbnormal = false return null } } @@ -543,8 +598,6 @@ // } // return - console.log('details.datalist :>> ', details.datalist); - console.log('details.datalist.length :>> ', details.datalist.length); } /** 包件卸车 -- 单个 */ @@ -765,7 +818,7 @@ if (res.code !== 200) return - ZeroStowage.value.setDetails.showPopUp = false + ZeroStowage.value.details.showPopUp = false basicContainer.value.startPullDownRefresh() } }) @@ -955,11 +1008,15 @@ justify-content: space-between; font-size: 28upx; color: #092C4D; - margin-bottom: 20upx; + margin: 20upx; >view { - &:first-child { - margin-right: 20upx; + + // &:first-child { + // margin-right: 20upx; + // } + >view:first-child { + flex: none; } } diff --git a/pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray.vue b/pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray.vue index e434aad..d0a7218 100644 --- a/pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray.vue +++ b/pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray.vue @@ -13,16 +13,6 @@ 录入托盘码 - - 托盘码:{{details.trayInfo.trayCode}} 托盘名称:{{details.trayInfo.trayName}} @@ -110,7 +100,7 @@ + + + + + + @@ -145,41 +177,116 @@ - - - + + - 订单编号:{{details.zeroInfo.orderCode}} + 订单编号:{{details.zeroForm.orderCode}} + + + + 运单号:{{details.zeroForm.waybillNo}} - 运单号:{{details.zeroInfo.waybillNo}} + 物料名称:{{details.zeroForm.scanCode}} - 物料名称:{{details.zeroInfo.orderPackageCode}} + 目的仓:{{details.zeroForm.finalNodeName}} - - 装车数:{{details.zeroInfo.num || 0}} - 卸车数:{{details.zeroInfo.unloadNum || 0}} + + 装车数:{{details.zeroForm.num || 0}} + + + + + 卸车数: + + - - + - - - 当前包件未在本次计划, 是否异常卸车 + + + 在车数据 - - 包条码: {{details.scancode}} + + + 在库数据 - + + + + @@ -201,7 +308,8 @@ warehouseTrayTypeorderScanTrayCode, warehouseTrayTypedeleteOrderCode, warehouseTrayTypedeleteZeroOrderByTrayCode, - postUnloadTrayAllOne + postUnloadTrayAllOne, + postFindLoadZeroList } from '@/api/user.js' import { onLoad, @@ -277,6 +385,12 @@ ], /** 是否显示打托方式 */ isShowType: false, + /** 零担TabBar激活 1 : 在车数据, 2: 在库数据 */ + zeroTabBar: 1 as 1 | 2, + /** 零担打托列表 */ + zeroPalletizeList: [], + /** 零担打托form */ + zeroForm: {} }) @@ -285,12 +399,10 @@ const basicContainer = ref(null) const tip = ref() - /** 零担装车 */ - const ZeroStowage = ref() + /** 零担打托列表 */ + const ZeroPalletizeList = ref() /** 定制品异常装车 */ const OrderStowage = ref() - /** 选择打托方式 */ - const chooseTary = ref() const jpScorllView = ref() @@ -323,6 +435,8 @@ }) // #endif + await nextTick() + OrderStowage.value.details.showPopUp = true }) onMounted(async () => { @@ -433,13 +547,16 @@ }) const submitData = { - trayCode: details.trayInfo.trayCode || details.scancode, + 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 + if (data.isHasData === 0) { + details.trayInfo.trayCode = details.scancode + return details.isShowType = true + } else { details.info = data.data details.trayInfo = data.data @@ -488,79 +605,7 @@ /** 零担 -- 单独卸车 */ const handleZeroSoleStowage = (_item, _value) => { - details.zeroInfo = { waybillNo: _item.waybillNo, orderCode: _item.orderCode, ..._value } - - details.zeroInfo.unloadNum = details.zeroInfo.num - - ZeroStowage.value.setDetails({ - title: '零担卸车', - showPopUp: true, - success() { - console.log('details.zeroInfo :>> ', details.zeroInfo); - const submitData = { - loadId: details.loadId, - waybillNo: details.zeroInfo.waybillNo, - orderCode: details.zeroInfo.orderCode, - productName: details.zeroInfo.orderPackageCode, - enterNum: details.zeroInfo.unloadNum - } - postCarsLoadUnloadZero(submitData) - } - }) - } - - /** 零担卸车 */ - const handleZeroStowage = (_item, _value) => { - // 检测该零担是否符合卸车要求 - let content = '' - if (Number(_value.scanStatus) === 2) { - content = '该零担已卸车' - } - else if (Number(_value.scanStatus) === 2) { - content = '该零担已签收' - } - - if (content) { - // #ifdef APP - utils.ttsspke(content) - // #endif - uni.showToast({ - title: content, - icon: 'none' - }) - return - } - // 检测该零担是否有托盘信息; 有: 询问是否整托卸车, 当在整托卸车时, 不允许单独卸车 - if (_value.trayCode) { - - tiplists.value.setdetails({ - isshow: true, - tipstate: 2, - list: [], - isonecheck: true, - title: '是否整托装车', - success: () => { - tiplists.value.setdetails({ isshow: false }) - // 整托卸车 - scanTray() - }, - cancel: () => { - tiplists.value.setdetails({ isshow: false }) - - if (Number(details.pageType) === 2) return - handleZeroSoleStowage(_item, _value) - }, - close: () => { - tiplists.value.setdetails({ isshow: false }) - } - }) - details.scancode = _value.trayCode - return - } - - if (Number(details.pageType) === 2) return - handleZeroSoleStowage(_item, _value) } /** 选择打托方式 */ @@ -570,9 +615,7 @@ details.trayInfo.trayTypeName = item.name } - /** - * 删除 - */ + /** 删除 */ function removeitem(item : any) { // 定制品 if (details.orderStatus === 1) removeOrder(item) @@ -580,9 +623,7 @@ else if (details.orderStatus === 2) removeZero(item) } - /** - * 删除定制品 - */ + /** 删除定制品 */ function removeOrder(item : any) { tip.value.setdetails({ title: '提示', @@ -609,9 +650,8 @@ } }) } - /** - * 删除零担 - */ + + /** 删除零担 */ function removeZero(item : any) { tip.value.setdetails({ title: '提示', @@ -639,6 +679,78 @@ }) } + /** 开启零担打托弹窗 */ + const handleShowZero = async () => { + if (!details.trayInfo.trayCode) return utils.handleToast('请先扫描托盘码') + + const res = await postFindLoadZeroList({ loadId: details.loadId }) + const { code, data } = res + + if (code !== 200) return + + details.zeroPalletizeList = data + OrderStowage.value.setDetails({ + title: '', + showPopUp: true, + isShowButton: false, + success() { + OrderStowage.value.details.showPopUp = false + } + }) + } + + /** 零担打托弹窗TabBar切换 */ + const handleZeroTabbar = (code : 1 | 2) => { + details.zeroTabBar = code + + details.zeroPalletizeList = [{}] + } + + /** 显示零担打托弹窗 */ + const handleShowPalletize = (item) => { + details.zeroForm = item + console.log('item.num :>> ', item.num); + details.zeroForm.unLoadNum = item.num + console.log('details.zeroForm :>> ', details.zeroForm); + + ZeroPalletizeList.value.setDetails({ + title: '零担打托', + showPopUp: true, + confirmText: '确认打托', + async success() { + try { + const submitData = { + loadId: details.loadId, + trayCode: details.trayInfo.trayCode, + trayType: details.trayInfo.trayType, + isZero: 1, + waybillNo: details.zeroForm.waybillNo, + orderCode: details.zeroForm.orderCode, + enterNum: details.zeroForm.unLoadNum + } + + const res = await postUnloadTrayAllOne(submitData) + + const { code, data, msg } = res + console.log('msg :>> ', msg); + + if (code !== 200) { + if (msg) utils.handleToast(msg) + return + } + + details.orderCode = data.orders + + basicContainer.value.startPullDownRefresh() + } catch (err) { + console.log('err :>> ', err); + //TODO handle the exception + } finally { + ZeroPalletizeList.value.details.showPopUp = false + } + } + }) + } const { orderStatus, items, datalist } = toRefs(details) @@ -750,24 +862,11 @@ } } - .scve { - width: 100%; - height: 50vh; - margin-top: 20upx; - - .mabx { - background: #fff; - display: flex; - flex-direction: column; - align-items: center; - background: #FFFFFF; - } - } .contenbx1 { display: flex; justify-content: space-between; - font-size: 28upx; + font-size: 0.9rem; color: #092C4D; margin-bottom: 20upx; @@ -840,9 +939,21 @@ justify-content: space-between; } + .flex-c-sa { + display: flex; + align-items: center; + justify-content: space-around; + } + + .flex-c-c { + display: flex; + align-items: center; + justify-content: center; + } + // 按钮 .button { - padding: 10upx 15upx; + padding: 15upx 30upx; background: var(--subjectColor); color: #fff; border-radius: 5upx; @@ -862,10 +973,6 @@ margin: 5upx 0; } - .w100 { - width: 100%; - } - .input { padding: 10upx 20upx; border: 1upx solid #aaa; @@ -887,32 +994,6 @@ font-size: 28upx !important; } - // 详情 - .details_container { - font-size: 28upx; - zoom: 0.9; - border-bottom: 1upx solid #FA8C16; - padding: 15upx 0; - - &:last-child { - border-bottom: 0upx; - } - } - - // 每行的值 - .row_value { - font-size: 0.8rem; - word-break: break-all; - } - - .mt10 { - margin-top: 10upx; - } - - .flex1 { - flex: 1; - } - // 标签 .tip { padding: 10upx 15upx; @@ -957,7 +1038,6 @@ } } - .chuanhuo { border: #ff0000; } @@ -1012,10 +1092,6 @@ font-weight: 400; word-wrap: break-word; word-break: break-all; - - // &:nth-of-type(1) { - // width: 180upx; - // } } .index { @@ -1080,21 +1156,114 @@ .weish { color: #f00; } + } + } - // >view { - // display: flex; - // flex-direction: column; - // align-items: center; + .mt20 { + margin-top: 20upx; + } - // >view:nth-of-type(1) { - // font-size: 36upx; - // margin-bottom: 12upx; - // } + .flex1 { + flex: 1; + } + + // 零担打托弹窗tabbar + .OrderStowage_tabbar { + margin-bottom: 20upx; + + >view { + text-align: center; + padding: 15upx 0; + transition: all 0.3s; + border-radius: 10upx; + + &.active { + background: var(--subjectColor); + color: #fff; + } + } + } + + .zeroBox { + padding: 20upx; + border-radius: 10upx; + border: 2upx dashed #0086F1; + margin-bottom: 20upx; + } + + .footer_button { + position: fixed; + bottom: 20upx; + left: 50%; + transform: translateX(-50%); + padding: 20upx 65upx; + background: var(--subjectColor); + color: #fff; + border-radius: 10upx; + } + + // 底部站位 + .footer_container { + height: 80upx; + } - // >view:nth-of-type(2) { - // font-size: 28upx; - // } - // } + .inputscan { + width: 100%; + display: flex; + align-items: center; + justify-content: space-around; + + >input { + width: 440upx; + height: 64upx; + border: 1upx solid #092C4D30; + border-radius: 8upx; + box-sizing: border-box; + font-size: 28upx; + padding: 0upx 20upx; + box-sizing: border-box; + } + + .scanbt { + width: 128upx; + height: 64upx; + background: #D3832A; + border-radius: 8upx; + opacity: 1; + display: flex; + align-items: center; + justify-content: center; + font-size: 30upx; + font-weight: 400; + color: #FFFFFF; + } + } + + .btx { + >view { + padding: 15upx 45upx; + border-radius: 8upx; + font-size: 0.9rem; + } + + >.cancel { + background-color: #F5F5F6; + color: #5A6875; + margin-right: 20upx; + } + + >.confirm { + background-color: #D3832A; + color: #FFFFFF; } } + + + \ No newline at end of file diff --git a/pagesHome/pages/integral/integral.vue b/pagesHome/pages/integral/integral.vue index 9a77795..b17ae7d 100644 --- a/pagesHome/pages/integral/integral.vue +++ b/pagesHome/pages/integral/integral.vue @@ -22,20 +22,24 @@ - + {{item.name}} - - {{idx + 1}} - - {{sub.name}} + + diff --git a/pagesHome/pages/integralMy/integralMy.vue b/pagesHome/pages/integralMy/integralMy.vue index edb8189..3ad4c8a 100644 --- a/pagesHome/pages/integralMy/integralMy.vue +++ b/pagesHome/pages/integralMy/integralMy.vue @@ -108,16 +108,9 @@ }) }, initTime() { - let date = new Date(); - let year = date.getFullYear() - let month = date.getMonth() + 1 - if (month < 10) month = '0' + month - let start = year + '-' + month + '-01' - date.setDate(0); - let lastDay = date.getDate(); - let end = year + '-' + month + '-' + lastDay - this.date = [start, end] - this.datatime = start + ' 至 ' + end + this.date[0] = uni.$u.timeFormat((new Date().valueOf() - 1000 * 60 * 60 * 24 * 3), 'yyyy-mm-dd') + this.date[1] = uni.$u.timeFormat((new Date().valueOf()), 'yyyy-mm-dd') + this.datatime = this.date[0] + ' 至 ' + this.date[1] }, pageClick(e) { this.crrNum = e || 1; diff --git a/pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue b/pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue index b5a6e95..d308714 100644 --- a/pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue +++ b/pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue @@ -466,6 +466,12 @@ + + + 物料名称: {{details.detailsInfo.materialName}} + + + 运单号: {{details.detailsInfo.waybillNumber}} diff --git a/unpackage/dist/dev/app-plus/app-config-service.js b/unpackage/dist/dev/app-plus/app-config-service.js index 2d13438..470be5f 100644 --- a/unpackage/dist/dev/app-plus/app-config-service.js +++ b/unpackage/dist/dev/app-plus/app-config-service.js @@ -1,8 +1,8 @@ ;(function(){ let u=void 0,isReady=false,onReadyCallbacks=[],isServiceReady=false,onServiceReadyCallbacks=[]; - const __uniConfig = {"pages":[],"globalStyle":{"backgroundColor":"#F8F8F8","navigationBar":{"backgroundColor":"#F8F8F8","titleText":"uni-app","type":"default","titleColor":"#000000"},"isNVue":false},"nvue":{"compiler":"uni-app","styleCompiler":"uni-app","flex-direction":"column"},"renderer":"auto","appname":"货无忧","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":true},"compilerVersion":"3.99","entryPagePath":"pages/login/login","entryPageQuery":"","realEntryPagePath":"","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"tabBar":{"position":"bottom","color":"#999999","selectedColor":"#df8926","borderStyle":"black","blurEffect":"none","fontSize":"10px","iconWidth":"24px","spacing":"3px","height":"50px","backgroundColor":"#ffffff","list":[{"pagePath":"pages/index/index","iconPath":"/static/TabberIcon/icon1.png","selectedIconPath":"/static/TabberIcon/icon1check.png","text":"工作台"},{"pagePath":"pages/taskList/taskList","iconPath":"/static/TabberIcon/icon2.png","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","selectedIconPath":"/static/TabberIcon/icon5check.png","text":"我的"}],"selectedIndex":0,"shown":true},"locales":{},"darkmode":false,"themeConfig":{}}; - const __uniRoutes = [{"path":"pages/login/login","meta":{"isQuit":true,"isEntry":true,"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"登录","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/index/index","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":0,"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"工作台","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/user/user","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":3,"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"我的","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/news/news","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":2,"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"消息","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/taskList/taskList","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":1,"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"任务","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/reportForms/reportForms","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"报表","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/pickingScan/pickingScan","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"拣货扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/StowageList/StowageList","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"配载装车","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/StowageListDetails/StowageListDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"配载按件装车","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/RelayScanList/RelayScanList","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"中转装车","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/codePlateBracket/codePlateBracket","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"码板打托","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/billsList/billsList","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"提货批次","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/PickUpLotList/PickUpLotList","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"提货批次列表","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/TranNumber/TranNumber","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"车次","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/onLoadByScan/onLoadByScan","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"卸车扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/onLoadOrderDetails/onLoadOrderDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"卸车扫描包件明细","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/ArrivalList/ArrivalList","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"到车列表","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"到车入库详情","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"卸分一体","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/SelfPickupScan/SelfPickupScan","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"自提扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/LoadingScan/LoadingScan","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"装车扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/loadingRetention/loadingRetention","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"装车滞留","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/StockUplist/StockUplist","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"备货列表","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/StockUplistScandetails/StockUplistScandetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"备货列表扫码","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/DownScan/DownScan","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"下架扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/signinScan/signinScan","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"签收扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/directGoMarket/directGoMarket","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"待签收列表","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/directGoMarketDetails/directGoMarketDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"直发商家签收","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/SelfPScanList/SelfPScanList","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"自提订单扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/SelfPickupDetails/SelfPickupDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"自提明细扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/LoadingDetails/LoadingDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"配车明细扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"客户订单扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/DeliveryCustomerScan/DeliveryCustomerScan","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"配送客户扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/CustomerSign/CustomerSign","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"客户签收","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/signOrderScan/signOrderScan","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"签收订单扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/signPackageScan/signPackageScan","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"签收订单扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/SignDetailScan/SignDetailScan","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"签收明细扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/setbarcode/setbarcode","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"配置包条码","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/OfflineUpload/OfflineUpload","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"离线上传","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/createTask/createTask","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"创建任务","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/ordersorting/ordersorting","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"订单分拣","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/lnventorysorting/lnventorysorting","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"库存品分拣","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/scansorting/scansorting","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"扫描分拣","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/peopleSorting/peopleSorting","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"人工扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/OrderSortingDetail/OrderSortingDetail","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"继续分拣列表","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/ScanSortingType/ScanSortingType","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"扫描分拣","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/PeopleSortingDetail/PeopleSortingDetail","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"人工分拣","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/inventoryType/inventoryType","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"库存品类型","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/inventoryDetail/inventoryDetail","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"扫描列表详情","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/inventoryDetailList/inventoryDetailList","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"扫描详情明细","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/inventoryenter/inventoryenter","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"库存品录入","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/lnventorysortinglist/lnventorysortinglist","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"分拣列表","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/OrderSortingDetailList/OrderSortingDetailList","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"订单详情","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/ScanUpType/ScanUpType","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"扫描上架","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/ScanUp/ScanUp","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"扫描上架","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/RelocationType/RelocationType","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"移库","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/Relocation/Relocation","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"移库","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/PeopleScanUpType/PeopleScanUpType","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"人工上架","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/PeopleScanUp/PeopleScanUp","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"人工上架","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/PickingScanList/PickingScanList","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"拣货列表","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/Retention/Retention","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"滞留","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/MergeTray/MergeTray","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"合托","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/MergeTrayDetails/MergeTrayDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"合并托盘","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/DownGoodsType/DownGoodsType","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"下架扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/DownGoods/DownGoods","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"下架扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/SetPrice/SetPrice","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"设置服务费","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/RemoveTray/RemoveTray","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"空置托盘","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/Check/Check","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"复核","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/createAddServe/createAddServe","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"创建增值服务","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/orderDetail/orderDetail","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"订单详情","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/RelocationAllocationId/RelocationAllocationId","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"移库库位","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/orderDetails/orderDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"订单详情","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/orderInquiry/orderInquiry","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"订单查询","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/storageInquiry/storageInquiry","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"库位查询","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/trayInquiry/trayInquiry","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"托盘查询","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/inventoryInquiry/inventoryInquiry","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"库存品查询","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/MaterialMaintenance/MaterialMaintenance","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"物料维护","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/CustomerTrayDetails/CustomerTrayDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"客户托盘扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/StockUpListZero/StockUpListZero","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"备货零担列表","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/SearchTray/SearchTray","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"按合同号盘点","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/integral/integral","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"积分指标","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/integralEdit/integralEdit","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"指标编辑","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/integralMy/integralMy","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"我的考核","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesUser/pages/about/about","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"关于我们","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesUser/pages/systemSettings/systemSettings","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"系统设置","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesUser/pages/securitySettings/securitySettings","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"安全设置","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesTask/pages/dynamicCheck/dynamicCheck","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"盘点任务","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesTask/pages/checkTaskList/checkTaskList","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"盘点任务列表","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"随机盘点","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesTask/pages/storageLocationCheckDetails/storageLocationCheckDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"库位盘点","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesTask/pages/trayCheckDetails/trayCheckDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"托盘盘点","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesTask/pages/contracts/contracts","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"按合同号盘点","style":"custom","type":"default"},"isNVue":false}}].map(uniRoute=>(uniRoute.meta.route=uniRoute.path,__uniConfig.pages.push(uniRoute.path),uniRoute.path='/'+uniRoute.path,uniRoute)); + const __uniConfig = {"pages":[],"globalStyle":{"backgroundColor":"#F8F8F8","navigationBar":{"backgroundColor":"#F8F8F8","titleText":"uni-app","type":"default","titleColor":"#000000"},"isNVue":false},"nvue":{"compiler":"uni-app","styleCompiler":"uni-app","flex-direction":"column"},"renderer":"auto","appname":"货无忧","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":true},"compilerVersion":"3.99","entryPagePath":"pages/login/login","entryPageQuery":"","realEntryPagePath":"","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"tabBar":{"position":"bottom","color":"#999999","selectedColor":"#df8926","borderStyle":"black","blurEffect":"none","fontSize":"10px","iconWidth":"24px","spacing":"3px","height":"50px","backgroundColor":"#ffffff","list":[{"pagePath":"pages/index/index","iconPath":"/static/TabberIcon/icon1.png","selectedIconPath":"/static/TabberIcon/icon1check.png","text":"工作台"},{"pagePath":"pages/taskList/taskList","iconPath":"/static/TabberIcon/icon2.png","selectedIconPath":"/static/TabberIcon/icon2check.png","text":"任务"},{"pagePath":"pages/user/user","iconPath":"/static/TabberIcon/icon5.png","selectedIconPath":"/static/TabberIcon/icon5check.png","text":"我的"}],"selectedIndex":0,"shown":true},"locales":{},"darkmode":false,"themeConfig":{}}; + const __uniRoutes = [{"path":"pages/login/login","meta":{"isQuit":true,"isEntry":true,"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"登录","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/index/index","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":0,"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"工作台","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/user/user","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":2,"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"我的","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/news/news","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"消息","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/taskList/taskList","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":1,"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"任务","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/reportForms/reportForms","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"报表","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/pickingScan/pickingScan","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"拣货扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/StowageList/StowageList","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"配载装车","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/StowageListDetails/StowageListDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"配载按件装车","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/RelayScanList/RelayScanList","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"中转装车","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/codePlateBracket/codePlateBracket","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"码板打托","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/billsList/billsList","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"提货批次","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/PickUpLotList/PickUpLotList","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"提货批次列表","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/TranNumber/TranNumber","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"车次","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/onLoadByScan/onLoadByScan","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"卸车扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/onLoadOrderDetails/onLoadOrderDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"卸车扫描包件明细","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/ArrivalList/ArrivalList","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"到车列表","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"到车入库详情","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"卸分一体","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/SelfPickupScan/SelfPickupScan","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"自提扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/LoadingScan/LoadingScan","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"装车扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/loadingRetention/loadingRetention","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"装车滞留","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/StockUplist/StockUplist","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"备货列表","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/StockUplistScandetails/StockUplistScandetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"备货列表扫码","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/DownScan/DownScan","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"下架扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/signinScan/signinScan","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"签收扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/directGoMarket/directGoMarket","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"待签收列表","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/directGoMarketDetails/directGoMarketDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"直发商家签收","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/SelfPScanList/SelfPScanList","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"自提订单扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/SelfPickupDetails/SelfPickupDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"自提明细扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/LoadingDetails/LoadingDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"配车明细扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"客户订单扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/DeliveryCustomerScan/DeliveryCustomerScan","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"配送客户扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/CustomerSign/CustomerSign","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"客户签收","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/signOrderScan/signOrderScan","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"签收订单扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/signPackageScan/signPackageScan","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"签收订单扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/SignDetailScan/SignDetailScan","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"签收明细扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/setbarcode/setbarcode","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"配置包条码","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/OfflineUpload/OfflineUpload","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"离线上传","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/createTask/createTask","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"创建任务","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/ordersorting/ordersorting","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"订单分拣","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/lnventorysorting/lnventorysorting","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"库存品分拣","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/scansorting/scansorting","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"扫描分拣","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/peopleSorting/peopleSorting","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"人工扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/OrderSortingDetail/OrderSortingDetail","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"继续分拣列表","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/ScanSortingType/ScanSortingType","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"扫描分拣","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/PeopleSortingDetail/PeopleSortingDetail","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"人工分拣","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/inventoryType/inventoryType","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"库存品类型","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/inventoryDetail/inventoryDetail","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"扫描列表详情","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/inventoryDetailList/inventoryDetailList","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"扫描详情明细","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/inventoryenter/inventoryenter","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"库存品录入","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/lnventorysortinglist/lnventorysortinglist","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"分拣列表","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/OrderSortingDetailList/OrderSortingDetailList","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"订单详情","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/ScanUpType/ScanUpType","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"扫描上架","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/ScanUp/ScanUp","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"扫描上架","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/RelocationType/RelocationType","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"移库","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/Relocation/Relocation","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"移库","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/PeopleScanUpType/PeopleScanUpType","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"人工上架","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/PeopleScanUp/PeopleScanUp","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"人工上架","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/PickingScanList/PickingScanList","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"拣货列表","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/Retention/Retention","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"滞留","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/MergeTray/MergeTray","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"合托","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/MergeTrayDetails/MergeTrayDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"合并托盘","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/DownGoodsType/DownGoodsType","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"下架扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/DownGoods/DownGoods","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"下架扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/SetPrice/SetPrice","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"设置服务费","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/RemoveTray/RemoveTray","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"空置托盘","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/Check/Check","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"复核","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/createAddServe/createAddServe","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"创建增值服务","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/orderDetail/orderDetail","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"订单详情","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/RelocationAllocationId/RelocationAllocationId","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"移库库位","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/orderDetails/orderDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"订单详情","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/orderInquiry/orderInquiry","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"订单查询","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/storageInquiry/storageInquiry","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"库位查询","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/trayInquiry/trayInquiry","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"托盘查询","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/inventoryInquiry/inventoryInquiry","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"库存品查询","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/MaterialMaintenance/MaterialMaintenance","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"物料维护","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/CustomerTrayDetails/CustomerTrayDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"客户托盘扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/StockUpListZero/StockUpListZero","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"备货零担列表","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/SearchTray/SearchTray","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"按合同号盘点","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/integral/integral","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"积分指标","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/integralEdit/integralEdit","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"指标编辑","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/integralMy/integralMy","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"我的考核","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesUser/pages/about/about","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"关于我们","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesUser/pages/systemSettings/systemSettings","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"系统设置","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesUser/pages/securitySettings/securitySettings","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"安全设置","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesTask/pages/dynamicCheck/dynamicCheck","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"盘点任务","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesTask/pages/checkTaskList/checkTaskList","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"盘点任务列表","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"随机盘点","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesTask/pages/storageLocationCheckDetails/storageLocationCheckDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"库位盘点","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesTask/pages/trayCheckDetails/trayCheckDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"托盘盘点","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesTask/pages/contracts/contracts","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"按合同号盘点","style":"custom","type":"default"},"isNVue":false}}].map(uniRoute=>(uniRoute.meta.route=uniRoute.path,__uniConfig.pages.push(uniRoute.path),uniRoute.path='/'+uniRoute.path,uniRoute)); __uniConfig.styles=[];//styles __uniConfig.onReady=function(callback){if(__uniConfig.ready){callback()}else{onReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"ready",{get:function(){return isReady},set:function(val){isReady=val;if(!isReady){return}const callbacks=onReadyCallbacks.slice(0);onReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}}); __uniConfig.onServiceReady=function(callback){if(__uniConfig.serviceReady){callback()}else{onServiceReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"serviceReady",{get:function(){return isServiceReady},set:function(val){isServiceReady=val;if(!isServiceReady){return}const callbacks=onServiceReadyCallbacks.slice(0);onServiceReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}}); diff --git a/unpackage/dist/dev/app-plus/app-service.js b/unpackage/dist/dev/app-plus/app-service.js index b717c30..386130e 100644 --- a/unpackage/dist/dev/app-plus/app-service.js +++ b/unpackage/dist/dev/app-plus/app-service.js @@ -1765,7 +1765,7 @@ if (uni.restoreGlobal) { }; }; const Base64$1 = new Base64(); - const devhost = "http://test.api.huo5you.com/"; + const devhost = "http://192.168.3.14:13000/"; const imghost = ""; const host = devhost; const APPKEY = "h5u:h5u_secret"; @@ -4301,6 +4301,16 @@ if (uni.restoreGlobal) { loadingObj ); } + function postFindLoadZeroList(data, loadingObj = {}) { + return service( + { + url: `logpm-trunkline/api/carsLoad/findLoadZeroList`, + method: "post", + data + }, + loadingObj + ); + } var isVue2 = false; function set(target, key, val) { if (Array.isArray(target)) { @@ -6092,6 +6102,12 @@ This will fail in production if not fixed.`); } let res = await getMyWarehouseList({}); details.warehouseList = res.data; + if (details.warehouseList.length === 0) + return uni.showToast({ + title: "该账号暂时没有关联仓库", + icon: "none", + duration: 1500 + }); if (details.warehouseList.length == 1) { let resdata = await preserveCurrentWarehouse(details.warehouseList[0]); uni.setStorageSync("checkname", details.warehouseList[0]); @@ -6119,10 +6135,10 @@ This will fail in production if not fixed.`); tip.value.setisshow(false); } }); - formatAppLog("log", "at pages/login/login.vue:252", "登录错误"); + formatAppLog("log", "at pages/login/login.vue:258", "登录错误"); } } catch (err) { - formatAppLog("log", "at pages/login/login.vue:255", "err :>> ", err); + formatAppLog("log", "at pages/login/login.vue:261", "err :>> ", err); } finally { uni.hideLoading(); } @@ -8721,7 +8737,202 @@ This will fail in production if not fixed.`); const { HANDLE_GETSTORAGEINFO } = storageStore; const { storageArr } = storeToRefs(storageStore); const tip = vue.ref(null); - let details = vue.reactive({ tablist: [] }); + let details = vue.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) { uni.navigateTo({ url: path @@ -9012,11 +9223,9 @@ This will fail in production if not fixed.`); uni.navigateTo({ url: "/pagesUser/pages/securitySettings/securitySettings" }); - } else if (item.type == 5) { - uni.navigateTo({ - url: "/pagesUser/pages/about/about" - }); - } else if (item.type == 6) { + } else if (item.type == 5) + ; + else if (item.type == 6) { updateApp(); } else if (item.type == 8) { gologin(); @@ -15355,7 +15564,7 @@ This will fail in production if not fixed.`); title: "数据已加载完毕" }); } - formatAppLog("log", "at pagesHome/pages/ArrivalList/ArrivalList.vue:199", "antiShake :>> ", antiShake); + formatAppLog("log", "at pagesHome/pages/ArrivalList/ArrivalList.vue:200", "antiShake :>> ", antiShake); if (antiShake) { uni.hideLoading(); clearTimeout(antiShake); @@ -15381,7 +15590,7 @@ This will fail in production if not fixed.`); clearTimeout(antiShake); }, 500); } catch (err) { - formatAppLog("log", "at pagesHome/pages/ArrivalList/ArrivalList.vue:232", "err :>> ", err); + formatAppLog("log", "at pagesHome/pages/ArrivalList/ArrivalList.vue:233", "err :>> ", err); } } let details = vue.reactive({ @@ -15407,9 +15616,9 @@ This will fail in production if not fixed.`); onShow(async () => { uni.$off("scancodedate"); uni.$on("scancodedate", function(code2) { - formatAppLog("log", "at pagesHome/pages/ArrivalList/ArrivalList.vue:266", "code :>> ", code2); + formatAppLog("log", "at pagesHome/pages/ArrivalList/ArrivalList.vue:267", "code :>> ", code2); if (code2) { - formatAppLog("log", "at pagesHome/pages/ArrivalList/ArrivalList.vue:268", code2); + formatAppLog("log", "at pagesHome/pages/ArrivalList/ArrivalList.vue:269", code2); details.scancode = code2; scandata(); } @@ -15426,7 +15635,7 @@ This will fail in production if not fixed.`); let res = await warehouseTrayTypeorderScanTrayCode(data); if (res.code !== 200) return; - formatAppLog("log", "at pagesHome/pages/ArrivalList/ArrivalList.vue:292", "res", res); + formatAppLog("log", "at pagesHome/pages/ArrivalList/ArrivalList.vue:293", "res", res); if (Number(res.data.isHasData) === 0) { utils.ttsspke("请选择分拣方式"); uni.setStorageSync("trayCodeType", res.data.data); @@ -15469,10 +15678,10 @@ This will fail in production if not fixed.`); } if (data && data.pages <= details.pageNum) option.isEnd = true; - formatAppLog("log", "at pagesHome/pages/ArrivalList/ArrivalList.vue:344", "details.datalist :>> ", details.datalist); + formatAppLog("log", "at pagesHome/pages/ArrivalList/ArrivalList.vue:345", "details.datalist :>> ", details.datalist); return res; } catch (err) { - formatAppLog("log", "at pagesHome/pages/ArrivalList/ArrivalList.vue:348", "err :>> ", err); + formatAppLog("log", "at pagesHome/pages/ArrivalList/ArrivalList.vue:349", "err :>> ", err); } } const handleSearch = () => { @@ -15482,7 +15691,7 @@ This will fail in production if not fixed.`); details.show = !details.show; } function onConfirm(e2) { - formatAppLog("log", "at pagesHome/pages/ArrivalList/ArrivalList.vue:360", e2); + formatAppLog("log", "at pagesHome/pages/ArrivalList/ArrivalList.vue:361", e2); date2.value[0] = e2.startDate; date2.value[1] = e2.endDate; details.datatime = date2.value[0] + " 至 " + date2.value[1]; @@ -15504,7 +15713,7 @@ This will fail in production if not fixed.`); utils.handleToast("到车成功"); basicContainer.value.startPullDownRefresh(); } catch (err) { - formatAppLog("log", "at pagesHome/pages/ArrivalList/ArrivalList.vue:388", "err :>> ", err); + formatAppLog("log", "at pagesHome/pages/ArrivalList/ArrivalList.vue:389", "err :>> ", err); } finally { } }; @@ -15663,47 +15872,55 @@ This will fail in production if not fixed.`); 1 /* TEXT */ ), - Number(item.lastStartCarStatus) === 1 && (Number(item.loadStatus) === 10 || Number(item.loadStatus) === 30) ? (vue.openBlock(), vue.createElementBlock("view", { - key: 0, - class: "button-container" - }, [ - vue.createElementVNode("view", { - class: "button", - style: { "background-color": "#86cad0", "width": "60%", "margin": "0 auto" }, - onClick: ($event) => handleArriveCarByLoadId(item) - }, " 到车 ", 8, ["onClick"]) - ])) : Number(item.lastStartCarStatus) === 1 && item.showControl && (Number(item.loadStatus) === 20 || Number(item.loadStatus) === 40) ? (vue.openBlock(), vue.createElementBlock("view", { - key: 1, - class: "button-container" - }, [ - vue.createElementVNode("view", { class: "" }, [ - vue.createElementVNode("view", { - class: "button", - onClick: ($event) => handleDetailsByOrder(item, 1) - }, " 按件入库 ", 8, ["onClick"]), - vue.createElementVNode("view", { - class: "button", - onClick: ($event) => handleDetailsByOrder(item, 2) - }, " 整托入库 ", 8, ["onClick"]), - vue.createElementVNode("view", { - class: "button", - onClick: ($event) => handleScanByTray(item) - }, " 卸分一体 ", 8, ["onClick"]) - ]), - item.showTruckLoading ? (vue.openBlock(), vue.createElementBlock("view", { - key: 0, - class: "" - }, [ - vue.createElementVNode("view", { - class: "button", - onClick: ($event) => gostockuplist(item) - }, " 按件装车 ", 8, ["onClick"]), - vue.createElementVNode("view", { - class: "button", - onClick: ($event) => gostockuplistBytray(item) - }, " 整托装车 ", 8, ["onClick"]) - ])) : vue.createCommentVNode("v-if", true) - ])) : vue.createCommentVNode("v-if", true), + Number(item.lastStartCarStatus) === 1 ? (vue.openBlock(), vue.createElementBlock( + vue.Fragment, + { key: 0 }, + [ + Number(item.loadStatus) === 10 || Number(item.loadStatus) === 30 ? (vue.openBlock(), vue.createElementBlock("view", { + key: 0, + class: "button-container" + }, [ + vue.createElementVNode("view", { + class: "button", + style: { "background-color": "#86cad0", "width": "60%", "margin": "0 auto" }, + onClick: ($event) => handleArriveCarByLoadId(item) + }, " 到车 ", 8, ["onClick"]) + ])) : item.showControl && (Number(item.loadStatus) === 20 || Number(item.loadStatus) === 40) ? (vue.openBlock(), vue.createElementBlock("view", { + key: 1, + class: "button-container" + }, [ + vue.createElementVNode("view", { class: "" }, [ + vue.createElementVNode("view", { + class: "button", + onClick: ($event) => handleDetailsByOrder(item, 1) + }, " 按件入库 ", 8, ["onClick"]), + vue.createElementVNode("view", { + class: "button", + onClick: ($event) => handleDetailsByOrder(item, 2) + }, " 整托入库 ", 8, ["onClick"]), + vue.createElementVNode("view", { + class: "button", + onClick: ($event) => handleScanByTray(item) + }, " 卸分一体 ", 8, ["onClick"]) + ]), + item.showTruckLoading ? (vue.openBlock(), vue.createElementBlock("view", { + key: 0, + class: "" + }, [ + vue.createElementVNode("view", { + class: "button", + onClick: ($event) => gostockuplist(item) + }, " 按件装车 ", 8, ["onClick"]), + vue.createElementVNode("view", { + class: "button", + onClick: ($event) => gostockuplistBytray(item) + }, " 整托装车 ", 8, ["onClick"]) + ])) : vue.createCommentVNode("v-if", true) + ])) : vue.createCommentVNode("v-if", true) + ], + 64 + /* STABLE_FRAGMENT */ + )) : vue.createCommentVNode("v-if", true), vue.createCommentVNode(" 标签 "), vue.createElementVNode("view", { class: "tag" }, " 网点到达 ") ]); @@ -16545,7 +16762,7 @@ This will fail in production if not fixed.`); uni.$off("scancodedate"); uni.$on("scancodedate", function(code2) { if (code2) { - formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue:399", "code", code2); + formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue:410", "code", code2); details.scancode = code2; details.isscan = true; scandata(); @@ -16578,13 +16795,13 @@ This will fail in production if not fixed.`); } }); } - const initPageByOrder = async () => { + async function initpage() { try { const response = await postArriveUnloadCarsDetail({ loadId: details.loadId }); const { code: code2, data } = response; - formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue:449", "response :>> ", response); + formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue:519", "response :>> ", response); if (code2 === 200) { details.pageInfo = data; details.datalist = details.orderStatus === 1 ? details.pageInfo.unloadScanOrderList : details.orderStatus === 2 ? details.pageInfo.unloadZeroList : details.pageInfo.exceptionList; @@ -16602,10 +16819,10 @@ This will fail in production if not fixed.`); _total += details.pageInfo.exceptionList.length; _abnormal += details.pageInfo.exceptionList.length; if (details.isAbnormal) { - utils.handleToast(`签收${_total}件, 异常签收${_abnormal}件`); + utils.handleToast(`卸车${_total}件, 异常卸车${_abnormal}件`); return; } - utils.handleToast(`签收${_total}件`); + utils.handleToast(`卸车${_total}件`); } } } catch (e2) { @@ -16614,24 +16831,12 @@ This will fail in production if not fixed.`); details.isAbnormal = false; return null; } - }; - async function initpage() { - try { - const res = await initPageByOrder(); - } catch (err) { - formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue:506", "err :>> ", err); - } finally { - formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue:509", "details.datalist :>> ", details.datalist); - return null; - } } function setorderStatus(state) { if (details.orderStatus === state) return; details.orderStatus = state; details.datalist = details.orderStatus === 1 ? details.pageInfo.unloadScanOrderList : details.orderStatus === 2 ? details.pageInfo.unloadZeroList : details.pageInfo.exceptionList; - formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue:546", "details.datalist :>> ", details.datalist); - formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue:547", "details.datalist.length :>> ", details.datalist.length); } const handleOrderStowage = async (_scanCode) => { try { @@ -16649,7 +16854,7 @@ This will fail in production if not fixed.`); basicContainer.value.startPullDownRefresh(); return res; } catch (err) { - formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue:569", "err :>> ", err); + formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue:622", "err :>> ", err); } }; const scanOrder = async () => { @@ -16707,7 +16912,7 @@ This will fail in production if not fixed.`); OrderStowage.value.details.showPopUp = false; basicContainer.value.startPullDownRefresh(); } catch (err) { - formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue:646", "err :>> ", err); + formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue:699", "err :>> ", err); } } }); @@ -16781,7 +16986,7 @@ This will fail in production if not fixed.`); }); }; function scandata() { - formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue:736", "deta :>> ", details.pageType); + formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue:789", "deta :>> ", details.pageType); if (Number(details.pageType) === 1) scanOrder(); else if (Number(details.pageType) === 2) @@ -16794,7 +16999,7 @@ This will fail in production if not fixed.`); title: "零担卸车", showPopUp: true, async success() { - formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue:752", "details.zeroInfo :>> ", details.zeroInfo); + formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue:805", "details.zeroInfo :>> ", details.zeroInfo); const submitData = { loadId: details.loadId, waybillNo: details.zeroInfo.waybillNo, @@ -16809,7 +17014,7 @@ This will fail in production if not fixed.`); res = await postTransferUnloadZero(submitData); if (res.code !== 200) return; - ZeroStowage.value.setDetails.showPopUp = false; + ZeroStowage.value.details.showPopUp = false; basicContainer.value.startPullDownRefresh(); } }); @@ -16942,7 +17147,7 @@ This will fail in production if not fixed.`); ) ]), vue.createElementVNode("view", null, [ - vue.createElementVNode("view", null, "装车件数"), + vue.createElementVNode("view", null, "在车件数"), vue.createElementVNode( "view", null, @@ -17065,7 +17270,7 @@ This will fail in production if not fixed.`); vue.createElementVNode("view", null, [ vue.createElementVNode("text", null, "订单总数:"), vue.createTextVNode( - " " + vue.toDisplayString(item.totalNum), + " " + vue.toDisplayString(item.totalNumber), 1 /* TEXT */ ) @@ -17138,14 +17343,23 @@ This will fail in production if not fixed.`); vue.createElementVNode( "view", { class: "flex1" }, - " 托盘名称: " + vue.toDisplayString(value.trayName || "暂无数据"), + " 托盘名称: " + vue.toDisplayString(value.trayName), 1 /* TEXT */ ), vue.createElementVNode( "view", { class: "flex1" }, - " 托盘码: " + vue.toDisplayString(value.trayCode || "暂无数据"), + " 托盘码: " + vue.toDisplayString(value.trayCode), + 1 + /* TEXT */ + ) + ]), + vue.createElementVNode("view", { class: "flex-c-sb mt10" }, [ + vue.createElementVNode( + "view", + { class: "flex1" }, + " 卸车仓库: " + vue.toDisplayString(value.unloadNodeName), 1 /* TEXT */ ) @@ -17182,14 +17396,23 @@ This will fail in production if not fixed.`); vue.createElementVNode( "view", { class: "flex1" }, - " 托盘名称: " + vue.toDisplayString(value.trayName || "暂无数据"), + " 托盘名称: " + vue.toDisplayString(value.trayName), 1 /* TEXT */ ), vue.createElementVNode( "view", { class: "flex1" }, - " 托盘码: " + vue.toDisplayString(value.trayCode || "暂无数据"), + " 托盘码: " + vue.toDisplayString(value.trayCode), + 1 + /* TEXT */ + ) + ]), + vue.createElementVNode("view", { class: "flex-c-sb mt10" }, [ + vue.createElementVNode( + "view", + { class: "flex1" }, + " 卸车仓库: " + vue.toDisplayString(value.unloadNodeName), 1 /* TEXT */ ) @@ -17578,14 +17801,19 @@ This will fail in production if not fixed.`); { type: 100, name: "其他", src: "/pagesHome/static/scicon7.png" } ], /** 是否显示打托方式 */ - isShowType: false + isShowType: false, + /** 零担TabBar激活 1 : 在车数据, 2: 在库数据 */ + zeroTabBar: 1, + /** 零担打托列表 */ + zeroPalletizeList: [], + /** 零担打托form */ + zeroForm: {} }); const tiplists = vue.ref(null); const basicContainer = vue.ref(null); const tip = vue.ref(); - const ZeroStowage = vue.ref(); + const ZeroPalletizeList = vue.ref(); const OrderStowage = vue.ref(); - vue.ref(); const jpScorllView = vue.ref(); onLoad((op) => { details.loadId = op.id; @@ -17597,16 +17825,17 @@ This will fail in production if not fixed.`); uni.$off("scancodedate"); uni.$on("scancodedate", function(code2) { if (code2) { - formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray.vue:316", "code", code2); + formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray.vue:446", "code", code2); details.scancode = code2; scandata(); } }); + await vue.nextTick(); }); vue.onMounted(async () => { await vue.nextTick(); - formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray.vue:328", "uni.getSystemInfoSync ().windowHeight :>> ", uni.getSystemInfoSync().windowHeight); - formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray.vue:329", "jpScorllView :>> ", jpScorllView.value.clientHeight); + formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray.vue:460", "uni.getSystemInfoSync ().windowHeight :>> ", uni.getSystemInfoSync().windowHeight); + formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray.vue:461", "jpScorllView :>> ", jpScorllView.value.clientHeight); details.jpScorllViewHeight = await utils.getViewDistanceFormTop(".jpScorllView"); }); function showsdqs() { @@ -17642,7 +17871,7 @@ This will fail in production if not fixed.`); return; details.orderStatus = state; details.datalist = details.orderStatus === 1 ? details.info.packageList : details.orderStatus === 2 ? details.info.zeroList : details.info.stockList; - formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray.vue:396", "details.datalist :>> ", details.datalist); + formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray.vue:528", "details.datalist :>> ", details.datalist); } const scanOrder = async () => { const submitData = { @@ -17655,7 +17884,7 @@ This will fail in production if not fixed.`); }; const res = await postUnloadTrayAllOne(submitData); const { code: code2, data, msg } = res; - formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray.vue:413", "msg :>> ", msg); + formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray.vue:545", "msg :>> ", msg); if (code2 !== 200) { if (msg) utils.handleToast(msg); @@ -17670,16 +17899,17 @@ This will fail in production if not fixed.`); mask: true }); const submitData = { - trayCode: details.trayInfo.trayCode || details.scancode, + trayCode: details.scancode, loadId: details.loadId }; const res = await warehouseTrayTypeorderScanTrayCode(submitData); const { code: code2, data } = res; if (code2 !== 200) return res; - if (data.isHasData === 0) + if (data.isHasData === 0) { + details.trayInfo.trayCode = details.scancode; return details.isShowType = true; - else { + } 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; @@ -17690,13 +17920,13 @@ This will fail in production if not fixed.`); _content = `${_item.dataCode}齐套`; else _content = data.data.orderlNum + "件"; - formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray.vue:455", "_content :>> ", _content); + formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray.vue:590", "_content :>> ", _content); utils.handleToast(_content); details.orderCode = ""; } } } catch (err) { - formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray.vue:465", "err :>> ", err); + formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray.vue:600", "err :>> ", err); } finally { uni.hideLoading(); } @@ -17736,7 +17966,7 @@ This will fail in production if not fixed.`); let res = await warehouseTrayTypedeleteOrderCode(data); if (res.code !== 200) return; - formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray.vue:597", "res :>> ", res); + formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray.vue:656", "res :>> ", res); basicContainer.value.startPullDownRefresh(); tip.value.setisshow(false); }, @@ -17774,6 +18004,64 @@ This will fail in production if not fixed.`); } }); } + const handleShowZero = async () => { + if (!details.trayInfo.trayCode) + return utils.handleToast("请先扫描托盘码"); + const res = await postFindLoadZeroList({ loadId: details.loadId }); + const { code: code2, data } = res; + if (code2 !== 200) + return; + details.zeroPalletizeList = data; + OrderStowage.value.setDetails({ + title: "", + showPopUp: true, + isShowButton: false, + success() { + OrderStowage.value.details.showPopUp = false; + } + }); + }; + const handleZeroTabbar = (code2) => { + details.zeroTabBar = code2; + }; + const handleShowPalletize = (item) => { + details.zeroForm = item; + formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray.vue:725", "item.num :>> ", item.num); + details.zeroForm.unLoadNum = item.num; + formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray.vue:727", "details.zeroForm :>> ", details.zeroForm); + ZeroPalletizeList.value.setDetails({ + title: "零担打托", + showPopUp: true, + confirmText: "确认打托", + async success() { + try { + const submitData = { + loadId: details.loadId, + trayCode: details.trayInfo.trayCode, + trayType: details.trayInfo.trayType, + isZero: 1, + waybillNo: details.zeroForm.waybillNo, + orderCode: details.zeroForm.orderCode, + enterNum: details.zeroForm.unLoadNum + }; + const res = await postUnloadTrayAllOne(submitData); + const { code: code2, data, msg } = res; + formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray.vue:748", "msg :>> ", msg); + if (code2 !== 200) { + if (msg) + utils.handleToast(msg); + return; + } + details.orderCode = data.orders; + basicContainer.value.startPullDownRefresh(); + } catch (err) { + formatAppLog("log", "at pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray.vue:759", "err :>> ", err); + } finally { + ZeroPalletizeList.value.details.showPopUp = false; + } + } + }); + }; const { orderStatus, items, datalist } = vue.toRefs(details); return (_ctx, _cache) => { const _component_jp_virtual_list = resolveEasycom(vue.resolveDynamicComponent("jp-virtual-list"), __easycom_1$2); @@ -17813,8 +18101,6 @@ This will fail in production if not fixed.`); onClick: showsdqs }, " 录入托盘码 ")) ]), - vue.createCommentVNode(" \r\n 司机名称:{{details.pageInfo.driverName}}\r\n 司机电话:{{details.pageInfo.driverMobile}}\r\n \r\n \r\n 车牌号:{{details.pageInfo.carNumber}}\r\n "), - vue.createCommentVNode(' \r\n 路线:{{details.pageInfo.carsLineName}}\r\n '), vue.createElementVNode("view", null, [ vue.createElementVNode( "view", @@ -17870,7 +18156,7 @@ This will fail in production if not fixed.`); ) ]), vue.createElementVNode("view", null, [ - vue.createElementVNode("view", null, "库存品在托数量"), + vue.createElementVNode("view", null, "配载计划卸车"), vue.createElementVNode( "view", null, @@ -17880,7 +18166,7 @@ This will fail in production if not fixed.`); ) ]), vue.createElementVNode("view", null, [ - vue.createElementVNode("view", null, "库存品总数"), + vue.createElementVNode("view", null, "配载在托数"), vue.createElementVNode( "view", null, @@ -17934,7 +18220,7 @@ This will fail in production if not fixed.`); (vue.openBlock(true), vue.createElementBlock( vue.Fragment, null, - vue.renderList(list, (item) => { + vue.renderList(list, (item, index2) => { return vue.openBlock(), vue.createElementBlock("view", { key: item.orderCode, id: item.orderCode, @@ -17952,6 +18238,13 @@ This will fail in production if not fixed.`); onClick: _cache[2] || (_cache[2] = vue.withModifiers(() => { }, ["stop", "prevent"])) }, [ + vue.createElementVNode( + "view", + { class: "index" }, + vue.toDisplayString(index2 + 1), + 1 + /* TEXT */ + ), vue.createElementVNode("view", null, "订单号:"), vue.createElementVNode( "view", @@ -18020,75 +18313,110 @@ This will fail in production if not fixed.`); })) ], 8, ["onClick"])) : vue.createCommentVNode("v-if", true), vue.createCommentVNode(" 零担 "), - vue.unref(details).orderStatus === 2 ? (vue.openBlock(), vue.createElementBlock("view", { - key: 1, - class: "items" - }, [ - vue.createElementVNode("view", { - class: "tophd", - onClick: _cache[3] || (_cache[3] = vue.withModifiers(() => { - }, ["stop", "prevent"])) - }, [ - vue.createElementVNode("image", { src: "/pagesHome/static/topicons.png" }), - vue.createElementVNode("view", null, "订单号:"), - vue.createElementVNode( - "view", - null, - vue.toDisplayString(item.dataCode), - 1 - /* TEXT */ - ), - vue.createElementVNode("image", { - onClick: ($event) => removeitem(item), - src: "/pagesHome/static/removeitem.png" - }, null, 8, ["onClick"]) - ]), - vue.createElementVNode("view", { - class: "tophd", - onClick: _cache[4] || (_cache[4] = vue.withModifiers(() => { - }, ["stop", "prevent"])) - }, [ - vue.createElementVNode("view", null, "运单号:"), - vue.createElementVNode( - "view", - null, - vue.toDisplayString(item.waybillNo), - 1 - /* TEXT */ - ) - ]), - vue.createElementVNode("view", { class: "numbxvie" }, [ - vue.createElementVNode("view", null, [ - vue.createElementVNode( - "view", - { class: "zhon" }, - vue.toDisplayString(item.orderTotalNum), - 1 - /* TEXT */ - ), - vue.createElementVNode("view", null, "总数") - ]), - vue.createElementVNode("view", null, [ - vue.createElementVNode( - "view", - { class: "yish" }, - vue.toDisplayString(item.scanNum), - 1 - /* TEXT */ - ), - vue.createElementVNode("view", null, "打托数量") - ]) - ]) - ])) : vue.createCommentVNode("v-if", true) + vue.unref(details).orderStatus === 2 ? (vue.openBlock(), vue.createElementBlock( + vue.Fragment, + { key: 1 }, + [ + vue.createCommentVNode(' \r\n \r\n \r\n 订单号:\r\n {{item.dataCode}}\r\n \r\n \r\n \r\n 运单号:\r\n {{item.waybillNo}}\r\n \r\n \r\n \r\n {{item.orderTotalNum}}\r\n 总数\r\n \r\n \r\n {{item.scanNum}}\r\n 打托数量\r\n \r\n \r\n '), + vue.createElementVNode("view", { + class: "items chuanhuo", + onClick: ($event) => godetaillist(item) + }, [ + vue.createElementVNode("view", { + class: "tophd", + onClick: _cache[3] || (_cache[3] = vue.withModifiers(() => { + }, ["stop", "prevent"])) + }, [ + vue.createElementVNode( + "view", + { class: "index" }, + vue.toDisplayString(index2 + 1), + 1 + /* TEXT */ + ), + vue.createElementVNode("view", null, "订单号:"), + vue.createElementVNode( + "view", + null, + vue.toDisplayString(item.dataCode), + 1 + /* TEXT */ + ), + vue.createElementVNode("image", { + onClick: ($event) => removeitem(item), + src: "/pagesHome/static/removeitem.png" + }, null, 8, ["onClick"]) + ]), + vue.createElementVNode("view", { + class: "tophd", + onClick: _cache[4] || (_cache[4] = vue.withModifiers(() => { + }, ["stop", "prevent"])) + }, [ + vue.createElementVNode("view", null, "运单号:"), + vue.createElementVNode( + "view", + null, + vue.toDisplayString(item.waybillNo), + 1 + /* TEXT */ + ) + ]), + vue.createElementVNode("view", { class: "numbxvie" }, [ + vue.createElementVNode("view", null, [ + vue.createElementVNode("view", null, "总数:"), + vue.createElementVNode( + "view", + { class: "zhon" }, + vue.toDisplayString(item.orderTotalNum), + 1 + /* TEXT */ + ) + ]), + vue.createElementVNode("view", null, [ + vue.createElementVNode("view", null, "打托数量:"), + vue.createElementVNode( + "view", + { class: "yish" }, + vue.toDisplayString(item.scanNum), + 1 + /* TEXT */ + ) + ]) + ]), + item.orderTotalNum != item.scanNum ? (vue.openBlock(), vue.createElementBlock("image", { + key: 0, + class: "weiqt", + src: "/pagesHome/static/weiqitao.png" + })) : (vue.openBlock(), vue.createElementBlock("image", { + key: 1, + class: "qitao", + src: "/pagesHome/static/qitao.png" + })) + ], 8, ["onClick"]) + ], + 64 + /* STABLE_FRAGMENT */ + )) : vue.createCommentVNode("v-if", true) ], 8, ["id"]); }), 128 /* KEYED_FRAGMENT */ - )) + )), + vue.createCommentVNode(" 底部站位 "), + vue.unref(details).orderStatus === 2 ? (vue.openBlock(), vue.createElementBlock("view", { + key: 0, + class: "footer_container" + })) : vue.createCommentVNode("v-if", true) ]), _: 1 /* STABLE */ - }, 8, ["style", "data"]) + }, 8, ["style", "data"]), + vue.createCommentVNode(" 零担打托按钮 "), + vue.unref(details).orderStatus === 2 ? (vue.openBlock(), vue.createElementBlock("view", { + key: 0, + class: "footer_button", + onClick: handleShowZero + }, " 继续打托 ")) : vue.createCommentVNode("v-if", true) ]), _: 1 /* STABLE */ @@ -18113,12 +18441,14 @@ This will fail in production if not fixed.`); 512 /* NEED_PATCH */ ), - vue.createCommentVNode(" 零担装车 "), + vue.createCommentVNode(" 零担打托 "), vue.createVNode( _component_PopUp, { - ref_key: "ZeroStowage", - ref: ZeroStowage + ref_key: "ZeroPalletizeList", + ref: ZeroPalletizeList, + style: { "z-index": "10000" }, + class: "ZeroPalletizeList" }, { default: vue.withCtx(() => [ @@ -18127,7 +18457,7 @@ This will fail in production if not fixed.`); vue.createElementVNode("view", null, [ vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "订单编号:"), vue.createTextVNode( - vue.toDisplayString(vue.unref(details).zeroInfo.orderCode), + vue.toDisplayString(vue.unref(details).zeroForm.orderCode), 1 /* TEXT */ ) @@ -18137,7 +18467,7 @@ This will fail in production if not fixed.`); vue.createElementVNode("view", null, [ vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "运单号:"), vue.createTextVNode( - vue.toDisplayString(vue.unref(details).zeroInfo.waybillNo), + vue.toDisplayString(vue.unref(details).zeroForm.waybillNo), 1 /* TEXT */ ) @@ -18147,36 +18477,48 @@ This will fail in production if not fixed.`); vue.createElementVNode("view", null, [ vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "物料名称:"), vue.createTextVNode( - vue.toDisplayString(vue.unref(details).zeroInfo.orderPackageCode), + vue.toDisplayString(vue.unref(details).zeroForm.scanCode), 1 /* TEXT */ ) ]) ]), - vue.createElementVNode("view", { class: "flex-c-sb" }, [ + vue.createElementVNode("view", { class: "contenbx1" }, [ vue.createElementVNode("view", null, [ - vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "装车数:"), + vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "目的仓:"), vue.createTextVNode( - vue.toDisplayString(vue.unref(details).zeroInfo.num || 0), + vue.toDisplayString(vue.unref(details).zeroForm.finalNodeName), 1 /* TEXT */ ) - ]), + ]) + ]), + vue.createElementVNode("view", { + class: "flex-c-sb", + style: { "font-size": "0.9rem" } + }, [ vue.createElementVNode("view", null, [ - vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "卸车数:"), + vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "装车数:"), vue.createTextVNode( - vue.toDisplayString(vue.unref(details).zeroInfo.unloadNum || 0), + vue.toDisplayString(vue.unref(details).zeroForm.num || 0), 1 /* TEXT */ ) ]) ]), - vue.createVNode(_component_inputNum, { - minNum: 0, - maxNum: vue.unref(details).zeroInfo.num, - modelValue: vue.unref(details).zeroInfo.unloadNum, - "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => vue.unref(details).zeroInfo.unloadNum = $event) - }, null, 8, ["maxNum", "modelValue"]) + vue.createElementVNode("view", { + class: "mt20 flex-c-sb", + style: { "font-size": "0.9rem" } + }, [ + vue.createElementVNode("view", { style: { "color": "#90A0AF", "margin-right": "10px" } }, " 卸车数: "), + vue.createVNode(_component_inputNum, { + class: "flex1", + minNum: 0, + maxNum: vue.unref(details).zeroForm.num, + modelValue: vue.unref(details).zeroForm.unLoadNum, + "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => vue.unref(details).zeroForm.unLoadNum = $event) + }, null, 8, ["maxNum", "modelValue"]) + ]) ]) ]), _: 1 @@ -18185,7 +18527,7 @@ This will fail in production if not fixed.`); 512 /* NEED_PATCH */ ), - vue.createCommentVNode(" 定制品异常装车 "), + vue.createCommentVNode(" 零担打托列表 "), vue.createVNode( _component_PopUp, { @@ -18194,16 +18536,229 @@ This will fail in production if not fixed.`); }, { default: vue.withCtx(() => [ - vue.createElementVNode("scroll-view", { "scroll-y": "true" }, [ - vue.createElementVNode("view", { class: "" }, " 当前包件未在本次计划, 是否异常卸车 "), + vue.createElementVNode("view", { class: "OrderStowage_tabbar flex-c-sb" }, [ vue.createElementVNode( "view", - { class: "" }, - " 包条码: " + vue.toDisplayString(vue.unref(details).scancode), - 1 - /* TEXT */ + { + class: vue.normalizeClass({ flex1: true, active: vue.unref(details).zeroTabBar === 1 }), + onClick: _cache[6] || (_cache[6] = ($event) => handleZeroTabbar(1)) + }, + " 在车数据 ", + 2 + /* CLASS */ + ), + vue.createElementVNode( + "view", + { + class: vue.normalizeClass({ flex1: true, active: vue.unref(details).zeroTabBar === 2 }), + onClick: _cache[7] || (_cache[7] = ($event) => handleZeroTabbar(2)) + }, + " 在库数据 ", + 2 + /* CLASS */ ) - ]) + ]), + vue.unref(details).zeroTabBar === 1 ? (vue.openBlock(true), vue.createElementBlock( + vue.Fragment, + { key: 0 }, + vue.renderList(vue.unref(details).zeroPalletizeList, (item) => { + return vue.openBlock(), vue.createElementBlock("view", { + key: item.orderCode, + class: "zeroBox" + }, [ + vue.createElementVNode("view", { class: "contenbx1" }, [ + vue.createElementVNode("view", null, [ + vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "订单编号:"), + vue.createTextVNode( + vue.toDisplayString(item.orderCode), + 1 + /* TEXT */ + ) + ]) + ]), + vue.createElementVNode("view", { class: "contenbx1" }, [ + vue.createElementVNode("view", null, [ + vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "运单号:"), + vue.createTextVNode( + vue.toDisplayString(item.waybillNo), + 1 + /* TEXT */ + ) + ]) + ]), + vue.createElementVNode("view", { class: "contenbx1" }, [ + vue.createElementVNode("view", null, [ + vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "物料名称:"), + vue.createTextVNode( + vue.toDisplayString(item.scanCode), + 1 + /* TEXT */ + ) + ]) + ]), + vue.createElementVNode("view", { class: "flex-c-sb" }, [ + vue.createElementVNode("view", { class: "flex1" }, [ + vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "装车数:"), + vue.createTextVNode( + vue.toDisplayString(item.num || 0), + 1 + /* TEXT */ + ) + ]), + vue.createCommentVNode(' 卸车数:{{details.zeroInfo.unloadNum || 0}} ') + ]), + vue.createElementVNode("view", { class: "flex-c-c mt20" }, [ + vue.createElementVNode("view", { + class: "button", + onClick: ($event) => handleShowPalletize(item) + }, " 确认打托 ", 8, ["onClick"]) + ]) + ]); + }), + 128 + /* KEYED_FRAGMENT */ + )) : vue.createCommentVNode("v-if", true), + vue.unref(details).zeroTabBar === 2 ? (vue.openBlock(), vue.createElementBlock("view", { + key: 1, + class: "inputbox", + onClick: _cache[12] || (_cache[12] = vue.withModifiers(() => { + }, ["stop", "prevent"])) + }, [ + vue.createElementVNode("view", { class: "inputscan" }, [ + vue.withDirectives(vue.createElementVNode( + "input", + { + placeholder: "输入运单号", + "onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => _ctx.waybillCode = $event) + }, + null, + 512 + /* NEED_PATCH */ + ), [ + [vue.vModelText, _ctx.waybillCode] + ]), + vue.createElementVNode("view", { + class: "scanbt", + onClick: _cache[9] || (_cache[9] = //@ts-ignore + (...args) => _ctx.scanlist && _ctx.scanlist(...args)) + }, "搜索") + ]), + vue.createElementVNode("scroll-view", { + "scroll-y": "true", + class: "scvbw" + }, [ + vue.createElementVNode("view", { class: "scboxitem" }, [ + (vue.openBlock(true), vue.createElementBlock( + vue.Fragment, + null, + vue.renderList(_ctx.codelist, (item, index2) => { + return vue.openBlock(), vue.createElementBlock("view", { class: "items" }, [ + vue.createElementVNode("view", { class: "type1s" }, [ + vue.createElementVNode("view", null, "订单号:"), + vue.createElementVNode( + "view", + null, + vue.toDisplayString(item.dataCode), + 1 + /* TEXT */ + ) + ]), + vue.createElementVNode("view", { class: "type1s" }, [ + vue.createElementVNode("view", null, [ + vue.createElementVNode("view", null, "总件数:"), + vue.createElementVNode( + "view", + null, + vue.toDisplayString(item.orderTotalNum) + "件", + 1 + /* TEXT */ + ) + ]) + ]), + vue.createElementVNode("view", { class: "type1s" }, [ + vue.createElementVNode("view", null, [ + vue.createElementVNode("view", null, "剩余件数:"), + vue.createElementVNode( + "view", + null, + vue.toDisplayString(item.residueNum) + "件", + 1 + /* TEXT */ + ) + ]) + ]), + vue.createElementVNode("view", { class: "rksu" }, [ + vue.createElementVNode("view", null, [ + vue.createElementVNode("view", null, "入库数:"), + vue.withDirectives(vue.createElementVNode("input", { + placeholder: "请输入入库数", + "onUpdate:modelValue": ($event) => item.number = $event, + type: "number", + onInput: ($event) => _ctx.inputNum(item) + }, null, 40, ["onUpdate:modelValue", "onInput"]), [ + [vue.vModelText, item.number] + ]) + ]) + ]), + _ctx.checkinarr.indexOf(index2) != -1 ? (vue.openBlock(), vue.createElementBlock("view", { + key: 0, + class: "lisbite" + }, [ + (vue.openBlock(true), vue.createElementBlock( + vue.Fragment, + null, + vue.renderList(item.positionList, (ite) => { + return vue.openBlock(), vue.createElementBlock("view", { class: "itembox" }, [ + ite.allocationName ? (vue.openBlock(), vue.createElementBlock( + "view", + { key: 0 }, + "库位码:" + vue.toDisplayString(ite.allocationName), + 1 + /* TEXT */ + )) : vue.createCommentVNode("v-if", true), + vue.createElementVNode( + "view", + null, + "托盘码:" + vue.toDisplayString(ite.trayCode), + 1 + /* TEXT */ + ), + vue.createElementVNode( + "view", + null, + "数量:" + vue.toDisplayString(ite.num), + 1 + /* TEXT */ + ) + ]); + }), + 256 + /* UNKEYED_FRAGMENT */ + )) + ])) : vue.createCommentVNode("v-if", true) + ]); + }), + 256 + /* UNKEYED_FRAGMENT */ + )) + ]) + ]), + vue.createElementVNode("view", { class: "btx" }, [ + vue.createElementVNode("view", { + class: "cancel", + onClick: _cache[10] || (_cache[10] = ($event) => _ctx.setshowstate(0)) + }, "取消"), + vue.createElementVNode("view", { + class: "confirm", + onClick: _cache[11] || (_cache[11] = //@ts-ignore + (...args) => _ctx.confirmlist && _ctx.confirmlist(...args)) + }, "确认") + ]) + ])) : vue.createCommentVNode("v-if", true), + vue.unref(details).zeroPalletizeList.length === 0 ? (vue.openBlock(), vue.createElementBlock("view", { + key: 2, + class: "flex-c-c" + }, " 暂无数据~ ")) : vue.createCommentVNode("v-if", true) ]), _: 1 /* STABLE */ @@ -32734,8 +33289,8 @@ This will fail in production if not fixed.`); }, "采集原包条码"), vue.createElementVNode("view", { onClick: _cache[1] || (_cache[1] = ($event) => setstockPrint(2)) - }, "扫描打印包条"), - vue.createElementVNode("view", { onClick: showmd }, "新生成包码") + }, "扫描打印包条码"), + vue.createElementVNode("view", { onClick: showmd }, "新生成包条码") ]) ]), body: vue.withCtx(() => [ @@ -51350,7 +51905,7 @@ This will fail in production if not fixed.`); const tiplists = vue.ref(null); const MaterialReplenishment = vue.ref(); onLoad(() => { - utils.ttsspke("订单查询, 请扫描或输入包条码"); + utils.ttsspke("物料维护, 请扫描或输入物料编码"); }); onShow(async () => { uni.$off("scancodedate"); @@ -54697,12 +55252,6 @@ This will fail in production if not fixed.`); 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", @@ -58608,10 +59157,12 @@ ${i3} }, onShow() { this.getList(); + if (this.activeIds) + this.initCollapse(); }, methods: { nodeClick(val) { - formatAppLog("log", "at pagesHome/pages/integral/integral.vue:156", val); + formatAppLog("log", "at pagesHome/pages/integral/integral.vue:170", val); this.activeId = val.id; }, getList() { @@ -58658,11 +59209,14 @@ ${i3} if (ids.length === 0) return; this.activeIds = ids.join(","); + this.initCollapse(); + formatAppLog("log", "at pagesHome/pages/integral/integral.vue:221", "ids :>> ", ids); + }, + async initCollapse() { let res = await classifyList({ - deptId: ids.join(",") + deptId: this.activeIds }); this.collapse = res.data; - formatAppLog("log", "at pagesHome/pages/integral/integral.vue:210", "ids :>> ", ids); }, async initData() { let res = await deptTree({}); @@ -58708,19 +59262,20 @@ ${i3} this.datatime = ""; }, goEdit(item, sub) { - formatAppLog("log", "at pagesHome/pages/integral/integral.vue:255", "222 :>> ", 222); + formatAppLog("log", "at pagesHome/pages/integral/integral.vue:272", "sub :>> ", sub); + formatAppLog("log", "at pagesHome/pages/integral/integral.vue:273", "222 :>> ", 222); uni.navigateTo({ - url: `/pagesHome/pages/integralEdit/integralEdit?oneId=${item.id}&twoId=${sub.id}&twoName=${sub.name}&deptId=${this.activeId}&deptIds=${this.activeIds}&industryTitle=${this.industryTitle}` + url: `/pagesHome/pages/integralEdit/integralEdit?oneId=${item.id}&twoId=${sub.id}&twoName=${sub.name}&deptId=${this.activeId}&deptIds=${this.activeIds}&industryTitle=${this.industryTitle}&deduction=${sub.description}` }); }, goDetail(item) { - formatAppLog("log", "at pagesHome/pages/integral/integral.vue:261", "111 :>> ", 111); + formatAppLog("log", "at pagesHome/pages/integral/integral.vue:279", "111 :>> ", 111); uni.navigateTo({ - url: `/pagesHome/pages/integralEdit/integralEdit?id=${item.id}` + url: `/pagesHome/pages/integralEdit/integralEdit?id=${item.id}&classifyId=${item.classifyId}` }); }, handleChange(e2) { - formatAppLog("log", "at pagesHome/pages/integral/integral.vue:267", "e :>> ", e2); + formatAppLog("log", "at pagesHome/pages/integral/integral.vue:285", "e :>> ", e2); } } }; @@ -58800,7 +59355,9 @@ ${i3} return vue.openBlock(), vue.createElementBlock("view", { key: index2 }, [ vue.createElementVNode("view", { class: "title-box", - onClick: ($event) => $data.crrColl = index2 + onClick: () => { + $data.crrColl = index2 === $data.crrColl ? -1 : index2; + } }, [ vue.createElementVNode( "view", @@ -58815,21 +59372,46 @@ ${i3} size: "28" }, null, 8, ["name"]) ], 8, ["onClick"]), - (vue.openBlock(true), vue.createElementBlock( + $data.crrColl == index2 ? (vue.openBlock(true), vue.createElementBlock( vue.Fragment, - null, + { key: 0 }, vue.renderList(item.children, (sub, idx) => { - return vue.withDirectives((vue.openBlock(), vue.createElementBlock("view", { + return vue.openBlock(), vue.createElementBlock("view", { class: "sub", onClick: ($event) => $options.goEdit(item, sub), key: idx - }, vue.toDisplayString(sub.name), 9, ["onClick"])), [ - [vue.vShow, $data.crrColl == index2] - ]); + }, [ + vue.createElementVNode( + "view", + { + class: "tag", + style: { "margin-right": "10px" } + }, + vue.toDisplayString(idx + 1), + 1 + /* TEXT */ + ), + vue.createElementVNode( + "view", + { class: "" }, + vue.toDisplayString(sub.name), + 1 + /* TEXT */ + ), + vue.createElementVNode( + "view", + { + class: vue.normalizeClass(sub.isCommit === 0 ? "red" : "green") + }, + vue.toDisplayString(sub.isCommit === 0 ? "未考核" : "已考核"), + 3 + /* TEXT, CLASS */ + ) + ], 8, ["onClick"]); }), 128 /* KEYED_FRAGMENT */ - )) + )) : vue.createCommentVNode("v-if", true) ]); }), 128 @@ -58848,7 +59430,7 @@ ${i3} [ vue.createElementVNode("view", { class: "content-box" }, [ vue.createElementVNode("view", { class: "schbox" }, [ - vue.createElementVNode("view", null, "提交时间:"), + vue.createElementVNode("view", null, "考核时间:"), vue.createElementVNode("view", { onClick: _cache[4] || (_cache[4] = (...args) => $options.showCalendar && $options.showCalendar(...args)), class: "inputsr" @@ -58920,7 +59502,7 @@ ${i3} width: "100rpx" }, { default: vue.withCtx(() => [ - vue.createTextVNode("提交时间") + vue.createTextVNode("考核时间") ]), _: 1 /* STABLE */ @@ -58945,6 +59527,16 @@ ${i3} _: 1 /* STABLE */ }), + vue.createVNode(_component_uni_th, { + align: "center", + width: "100rpx" + }, { + default: vue.withCtx(() => [ + vue.createTextVNode("考核状态") + ]), + _: 1 + /* STABLE */ + }), vue.createVNode(_component_uni_th, { align: "center", width: "40rpx" @@ -59033,6 +59625,23 @@ ${i3} 1024 /* DYNAMIC_SLOTS */ ), + vue.createVNode( + _component_uni_td, + { align: "center" }, + { + default: vue.withCtx(() => [ + vue.createTextVNode( + vue.toDisplayString(item.indicatorsStatusName), + 1 + /* TEXT */ + ) + ]), + _: 2 + /* DYNAMIC */ + }, + 1024 + /* DYNAMIC_SLOTS */ + ), vue.createVNode( _component_uni_td, { align: "center" }, @@ -62791,14 +63400,16 @@ ${i3} this.formData.classifyName = e2.twoName; this.changeByName(e2.twoId, this.range2, "classifyName"); } + if (e2.deduction) + this.formData.deduction = e2.deduction; if (e2.id) { - this.getInfo(e2.id); + this.getInfo(e2); } this.getDeep(); }, methods: { searchDeep(e2) { - formatAppLog("log", "at pagesHome/pages/integralEdit/integralEdit.vue:218", e2); + formatAppLog("log", "at pagesHome/pages/integralEdit/integralEdit.vue:241", e2); this.popList = this.deepList.filter((item) => !e2 || item.deptName.indexOf(e2) != -1); }, checkDeep(item) { @@ -62818,11 +63429,12 @@ ${i3} icon: "none" }); }, - async getInfo(id) { + async getInfo(e2) { let res = await myApiIndicatorsDetail({ - id + id: e2.id, + classifyId: e2.classifyId }); - formatAppLog("log", "at pagesHome/pages/integralEdit/integralEdit.vue:273", "res12312 :>> ", res); + formatAppLog("log", "at pagesHome/pages/integralEdit/integralEdit.vue:297", "res12312 :>> ", res); const { code: code2, data @@ -62830,7 +63442,7 @@ ${i3} if (code2 !== 200) return; this.formData = data; - this.formData.type = id; + this.formData.type = e2.id; this.pointList = data.pointsVOS.map((item) => { return { value: item.point, @@ -62840,7 +63452,7 @@ ${i3} this.range1.forEach((item) => { item.children && item.children.forEach((item2) => { if (item2.id == res.data.classifyId) { - formatAppLog("log", "at pagesHome/pages/integralEdit/integralEdit.vue:296", item.value); + formatAppLog("log", "at pagesHome/pages/integralEdit/integralEdit.vue:320", item.value); this.formData.type = item.value; this.range2 = item.children.map((item3) => { return { @@ -62858,12 +63470,22 @@ ${i3} } }); }); - this.fileList1 = res.data.pictures; + this.fileList1 = res.data.pictures.map((val) => { + val.type = 1; + return val; + }); + formatAppLog("log", "at pagesHome/pages/integralEdit/integralEdit.vue:342", "this.fileList1 :>> ", this.fileList1); this.fileList2 = res.data.files; - formatAppLog("log", "at pagesHome/pages/integralEdit/integralEdit.vue:316", this.formData); + formatAppLog("log", "at pagesHome/pages/integralEdit/integralEdit.vue:344", this.formData); }, submit() { this.$refs.form.validate().then(async () => { + for (let iterator of this.fileList1) { + iterator.type = 1; + } + for (let iterator of this.fileList2) { + iterator.type = 2; + } this.formData.resourceList = [...this.fileList1, ...this.fileList2]; let res; if (this.formData.id) { @@ -62912,13 +63534,15 @@ ${i3} } }, async confirm() { - if (!this.formData.objectionRemark) { - return uni.showToast({ - title: "请输入异议描述", - icon: "none" - }); + for (let iterator of this.fileList1) { + iterator.type = 1; + } + for (let iterator of this.fileList2) { + iterator.type = 2; } + this.formData.resourceList = [...this.fileList1, ...this.fileList2]; this.formData.isObjection = 1; + this.formData.isCommit = 1; let res = await updateApiIndicators(this.formData); if (res.code == 200) { this.show = false; @@ -62933,7 +63557,7 @@ ${i3} }, selectFile(e2, type2) { const files = e2.tempFiles; - formatAppLog("log", "at pagesHome/pages/integralEdit/integralEdit.vue:399", "files :>> ", files); + formatAppLog("log", "at pagesHome/pages/integralEdit/integralEdit.vue:443", "files :>> ", files); files.forEach(async (item) => { let res = await api.upfile(item.path); this["fileList" + type2].push({ @@ -62944,16 +63568,18 @@ ${i3} }); }, deletea(e2, type2) { + formatAppLog("log", "at pagesHome/pages/integralEdit/integralEdit.vue:455", "e :>> ", e2); let num = 0; if (type2 === 2) { num = e2; } else { - num = this["fileList" + type2].findIndex((v2) => v2.name === e2.tempFilePath); + num = this["fileList" + type2].findIndex((v2) => v2.url === e2.tempFilePath); } this["fileList" + type2].splice(num, 1); + formatAppLog("log", "at pagesHome/pages/integralEdit/integralEdit.vue:465", "this[fileList + type] :>> ", this["fileList" + type2]); }, handlePreviewFile(item) { - formatAppLog("log", "at pagesHome/pages/integralEdit/integralEdit.vue:421", "this.refs :>> ", this.refs); + formatAppLog("log", "at pagesHome/pages/integralEdit/integralEdit.vue:468", "this.refs :>> ", this.refs); this.$refs.tip.setdetails({ title: "提示", content: "确认阅览?", @@ -62971,7 +63597,7 @@ ${i3} filePath: filepathss, showMenu: false, success: function() { - formatAppLog("log", "at pagesHome/pages/integralEdit/integralEdit.vue:443", "打开文档成功"); + formatAppLog("log", "at pagesHome/pages/integralEdit/integralEdit.vue:490", "打开文档成功"); }, fail: function() { uni.showToast({ @@ -62985,7 +63611,7 @@ ${i3} ); }, fail: function(res) { - formatAppLog("log", "at pagesHome/pages/integralEdit/integralEdit.vue:457", res); + formatAppLog("log", "at pagesHome/pages/integralEdit/integralEdit.vue:504", res); } }); }, @@ -63069,7 +63695,7 @@ ${i3} { class: vue.normalizeClass(["pick-input", $data.check ? "dsb-color" : ""]) }, - vue.toDisplayString($data.formData.assessDeptName || "请选择"), + vue.toDisplayString($data.formData.assessDeptName || "暂无数据"), 3 /* TEXT, CLASS */ ), @@ -63093,7 +63719,7 @@ ${i3} { class: vue.normalizeClass(["pick-input", $data.check ? "dsb-color" : ""]) }, - vue.toDisplayString($data.formData.parentClassifyName || "请选择"), + vue.toDisplayString($data.formData.parentClassifyName || "暂无数据"), 3 /* TEXT, CLASS */ ), @@ -63113,7 +63739,7 @@ ${i3} { class: vue.normalizeClass(["pick-input", $data.check ? "dsb-color" : ""]) }, - vue.toDisplayString($data.formData.classifyName || "请选择"), + vue.toDisplayString($data.formData.classifyName || "暂无数据"), 3 /* TEXT, CLASS */ ), @@ -63123,6 +63749,24 @@ ${i3} _: 1 /* STABLE */ }), + vue.createVNode(_component_uni_forms_item, { + label: "指标描述", + name: "deduction" + }, { + default: vue.withCtx(() => [ + vue.createElementVNode( + "view", + { + class: vue.normalizeClass(["pick-input", $data.check ? "dsb-color" : ""]) + }, + vue.toDisplayString($data.formData.deduction || "暂无数据"), + 3 + /* TEXT, CLASS */ + ) + ]), + _: 1 + /* STABLE */ + }), vue.createVNode(_component_uni_forms_item, { label: "指标分数", name: "point", @@ -63149,12 +63793,12 @@ ${i3} class: vue.normalizeClass($data.check ? "dsb-up" : ""), modelValue: $data.fileList1, "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => $data.fileList1 = $event), - disabled: $data.check, + readonly: $data.check, "auto-upload": false, onSelect: _cache[2] || (_cache[2] = ($event) => $options.selectFile($event, 1)), "del-icon": !$data.check, onDelete: _cache[3] || (_cache[3] = ($event) => $options.deletea($event, 1)) - }, null, 8, ["class", "modelValue", "disabled", "del-icon"]) + }, null, 8, ["class", "modelValue", "readonly", "del-icon"]) ]), _: 1 /* STABLE */ @@ -63166,7 +63810,8 @@ ${i3} vue.createCommentVNode(` `), - vue.createVNode(_component_u_button, { + !$data.check ? (vue.openBlock(), vue.createBlock(_component_u_button, { + key: 0, type: "primary", onClick: $options.handleChooseFile }, { @@ -63175,7 +63820,7 @@ ${i3} ]), _: 1 /* STABLE */ - }, 8, ["onClick"]), + }, 8, ["onClick"])) : vue.createCommentVNode("v-if", true), vue.createElementVNode("view", { class: "fileList" }, [ (vue.openBlock(true), vue.createElementBlock( vue.Fragment, @@ -63193,6 +63838,13 @@ ${i3} /* TEXT */ ), vue.createElementVNode("view", { class: "downLoadBtn" }, [ + vue.createElementVNode("view", { class: "" }, [ + vue.createVNode(_component_u_icon, { + name: "eye-fill", + onClick: ($event) => $options.handlePreviewFile(item), + color: "#32df72" + }, null, 8, ["onClick"]) + ]), !$data.check ? (vue.openBlock(), vue.createElementBlock("view", { key: 0, class: "" @@ -63203,28 +63855,16 @@ ${i3} color: "#c0c4cc", size: "28" }, null, 8, ["onClick"]) - ])) : (vue.openBlock(), vue.createElementBlock( - vue.Fragment, - { key: 1 }, - [ - vue.createElementVNode("view", { class: "" }, [ - vue.createVNode(_component_u_icon, { - name: "eye-fill", - onClick: ($event) => $options.handlePreviewFile(item), - color: "#32df72" - }, null, 8, ["onClick"]) - ]), - vue.createElementVNode("view", { class: "" }, [ - vue.createVNode(_component_u_icon, { - name: "download", - onClick: ($event) => $options.handleCopy(item), - color: "#32df72" - }, null, 8, ["onClick"]) - ]) - ], - 64 - /* STABLE_FRAGMENT */ - )) + ])) : (vue.openBlock(), vue.createElementBlock("view", { + key: 1, + class: "" + }, [ + vue.createVNode(_component_u_icon, { + name: "download", + onClick: ($event) => $options.handleCopy(item), + color: "#32df72" + }, null, 8, ["onClick"]) + ])) ]) ]); }), @@ -63236,7 +63876,7 @@ ${i3} _: 1 /* STABLE */ }, 8, ["label"]), - vue.createVNode(_component_uni_forms_item, { label: "分数备注" }, { + vue.createVNode(_component_uni_forms_item, { label: "评分备注" }, { default: vue.withCtx(() => [ vue.createVNode(_component_uni_easyinput, { type: "textarea", @@ -63252,17 +63892,36 @@ ${i3} }), $data.formData.isObjection ? (vue.openBlock(), vue.createBlock(_component_uni_forms_item, { key: 0, - label: "异议描述" + label: "整改结果" }, { default: vue.withCtx(() => [ - vue.createVNode(_component_uni_easyinput, { - type: "textarea", - disabled: "", - autoHeight: "", - modelValue: $data.formData.objectionRemark, - "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => $data.formData.objectionRemark = $event), - placeholder: "请输入内容" - }, null, 8, ["modelValue"]) + vue.createElementVNode( + "view", + { + class: vue.normalizeClass(["pick-input", $data.check ? "dsb-color" : ""]) + }, + vue.toDisplayString($data.formData.objectionRemark || "暂无数据"), + 3 + /* TEXT, CLASS */ + ) + ]), + _: 1 + /* STABLE */ + })) : vue.createCommentVNode("v-if", true), + $data.formData.appealReason ? (vue.openBlock(), vue.createBlock(_component_uni_forms_item, { + key: 1, + label: "意见反馈" + }, { + default: vue.withCtx(() => [ + vue.createElementVNode( + "view", + { + class: vue.normalizeClass(["pick-input", $data.check ? "dsb-color" : ""]) + }, + vue.toDisplayString($data.formData.appealReason || "暂无数据"), + 3 + /* TEXT, CLASS */ + ) ]), _: 1 /* STABLE */ @@ -63274,21 +63933,21 @@ ${i3} vue.createElementVNode("view", { class: "btns" }, [ vue.createElementVNode("view", { class: "cancel", - onClick: _cache[6] || (_cache[6] = (...args) => $options.goBack && $options.goBack(...args)) - }, "取消"), + onClick: _cache[5] || (_cache[5] = (...args) => $options.goBack && $options.goBack(...args)) + }, "返回"), !$data.check ? (vue.openBlock(), vue.createElementBlock("view", { key: 0, class: "confirm", - onClick: _cache[7] || (_cache[7] = (...args) => $options.submit && $options.submit(...args)) - }, "确定")) : !$data.formData.isObjection ? (vue.openBlock(), vue.createElementBlock( + onClick: _cache[6] || (_cache[6] = (...args) => $options.submit && $options.submit(...args)) + }, "提交")) : !$data.formData.isObjection ? (vue.openBlock(), vue.createElementBlock( vue.Fragment, { key: 1 }, [ vue.createCommentVNode(" 没申诉过才可以申诉 "), vue.createElementVNode("view", { class: "confirm", - onClick: _cache[8] || (_cache[8] = ($event) => $data.show = true) - }, "申诉") + onClick: _cache[7] || (_cache[7] = ($event) => $data.show = true) + }, "考评确认") ], 2112 /* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */ @@ -63297,7 +63956,7 @@ ${i3} ]), vue.createVNode(_component_u_modal, { show: $data.show, - title: "申诉", + title: "整改提交", showCancelButton: true, confirmColor: "#D3832A", onCancel: _cache[10] || (_cache[10] = ($event) => $data.show = false), @@ -63305,13 +63964,32 @@ ${i3} }, { default: vue.withCtx(() => [ vue.createElementVNode("view", { class: "slot-content" }, [ - vue.createVNode(_component_uni_easyinput, { - type: "textarea", - autoHeight: "", - modelValue: $data.formData.objectionRemark, - "onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => $data.formData.objectionRemark = $event), - placeholder: "请输入申诉描述" - }, null, 8, ["modelValue"]) + vue.createVNode(_component_uni_forms_item, { label: "整改结果" }, { + default: vue.withCtx(() => [ + vue.createVNode(_component_uni_easyinput, { + type: "textarea", + autoHeight: "", + modelValue: $data.formData.objectionRemark, + "onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => $data.formData.objectionRemark = $event), + placeholder: "请输入整改结果" + }, null, 8, ["modelValue"]) + ]), + _: 1 + /* STABLE */ + }), + vue.createVNode(_component_uni_forms_item, { label: "意见反馈" }, { + default: vue.withCtx(() => [ + vue.createVNode(_component_uni_easyinput, { + type: "textarea", + autoHeight: "", + modelValue: $data.formData.appealReason, + "onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => $data.formData.appealReason = $event), + placeholder: "请输入意见反馈" + }, null, 8, ["modelValue"]) + ]), + _: 1 + /* STABLE */ + }) ]) ]), _: 1 @@ -63429,17 +64107,9 @@ ${i3} }); }, initTime() { - let date2 = /* @__PURE__ */ new Date(); - let year = date2.getFullYear(); - let month = date2.getMonth() + 1; - if (month < 10) - month = "0" + month; - let start = year + "-" + month + "-01"; - date2.setDate(0); - let lastDay = date2.getDate(); - let end = year + "-" + month + "-" + lastDay; - this.date = [start, end]; - this.datatime = start + " 至 " + end; + this.date[0] = uni.$u.timeFormat((/* @__PURE__ */ new Date()).valueOf() - 1e3 * 60 * 60 * 24 * 3, "yyyy-mm-dd"); + this.date[1] = uni.$u.timeFormat((/* @__PURE__ */ new Date()).valueOf(), "yyyy-mm-dd"); + this.datatime = this.date[0] + " 至 " + this.date[1]; }, pageClick(e2) { this.crrNum = e2 || 1; @@ -63462,7 +64132,7 @@ ${i3} }, goDetail(item) { uni.navigateTo({ - url: `/pagesHome/pages/integralEdit/integralEdit?check=1&id=${item.id}` + url: `/pagesHome/pages/integralEdit/integralEdit?check=1&id=${item.id}&classifyId=${item.classifyId}` }); } } @@ -63589,7 +64259,7 @@ ${i3} width: "100rpx" }, { default: vue.withCtx(() => [ - vue.createTextVNode("提交时间") + vue.createTextVNode("考核时间") ]), _: 1 /* STABLE */ @@ -63614,6 +64284,16 @@ ${i3} _: 1 /* STABLE */ }), + vue.createVNode(_component_uni_th, { + align: "center", + width: "100rpx" + }, { + default: vue.withCtx(() => [ + vue.createTextVNode("考核状态") + ]), + _: 1 + /* STABLE */ + }), vue.createVNode(_component_uni_th, { align: "center", width: "40rpx" @@ -63702,6 +64382,23 @@ ${i3} 1024 /* DYNAMIC_SLOTS */ ), + vue.createVNode( + _component_uni_td, + { align: "center" }, + { + default: vue.withCtx(() => [ + vue.createTextVNode( + vue.toDisplayString(item.indicatorsStatusName), + 1 + /* TEXT */ + ) + ]), + _: 2 + /* DYNAMIC */ + }, + 1024 + /* DYNAMIC_SLOTS */ + ), vue.createVNode( _component_uni_td, { align: "center" }, @@ -65194,9 +65891,9 @@ ${i3} const popUp_RemoveTary = vue.ref(null); const popUp_Details = vue.ref(null); onLoad((info) => { - formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:692", "info :>> ", info); + formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:698", "info :>> ", info); const infos = JSON.parse(info.info); - formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:694", "object :>> ", JSON.parse(info.info)); + formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:700", "object :>> ", JSON.parse(info.info)); option.title = infos.title; details.pageType = infos.pageType; details.pageInfos = infos; @@ -65224,7 +65921,7 @@ ${i3} const orderRes = initOrder(); const stockRes = initStock(); const _promiseAll = Promise.all([orderRes, stockRes]); - formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:736", "_promiseAll :>> ", _promiseAll); + formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:742", "_promiseAll :>> ", _promiseAll); return _promiseAll; } catch (e2) { } @@ -65335,9 +66032,9 @@ ${i3} questNum: details.pageInfos.questNum }; const res = await postWarehouseTaskSelectPackageInfo(queryData); - formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:864", "res :>> ", res); + formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:870", "res :>> ", res); const { code: code2, data } = res; - formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:866", "code :>> ", code2); + formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:872", "code :>> ", code2); if (code2 === 200 && data && data.length !== 0) { data.forEach((val) => { if (details.pageType === 4 && val.trayCode) { @@ -65355,7 +66052,7 @@ ${i3} val.trayId = details.pageInfos.trayId; val.isChange = true; details.orderList.push(val); - formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:888", "val :>> ", val); + formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:894", "val :>> ", val); popUp_RemoveTary.value.details.showPopUp = false; utils.ttsspke(details.scanNum + "件"); } @@ -65438,7 +66135,7 @@ ${i3} }); } } catch (err) { - formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:987", "err :>> ", err); + formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:993", "err :>> ", err); } finally { } } @@ -65541,7 +66238,7 @@ ${i3} }); }; const handleShowDetails = (item) => { - formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1100", "item :>> ", item); + formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1106", "item :>> ", item); details.detailsInfo = item; popUp_Details.value.setDetails({ title: "详情", @@ -65613,7 +66310,7 @@ ${i3} } }; const initState = (cargoName) => { - formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1195", "cargoName :>> ", cargoName); + formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1201", "cargoName :>> ", cargoName); if (details.tabBarCode === 1) { if (cargoName) { details.stateArr.forEach((val) => { @@ -65640,8 +66337,8 @@ ${i3} if (cargoName.stockNum || cargoName.wornNum || cargoName.lossNum || cargoName.noRepairNum || cargoName.deliveNum || cargoName.noReceivedNum) { details.stateArr.forEach((val) => { const _value = cargoName[val.name]; - formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1230", "val.name :>> ", val.name); - formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1231", "_value :>> ", _value); + formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1236", "val.name :>> ", val.name); + formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1237", "_value :>> ", _value); if (_value > 0 && _value) val.value = _value; else @@ -65660,7 +66357,7 @@ ${i3} utils.ttsspke("取消当前操作"); }; const batchEditState = () => { - formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1256", "修改"); + formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1262", "修改"); initState(); popUp_EditState.value.setDetails({ title: "状态修改", @@ -65684,7 +66381,7 @@ ${i3} utils.ttsspke("成功修改" + _number + "件"); popUp_EditState.value.details.showPopUp = false; details.showControl = false; - formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1291", "111 :>> ", 111); + formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1297", "111 :>> ", 111); } }); }; @@ -65756,7 +66453,7 @@ ${i3} } }; const handleShowSelect = (index2) => { - formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1375", "222 :>> ", 222); + formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1381", "222 :>> ", 222); details.materialChooseIndex = index2 === details.materialChooseIndex ? 0 : index2; }; const handleChooseMaterial = (item) => { @@ -65898,7 +66595,7 @@ ${i3} if (_item.title === "破损" || _item.title === "不可修复") details.stateArr[0].value = 1; } else { - formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1567", "details.stateArr[0].value :>> ", details.stateArr[0].value); + formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1573", "details.stateArr[0].value :>> ", details.stateArr[0].value); if (_item.title === "在库") return; if (details.stateArr[0].value === 0 && _item.title === "破损" || details.stateArr[0].value === 0 && _item.title === "不可修复") @@ -65928,7 +66625,7 @@ ${i3} _item[val.name] = Number(val.value); }); } - formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1599", "_item :>> ", _item); + formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1605", "_item :>> ", _item); if (_item.questStatus !== 1) details.scanNum++; _item.questStatus = 1; @@ -66147,7 +66844,7 @@ ${i3} if (Number(val.questStatus) !== 1) return; if (!val.isManuallyAdd && Number(val.cargoName) === 10) { - formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1861", "1 :>> ", 1); + formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1867", "1 :>> ", 1); submitData.questDetailIds.push(val.questDetailId); if (!val.isChange) return; @@ -66253,9 +66950,9 @@ ${i3} } submitData.questDetailList.push(_item); }); - formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1990", "submitData :>> ", submitData); + formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1996", "submitData :>> ", submitData); const res = await postWarehouseTaskAddDataInfo(submitData); - formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1992", "res :>> ", res); + formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1998", "res :>> ", res); const { code: code2 } = res; if (code2 === 200) { utils.ttsspke("盘点成功"); @@ -66265,7 +66962,7 @@ ${i3} }, 1e3); } } catch (err) { - formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:2003", "err :>> ", err); + formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:2009", "err :>> ", err); } finally { uni.hideLoading(); } @@ -67450,6 +68147,19 @@ ${i3} ) ]) ]), + vue.createElementVNode("view", { class: "popUpDetails_row" }, [ + vue.createElementVNode("view", { class: "" }, [ + vue.createElementVNode("text", null, "物料名称:"), + vue.createTextVNode(), + vue.createElementVNode( + "text", + null, + vue.toDisplayString(details.detailsInfo.materialName), + 1 + /* TEXT */ + ) + ]) + ]), vue.createElementVNode("view", { class: "popUpDetails_row" }, [ vue.createElementVNode("view", { class: "" }, [ vue.createElementVNode("text", null, "运单号:"), @@ -75450,6 +76160,8 @@ ${i3} * 是否显示弹框 */ showPopUp: false, + isShowClose: true, + isShowButton: true, /** * 内容高度 */ @@ -75523,11 +76235,15 @@ ${i3} vue.createCommentVNode(" 插槽 "), vue.renderSlot(_ctx.$slots, "default", {}, void 0, true) ]), - vue.createElementVNode("view", { class: "buttonContainer" }, [ - vue.createElementVNode("view", { + details.isShowButton !== false ? (vue.openBlock(), vue.createElementBlock("view", { + key: 0, + class: "buttonContainer" + }, [ + details.isShowClose !== false ? (vue.openBlock(), vue.createElementBlock("view", { + key: 0, class: "closeButton", onClick: _cache[0] || (_cache[0] = (...args) => details.close && details.close(...args)) - }, " 取消 "), + }, " 取消 ")) : vue.createCommentVNode("v-if", true), vue.createElementVNode( "view", { @@ -75538,7 +76254,7 @@ ${i3} 1 /* TEXT */ ) - ]) + ])) : vue.createCommentVNode("v-if", true) ], 4 /* STYLE */ diff --git a/unpackage/dist/dev/app-plus/app.css b/unpackage/dist/dev/app-plus/app.css index 1fcfe2a..15e8969 100644 --- a/unpackage/dist/dev/app-plus/app.css +++ b/unpackage/dist/dev/app-plus/app.css @@ -613,7 +613,7 @@ body { position: fixed; left: 0; top: 0; - background-color: #00000050; + background-color: rgba(0, 0, 0, 0.5); z-index: 999; } .modtips[data-v-27fa88b6] { @@ -709,7 +709,7 @@ body { position: fixed; left: 0; top: 0; - background-color: #00000050; + background-color: rgba(0, 0, 0, 0.5); z-index: 999; } .modtips[data-v-a3a2f036] { @@ -1174,7 +1174,7 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat left: 0; width: 100vw; height: 100vh; - background-color: #00000050; + background-color: rgba(0, 0, 0, 0.5); z-index: 9999; display: flex; align-items: center; @@ -1190,14 +1190,13 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat margin-bottom: 0.3125rem; } .container .scoolv[data-v-385736e8] { - max-height: 40vh; + max-height: 60vh; padding: 0.625rem; - padding-bottom: 0; box-sizing: border-box; } .container .buttonContainer[data-v-385736e8] { width: 100%; - height: 12vh; + padding: 0.625rem 0; flex: 1; display: flex; justify-content: space-around; diff --git a/unpackage/dist/dev/app-plus/manifest.json b/unpackage/dist/dev/app-plus/manifest.json index 3bf0ebf..c9e805e 100644 --- a/unpackage/dist/dev/app-plus/manifest.json +++ b/unpackage/dist/dev/app-plus/manifest.json @@ -7,8 +7,8 @@ "id": "__UNI__EB22F37", "name": "货无忧", "version": { - "name": "1.1.17", - "code": 1117 + "name": "1.1.18", + "code": 1118 }, "description": "", "developer": { @@ -220,12 +220,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", diff --git a/unpackage/dist/dev/mp-weixin/api/user.js b/unpackage/dist/dev/mp-weixin/api/user.js index 55fbed0..ec9734f 100644 --- a/unpackage/dist/dev/mp-weixin/api/user.js +++ b/unpackage/dist/dev/mp-weixin/api/user.js @@ -1910,6 +1910,16 @@ function getCurrentTree(data, loadingObj = {}) { loadingObj ); } +function postFindLoadZeroList(data, loadingObj = {}) { + return utils_request.service( + { + url: `logpm-trunkline/api/carsLoad/findLoadZeroList`, + method: "post", + data + }, + loadingObj + ); +} exports.$_initRetentionList = $_initRetentionList; exports.$_retentionScan = $_retentionScan; exports.$_retentionTrayScan = $_retentionTrayScan; @@ -2000,6 +2010,7 @@ exports.postFindAllAllocationId = postFindAllAllocationId; exports.postFindAllocationData = postFindAllocationData; exports.postFindCarsLoadingDetail = postFindCarsLoadingDetail; exports.postFindCarsLoadingOrderDetail = postFindCarsLoadingOrderDetail; +exports.postFindLoadZeroList = postFindLoadZeroList; exports.postFindStockList = postFindStockList; exports.postFindSyncOldTrayData = postFindSyncOldTrayData; exports.postFindTrayData = postFindTrayData; diff --git a/unpackage/dist/dev/mp-weixin/compoment/tiplist/tiplist.wxss b/unpackage/dist/dev/mp-weixin/compoment/tiplist/tiplist.wxss index 92a0711..f4f19e3 100644 --- a/unpackage/dist/dev/mp-weixin/compoment/tiplist/tiplist.wxss +++ b/unpackage/dist/dev/mp-weixin/compoment/tiplist/tiplist.wxss @@ -43,7 +43,7 @@ position: fixed; left: 0; top: 0; - background-color: #00000050; + background-color: rgba(0, 0, 0, 0.5); z-index: 999; } .modtips { diff --git a/unpackage/dist/dev/mp-weixin/compoment/tips/tips.wxss b/unpackage/dist/dev/mp-weixin/compoment/tips/tips.wxss index f2fd6c2..bca1816 100644 --- a/unpackage/dist/dev/mp-weixin/compoment/tips/tips.wxss +++ b/unpackage/dist/dev/mp-weixin/compoment/tips/tips.wxss @@ -29,7 +29,7 @@ position: fixed; left: 0; top: 0; - background-color: #00000050; + background-color: rgba(0, 0, 0, 0.5); z-index: 999; } .modtips.data-v-27fa88b6 { diff --git a/unpackage/dist/dev/mp-weixin/config/host.js b/unpackage/dist/dev/mp-weixin/config/host.js index d5003d5..777372e 100644 --- a/unpackage/dist/dev/mp-weixin/config/host.js +++ b/unpackage/dist/dev/mp-weixin/config/host.js @@ -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"; diff --git a/unpackage/dist/dev/mp-weixin/pages/index/index.js b/unpackage/dist/dev/mp-weixin/pages/index/index.js index c36aba8..7656014 100644 --- a/unpackage/dist/dev/mp-weixin/pages/index/index.js +++ b/unpackage/dist/dev/mp-weixin/pages/index/index.js @@ -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 diff --git a/unpackage/dist/dev/mp-weixin/pages/login/login.js b/unpackage/dist/dev/mp-weixin/pages/login/login.js index 3b46702..2dce73d 100644 --- a/unpackage/dist/dev/mp-weixin/pages/login/login.js +++ b/unpackage/dist/dev/mp-weixin/pages/login/login.js @@ -114,6 +114,12 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({ } let res = await api_user.getMyWarehouseList({}); details.warehouseList = res.data; + if (details.warehouseList.length === 0) + return common_vendor.index.showToast({ + title: "该账号暂时没有关联仓库", + icon: "none", + duration: 1500 + }); if (details.warehouseList.length == 1) { let resdata = await api_user.preserveCurrentWarehouse(details.warehouseList[0]); common_vendor.index.setStorageSync("checkname", details.warehouseList[0]); diff --git a/unpackage/dist/dev/mp-weixin/project.config.json b/unpackage/dist/dev/mp-weixin/project.config.json index fc7564f..a8fd4ae 100644 --- a/unpackage/dist/dev/mp-weixin/project.config.json +++ b/unpackage/dist/dev/mp-weixin/project.config.json @@ -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": {