From 3c9b20b68c312dc4caa3c4074ca124bf697ea24f Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Thu, 30 Nov 2023 22:46:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=9B=98=E7=82=B9=E9=83=A8?= =?UTF-8?q?=E5=88=86=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/user.js | 25 + compoment/saomiao2.vue | 1 + config/host.js | 4 +- pages.json | 38 + pages/index/index.vue | 273 ++-- pagesHome/pages/ArrivalList/ArrivalList.vue | 514 ++++++++ .../CustomerOrdersDetails.vue | 11 +- pagesHome/pages/StockUplist/StockUplist.vue | 6 +- .../codePlateBracket/codePlateBracket.vue | 609 +++++++++ pagesHome/pages/scansorting/scansorting.vue | 2 +- pagesHome/pages/setbarcode/setbarcode.vue | 39 +- .../pages/signOrderScan/signOrderScan.vue | 2 +- .../dynamicCheckDetails.vue | 25 +- .../dist/dev/app-plus/app-config-service.js | 2 +- unpackage/dist/dev/app-plus/app-service.js | 1158 +++++++++++++++-- .../dist/dev/app-plus/pages/index/index.css | 10 +- .../pagesHome/pages/setbarcode/setbarcode.css | 4 + 17 files changed, 2460 insertions(+), 263 deletions(-) create mode 100644 pagesHome/pages/ArrivalList/ArrivalList.vue create mode 100644 pagesHome/pages/codePlateBracket/codePlateBracket.vue diff --git a/api/user.js b/api/user.js index f0494b1..1d239c7 100644 --- a/api/user.js +++ b/api/user.js @@ -122,6 +122,19 @@ export function distributionStockupstockupScanCheck(data) { }); } +/** + * 切换批次号 + * @param {Object} data + */ +export function distributionStockupstockupUpdateStockup(data) { + + return request({ + url: `logpm-distribution/app/distributionStockup/updateStockup`, + method: "post", + data + }); +} + /** * 备货扫码列表 @@ -406,6 +419,18 @@ export function signforwrapIn(data) { */ export function signforinventory(data) { + return request({ + url: `logpm-distribution/app/signfor/inventory`, + method: "get", + data + }); +} +/** + * 客户查看库存品 + * @param {Object} data + */ +export function deliveryInventory(data) { + return request({ url: `logpm-distribution/app/delivery/inventory`, method: "get", diff --git a/compoment/saomiao2.vue b/compoment/saomiao2.vue index 0b9ae06..ba3c418 100644 --- a/compoment/saomiao2.vue +++ b/compoment/saomiao2.vue @@ -67,6 +67,7 @@ if (plus) { console.log('getDeviceBrand() :>> ', uni.getSystemInfoSync()); const { brand } = uni.getSystemInfoSync() + console.log('brand :>> ', brand); console.log('进入') details.activity = plus.android.runtimeMainActivity(); //获取activity console.log('details.activity :>> ', details.activity); diff --git a/config/host.js b/config/host.js index 57a3746..b356ce1 100644 --- a/config/host.js +++ b/config/host.js @@ -4,7 +4,7 @@ * 测试域名 * */ //测试域名 -// const devhost = 'http://test.api.huitongys.com/' +const devhost = 'http://test.api.huitongys.com/' // lmy // const devhost = 'http://192.168.10.123:8889/' // zhy @@ -13,7 +13,7 @@ // const devhost = 'http://192.168.10.25:13000/' // cyz // const devhost = 'http://192.168.10.75:8777/' -const devhost = 'http://192.168.6.141:8777/' +// const devhost = 'http://192.168.6.141:8777/' // 正式 // const devhost = 'http://h5uapi.huitongys.com/' // cg diff --git a/pages.json b/pages.json index eca5871..6c1f713 100644 --- a/pages.json +++ b/pages.json @@ -134,6 +134,44 @@ } } + }, + { + "path": "pages/codePlateBracket/codePlateBracket", + "style": { + "navigationBarTitleText": "码板打托", + "enablePullDownRefresh": true, + "onReachBottomDistance": 1, + "navigationStyle": "custom", + "app-plus": { + "animationDuration": 300, + "animationType": "zoom-fade-out", + "pullToRefresh": { + "support": true, + "color": "#d3832a", //小圈圈的颜色 + "style": "circle" //小圈圈的样式 + } + } + } + + }, + { + "path": "pages/ArrivalList/ArrivalList", + "style": { + "navigationBarTitleText": "到车列表", + "enablePullDownRefresh": true, + "onReachBottomDistance": 1, + "navigationStyle": "custom", + "app-plus": { + "animationDuration": 300, + "animationType": "zoom-fade-out", + "pullToRefresh": { + "support": true, + "color": "#d3832a", //小圈圈的颜色 + "style": "circle" //小圈圈的样式 + } + } + } + }, { "path": "pages/SelfPickupScan/SelfPickupScan", diff --git a/pages/index/index.vue b/pages/index/index.vue index 4484ec3..25b53f9 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -34,126 +34,147 @@ import { inject, reactive, toRefs, watchEffect, ref } from "vue"; import utils from '../../utils/utils'; 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', - // }, - // ] - // }, - // { - // type: 1, - // name: '库内', - // minilist: [ - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '分拣打托', - // router: '/pagesHome/pages/scansorting/scansorting', - // }, - // // { - // // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // // name: '订单分拣', - // // router: '/pagesHome/pages/ordersorting/ordersorting', - // // }, - // // { - // // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // // name: '库存品分拣', - // // router: '/pagesHome/pages/lnventorysorting/lnventorysorting', - // // }, - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '扫码上架', - // router: '/pagesHome/pages/ScanUpType/ScanUpType', - // }, - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '手动上架', - // router: '/pagesHome/pages/PeopleScanUpType/PeopleScanUpType', - // }, - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '移库', - // router: '/pagesHome/pages/RelocationType/RelocationType', - // }, - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '滞留', - // router: '/pagesHome/pages/Retention/Retention', - // }, - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '合托', - // router: '/pagesHome/pages/MergeTray/MergeTray', - // }, - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '下架', - // router: '/pagesHome/pages/DownGoodsType/DownGoodsType', - // }, - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '空置托盘', - // router: '/pagesHome/pages/RemoveTray/RemoveTray', - // }, - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '复核', - // router: '/pagesHome/pages/Check/Check', - // }, - // ] - // }, - // { - // type: 1, - // name: '出库', - // minilist: [ - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '拣货扫描', - // router: '/pagesHome/pages/pickingScan/pickingScan', - // }, - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '自提扫描', - // router: '/pagesHome/pages/SelfPickupScan/SelfPickupScan', - // }, - // ] - // }, - // { - // type: 1, - // name: '配送', - // minilist: [ - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '装车扫描', - // router: '/pagesHome/pages/LoadingScan/LoadingScan', - // }, - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '签收扫描', - // router: '/pagesHome/pages/signinScan/signinScan', - // }, - // ] - // }, - // { - // type: 1, - // name: '离线上传', - // minilist: [ - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '离线上传', - // router: '/pagesHome/pages/OfflineUpload/OfflineUpload', - // }, - // ] - // }, - // ] - // }) + // let details = reactive({ 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', + }, + ] + }, + { + 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/orderInquiry/orderInquiry', + }, + { + 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', + }, + ] + }, + { + type: 1, + name: '出库', + minilist: [ + { + icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + name: '拣货扫描', + router: '/pagesHome/pages/pickingScan/pickingScan', + }, + { + icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + name: '自提扫描', + router: '/pagesHome/pages/SelfPickupScan/SelfPickupScan', + }, + ] + }, + { + type: 1, + name: '配送', + minilist: [ + { + icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + name: '装车扫描', + router: '/pagesHome/pages/LoadingScan/LoadingScan', + }, + { + icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + name: '签收扫描', + router: '/pagesHome/pages/signinScan/signinScan', + }, + ] + }, + { + type: 1, + name: '离线上传', + minilist: [ + { + icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + name: '离线上传', + router: '/pagesHome/pages/OfflineUpload/OfflineUpload', + }, + ] + }, + ] + }) function gopathpage(path : string) { uni.navigateTo({ @@ -464,24 +485,24 @@ .mabox { display: flex; flex-direction: column; - padding: 20upx 0; + // padding: 10upx 0; box-sizing: border-box; width: 686upx; margin: auto; background-color: #ffffff; - margin-bottom: 20upx; + margin-bottom: 10upx; margin-top: 10upx; border-radius: 10upx; box-shadow: 0rpx 2rpx 10rpx 0rpx #e2e2e380; .boxtitl { - font-size: 34upx; + font-size: 30upx; font-weight: 500; margin-bottom: 10upx; // margin-left: 10upx; border-bottom: 1upx solid #EEEEEE; - padding: 0upx 20upx; - padding-bottom: 20upx; + padding: 20upx; + // padding-bottom: 0upx; color: #092C4D; } @@ -490,7 +511,7 @@ flex-wrap: wrap; align-items: center; // justify-content: space-between; - padding-top: 10upx; + padding: 10upx 0; >view { width: 25%; diff --git a/pagesHome/pages/ArrivalList/ArrivalList.vue b/pagesHome/pages/ArrivalList/ArrivalList.vue new file mode 100644 index 0000000..dc8cb43 --- /dev/null +++ b/pagesHome/pages/ArrivalList/ArrivalList.vue @@ -0,0 +1,514 @@ + + + + + \ No newline at end of file diff --git a/pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue b/pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue index 862f339..c6cdce1 100644 --- a/pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue +++ b/pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue @@ -161,7 +161,7 @@ + + + + \ No newline at end of file diff --git a/pagesHome/pages/scansorting/scansorting.vue b/pagesHome/pages/scansorting/scansorting.vue index 5b12ebf..07f0921 100644 --- a/pagesHome/pages/scansorting/scansorting.vue +++ b/pagesHome/pages/scansorting/scansorting.vue @@ -247,7 +247,7 @@ console.log('res', res); if (Number(res.data.isHasData) === 0) { - utils.ttsspke('请选择分拣方式') + // utils.ttsspke('请选择分拣方式') uni.setStorageSync('trayCodeType', res.data.data) uni.navigateTo({ url: '/pagesHome/pages/ScanSortingType/ScanSortingType?trayCode=' + details.scancode diff --git a/pagesHome/pages/setbarcode/setbarcode.vue b/pagesHome/pages/setbarcode/setbarcode.vue index f5fad67..a86f1b8 100644 --- a/pagesHome/pages/setbarcode/setbarcode.vue +++ b/pagesHome/pages/setbarcode/setbarcode.vue @@ -72,6 +72,13 @@ + + + + + 检测当前批次和计划批次不同,是否切换批次 + + @@ -90,6 +97,7 @@ distributionStockupstockupScan, distributionStockuporderInfo, distributionStockupstockupScanCheck, + distributionStockupstockupUpdateStockup, stockConfigList } from '@/api/user.js' import { detailType } from '@/interfaces/pagesHome/setbarcode' @@ -122,6 +130,7 @@ const tips = ref(null) const basicContainer = ref(null) const popUp_AddPrint = ref(null) + const popUp_Edit = ref(null) // 基础组件配置项 const option = { title: '配置包条码', @@ -278,19 +287,21 @@ let data = { reservationId: details.reservationId, stockListId: details.items.stockListId, - packageNum: details.addNUm, + packageNum: details.packageNum, allocationId: details.allocationId, status: details.completeStact ? 1 : 0, cargoNumber: details.items.cargoNumber } let response = await distributionStockupstockupStockListPackageCode(data) if (response.code !== 200) return + popUp_AddPrint.value.details.showPopUp = false console.log(response); details.printlist = response.data let checklist = [] response.data.map((item, index) => { checklist.push(index) }) + console.log('tips :>> ', tips); tips.value.setdetails({ title: '请选择要打印的包条', tipstate: 2, @@ -298,6 +309,7 @@ checklist: checklist, inputtext: '', confirmTxt: '打印', + isshow: true, success: (deta) => { if (deta.checklist.length == 0) { uni.showToast({ @@ -365,13 +377,15 @@ stockPrint: details.stockPrint, status: details.stockPrint, id: details.orderpackgedetails.stockListId, - cargoNumber: details.items.cargoNumber + cargoNumber: details.items.cargoNumber, + marketCode: details.items.cargoNumber, } console.log('details.items.cargoNumber :>> ', details.items.cargoNumber); // utils.ttsspke('stockPrint是'+details.stockPrint) if (details.stockPrint === 2) { console.log('data :>> ', data); + delete data.marketCode let res = await distributionStockupstockupScan(data) console.log(res); if (res.code == 200) { @@ -387,11 +401,25 @@ const { code: resCode } = response - if (resCode === 6002) { + if (resCode === 60002) { console.log('123 :>> ', 123); + popUp_Edit.value.setDetails({ + title: '切换批次', + showPopUp: true, + async success() { + data.stockListId = response.data + const resp = await distributionStockupstockupUpdateStockup(data) + console.log('resp :>> ', resp); + if (resp.code == 200) { + popUp_Edit.value.details.showPopUp = false + basicContainer.value.startPullDownRefresh() + } + } + }) } // else if (resCode === 200) { + delete data.marketCode let res = await distributionStockupstockupScan(data) console.log(res); if (res.code == 200) { @@ -530,4 +558,9 @@ border-radius: 5upx; padding: 5upx 10upx; } + + .popUp_Edit_text { + font-size: 28upx; + color: #f00; + } \ No newline at end of file diff --git a/pagesHome/pages/signOrderScan/signOrderScan.vue b/pagesHome/pages/signOrderScan/signOrderScan.vue index 8a192d0..dcee8c6 100644 --- a/pagesHome/pages/signOrderScan/signOrderScan.vue +++ b/pagesHome/pages/signOrderScan/signOrderScan.vue @@ -249,7 +249,7 @@ if (response.code !== 200) return details.zeroArr = [] details.orderArr = [] - response.data.records.forEach(val => { + if (response.data && response.data.records) response.data.records.forEach(val => { // 零担订单 if (val.isZero === '1') return details.zeroArr.push(val) details.orderArr.push(val) diff --git a/pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue b/pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue index 195d020..d7d6bf2 100644 --- a/pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue +++ b/pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue @@ -717,7 +717,7 @@ } } // 扫到已有包条退出函数 || 合同号盘点时不支持新增 - if (_flag && details.pageType === 3) return + if (_flag || details.pageType === 3) return try { uni.showLoading({ @@ -995,7 +995,8 @@ } // 重置选中状态 } - content = '上架成功' + _number + '件' + if (_number !== 0) content = '上架成功' + _number + '件' + else content = '请先盘点再上架' } else content = '上架失败, 库位数据有误' uni.showToast({ @@ -1536,10 +1537,10 @@ /** 新增库存品 */ const handleAddStock = () => { popUp_AddStock.value.setDetails({ - title: '新增零担', + title: '新增库存品', showPopUp: true, success() { - if (!details.addInfo.orderCode || !details.addInfo.incomingBatch) return uni.showToast({ + if (!details.addInfo.orderCode && !details.addInfo.incomingBatch) return uni.showToast({ title: '请输入合同号或批次号', icon: 'none' }) @@ -1787,8 +1788,12 @@ if (_item.isNew === 1) { if (details.pageType === 2) { _item.allocationId = details.pageInfos.allocationId - _item.groundingAllocationId = details.pageInfos.allocationId - _item.groundingPositionCode = details.pageInfos.positionCode + _item.positionCode = details.pageInfos.allocation + // 当修改前和修改后的Id一样时, 删除修改后的 + if (_item.groundingAllocationId === _item.allocationId) { + delete _item.groundingAllocationId + delete _item.groundingPositionCode + } } else if (details.pageType === 4) { _item.trayCode = val.trayCode @@ -1805,8 +1810,12 @@ console.log('res :>> ', res); const { code } = res if (code === 200) { - // 提交成功返回上一级页面 - uni.navigateBack() + utils.ttsspke('盘点成功') + const timer = setTimeout(() => { + // 提交成功返回上一级页面 + uni.navigateBack() + clearTimeout(timer) + }, 1000) } } catch (err) { console.log('err :>> ', err); diff --git a/unpackage/dist/dev/app-plus/app-config-service.js b/unpackage/dist/dev/app-plus/app-config-service.js index 5c4facd..4dad0d3 100644 --- a/unpackage/dist/dev/app-plus/app-config-service.js +++ b/unpackage/dist/dev/app-plus/app-config-service.js @@ -2,7 +2,7 @@ ;(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.95","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/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/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/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/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":"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":"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 __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/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/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/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/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/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/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":"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":"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 c8b6280..06daf36 100644 --- a/unpackage/dist/dev/app-plus/app-service.js +++ b/unpackage/dist/dev/app-plus/app-service.js @@ -1712,7 +1712,7 @@ if (uni.restoreGlobal) { }; }; const base64 = new Base64(); - const devhost = "http://192.168.6.141:8777/"; + const devhost = "http://test.api.huitongys.com/"; const imghost = ""; const host = devhost; const APPKEY = "h5u:h5u_secret"; @@ -2287,6 +2287,13 @@ if (uni.restoreGlobal) { data }); } + function distributionStockupstockupUpdateStockup(data) { + return service({ + url: `logpm-distribution/app/distributionStockup/updateStockup`, + method: "post", + data + }); + } function stockConfigList(data) { return service({ url: `logpm-distribution/app/distributionStockup/stockConfigList`, @@ -2449,6 +2456,13 @@ if (uni.restoreGlobal) { }); } function signforinventory(data) { + return service({ + url: `logpm-distribution/app/signfor/inventory`, + method: "get", + data + }); + } + function deliveryInventory(data) { return service({ url: `logpm-distribution/app/delivery/inventory`, method: "get", @@ -4901,7 +4915,7 @@ This will fail in production if not fixed.`); CHOOSE_BLUETOOTH }; }); - const _sfc_main$1B = /* @__PURE__ */ vue.defineComponent({ + const _sfc_main$1D = /* @__PURE__ */ vue.defineComponent({ __name: "login", setup(__props) { const { HANDLE_INITBLUETOOTH } = useBluetoothStore(); @@ -5222,7 +5236,7 @@ This will fail in production if not fixed.`); } return target; }; - const PagesLoginLogin = /* @__PURE__ */ _export_sfc(_sfc_main$1B, [["__file", "D:/worksp/logpm/pages/login/login.vue"]]); + const PagesLoginLogin = /* @__PURE__ */ _export_sfc(_sfc_main$1D, [["__file", "D:/worksp/logpm/pages/login/login.vue"]]); const version$1 = "3"; { formatAppLog("log", "at uni_modules/uview-plus/libs/config/config.js:5", ` @@ -6920,7 +6934,7 @@ This will fail in production if not fixed.`); } } }; - const _sfc_main$1A = { + const _sfc_main$1C = { name: "u-status-bar", mixins: [mpMixin$1, mixin$1, props$f], data() { @@ -6949,7 +6963,7 @@ This will fail in production if not fixed.`); /* STYLE */ ); } - const __easycom_0$4 = /* @__PURE__ */ _export_sfc(_sfc_main$1A, [["render", _sfc_render$q], ["__scopeId", "data-v-eb8e0cdd"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-status-bar/u-status-bar.vue"]]); + const __easycom_0$4 = /* @__PURE__ */ _export_sfc(_sfc_main$1C, [["render", _sfc_render$q], ["__scopeId", "data-v-eb8e0cdd"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-status-bar/u-status-bar.vue"]]); const icons = { "uicon-level": "", "uicon-column-line": "", @@ -7253,7 +7267,7 @@ This will fail in production if not fixed.`); } } }; - const _sfc_main$1z = { + const _sfc_main$1B = { name: "u-icon", data() { return {}; @@ -7347,7 +7361,7 @@ This will fail in production if not fixed.`); /* CLASS */ ); } - const __easycom_1$4 = /* @__PURE__ */ _export_sfc(_sfc_main$1z, [["render", _sfc_render$p], ["__scopeId", "data-v-ac70166d"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-icon/u-icon.vue"]]); + const __easycom_1$4 = /* @__PURE__ */ _export_sfc(_sfc_main$1B, [["render", _sfc_render$p], ["__scopeId", "data-v-ac70166d"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-icon/u-icon.vue"]]); const props$d = { props: { // 是否开启顶部安全区适配 @@ -7432,7 +7446,7 @@ This will fail in production if not fixed.`); } } }; - const _sfc_main$1y = { + const _sfc_main$1A = { name: "u-navbar", mixins: [mpMixin$1, mixin$1, props$d], data() { @@ -7564,7 +7578,7 @@ This will fail in production if not fixed.`); ) ]); } - const __easycom_0$3 = /* @__PURE__ */ _export_sfc(_sfc_main$1y, [["render", _sfc_render$o], ["__scopeId", "data-v-f631659b"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-navbar/u-navbar.vue"]]); + const __easycom_0$3 = /* @__PURE__ */ _export_sfc(_sfc_main$1A, [["render", _sfc_render$o], ["__scopeId", "data-v-f631659b"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-navbar/u-navbar.vue"]]); function getImageCache(filePath, fileMd51) { return new Promise((resolve, reject) => { let fileMd5 = ""; @@ -7612,11 +7626,150 @@ This will fail in production if not fixed.`); } }); } - const _sfc_main$1x = /* @__PURE__ */ vue.defineComponent({ + const _sfc_main$1z = /* @__PURE__ */ vue.defineComponent({ __name: "index", setup(__props) { 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" + } + ] + }, + { + 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/orderInquiry/orderInquiry" + }, + { + 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" + } + ] + }, + { + type: 1, + name: "出库", + minilist: [ + { + icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png", + name: "拣货扫描", + router: "/pagesHome/pages/pickingScan/pickingScan" + }, + { + icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png", + name: "自提扫描", + router: "/pagesHome/pages/SelfPickupScan/SelfPickupScan" + } + ] + }, + { + type: 1, + name: "配送", + minilist: [ + { + icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png", + name: "装车扫描", + router: "/pagesHome/pages/LoadingScan/LoadingScan" + }, + { + icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png", + name: "签收扫描", + router: "/pagesHome/pages/signinScan/signinScan" + } + ] + }, + { + type: 1, + name: "离线上传", + minilist: [ + { + icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png", + name: "离线上传", + router: "/pagesHome/pages/OfflineUpload/OfflineUpload" + } + ] + } + ] + }); function gopathpage(path) { uni.navigateTo({ url: path @@ -7629,8 +7782,8 @@ This will fail in production if not fixed.`); return; } let res = await appMenuroutes({}); - formatAppLog("log", "at pages/index/index.vue:171", res, "-------------"); - formatAppLog("log", "at pages/index/index.vue:172", "刷新后"); + formatAppLog("log", "at pages/index/index.vue:192", res, "-------------"); + formatAppLog("log", "at pages/index/index.vue:193", "刷新后"); if (res.code == 200) { getimgcache(res.data[0]); } else { @@ -7642,12 +7795,12 @@ This will fail in production if not fixed.`); } async function initbuts() { let authbut = uni.getStorageSync("authbuts"); - formatAppLog("log", "at pages/index/index.vue:287", "authbut :>> ", authbut); + formatAppLog("log", "at pages/index/index.vue:308", "authbut :>> ", authbut); if (authbut) { return; } let butres = await appbuttons({}); - formatAppLog("log", "at pages/index/index.vue:292", butres.data); + formatAppLog("log", "at pages/index/index.vue:313", butres.data); let qxan = []; butres.data.map((item) => { item.children.map((ite) => { @@ -7701,7 +7854,7 @@ This will fail in production if not fixed.`); maxarr.push(arr); } details.tablist = maxarr; - formatAppLog("log", "at pages/index/index.vue:396", details.tablist); + formatAppLog("log", "at pages/index/index.vue:417", details.tablist); } async function updateApp() { let version2 = await utils.getversion(); @@ -7710,12 +7863,12 @@ This will fail in production if not fixed.`); versionCode: version2.version.split(".").join(""), versionType: version2.pkName.indexOf("test") != -1 ? "1" : version2.pkName.indexOf("bate") != -1 ? "2" : "3" }; - formatAppLog("log", "at pages/index/index.vue:425", "data", data); + formatAppLog("log", "at pages/index/index.vue:446", "data", data); let response = await AppPdaversiondetail(data); - formatAppLog("log", "at pages/index/index.vue:427", "response :>> ", response); + formatAppLog("log", "at pages/index/index.vue:448", "response :>> ", response); if (response.code == 200 && response.data) { - formatAppLog("log", "at pages/index/index.vue:429", response.data); - formatAppLog("log", "at pages/index/index.vue:430", "有可更新包"); + formatAppLog("log", "at pages/index/index.vue:450", response.data); + formatAppLog("log", "at pages/index/index.vue:451", "有可更新包"); if (response.data.noSensation == "2" && response.data.link.indexOf("wgt") != -1) { utils.updatefile1(response.data.link); } else { @@ -7819,8 +7972,8 @@ This will fail in production if not fixed.`); }; } }); - const PagesIndexIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1x, [["__file", "D:/worksp/logpm/pages/index/index.vue"]]); - const _sfc_main$1w = /* @__PURE__ */ vue.defineComponent({ + const PagesIndexIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1z, [["__file", "D:/worksp/logpm/pages/index/index.vue"]]); + const _sfc_main$1y = /* @__PURE__ */ vue.defineComponent({ __name: "user", setup(__props) { let users = vue.ref(null); @@ -8130,8 +8283,8 @@ This will fail in production if not fixed.`); }; } }); - const PagesUserUser = /* @__PURE__ */ _export_sfc(_sfc_main$1w, [["__file", "D:/worksp/logpm/pages/user/user.vue"]]); - const _sfc_main$1v = /* @__PURE__ */ vue.defineComponent({ + const PagesUserUser = /* @__PURE__ */ _export_sfc(_sfc_main$1y, [["__file", "D:/worksp/logpm/pages/user/user.vue"]]); + const _sfc_main$1x = /* @__PURE__ */ vue.defineComponent({ __name: "news", setup(__props) { onPullDownRefresh(() => { @@ -8194,8 +8347,8 @@ This will fail in production if not fixed.`); }; } }); - const PagesNewsNews = /* @__PURE__ */ _export_sfc(_sfc_main$1v, [["__file", "D:/worksp/logpm/pages/news/news.vue"]]); - const _sfc_main$1u = /* @__PURE__ */ vue.defineComponent({ + const PagesNewsNews = /* @__PURE__ */ _export_sfc(_sfc_main$1x, [["__file", "D:/worksp/logpm/pages/news/news.vue"]]); + const _sfc_main$1w = /* @__PURE__ */ vue.defineComponent({ __name: "taskList", setup(__props) { const tip = vue.ref(null); @@ -8307,8 +8460,8 @@ This will fail in production if not fixed.`); }; } }); - const PagesTaskListTaskList = /* @__PURE__ */ _export_sfc(_sfc_main$1u, [["__file", "D:/worksp/logpm/pages/taskList/taskList.vue"]]); - const _sfc_main$1t = /* @__PURE__ */ vue.defineComponent({ + const PagesTaskListTaskList = /* @__PURE__ */ _export_sfc(_sfc_main$1w, [["__file", "D:/worksp/logpm/pages/taskList/taskList.vue"]]); + const _sfc_main$1v = /* @__PURE__ */ vue.defineComponent({ __name: "reportForms", setup(__props) { onPullDownRefresh(() => { @@ -8322,7 +8475,7 @@ This will fail in production if not fixed.`); }; } }); - const PagesReportFormsReportForms = /* @__PURE__ */ _export_sfc(_sfc_main$1t, [["__file", "D:/worksp/logpm/pages/reportForms/reportForms.vue"]]); + const PagesReportFormsReportForms = /* @__PURE__ */ _export_sfc(_sfc_main$1v, [["__file", "D:/worksp/logpm/pages/reportForms/reportForms.vue"]]); let calendar = { /** * 农历1900-2100的润大小信息表 @@ -9242,7 +9395,7 @@ This will fail in production if not fixed.`); solar2lunar: calendar.solar2lunar, lunar2solar: calendar.lunar2solar }; - const _sfc_main$1s = { + const _sfc_main$1u = { name: "lCalendar", model: { prop: "value", @@ -9896,8 +10049,8 @@ This will fail in production if not fixed.`); /* HYDRATE_EVENTS */ ); } - const __easycom_1$3 = /* @__PURE__ */ _export_sfc(_sfc_main$1s, [["render", _sfc_render$n], ["__scopeId", "data-v-665735f1"], ["__file", "D:/worksp/logpm/uni_modules/l-calendar/components/l-calendar/l-calendar.vue"]]); - const _sfc_main$1r = /* @__PURE__ */ vue.defineComponent({ + const __easycom_1$3 = /* @__PURE__ */ _export_sfc(_sfc_main$1u, [["render", _sfc_render$n], ["__scopeId", "data-v-665735f1"], ["__file", "D:/worksp/logpm/uni_modules/l-calendar/components/l-calendar/l-calendar.vue"]]); + const _sfc_main$1t = /* @__PURE__ */ vue.defineComponent({ __name: "pickingScan", setup(__props) { const option = { @@ -10260,7 +10413,760 @@ This will fail in production if not fixed.`); }; } }); - const PagesHomePagesPickingScanPickingScan = /* @__PURE__ */ _export_sfc(_sfc_main$1r, [["__file", "D:/worksp/logpm/pagesHome/pages/pickingScan/pickingScan.vue"]]); + const PagesHomePagesPickingScanPickingScan = /* @__PURE__ */ _export_sfc(_sfc_main$1t, [["__file", "D:/worksp/logpm/pagesHome/pages/pickingScan/pickingScan.vue"]]); + const useSystemSettingsStore = defineStore("useSystemSettingsStore", () => { + const scanStateList = vue.reactive([{ + title: "关闭", + value: 0 + }, { + title: "开启", + value: 1 + }]); + const scanState = vue.ref(uni.getStorageSync("scanState") || 0); + const HANDLE_SCANSTATE = (index2) => { + scanState.value = scanStateList[index2].value; + uni.setStorageSync("scanState", scanState.value); + }; + return { + scanStateList, + scanState, + HANDLE_SCANSTATE + }; + }); + const _sfc_main$1s = /* @__PURE__ */ vue.defineComponent({ + __name: "codePlateBracket", + setup(__props) { + const { scanState } = storeToRefs(useSystemSettingsStore()); + const option = vue.reactive({ + leftClick() { + uni.reLaunch({ + url: "/pages/index/index" + }); + }, + // 标题 + title: "已经打托列表", + // 下拉刷新回调函数 + async pullDownRefreshInitPage() { + details.pageNum = 1; + details.datalist = []; + option.isEnd = false; + option.haveData = true; + await initpage(); + if (datalist.value.length === 0) { + uni.showToast({ + title: "暂时没有数据", + icon: "error" + }); + option.haveData = false; + } + if (option.isEnd) { + return uni.showToast({ + icon: "success", + title: "数据已加载完毕" + }); + } + return null; + }, + // 触底加载回到函数 + reachBottomInitPage: async () => { + return null; + }, + haveData: true, + isEnd: false + }); + let antiShake = null; + function reachBottomInitPage() { + try { + if (option.isEnd) { + return uni.showToast({ + icon: "success", + title: "数据已加载完毕" + }); + } + formatAppLog("log", "at pagesHome/pages/codePlateBracket/codePlateBracket.vue:179", "antiShake :>> ", antiShake); + if (antiShake) { + uni.hideLoading(); + clearTimeout(antiShake); + return antiShake = null; + } + uni.showLoading({ + title: "正在加载", + mask: true + }); + antiShake = setTimeout(async () => { + details.pageNum += 1; + const res = await initpage(); + uni.hideLoading(); + antiShake = null; + if (res.data && res.data.records.length < details.pageSize) { + uni.showToast({ + title: "已经到底了", + icon: "success" + }); + clearTimeout(antiShake); + return option.isEnd = true; + } + clearTimeout(antiShake); + }, 500); + } catch (err) { + formatAppLog("log", "at pagesHome/pages/codePlateBracket/codePlateBracket.vue:212", "err :>> ", err); + } + } + let details = vue.reactive({ + show: false, + datatime: "", + pageType: 1, + pageNum: 1, + pageSize: 10, + datalist: [], + scancode: "", + scanStateList: [{ title: "未装车", value: 1 }, { title: "已装车", value: 2 }], + // 选中的索引 -- 默认为关闭 + scanStateChooseIndex: 0 + }); + onLoad((op) => { + details.pageType = op.type; + utils.ttsspke("请扫描或输入托盘码"); + }); + onShow(() => { + uni.$off("scancodedate"); + uni.$on("scancodedate", function(code2) { + formatAppLog("log", "at pagesHome/pages/codePlateBracket/codePlateBracket.vue:242", "code :>> ", code2); + if (code2) { + formatAppLog("log", "at pagesHome/pages/codePlateBracket/codePlateBracket.vue:244", code2); + details.scancode = code2; + scandata(); + } + }); + initpage(); + }); + const date2 = vue.ref([]); + function init() { + details.pageNum = 1; + initpage(); + } + async function scandata() { + let data = { + trayCode: details.scancode + }; + let res = await warehouseTrayTypeorderScanTrayCode(data); + if (res.code !== 200) + return; + formatAppLog("log", "at pagesHome/pages/codePlateBracket/codePlateBracket.vue:267", "res", res); + if (Number(res.data.isHasData) === 0) { + utils.ttsspke("请选择分拣方式"); + uni.setStorageSync("trayCodeType", res.data.data); + uni.navigateTo({ + url: "/pagesHome/pages/ScanSortingType/ScanSortingType?trayCode=" + details.scancode + }); + } else { + uni.navigateTo({ + url: "/pagesHome/pages/OrderSortingDetail/OrderSortingDetail?trayCode=" + res.data.data.trayCode + "&trayType=" + res.data.data.trayType + }); + } + } + async function initpage() { + try { + let submitData = { + pageNum: details.pageNum, + pageSize: details.pageSize, + createDateStart: date2.value[0] || "", + createDateEnd: date2.value[1] || "" + }; + const res = await warehouseTrayTypeorderPageList(submitData); + if (res.code !== 200) + return; + const { code: code2, data } = res; + if (code2 === 200 && data) + details.datalist = [...details.datalist, ...data.records]; + if (data && data.pages <= details.pageNum) + option.isEnd = true; + formatAppLog("log", "at pagesHome/pages/codePlateBracket/codePlateBracket.vue:295", "details.datalist :>> ", details.datalist); + return res; + } catch (err) { + formatAppLog("log", "at pagesHome/pages/codePlateBracket/codePlateBracket.vue:299", "err :>> ", err); + } + } + function goorderdetail(item) { + uni.navigateTo({ + url: "/pagesHome/pages/OrderSortingDetail/OrderSortingDetail?trayCode=" + item.trayCode + "&trayType=" + item.trayType + }); + if (Number(details.pageType) == 2) { + uni.navigateTo({ + url: "/pagesHome/pages/PeopleSortingDetail/PeopleSortingDetail?trayCode=" + item.trayCode + "&trayType=" + item.trayType + }); + } + } + function showCalendar() { + details.show = !details.show; + } + function onConfirm(e) { + formatAppLog("log", "at pagesHome/pages/codePlateBracket/codePlateBracket.vue:322", e); + date2.value[0] = e.startDate; + date2.value[1] = e.endDate; + details.datatime = date2.value[0] + " 至 " + date2.value[1]; + } + vue.watchEffect(() => { + if (date2.value.length != 0) { + details.datatime = date2.value[0] + " 至 " + date2.value[1]; + } + initpage(); + }); + function cleartime() { + details.datatime = ""; + date2.value = []; + init(); + } + function bindPickerChange(e) { + formatAppLog("log", "at pagesHome/pages/codePlateBracket/codePlateBracket.vue:346", "picker发送选择改变,携带值为", e.detail.value); + details.scanStateChooseIndex = e.detail.value; + } + const { + show, + datatime, + datalist, + scancode + } = vue.toRefs(details); + return (_ctx, _cache) => { + const _component_u_icon = resolveEasycom(vue.resolveDynamicComponent("u-icon"), __easycom_1$4); + const _component_BasicContainer = vue.resolveComponent("BasicContainer"); + const _component_l_calendar = resolveEasycom(vue.resolveDynamicComponent("l-calendar"), __easycom_1$3); + const _component_saomiao2 = vue.resolveComponent("saomiao2"); + return vue.openBlock(), vue.createElementBlock( + vue.Fragment, + null, + [ + vue.createVNode(_component_BasicContainer, { + option, + leftClick: option.leftClick + }, { + head: vue.withCtx(() => [ + vue.createElementVNode("view", { class: "headtop" }, [ + vue.createElementVNode("view", null, [ + vue.withDirectives(vue.createElementVNode( + "input", + { + "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => vue.isRef(scancode) ? scancode.value = $event : null), + placeholder: "请输入托盘码" + }, + null, + 512 + /* NEED_PATCH */ + ), [ + [vue.vModelText, vue.unref(scancode)] + ]) + ]), + vue.createElementVNode("view", { onClick: scandata }, "查询") + ]), + vue.createElementVNode("view", { class: "schbox" }, [ + vue.createElementVNode("view", null, "分拣日期:"), + vue.createElementVNode("view", { + onClick: showCalendar, + class: "inputsr" + }, [ + vue.createElementVNode("input", { + value: vue.unref(datatime), + disabled: "", + placeholder: "请选择时间" + }, null, 8, ["value"]), + vue.createElementVNode("view", { + onClick: _cache[1] || (_cache[1] = vue.withModifiers(() => { + }, ["stop", "prevent"])) + }, [ + !vue.unref(datatime) ? (vue.openBlock(), vue.createBlock(_component_u_icon, { + key: 0, + onClick: showCalendar, + style: { "margin-right": "10upx" }, + name: "calendar", + color: "#999999", + size: "50" + })) : (vue.openBlock(), vue.createBlock(_component_u_icon, { + key: 1, + onClick: cleartime, + style: { "margin-right": "10upx" }, + name: "close-circle", + color: "#999999", + size: "40" + })) + ]) + ]) + ]), + vue.createCommentVNode(" 是否装车 "), + vue.createElementVNode("view", { class: "choose_container" }, [ + vue.createElementVNode("view", { class: "uni-list-cell-db" }, [ + vue.createElementVNode("picker", { + onChange: bindPickerChange, + value: vue.unref(details).scanStateChooseIndex, + range: vue.unref(details).scanStateList.map((val) => val.title) + }, [ + vue.createElementVNode( + "view", + { class: "uni-input" }, + vue.toDisplayString(vue.unref(details).scanStateList.map((val) => val.title)[vue.unref(details).scanStateChooseIndex]), + 1 + /* TEXT */ + ) + ], 40, ["value", "range"]) + ]), + vue.createElementVNode("view", { class: "" }), + vue.createElementVNode("view", { class: "uni-list-cell-left" }, [ + vue.createVNode(_component_u_icon, { + name: "arrow-right", + color: "#000" + }) + ]) + ]) + ]), + body: vue.withCtx(() => [ + vue.createElementVNode( + "scroll-view", + { + class: "scvmabx", + onScrolltolower: reachBottomInitPage, + "scroll-y": "true", + onTouchmove: _cache[2] || (_cache[2] = vue.withModifiers(() => { + }, ["stop"])) + }, + [ + vue.createElementVNode("view", { class: "maxboxs" }, [ + (vue.openBlock(true), vue.createElementBlock( + vue.Fragment, + null, + vue.renderList(vue.unref(datalist), (item) => { + return vue.openBlock(), vue.createElementBlock("view", { class: "items" }, [ + vue.createElementVNode("view", { class: "headtopv" }, [ + vue.createElementVNode("view", null, [ + vue.createElementVNode("image", { src: "/pagesHome/static/tpicon.png" }), + vue.createElementVNode( + "view", + null, + vue.toDisplayString(`${item.trayName} ( ${item.trayCode} )`), + 1 + /* TEXT */ + ) + ]), + vue.createElementVNode("view", { + onClick: ($event) => goorderdetail(item) + }, "继续分拣", 8, ["onClick"]) + ]), + vue.createElementVNode("view", { class: "contentbx" }, [ + vue.createElementVNode("view", { class: "unames" }, [ + vue.createElementVNode("view", null, [ + vue.createElementVNode("view", null, [ + vue.createElementVNode("image", { src: "/pagesHome/static/uname.png" }), + vue.createElementVNode("view", null, "名称") + ]), + vue.createElementVNode( + "view", + null, + vue.toDisplayString(item.marketName) + vue.toDisplayString(item.filterValue), + 1 + /* TEXT */ + ) + ]), + vue.createElementVNode("view", null, [ + vue.createElementVNode("view", null, [ + vue.createElementVNode("image", { src: "/pagesHome/static/dttype.png" }), + vue.createElementVNode("view", null, "打托方式") + ]), + vue.createElementVNode( + "view", + null, + vue.toDisplayString(item.trayTypeName), + 1 + /* TEXT */ + ) + ]), + vue.createElementVNode("view", null, [ + vue.createElementVNode("view", null, [ + vue.createElementVNode("image", { src: "/pagesHome/static/dttype.png" }), + vue.createElementVNode("view", null, "备注") + ]), + vue.createElementVNode( + "view", + null, + vue.toDisplayString(item.remark), + 1 + /* TEXT */ + ) + ]) + ]), + vue.createElementVNode("view", { class: "numbox" }, [ + vue.createElementVNode("view", null, [ + vue.createElementVNode("view", null, "订单数"), + vue.createElementVNode( + "view", + null, + vue.toDisplayString(item.totalNum), + 1 + /* TEXT */ + ) + ]), + vue.createElementVNode("view", null, [ + vue.createElementVNode("view", null, "订单总数"), + vue.createElementVNode( + "view", + null, + vue.toDisplayString(item.orderTotalNum), + 1 + /* TEXT */ + ) + ]), + vue.createElementVNode("view", null, [ + vue.createElementVNode("view", null, "库存品数"), + vue.createElementVNode( + "view", + null, + vue.toDisplayString(item.stockNum), + 1 + /* TEXT */ + ) + ]), + vue.createElementVNode("view", null, [ + vue.createElementVNode("view", null, "库存品总数"), + vue.createElementVNode( + "view", + null, + vue.toDisplayString(item.stockTotalNum), + 1 + /* TEXT */ + ) + ]) + ]) + ]) + ]); + }), + 256 + /* UNKEYED_FRAGMENT */ + )) + ]) + ], + 32 + /* HYDRATE_EVENTS */ + ) + ]), + _: 1 + /* STABLE */ + }, 8, ["option", "leftClick"]), + vue.createVNode(_component_l_calendar, { + value: vue.unref(show), + "onUpdate:value": _cache[3] || (_cache[3] = ($event) => vue.isRef(show) ? show.value = $event : null), + initStartDate: date2.value[0], + initEndDate: date2.value[1], + onHide: showCalendar, + onChange: onConfirm + }, null, 8, ["value", "initStartDate", "initEndDate"]), + vue.createVNode(_component_saomiao2, { + ishidestop: vue.unref(scanState) !== 0 + }, null, 8, ["ishidestop"]) + ], + 64 + /* STABLE_FRAGMENT */ + ); + }; + } + }); + const PagesHomePagesCodePlateBracketCodePlateBracket = /* @__PURE__ */ _export_sfc(_sfc_main$1s, [["__scopeId", "data-v-dd2e73fd"], ["__file", "D:/worksp/logpm/pagesHome/pages/codePlateBracket/codePlateBracket.vue"]]); + const _sfc_main$1r = /* @__PURE__ */ vue.defineComponent({ + __name: "ArrivalList", + setup(__props) { + const { scanState } = storeToRefs(useSystemSettingsStore()); + const option = vue.reactive({ + leftClick() { + uni.reLaunch({ + url: "/pages/index/index" + }); + }, + // 标题 + title: "已经打托列表", + // 下拉刷新回调函数 + async pullDownRefreshInitPage() { + details.pageNum = 1; + details.datalist = []; + option.isEnd = false; + option.haveData = true; + await initpage(); + if (datalist.value.length === 0) { + uni.showToast({ + title: "暂时没有数据", + icon: "error" + }); + option.haveData = false; + } + if (option.isEnd) { + return uni.showToast({ + icon: "success", + title: "数据已加载完毕" + }); + } + return null; + }, + // 触底加载回到函数 + reachBottomInitPage: async () => { + return null; + }, + haveData: true, + isEnd: false + }); + let antiShake = null; + function reachBottomInitPage() { + try { + if (option.isEnd) { + return uni.showToast({ + icon: "success", + title: "数据已加载完毕" + }); + } + formatAppLog("log", "at pagesHome/pages/ArrivalList/ArrivalList.vue:180", "antiShake :>> ", antiShake); + if (antiShake) { + uni.hideLoading(); + clearTimeout(antiShake); + return antiShake = null; + } + uni.showLoading({ + title: "正在加载", + mask: true + }); + antiShake = setTimeout(async () => { + details.pageNum += 1; + const res = await initpage(); + uni.hideLoading(); + antiShake = null; + if (res.data && res.data.records.length < details.pageSize) { + uni.showToast({ + title: "已经到底了", + icon: "success" + }); + clearTimeout(antiShake); + return option.isEnd = true; + } + clearTimeout(antiShake); + }, 500); + } catch (err) { + formatAppLog("log", "at pagesHome/pages/ArrivalList/ArrivalList.vue:213", "err :>> ", err); + } + } + let details = vue.reactive({ + show: false, + datatime: "", + pageType: 1, + pageNum: 1, + pageSize: 10, + datalist: [], + scancode: "" + }); + onLoad((op) => { + details.pageType = op.type; + utils.ttsspke("请扫描或输入托盘码"); + }); + onShow(() => { + uni.$off("scancodedate"); + uni.$on("scancodedate", function(code2) { + formatAppLog("log", "at pagesHome/pages/ArrivalList/ArrivalList.vue:240", "code :>> ", code2); + if (code2) { + formatAppLog("log", "at pagesHome/pages/ArrivalList/ArrivalList.vue:242", code2); + details.scancode = code2; + scandata(); + } + }); + initpage(); + }); + const date2 = vue.ref([]); + function init() { + details.pageNum = 1; + initpage(); + } + async function scandata() { + let data = { + trayCode: details.scancode + }; + let res = await warehouseTrayTypeorderScanTrayCode(data); + if (res.code !== 200) + return; + formatAppLog("log", "at pagesHome/pages/ArrivalList/ArrivalList.vue:265", "res", res); + if (Number(res.data.isHasData) === 0) { + utils.ttsspke("请选择分拣方式"); + uni.setStorageSync("trayCodeType", res.data.data); + uni.navigateTo({ + url: "/pagesHome/pages/ScanSortingType/ScanSortingType?trayCode=" + details.scancode + }); + } else { + uni.navigateTo({ + url: "/pagesHome/pages/OrderSortingDetail/OrderSortingDetail?trayCode=" + res.data.data.trayCode + "&trayType=" + res.data.data.trayType + }); + } + } + async function initpage() { + try { + let submitData = { + pageNum: details.pageNum, + pageSize: details.pageSize, + createDateStart: date2.value[0] || "", + createDateEnd: date2.value[1] || "" + }; + const res = await warehouseTrayTypeorderPageList(submitData); + if (res.code !== 200) + return; + const { code: code2, data } = res; + if (code2 === 200 && data) + details.datalist = [...details.datalist, ...data.records]; + if (data && data.pages <= details.pageNum) + option.isEnd = true; + formatAppLog("log", "at pagesHome/pages/ArrivalList/ArrivalList.vue:293", "details.datalist :>> ", details.datalist); + return res; + } catch (err) { + formatAppLog("log", "at pagesHome/pages/ArrivalList/ArrivalList.vue:297", "err :>> ", err); + } + } + function showCalendar() { + details.show = !details.show; + } + function onConfirm(e) { + formatAppLog("log", "at pagesHome/pages/ArrivalList/ArrivalList.vue:320", e); + date2.value[0] = e.startDate; + date2.value[1] = e.endDate; + details.datatime = date2.value[0] + " 至 " + date2.value[1]; + } + vue.watchEffect(() => { + if (date2.value.length != 0) { + details.datatime = date2.value[0] + " 至 " + date2.value[1]; + } + initpage(); + }); + function cleartime() { + details.datatime = ""; + date2.value = []; + init(); + } + const { + show, + datatime, + datalist, + scancode + } = vue.toRefs(details); + return (_ctx, _cache) => { + const _component_u_icon = resolveEasycom(vue.resolveDynamicComponent("u-icon"), __easycom_1$4); + const _component_BasicContainer = vue.resolveComponent("BasicContainer"); + const _component_l_calendar = resolveEasycom(vue.resolveDynamicComponent("l-calendar"), __easycom_1$3); + const _component_saomiao2 = vue.resolveComponent("saomiao2"); + return vue.openBlock(), vue.createElementBlock( + vue.Fragment, + null, + [ + vue.createVNode(_component_BasicContainer, { + option, + leftClick: option.leftClick + }, { + head: vue.withCtx(() => [ + vue.createElementVNode("view", { class: "headtop" }, [ + vue.createElementVNode("view", { + onClick: showCalendar, + class: "inputsr" + }, [ + vue.createElementVNode("input", { + value: vue.unref(datatime), + disabled: "", + placeholder: "请选择时间" + }, null, 8, ["value"]), + vue.createElementVNode("view", { + onClick: _cache[0] || (_cache[0] = vue.withModifiers(() => { + }, ["stop", "prevent"])) + }, [ + !vue.unref(datatime) ? (vue.openBlock(), vue.createBlock(_component_u_icon, { + key: 0, + onClick: showCalendar, + style: { "margin-right": "10upx" }, + name: "calendar", + color: "#999999", + size: "50" + })) : (vue.openBlock(), vue.createBlock(_component_u_icon, { + key: 1, + onClick: cleartime, + style: { "margin-right": "10upx" }, + name: "close-circle", + color: "#999999", + size: "40" + })) + ]) + ]), + vue.createElementVNode("view", { onClick: scandata }, "查询") + ]) + ]), + body: vue.withCtx(() => [ + vue.createElementVNode( + "scroll-view", + { + class: "scvmabx", + onScrolltolower: reachBottomInitPage, + "scroll-y": "true", + onTouchmove: _cache[1] || (_cache[1] = vue.withModifiers(() => { + }, ["stop"])) + }, + [ + vue.createElementVNode("view", { class: "maxboxs" }, [ + vue.createCommentVNode(' \r\n\r\n '), + (vue.openBlock(true), vue.createElementBlock( + vue.Fragment, + null, + vue.renderList(vue.unref(datalist), (item) => { + return vue.openBlock(), vue.createElementBlock("view", { class: "items" }, [ + vue.createElementVNode("view", { class: "items_row" }, [ + vue.createElementVNode("view", null, " 车次号: " + vue.toDisplayString(1231231231)), + vue.createElementVNode("view", null, " 车牌号: " + vue.toDisplayString(123123)) + ]), + vue.createElementVNode("view", { class: "items_row" }, [ + vue.createElementVNode("view", null, " 实际装车/计划装车: " + vue.toDisplayString("12/57")), + vue.createElementVNode("view", null, " 车型: " + vue.toDisplayString(123123)) + ]), + vue.createElementVNode("view", { class: "items_row" }, [ + vue.createElementVNode("view", null, " z主驾司机: " + vue.toDisplayString("12/57")), + vue.createElementVNode("view", null, " 电话: " + vue.toDisplayString(123123)) + ]), + vue.createElementVNode("view", { class: "items_row" }, " 类型: 自由 "), + vue.createElementVNode("view", { class: "items_row" }, " 线路: 双流基地仓->龙泉仓->达州仓 "), + vue.createElementVNode("view", { class: "items_row" }, " 发车时间: 123123123 "), + vue.createElementVNode("view", { class: "button-container" }, [ + vue.createElementVNode("view", { class: "button" }, " 按键入库 "), + vue.createElementVNode("view", { class: "button" }, " 整托入库 "), + vue.createElementVNode("view", { class: "button" }, " 卸分一体 "), + vue.createElementVNode("view", { class: "button" }, " 按件装车 "), + vue.createElementVNode("view", { class: "button" }, " 整托装车 ") + ]), + vue.createCommentVNode(" 标签 "), + vue.createElementVNode("view", { class: "tag" }, " 网点到达 ") + ]); + }), + 256 + /* UNKEYED_FRAGMENT */ + )) + ]) + ], + 32 + /* HYDRATE_EVENTS */ + ) + ]), + _: 1 + /* STABLE */ + }, 8, ["option", "leftClick"]), + vue.createVNode(_component_l_calendar, { + value: vue.unref(show), + "onUpdate:value": _cache[2] || (_cache[2] = ($event) => vue.isRef(show) ? show.value = $event : null), + initStartDate: date2.value[0], + initEndDate: date2.value[1], + onHide: showCalendar, + onChange: onConfirm + }, null, 8, ["value", "initStartDate", "initEndDate"]), + vue.createVNode(_component_saomiao2, { + ishidestop: vue.unref(scanState) !== 0 + }, null, 8, ["ishidestop"]) + ], + 64 + /* STABLE_FRAGMENT */ + ); + }; + } + }); + const PagesHomePagesArrivalListArrivalList = /* @__PURE__ */ _export_sfc(_sfc_main$1r, [["__scopeId", "data-v-1bee7dd1"], ["__file", "D:/worksp/logpm/pagesHome/pages/ArrivalList/ArrivalList.vue"]]); const _sfc_main$1q = /* @__PURE__ */ vue.defineComponent({ __name: "SelfPickupScan", setup(__props) { @@ -13031,25 +13937,6 @@ This will fail in production if not fixed.`); ]); } const __easycom_8 = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["render", _sfc_render$d], ["__scopeId", "data-v-90f85a74"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-collapse/u-collapse.vue"]]); - const useSystemSettingsStore = defineStore("useSystemSettingsStore", () => { - const scanStateList = vue.reactive([{ - title: "关闭", - value: 0 - }, { - title: "开启", - value: 1 - }]); - const scanState = vue.ref(uni.getStorageSync("scanState") || 0); - const HANDLE_SCANSTATE = (index2) => { - scanState.value = scanStateList[index2].value; - uni.setStorageSync("scanState", scanState.value); - }; - return { - scanStateList, - scanState, - HANDLE_SCANSTATE - }; - }); const _sfc_main$1e = /* @__PURE__ */ vue.defineComponent({ __name: "loadingRetention", setup(__props) { @@ -13995,10 +14882,10 @@ This will fail in production if not fixed.`); details.user.goodsAreaName = (_b = response.data) == null ? void 0 : _b.goodsAreaName; details.user.planNum = (_c = response.data) == null ? void 0 : _c.planNum; details.user.scanNum = (_d = response.data) == null ? void 0 : _d.scanNum; - details.orderList = (_e = response.data) == null ? void 0 : _e.orderList; - details.stockList = (_f = response.data) == null ? void 0 : _f.stockList; + details.orderList = ((_e = response.data) == null ? void 0 : _e.orderList) || []; + details.stockList = ((_f = response.data) == null ? void 0 : _f.stockList) || []; if (details.orderStatus === 3) - details.zeroOrderList = (_g = response.data) == null ? void 0 : _g.orderList; + details.zeroOrderList = ((_g = response.data) == null ? void 0 : _g.orderList) || []; details.isscan = false; return null; } @@ -18383,7 +19270,7 @@ This will fail in production if not fixed.`); completecode: details.orderType, orderCode: details.inputtxt }; - let response1 = await signforinventory(data); + let response1 = await deliveryInventory(data); details.stock.data = response1.data || []; }); const loadingNub = vue.computed(() => { @@ -18392,13 +19279,14 @@ This will fail in production if not fixed.`); num += details.order.data.reduce((curr, item) => curr + item.loadingNub, 0); if (details.zero.data) num += details.zero.data.reduce((curr, item) => curr + item.loadingNub, 0); + formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:329", "details.stock.data :>> ", details.stock.data); if (details.stock.data) num += details.stock.data.reduce((curr, item) => { if (item.loadingStatusName !== "未装车") return curr += 1; return curr; }, 0); - formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:333", "num :>> ", num); + formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:334", "num :>> ", num); return num; }); function showsdqs() { @@ -18440,7 +19328,7 @@ This will fail in production if not fixed.`); else details.datalist = details.stock.data; } catch (err) { - formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:378", "err :>> ", err); + formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:379", "err :>> ", err); } finally { return null; } @@ -18449,6 +19337,8 @@ This will fail in production if not fixed.`); try { const response = await deliveryorder(submitData); const { data } = response; + if (response.code !== 200) + return; details.zero.data = []; details.order.data = []; data.forEach((val) => { @@ -18457,18 +19347,20 @@ This will fail in production if not fixed.`); details.order.data.push(val); }); } catch (err) { - formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:400", "err :>> ", err); + formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:402", "err :>> ", err); } } async function initPageStock(submitData) { try { details.stock.data = []; - const response = await signforinventory(submitData); + const response = await deliveryInventory(submitData); const { data } = response; - details.stock.data = data; + if (response.code !== 200) + return; + details.stock.data = data || []; return response; } catch (err) { - formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:417", "err :>> ", err); + formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:420", "err :>> ", err); } } function checktype(e) { @@ -18497,7 +19389,7 @@ This will fail in production if not fixed.`); details.datalist = details.zero.data; else details.datalist = details.stock.data; - formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:455", " details.datalist :>> ", details.datalist); + formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:458", " details.datalist :>> ", details.datalist); } function reatchBootomOrder() { if (details.order.pages <= details.order.page.current) { @@ -18530,7 +19422,7 @@ This will fail in production if not fixed.`); initpage(); } function reatchBottom() { - formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:504", "111 :>> ", 111); + formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:507", "111 :>> ", 111); if (details.orderStatus === 1) reatchBootomOrder(); else if (details.orderStatus === 2) @@ -18569,7 +19461,7 @@ This will fail in production if not fixed.`); barcode: details.scancode }; const res2 = await postAbnormalTruckLoading(data2); - formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:551", "res :>> ", res2); + formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:554", "res :>> ", res2); tiplists.value.setdetails({ isshow: false }); }, cancel: () => { @@ -18592,13 +19484,13 @@ This will fail in production if not fixed.`); }; let res = await deliveryloadinginventory(data); const { audio } = res; - formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:575", "res :>> ", res); + formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:578", "res :>> ", res); if (!audio) return; utils2.ttsspke(res.audio); } } catch (err) { - formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:582", "err :>> ", err); + formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:585", "err :>> ", err); } finally { basicContainer.value.startPullDownRefresh(); } @@ -18657,7 +19549,7 @@ This will fail in production if not fixed.`); } basicContainer.value.startPullDownRefresh(); } catch (err) { - formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:650", "err :>> ", err); + formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:653", "err :>> ", err); } finally { uni.hideLoading(); tiplists.value.setdetails({ isshow: false }); @@ -20156,11 +21048,12 @@ This will fail in production if not fixed.`); return; details.zeroArr = []; details.orderArr = []; - response.data.records.forEach((val) => { - if (val.isZero === "1") - return details.zeroArr.push(val); - details.orderArr.push(val); - }); + if (response.data && response.data.records) + response.data.records.forEach((val) => { + if (val.isZero === "1") + return details.zeroArr.push(val); + details.orderArr.push(val); + }); let response1 = await signforinventory(data); if (response1.code !== 200) return; @@ -21355,6 +22248,7 @@ This will fail in production if not fixed.`); const tips2 = vue.ref(null); const basicContainer = vue.ref(null); const popUp_AddPrint = vue.ref(null); + const popUp_Edit = vue.ref(null); const option = { title: "配置包条码", haveData: true, @@ -21365,7 +22259,7 @@ This will fail in production if not fixed.`); onLoad((op) => { details.stockupId = op.stockupId; details.items = JSON.parse(op.item); - formatAppLog("log", "at pagesHome/pages/setbarcode/setbarcode.vue:137", "op :>> ", details.items); + formatAppLog("log", "at pagesHome/pages/setbarcode/setbarcode.vue:146", "op :>> ", details.items); details.reservationId = op.reservationId; details.goodsAreaName = op.goodsAreaName; details.allocationId = op.allocationId; @@ -21378,7 +22272,7 @@ This will fail in production if not fixed.`); uni.$off("scancodedate"); uni.$on("scancodedate", function(code2) { if (code2) { - formatAppLog("log", "at pagesHome/pages/setbarcode/setbarcode.vue:151", code2); + formatAppLog("log", "at pagesHome/pages/setbarcode/setbarcode.vue:160", code2); if (Number(details.items.planNum) === details.codelist.length) { uni.showToast({ title: "扫描完毕", @@ -21429,7 +22323,7 @@ This will fail in production if not fixed.`); details.customer = response.data.customer; details.deliveryAddress = response.data.deliveryAddress; details.orderpackgedetails = response.data; - formatAppLog("log", "at pagesHome/pages/setbarcode/setbarcode.vue:240", ">>>>111111:", response); + formatAppLog("log", "at pagesHome/pages/setbarcode/setbarcode.vue:249", ">>>>111111:", response); } function showmd() { const _maxNum = Number(details.items.planNum) - details.codelist.length; @@ -21467,7 +22361,7 @@ This will fail in production if not fixed.`); let data = { reservationId: details.reservationId, stockListId: details.items.stockListId, - packageNum: details.addNUm, + packageNum: details.packageNum, allocationId: details.allocationId, status: details.completeStact ? 1 : 0, cargoNumber: details.items.cargoNumber @@ -21475,12 +22369,14 @@ This will fail in production if not fixed.`); let response = await distributionStockupstockupStockListPackageCode(data); if (response.code !== 200) return; - formatAppLog("log", "at pagesHome/pages/setbarcode/setbarcode.vue:288", response); + popUp_AddPrint.value.details.showPopUp = false; + formatAppLog("log", "at pagesHome/pages/setbarcode/setbarcode.vue:298", response); details.printlist = response.data; let checklist = []; response.data.map((item, index2) => { checklist.push(index2); }); + formatAppLog("log", "at pagesHome/pages/setbarcode/setbarcode.vue:304", "tips :>> ", tips2); tips2.value.setdetails({ title: "请选择要打印的包条", tipstate: 2, @@ -21488,6 +22384,7 @@ This will fail in production if not fixed.`); checklist, inputtext: "", confirmTxt: "打印", + isshow: true, success: (deta) => { if (deta.checklist.length == 0) { uni.showToast({ @@ -21557,26 +22454,42 @@ This will fail in production if not fixed.`); stockPrint: details.stockPrint, status: details.stockPrint, id: details.orderpackgedetails.stockListId, - cargoNumber: details.items.cargoNumber + cargoNumber: details.items.cargoNumber, + marketCode: details.items.cargoNumber }; - formatAppLog("log", "at pagesHome/pages/setbarcode/setbarcode.vue:370", "details.items.cargoNumber :>> ", details.items.cargoNumber); + formatAppLog("log", "at pagesHome/pages/setbarcode/setbarcode.vue:383", "details.items.cargoNumber :>> ", details.items.cargoNumber); if (details.stockPrint === 2) { - formatAppLog("log", "at pagesHome/pages/setbarcode/setbarcode.vue:374", "data :>> ", data); + formatAppLog("log", "at pagesHome/pages/setbarcode/setbarcode.vue:387", "data :>> ", data); + delete data.marketCode; let res = await distributionStockupstockupScan(data); - formatAppLog("log", "at pagesHome/pages/setbarcode/setbarcode.vue:376", res); + formatAppLog("log", "at pagesHome/pages/setbarcode/setbarcode.vue:390", res); if (res.code == 200) { basicContainer.value.startPullDownRefresh(); } return; } const response = await distributionStockupstockupScanCheck(data); - formatAppLog("log", "at pagesHome/pages/setbarcode/setbarcode.vue:386", "response :>> ", response); + formatAppLog("log", "at pagesHome/pages/setbarcode/setbarcode.vue:400", "response :>> ", response); const { code: resCode } = response; - if (resCode === 6002) { - formatAppLog("log", "at pagesHome/pages/setbarcode/setbarcode.vue:391", "123 :>> ", 123); + if (resCode === 60002) { + formatAppLog("log", "at pagesHome/pages/setbarcode/setbarcode.vue:405", "123 :>> ", 123); + popUp_Edit.value.setDetails({ + title: "切换批次", + showPopUp: true, + async success() { + data.stockListId = response.data; + const resp = await distributionStockupstockupUpdateStockup(data); + formatAppLog("log", "at pagesHome/pages/setbarcode/setbarcode.vue:412", "resp :>> ", resp); + if (resp.code == 200) { + popUp_Edit.value.details.showPopUp = false; + basicContainer.value.startPullDownRefresh(); + } + } + }); } else if (resCode === 200) { + delete data.marketCode; let res = await distributionStockupstockupScan(data); - formatAppLog("log", "at pagesHome/pages/setbarcode/setbarcode.vue:396", res); + formatAppLog("log", "at pagesHome/pages/setbarcode/setbarcode.vue:424", res); if (res.code == 200) { basicContainer.value.startPullDownRefresh(); } @@ -21802,6 +22715,23 @@ This will fail in production if not fixed.`); 512 /* NEED_PATCH */ ), + vue.createCommentVNode(" 修改批次 "), + vue.createVNode( + _component_PopUp, + { + ref_key: "popUp_Edit", + ref: popUp_Edit + }, + { + default: vue.withCtx(() => [ + vue.createElementVNode("view", { class: "popUp_Edit_text" }, " 检测当前批次和计划批次不同,是否切换批次 ") + ]), + _: 1 + /* STABLE */ + }, + 512 + /* NEED_PATCH */ + ), vue.createVNode(_component_saomiao2, { ishidestop: vue.unref(scanState) !== 0 }, null, 8, ["ishidestop"]), @@ -22389,7 +23319,6 @@ This will fail in production if not fixed.`); return; formatAppLog("log", "at pagesHome/pages/scansorting/scansorting.vue:248", "res", res); if (Number(res.data.isHasData) === 0) { - utils.ttsspke("请选择分拣方式"); uni.setStorageSync("trayCodeType", res.data.data); uni.navigateTo({ url: "/pagesHome/pages/ScanSortingType/ScanSortingType?trayCode=" + details.scancode @@ -37526,7 +38455,7 @@ This will fail in production if not fixed.`); break; } } - if (_flag && details.pageType === 3) + if (_flag || details.pageType === 3) return; try { uni.showLoading({ @@ -37766,7 +38695,10 @@ This will fail in production if not fixed.`); _number++; } } - content = "上架成功" + _number + "件"; + if (_number !== 0) + content = "上架成功" + _number + "件"; + else + content = "请先盘点再上架"; } else content = "上架失败, 库位数据有误"; uni.showToast({ @@ -37804,7 +38736,7 @@ This will fail in production if not fixed.`); } }; const initState = (cargoName) => { - formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1048", "cargoName :>> ", cargoName); + formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1049", "cargoName :>> ", cargoName); if (details.tabBarCode === 1) { if (cargoName) { details.stateArr.forEach((val) => { @@ -37831,8 +38763,8 @@ This will fail in production if not fixed.`); 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:1083", "val.name :>> ", val.name); - formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1084", "_value :>> ", _value); + formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1084", "val.name :>> ", val.name); + formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1085", "_value :>> ", _value); if (_value > 0 && _value) val.value = _value; else @@ -37851,7 +38783,7 @@ This will fail in production if not fixed.`); utils.ttsspke("取消当前操作"); }; const batchEditState = () => { - formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1109", "修改"); + formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1110", "修改"); initState(); popUp_EditState.value.setDetails({ title: "状态修改", @@ -37875,7 +38807,7 @@ This will fail in production if not fixed.`); utils.ttsspke("成功修改" + _number + "件"); popUp_EditState.value.details.showPopUp = false; details.showControl = false; - formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1144", "111 :>> ", 111); + formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1145", "111 :>> ", 111); } }); }; @@ -38066,7 +38998,7 @@ This will fail in production if not fixed.`); if (_item.title === "破损" || _item.title === "不可修复") details.stateArr[0].value = 1; } else { - formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1386", "details.stateArr[0].value :>> ", details.stateArr[0].value); + formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1387", "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 === "不可修复") @@ -38096,7 +39028,7 @@ This will fail in production if not fixed.`); _item[val.name] = Number(val.value); }); } - formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1418", "_item :>> ", _item); + formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1419", "_item :>> ", _item); if (_item.questStatus !== 1) details.scanNum++; _item.questStatus = 1; @@ -38200,10 +39132,10 @@ This will fail in production if not fixed.`); }; const handleAddStock = () => { popUp_AddStock.value.setDetails({ - title: "新增零担", + title: "新增库存品", showPopUp: true, success() { - if (!details.addInfo.orderCode || !details.addInfo.incomingBatch) + if (!details.addInfo.orderCode && !details.addInfo.incomingBatch) return uni.showToast({ title: "请输入合同号或批次号", icon: "none" @@ -38314,7 +39246,7 @@ This will fail in production if not fixed.`); if (Number(val.questStatus) !== 1) return; if (!val.isManuallyAdd && Number(val.cargoName) === 10) { - formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1679", "1 :>> ", 1); + formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1680", "1 :>> ", 1); submitData.questDetailIds.push(val.questDetailId); if (!val.isChange) return; @@ -38407,8 +39339,11 @@ This will fail in production if not fixed.`); if (_item.isNew === 1) { if (details.pageType === 2) { _item.allocationId = details.pageInfos.allocationId; - _item.groundingAllocationId = details.pageInfos.allocationId; - _item.groundingPositionCode = details.pageInfos.positionCode; + _item.positionCode = details.pageInfos.allocation; + if (_item.groundingAllocationId === _item.allocationId) { + delete _item.groundingAllocationId; + delete _item.groundingPositionCode; + } } else if (details.pageType === 4) { _item.trayCode = val.trayCode; _item.trayId = val.trayId; @@ -38416,15 +39351,19 @@ This will fail in production if not fixed.`); } submitData.questDetailList.push(_item); }); - formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1803", "submitData :>> ", submitData); + formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1808", "submitData :>> ", submitData); const res = await postWarehouseTaskAddDataInfo(submitData); - formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1805", "res :>> ", res); + formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1810", "res :>> ", res); const { code: code2 } = res; if (code2 === 200) { - uni.navigateBack(); + utils.ttsspke("盘点成功"); + const timer = setTimeout(() => { + uni.navigateBack(); + clearTimeout(timer); + }, 1e3); } } catch (err) { - formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1812", "err :>> ", err); + formatAppLog("log", "at pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue:1821", "err :>> ", err); } finally { uni.hideLoading(); } @@ -42880,6 +43819,8 @@ This will fail in production if not fixed.`); __definePage("pages/taskList/taskList", PagesTaskListTaskList); __definePage("pages/reportForms/reportForms", PagesReportFormsReportForms); __definePage("pagesHome/pages/pickingScan/pickingScan", PagesHomePagesPickingScanPickingScan); + __definePage("pagesHome/pages/codePlateBracket/codePlateBracket", PagesHomePagesCodePlateBracketCodePlateBracket); + __definePage("pagesHome/pages/ArrivalList/ArrivalList", PagesHomePagesArrivalListArrivalList); __definePage("pagesHome/pages/SelfPickupScan/SelfPickupScan", PagesHomePagesSelfPickupScanSelfPickupScan); __definePage("pagesHome/pages/LoadingScan/LoadingScan", PagesHomePagesLoadingScanLoadingScan); __definePage("pagesHome/pages/loadingRetention/loadingRetention", PagesHomePagesLoadingRetentionLoadingRetention); @@ -47709,15 +48650,16 @@ This will fail in production if not fixed.`); if (plus) { formatAppLog("log", "at compoment/saomiao2.vue:68", "getDeviceBrand() :>> ", uni.getSystemInfoSync()); const { brand } = uni.getSystemInfoSync(); - formatAppLog("log", "at compoment/saomiao2.vue:70", "进入"); + formatAppLog("log", "at compoment/saomiao2.vue:70", "brand :>> ", brand); + formatAppLog("log", "at compoment/saomiao2.vue:71", "进入"); details.activity = plus.android.runtimeMainActivity(); - formatAppLog("log", "at compoment/saomiao2.vue:72", "details.activity :>> ", details.activity); + formatAppLog("log", "at compoment/saomiao2.vue:73", "details.activity :>> ", details.activity); var IntentFilter = plus.android.importClass("android.content.IntentFilter"); details.intentFilter = new IntentFilter(); details.intentFilter.addAction(pdaBroadcastList[brand].broadcastAction); details.receiver = plus.android.implements("io.dcloud.feature.internal.reflect.BroadcastReceiver", { onReceive: function(context, intent) { - formatAppLog("log", "at compoment/saomiao2.vue:81", "intent", intent); + formatAppLog("log", "at compoment/saomiao2.vue:82", "intent", intent); plus.android.importClass(intent); let content = intent.getStringExtra(pdaBroadcastList[brand].broadcastTag); uni.$emit("scancodedate", content.replace(/\n/g, "")); diff --git a/unpackage/dist/dev/app-plus/pages/index/index.css b/unpackage/dist/dev/app-plus/pages/index/index.css index 2505f43..71be72f 100644 --- a/unpackage/dist/dev/app-plus/pages/index/index.css +++ b/unpackage/dist/dev/app-plus/pages/index/index.css @@ -228,30 +228,28 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat .mabox { display: flex; flex-direction: column; - padding: 0.625rem 0; box-sizing: border-box; width: 21.4375rem; margin: auto; background-color: #ffffff; - margin-bottom: 0.625rem; + margin-bottom: 0.3125rem; margin-top: 0.3125rem; border-radius: 0.3125rem; box-shadow: 0 0.0625rem 0.3125rem 0 #e2e2e380; } .mabox .boxtitl { - font-size: 1.0625rem; + font-size: 0.9375rem; font-weight: 500; margin-bottom: 0.3125rem; border-bottom: 0.03125rem solid #EEEEEE; - padding: 0 0.625rem; - padding-bottom: 0.625rem; + padding: 0.625rem; color: #092C4D; } .mabox .minboxlist { display: flex; flex-wrap: wrap; align-items: center; - padding-top: 0.3125rem; + padding: 0.3125rem 0; } .mabox .minboxlist > uni-view { width: 25%; diff --git a/unpackage/dist/dev/app-plus/pagesHome/pages/setbarcode/setbarcode.css b/unpackage/dist/dev/app-plus/pagesHome/pages/setbarcode/setbarcode.css index 999a91d..e6ba906 100644 --- a/unpackage/dist/dev/app-plus/pagesHome/pages/setbarcode/setbarcode.css +++ b/unpackage/dist/dev/app-plus/pagesHome/pages/setbarcode/setbarcode.css @@ -123,4 +123,8 @@ margin-top: 0.3125rem; border-radius: 0.15625rem; padding: 0.15625rem 0.3125rem; +} +.popUp_Edit_text { + font-size: 0.875rem; + color: #f00; } \ No newline at end of file