diff --git a/config/host.js b/config/host.js index a5166e0..e7cc96b 100644 --- a/config/host.js +++ b/config/host.js @@ -4,7 +4,7 @@ * 测试域名 * */ //测试域名 -// const devhost = 'http://test.api.huo5you.com/' +const devhost = 'http://test.api.huo5you.com/' // lmy // const devhost = 'http://192.168.10.123:8889/' // zhy @@ -17,15 +17,15 @@ // cg // const devhost = 'http://192.168.10.57:13000/' // 正式 -const devhost = 'https://h5uapi.huitongys.com/' +// const devhost = 'https://h5uapi.huitongys.com/' // cg // const devhost = 'http://192.168.10.200:13000/' /** * 正式域名 * */ // const prohost = 'http://h5uapi.huitongys.com/' -const prohost = 'https://h5uapi.huitongys.com/' // 小程序 -// const prohost = 'http://test.api.huo5you.com/' +// const prohost = 'https://h5uapi.huitongys.com/' // 小程序 +const prohost = 'http://test.api.huo5you.com/' /** * 图片域名 * */ diff --git a/manifest.json b/manifest.json index 8c7b917..c23bdaa 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name" : "货无忧", + "name" : "货无忧测试版", "appid" : "__UNI__EB22F37", "description" : "", "versionName" : "1.1.18", diff --git a/pages/index/index.vue b/pages/index/index.vue index 859a37f..909a143 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -40,203 +40,203 @@ const { storageArr } = storeToRefs(storageStore) const tip = ref(null) - let details = reactive({ tablist: [] }); - // let details = reactive({ - // tablist: [ - // { - // type: 1, - // name: '工作台', - // minilist: [ - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '订单查询', - // router: '/pagesHome/pages/orderInquiry/orderInquiry', - // }, - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '库位查询', - // router: '/pagesHome/pages/storageInquiry/storageInquiry', - // }, - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '托盘查询', - // router: '/pagesHome/pages/trayInquiry/trayInquiry', - // }, - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '库存品查询', - // router: '/pagesHome/pages/inventoryInquiry/inventoryInquiry', - // }, - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '物料维护', - // router: '/pagesHome/pages/MaterialMaintenance/MaterialMaintenance', - // }, - // ] - // }, - // { - // type: 1, - // name: '入库', - // minilist: [ - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '码板打托', - // router: '/pagesHome/pages/codePlateBracket/codePlateBracket', - // }, - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '入库扫描', - // router: '/pagesHome/pages/TranNumber/TranNumber', - // }, - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '到车入库', - // router: '/pagesHome/pages/ArrivalList/ArrivalList', - // }, - // ] - // }, - // { - // type: 1, - // name: '库内', - // minilist: [ - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '分拣打托', - // router: '/pagesHome/pages/scansorting/scansorting', - // }, - // // { - // // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // // name: '订单分拣', - // // router: '/pagesHome/pages/ordersorting/ordersorting', - // // }, - // // { - // // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // // name: '库存品分拣', - // // router: '/pagesHome/pages/lnventorysorting/lnventorysorting', - // // }, - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '扫码上架', - // router: '/pagesHome/pages/ScanUpType/ScanUpType', - // }, - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '手动上架', - // router: '/pagesHome/pages/PeopleScanUpType/PeopleScanUpType', - // }, - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '移库', - // router: '/pagesHome/pages/RelocationType/RelocationType', - // }, - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '滞留', - // router: '/pagesHome/pages/Retention/Retention', - // }, - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '合托', - // router: '/pagesHome/pages/MergeTray/MergeTray', - // }, - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '下架', - // router: '/pagesHome/pages/DownGoodsType/DownGoodsType', - // }, - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '空置托盘', - // router: '/pagesHome/pages/RemoveTray/RemoveTray', - // }, - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '复核', - // router: '/pagesHome/pages/Check/Check', - // }, - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '托盘数据同步', - // router: '/pagesHome/pages/SearchTray/SearchTray', - // }, - // ] - // }, - // { - // type: 1, - // name: '出库', - // minilist: [ - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '拣货扫描', - // router: '/pagesHome/pages/pickingScan/pickingScan', - // }, - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '自提扫描', - // router: '/pagesHome/pages/SelfPickupScan/SelfPickupScan', - // }, - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '配载装车', - // router: '/pagesHome/pages/StowageList/StowageList', - // }, - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '中转装车', - // router: '/pagesHome/pages/RelayScanList/RelayScanList', - // }, - // ] - // }, - // { - // type: 1, - // name: '配送', - // minilist: [ - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '装车扫描', - // router: '/pagesHome/pages/LoadingScan/LoadingScan', - // }, - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '签收扫描', - // router: '/pagesHome/pages/signinScan/signinScan', - // }, - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '直发商家签收', - // router: '/pagesHome/pages/directGoMarket/directGoMarket', - // }, - // ] - // }, - // { - // type: 1, - // name: '离线上传', - // minilist: [ - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '离线上传', - // router: '/pagesHome/pages/OfflineUpload/OfflineUpload', - // }, - // ] - // }, - // { - // type: 1, - // name: '考核', - // minilist: [ - // { - // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', - // name: '考核指标', - // router: '/pagesHome/pages/integral/integral', - // }, - // { - // icon: 'http://8.137.14.82:9000/bladex/upload/20240117/fac9c4fd6c4f0bee599417fc8fbbee62.png', - // name: '我的考核', - // router: '/pagesHome/pages/integralMy/integralMy', - // }, - // ] - // }, - // ] - // }) + // let details = reactive({ tablist: [] }); + let details = reactive({ + tablist: [ + { + type: 1, + name: '工作台', + minilist: [ + { + icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + name: '订单查询', + router: '/pagesHome/pages/orderInquiry/orderInquiry', + }, + { + icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + name: '库位查询', + router: '/pagesHome/pages/storageInquiry/storageInquiry', + }, + { + icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + name: '托盘查询', + router: '/pagesHome/pages/trayInquiry/trayInquiry', + }, + { + icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + name: '库存品查询', + router: '/pagesHome/pages/inventoryInquiry/inventoryInquiry', + }, + { + icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + name: '物料维护', + router: '/pagesHome/pages/MaterialMaintenance/MaterialMaintenance', + }, + ] + }, + { + type: 1, + name: '入库', + minilist: [ + { + icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + name: '码板打托', + router: '/pagesHome/pages/codePlateBracket/codePlateBracket', + }, + { + icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + name: '入库扫描', + router: '/pagesHome/pages/TranNumber/TranNumber', + }, + { + icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + name: '到车入库', + router: '/pagesHome/pages/ArrivalList/ArrivalList', + }, + ] + }, + { + type: 1, + name: '库内', + minilist: [ + { + icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + name: '分拣打托', + router: '/pagesHome/pages/scansorting/scansorting', + }, + // { + // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + // name: '订单分拣', + // router: '/pagesHome/pages/ordersorting/ordersorting', + // }, + // { + // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + // name: '库存品分拣', + // router: '/pagesHome/pages/lnventorysorting/lnventorysorting', + // }, + { + icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + name: '扫码上架', + router: '/pagesHome/pages/ScanUpType/ScanUpType', + }, + { + icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + name: '手动上架', + router: '/pagesHome/pages/PeopleScanUpType/PeopleScanUpType', + }, + { + icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + name: '移库', + router: '/pagesHome/pages/RelocationType/RelocationType', + }, + { + icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + name: '滞留', + router: '/pagesHome/pages/Retention/Retention', + }, + { + icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + name: '合托', + router: '/pagesHome/pages/MergeTray/MergeTray', + }, + { + icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + name: '下架', + router: '/pagesHome/pages/DownGoodsType/DownGoodsType', + }, + { + icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + name: '空置托盘', + router: '/pagesHome/pages/RemoveTray/RemoveTray', + }, + { + icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + name: '复核', + router: '/pagesHome/pages/Check/Check', + }, + { + icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + name: '托盘数据同步', + router: '/pagesHome/pages/SearchTray/SearchTray', + }, + ] + }, + { + type: 1, + name: '出库', + minilist: [ + { + icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + name: '拣货扫描', + router: '/pagesHome/pages/pickingScan/pickingScan', + }, + { + icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + name: '自提扫描', + router: '/pagesHome/pages/SelfPickupScan/SelfPickupScan', + }, + { + icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + name: '配载装车', + router: '/pagesHome/pages/StowageList/StowageList', + }, + { + icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + name: '中转装车', + router: '/pagesHome/pages/RelayScanList/RelayScanList', + }, + ] + }, + { + type: 1, + name: '配送', + minilist: [ + { + icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + name: '装车扫描', + router: '/pagesHome/pages/LoadingScan/LoadingScan', + }, + { + icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + name: '签收扫描', + router: '/pagesHome/pages/signinScan/signinScan', + }, + { + icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + name: '直发商家签收', + router: '/pagesHome/pages/directGoMarket/directGoMarket', + }, + ] + }, + { + type: 1, + name: '离线上传', + minilist: [ + { + icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + name: '离线上传', + router: '/pagesHome/pages/OfflineUpload/OfflineUpload', + }, + ] + }, + { + type: 1, + name: '考核', + minilist: [ + { + icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', + name: '考核指标', + router: '/pagesHome/pages/integral/integral', + }, + { + icon: 'http://8.137.14.82:9000/bladex/upload/20240117/fac9c4fd6c4f0bee599417fc8fbbee62.png', + name: '我的考核', + router: '/pagesHome/pages/integralMy/integralMy', + }, + ] + }, + ] + }) function gopathpage(path : string) { uni.navigateTo({ diff --git a/pagesHome/pages/storageInquiry/storageInquiry.vue b/pagesHome/pages/storageInquiry/storageInquiry.vue index 51d2af8..113a3b1 100644 --- a/pagesHome/pages/storageInquiry/storageInquiry.vue +++ b/pagesHome/pages/storageInquiry/storageInquiry.vue @@ -125,7 +125,12 @@ 包条码 合同号 - 运单号 + + 一级品 + 二级品 + 三级品 + 物料名称 + 物料编码 仓库 数量 @@ -137,7 +142,17 @@ {{item.orderCode}} - {{item.waybillNo}} + + + {{item.firsts}} + + {{item.seconds}} + + {{item.thirds}} + + {{item.materialName}} + + {{item.materialCode}} {{item.warehouseName}} @@ -605,7 +620,7 @@ justify-content: space-around; font-size: 32upx; // font-weight: bold; - margin: 10upx 0; + margin: 20upx 0; &>view { padding: 15upx 0; @@ -646,10 +661,11 @@ // 批量操作按钮 .batchOperationBtn { - border: 1upx solid var(--subjectColor); + // border: 1upx solid var(--subjectColor); text-align: center; - padding: 10upx 0; - color: var(--subjectColor); + padding: 15upx 20upx; + color: #fff; + background-color: var(--subjectColor); border-radius: 10upx; width: 200upx; font-size: 28upx; @@ -670,10 +686,15 @@ .uni-table-td, .uni-table-th { - color: var(--subjectColor); + // color: var(--subjectColor); + color: #000; padding: 10upx; + word-break: break-all; + min-width: 150upx; + } - font-size: 28upx; + .uni-table-td { + zoom: 0.9; } .table--border { diff --git a/pagesHome/pages/trayInquiry/trayInquiry.vue b/pagesHome/pages/trayInquiry/trayInquiry.vue index ceda12c..e0bc4c9 100644 --- a/pagesHome/pages/trayInquiry/trayInquiry.vue +++ b/pagesHome/pages/trayInquiry/trayInquiry.vue @@ -46,7 +46,7 @@ 打托方式: - {{info.trayType || '暂无数据'}} + {{(scansortingType.find(val=> val.type === info.trayType || {})).name || '暂无数据'}} @@ -121,7 +121,12 @@ 包条码 合同号 - 运单号 + + 一级品 + 二级品 + 三级品 + 物料名称 + 物料编码 仓库 数量 @@ -133,7 +138,17 @@ {{item.orderCode}} - {{item.waybillNo}} + + + {{item.firsts}} + + {{item.seconds}} + + {{item.thirds}} + + {{item.materialName}} + + {{item.materialCode}} {{item.warehouseName}} @@ -275,6 +290,17 @@ '80': '已签收', }) + /** 打托方式类型 */ + const scansortingType = reactive([ + { type: 10, name: '服务号', src: '/pagesHome/static/scicon1.png' }, + { type: 20, name: '订单自编码', src: '/pagesHome/static/scicon2.png' }, + { type: 30, name: '商场', src: '/pagesHome/static/scicon3.png' }, + { type: 40, name: '客户', src: '/pagesHome/static/scicon4.png' }, + { type: 50, name: '仓库', src: '/pagesHome/static/scicon5.png' }, + { type: 60, name: '门店', src: '/pagesHome/static/scicon6.png' }, + { type: 100, name: '其他', src: '/pagesHome/static/scicon7.png' }, + ]) + /** tabBar 激活 */ const tabBarCode = ref(1) @@ -560,7 +586,7 @@ justify-content: space-around; font-size: 32upx; // font-weight: bold; - margin: 10upx 0; + margin: 20upx 0; &>view { padding: 15upx 0; @@ -601,10 +627,10 @@ // 批量操作按钮 .batchOperationBtn { - border: 1upx solid var(--subjectColor); text-align: center; - padding: 10upx 0; - color: var(--subjectColor); + padding: 15upx 20upx; + color: #fff; + background-color: var(--subjectColor); border-radius: 10upx; width: 200upx; font-size: 28upx; @@ -625,12 +651,18 @@ .uni-table-td, .uni-table-th { - color: var(--subjectColor); + // color: var(--subjectColor); + color: #000; padding: 10upx; + word-break: break-all; + min-width: 150upx; + } - font-size: 28upx; + .uni-table-td { + zoom: 0.9; } + .table--border { border-color: var(--subjectColor); } diff --git a/unpackage/dist/dev/app-plus/app-config-service.js b/unpackage/dist/dev/app-plus/app-config-service.js index 470be5f..db20a90 100644 --- a/unpackage/dist/dev/app-plus/app-config-service.js +++ b/unpackage/dist/dev/app-plus/app-config-service.js @@ -1,7 +1,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.99","entryPagePath":"pages/login/login","entryPageQuery":"","realEntryPagePath":"","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"tabBar":{"position":"bottom","color":"#999999","selectedColor":"#df8926","borderStyle":"black","blurEffect":"none","fontSize":"10px","iconWidth":"24px","spacing":"3px","height":"50px","backgroundColor":"#ffffff","list":[{"pagePath":"pages/index/index","iconPath":"/static/TabberIcon/icon1.png","selectedIconPath":"/static/TabberIcon/icon1check.png","text":"工作台"},{"pagePath":"pages/taskList/taskList","iconPath":"/static/TabberIcon/icon2.png","selectedIconPath":"/static/TabberIcon/icon2check.png","text":"任务"},{"pagePath":"pages/user/user","iconPath":"/static/TabberIcon/icon5.png","selectedIconPath":"/static/TabberIcon/icon5check.png","text":"我的"}],"selectedIndex":0,"shown":true},"locales":{},"darkmode":false,"themeConfig":{}}; + const __uniConfig = {"pages":[],"globalStyle":{"backgroundColor":"#F8F8F8","navigationBar":{"backgroundColor":"#F8F8F8","titleText":"uni-app","type":"default","titleColor":"#000000"},"isNVue":false},"nvue":{"compiler":"uni-app","styleCompiler":"uni-app","flex-direction":"column"},"renderer":"auto","appname":"货无忧测试版","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":true},"compilerVersion":"3.99","entryPagePath":"pages/login/login","entryPageQuery":"","realEntryPagePath":"","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"tabBar":{"position":"bottom","color":"#999999","selectedColor":"#df8926","borderStyle":"black","blurEffect":"none","fontSize":"10px","iconWidth":"24px","spacing":"3px","height":"50px","backgroundColor":"#ffffff","list":[{"pagePath":"pages/index/index","iconPath":"/static/TabberIcon/icon1.png","selectedIconPath":"/static/TabberIcon/icon1check.png","text":"工作台"},{"pagePath":"pages/taskList/taskList","iconPath":"/static/TabberIcon/icon2.png","selectedIconPath":"/static/TabberIcon/icon2check.png","text":"任务"},{"pagePath":"pages/user/user","iconPath":"/static/TabberIcon/icon5.png","selectedIconPath":"/static/TabberIcon/icon5check.png","text":"我的"}],"selectedIndex":0,"shown":true},"locales":{},"darkmode":false,"themeConfig":{}}; const __uniRoutes = [{"path":"pages/login/login","meta":{"isQuit":true,"isEntry":true,"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"登录","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/index/index","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":0,"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"工作台","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/user/user","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":2,"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"我的","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/news/news","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"消息","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/taskList/taskList","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":1,"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"任务","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/reportForms/reportForms","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"报表","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/pickingScan/pickingScan","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"拣货扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/StowageList/StowageList","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"配载装车","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/StowageListDetails/StowageListDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"配载按件装车","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/RelayScanList/RelayScanList","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"中转装车","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/codePlateBracket/codePlateBracket","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"码板打托","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/billsList/billsList","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"提货批次","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/PickUpLotList/PickUpLotList","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"提货批次列表","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/TranNumber/TranNumber","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"车次","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/onLoadByScan/onLoadByScan","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"卸车扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/onLoadOrderDetails/onLoadOrderDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"卸车扫描包件明细","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/ArrivalList/ArrivalList","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"到车列表","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"到车入库详情","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"卸分一体","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/SelfPickupScan/SelfPickupScan","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"自提扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/LoadingScan/LoadingScan","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"装车扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/loadingRetention/loadingRetention","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"装车滞留","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/StockUplist/StockUplist","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"备货列表","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/StockUplistScandetails/StockUplistScandetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"备货列表扫码","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/DownScan/DownScan","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"下架扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/signinScan/signinScan","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"签收扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/directGoMarket/directGoMarket","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"待签收列表","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/directGoMarketDetails/directGoMarketDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"直发商家签收","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/SelfPScanList/SelfPScanList","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"自提订单扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/SelfPickupDetails/SelfPickupDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"自提明细扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/LoadingDetails/LoadingDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"配车明细扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"客户订单扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/DeliveryCustomerScan/DeliveryCustomerScan","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"配送客户扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/CustomerSign/CustomerSign","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"客户签收","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/signOrderScan/signOrderScan","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"签收订单扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/signPackageScan/signPackageScan","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"签收订单扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/SignDetailScan/SignDetailScan","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"签收明细扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/setbarcode/setbarcode","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"配置包条码","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/OfflineUpload/OfflineUpload","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"离线上传","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/createTask/createTask","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"创建任务","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/ordersorting/ordersorting","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"订单分拣","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/lnventorysorting/lnventorysorting","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"库存品分拣","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/scansorting/scansorting","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"扫描分拣","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/peopleSorting/peopleSorting","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"人工扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/OrderSortingDetail/OrderSortingDetail","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"继续分拣列表","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/ScanSortingType/ScanSortingType","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"扫描分拣","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/PeopleSortingDetail/PeopleSortingDetail","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"人工分拣","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/inventoryType/inventoryType","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"库存品类型","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/inventoryDetail/inventoryDetail","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"扫描列表详情","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/inventoryDetailList/inventoryDetailList","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"扫描详情明细","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/inventoryenter/inventoryenter","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"库存品录入","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/lnventorysortinglist/lnventorysortinglist","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"分拣列表","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/OrderSortingDetailList/OrderSortingDetailList","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"订单详情","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/ScanUpType/ScanUpType","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"扫描上架","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/ScanUp/ScanUp","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"扫描上架","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/RelocationType/RelocationType","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"移库","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/Relocation/Relocation","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"移库","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/PeopleScanUpType/PeopleScanUpType","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"人工上架","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/PeopleScanUp/PeopleScanUp","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"人工上架","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/PickingScanList/PickingScanList","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"拣货列表","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/Retention/Retention","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"滞留","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/MergeTray/MergeTray","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"合托","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/MergeTrayDetails/MergeTrayDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"合并托盘","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/DownGoodsType/DownGoodsType","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"下架扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/DownGoods/DownGoods","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"下架扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/SetPrice/SetPrice","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"设置服务费","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/RemoveTray/RemoveTray","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"空置托盘","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/Check/Check","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"复核","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/createAddServe/createAddServe","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"创建增值服务","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/orderDetail/orderDetail","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"订单详情","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/RelocationAllocationId/RelocationAllocationId","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"移库库位","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/orderDetails/orderDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"订单详情","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/orderInquiry/orderInquiry","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"订单查询","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/storageInquiry/storageInquiry","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"库位查询","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/trayInquiry/trayInquiry","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"托盘查询","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/inventoryInquiry/inventoryInquiry","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"库存品查询","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/MaterialMaintenance/MaterialMaintenance","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"物料维护","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/CustomerTrayDetails/CustomerTrayDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"客户托盘扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/StockUpListZero/StockUpListZero","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"备货零担列表","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/SearchTray/SearchTray","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"按合同号盘点","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/integral/integral","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"积分指标","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/integralEdit/integralEdit","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"指标编辑","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/integralMy/integralMy","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"我的考核","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesUser/pages/about/about","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"关于我们","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesUser/pages/systemSettings/systemSettings","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"系统设置","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesUser/pages/securitySettings/securitySettings","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"安全设置","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesTask/pages/dynamicCheck/dynamicCheck","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"盘点任务","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesTask/pages/checkTaskList/checkTaskList","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"盘点任务列表","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"随机盘点","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesTask/pages/storageLocationCheckDetails/storageLocationCheckDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"库位盘点","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesTask/pages/trayCheckDetails/trayCheckDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"托盘盘点","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesTask/pages/contracts/contracts","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"按合同号盘点","style":"custom","type":"default"},"isNVue":false}}].map(uniRoute=>(uniRoute.meta.route=uniRoute.path,__uniConfig.pages.push(uniRoute.path),uniRoute.path='/'+uniRoute.path,uniRoute)); __uniConfig.styles=[];//styles __uniConfig.onReady=function(callback){if(__uniConfig.ready){callback()}else{onReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"ready",{get:function(){return isReady},set:function(val){isReady=val;if(!isReady){return}const callbacks=onReadyCallbacks.slice(0);onReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}}); diff --git a/unpackage/dist/dev/app-plus/app-service.js b/unpackage/dist/dev/app-plus/app-service.js index 2e4c607..d9ce4cb 100644 --- a/unpackage/dist/dev/app-plus/app-service.js +++ b/unpackage/dist/dev/app-plus/app-service.js @@ -1765,7 +1765,7 @@ if (uni.restoreGlobal) { }; }; const Base64$1 = new Base64(); - const devhost = "http://192.168.3.12:13000/"; + const devhost = "http://test.api.huo5you.com/"; const imghost = ""; const host = devhost; const APPKEY = "h5u:h5u_secret"; @@ -13038,7 +13038,7 @@ This will fail in production if not fixed.`); details.show = !details.show; } function onConfirm(e2) { - formatAppLog("log", "at pagesHome/pages/RelayScanList/RelayScanList.vue:153", e2); + formatAppLog("log", "at pagesHome/pages/RelayScanList/RelayScanList.vue:151", e2); date2.value[0] = e2.startDate; date2.value[1] = e2.endDate; details.datatime = date2.value[0] + " 至 " + date2.value[1]; @@ -13107,7 +13107,7 @@ This will fail in production if not fixed.`); } } } catch (err) { - formatAppLog("log", "at pagesHome/pages/RelayScanList/RelayScanList.vue:230", "err :>> ", err); + formatAppLog("log", "at pagesHome/pages/RelayScanList/RelayScanList.vue:228", "err :>> ", err); } finally { uni.hideLoading(); return null; @@ -13246,7 +13246,7 @@ This will fail in production if not fixed.`); vue.createElementVNode("view", { class: "topbox font-color" }, [ vue.createElementVNode("view", { class: "type1" }, [ vue.createElementVNode("view", null, [ - vue.createElementVNode("view", null, "车次号:"), + vue.createElementVNode("text", null, "车次号:"), vue.createElementVNode( "text", null, @@ -13254,13 +13254,15 @@ This will fail in production if not fixed.`); 1 /* TEXT */ ) - ]), - vue.createElementVNode("view", null, [ - vue.createElementVNode("view", null, "车牌:"), + ]) + ]), + vue.createElementVNode("view", { class: "type1" }, [ + vue.createElementVNode("view", { class: "" }, [ + vue.createElementVNode("text", null, "承运单号:"), vue.createElementVNode( "text", null, - vue.toDisplayString(item.carNumber || "暂无数据"), + vue.toDisplayString(item.carrierOrderCode), 1 /* TEXT */ ) @@ -13268,23 +13270,19 @@ This will fail in production if not fixed.`); ]), vue.createElementVNode("view", { class: "type1" }, [ vue.createElementVNode("view", null, [ - vue.createElementVNode("text", null, "总件数/装车件数:"), + vue.createElementVNode("text", null, "承运商:"), vue.createElementVNode( "text", null, - vue.toDisplayString(item.planLoadingNumber + "/" + item.realLoadingNumber), + vue.toDisplayString(item.carrierName), 1 /* TEXT */ ) - ]), - vue.createElementVNode("view", null, [ - vue.createElementVNode("text", null, "车长:"), - vue.createElementVNode("text", null, vue.toDisplayString("")) ]) ]), vue.createElementVNode("view", { class: "type1" }, [ vue.createElementVNode("view", null, [ - vue.createElementVNode("text", null, "主驾司机:"), + vue.createElementVNode("text", null, "司机:"), vue.createElementVNode( "text", null, @@ -13292,37 +13290,31 @@ This will fail in production if not fixed.`); 1 /* TEXT */ ) - ]), + ]) + ]), + vue.createElementVNode("view", { class: "type1" }, [ vue.createElementVNode("view", null, [ - vue.createElementVNode("text", null, "电话:"), + vue.createElementVNode("text", null, "是否结算:"), vue.createElementVNode( "text", null, - vue.toDisplayString(item.driverMobile), + vue.toDisplayString(Number(item.isSettlement) !== 1 ? "已结算" : "未结算"), 1 /* TEXT */ ) ]) ]), - vue.createElementVNode("view", null, [ - vue.createElementVNode("text", null, "类型:"), - vue.createElementVNode( - "text", - null, - vue.toDisplayString(vue.unref(details).loadType[item.loadType]), - 1 - /* TEXT */ - ) - ]), - vue.createElementVNode("view", null, [ - vue.createElementVNode("text", null, "线路:"), - vue.createElementVNode( - "text", - null, - vue.toDisplayString(item.carsLineName), - 1 - /* TEXT */ - ) + vue.createElementVNode("view", { class: "type1" }, [ + vue.createElementVNode("view", null, [ + vue.createElementVNode("text", null, "计划件数 / 装车件数:"), + vue.createElementVNode( + "text", + null, + vue.toDisplayString(item.planLoadingNumber + " / " + item.realLoadingNumber), + 1 + /* TEXT */ + ) + ]) ]) ]), vue.unref(status) !== 2 ? (vue.openBlock(), vue.createElementBlock("view", { @@ -49770,7 +49762,7 @@ This will fail in production if not fixed.`); }); async function scandata() { const res = await postFindAllocationData({ allocationId: scancode.value }); - formatAppLog("log", "at pagesHome/pages/storageInquiry/storageInquiry.vue:328", "res :>> ", res); + formatAppLog("log", "at pagesHome/pages/storageInquiry/storageInquiry.vue:343", "res :>> ", res); const { code: code2, data } = res; if (code2 !== 200 || !data) return; @@ -49785,7 +49777,7 @@ This will fail in production if not fixed.`); tabBarCode.value = code2; }; const selectionChange = (list, type2) => { - formatAppLog("log", "at pagesHome/pages/storageInquiry/storageInquiry.vue:357", "list :>> ", list); + formatAppLog("log", "at pagesHome/pages/storageInquiry/storageInquiry.vue:372", "list :>> ", list); selectionList.value = list; }; const batchPrint = async () => { @@ -49804,7 +49796,7 @@ This will fail in production if not fixed.`); const { code: code2, data } = res; if (code2 !== 200) return; - formatAppLog("log", "at pagesHome/pages/storageInquiry/storageInquiry.vue:381", "res :>> ", res); + formatAppLog("log", "at pagesHome/pages/storageInquiry/storageInquiry.vue:396", "res :>> ", res); tiplists.value.setdetails({ title: "请选择需要打印的包条码", isshow: true, @@ -49814,7 +49806,7 @@ This will fail in production if not fixed.`); confirmTxt: "确认选择", isonecheck: true, success: () => { - formatAppLog("log", "at pagesHome/pages/storageInquiry/storageInquiry.vue:398", "data :>> ", data); + formatAppLog("log", "at pagesHome/pages/storageInquiry/storageInquiry.vue:413", "data :>> ", data); if (!bluetoothInfo.value.name) return bluetoothList.value.setdetails({ isshow: true }); let _isReturn = false; @@ -50079,9 +50071,38 @@ This will fail in production if not fixed.`); _: 1 /* STABLE */ }), + vue.createCommentVNode(' 运单号 '), + vue.createVNode(_component_uni_th, { align: "left" }, { + default: vue.withCtx(() => [ + vue.createTextVNode("一级品") + ]), + _: 1 + /* STABLE */ + }), vue.createVNode(_component_uni_th, { align: "left" }, { default: vue.withCtx(() => [ - vue.createTextVNode("运单号") + vue.createTextVNode("二级品") + ]), + _: 1 + /* STABLE */ + }), + vue.createVNode(_component_uni_th, { align: "left" }, { + default: vue.withCtx(() => [ + vue.createTextVNode("三级品") + ]), + _: 1 + /* STABLE */ + }), + vue.createVNode(_component_uni_th, { align: "left" }, { + default: vue.withCtx(() => [ + vue.createTextVNode("物料名称") + ]), + _: 1 + /* STABLE */ + }), + vue.createVNode(_component_uni_th, { align: "left" }, { + default: vue.withCtx(() => [ + vue.createTextVNode("物料编码") ]), _: 1 /* STABLE */ @@ -50151,13 +50172,87 @@ This will fail in production if not fixed.`); /* DYNAMIC_SLOTS */ ), vue.createCommentVNode(" 运单号 "), + vue.createCommentVNode(" {{item.waybillNo}} "), + vue.createCommentVNode(" 一级品 "), vue.createVNode( _component_uni_td, null, { default: vue.withCtx(() => [ vue.createTextVNode( - vue.toDisplayString(item.waybillNo), + vue.toDisplayString(item.firsts), + 1 + /* TEXT */ + ) + ]), + _: 2 + /* DYNAMIC */ + }, + 1024 + /* DYNAMIC_SLOTS */ + ), + vue.createCommentVNode(" 二级品 "), + vue.createVNode( + _component_uni_td, + null, + { + default: vue.withCtx(() => [ + vue.createTextVNode( + vue.toDisplayString(item.seconds), + 1 + /* TEXT */ + ) + ]), + _: 2 + /* DYNAMIC */ + }, + 1024 + /* DYNAMIC_SLOTS */ + ), + vue.createCommentVNode(" 三级品 "), + vue.createVNode( + _component_uni_td, + null, + { + default: vue.withCtx(() => [ + vue.createTextVNode( + vue.toDisplayString(item.thirds), + 1 + /* TEXT */ + ) + ]), + _: 2 + /* DYNAMIC */ + }, + 1024 + /* DYNAMIC_SLOTS */ + ), + vue.createCommentVNode(" 物料名称 "), + vue.createVNode( + _component_uni_td, + null, + { + default: vue.withCtx(() => [ + vue.createTextVNode( + vue.toDisplayString(item.materialName), + 1 + /* TEXT */ + ) + ]), + _: 2 + /* DYNAMIC */ + }, + 1024 + /* DYNAMIC_SLOTS */ + ), + vue.createCommentVNode(" 物料编码 "), + vue.createVNode( + _component_uni_td, + null, + { + default: vue.withCtx(() => [ + vue.createTextVNode( + vue.toDisplayString(item.materialCode), 1 /* TEXT */ ) @@ -50639,6 +50734,15 @@ This will fail in production if not fixed.`); "70": "部分签收", "80": "已签收" }); + const scansortingType = vue.reactive([ + { type: 10, name: "服务号", src: "/pagesHome/static/scicon1.png" }, + { type: 20, name: "订单自编码", src: "/pagesHome/static/scicon2.png" }, + { type: 30, name: "商场", src: "/pagesHome/static/scicon3.png" }, + { type: 40, name: "客户", src: "/pagesHome/static/scicon4.png" }, + { type: 50, name: "仓库", src: "/pagesHome/static/scicon5.png" }, + { type: 60, name: "门店", src: "/pagesHome/static/scicon6.png" }, + { type: 100, name: "其他", src: "/pagesHome/static/scicon7.png" } + ]); const tabBarCode = vue.ref(1); vue.ref({}); const selectionList = vue.ref([]); @@ -50666,7 +50770,7 @@ This will fail in production if not fixed.`); }); async function scandata() { const res = await postFindTrayData({ trayCode: scancode.value }); - formatAppLog("log", "at pagesHome/pages/trayInquiry/trayInquiry.vue:324", "res :>> ", res); + formatAppLog("log", "at pagesHome/pages/trayInquiry/trayInquiry.vue:350", "res :>> ", res); const { code: code2, data } = res; if (code2 !== 200 || !data) return; @@ -50681,7 +50785,7 @@ This will fail in production if not fixed.`); tabBarCode.value = code2; }; const selectionChange = (list, type2) => { - formatAppLog("log", "at pagesHome/pages/trayInquiry/trayInquiry.vue:353", "list :>> ", list); + formatAppLog("log", "at pagesHome/pages/trayInquiry/trayInquiry.vue:379", "list :>> ", list); selectionList.value = list; }; const batchPrint = async () => { @@ -50700,7 +50804,7 @@ This will fail in production if not fixed.`); const { code: code2, data } = res; if (code2 !== 200) return; - formatAppLog("log", "at pagesHome/pages/trayInquiry/trayInquiry.vue:377", "res :>> ", res); + formatAppLog("log", "at pagesHome/pages/trayInquiry/trayInquiry.vue:403", "res :>> ", res); tiplists.value.setdetails({ title: "请选择需要打印的包条码", isshow: true, @@ -50710,7 +50814,7 @@ This will fail in production if not fixed.`); confirmTxt: "确认选择", isonecheck: true, success: () => { - formatAppLog("log", "at pagesHome/pages/trayInquiry/trayInquiry.vue:394", "data :>> ", data); + formatAppLog("log", "at pagesHome/pages/trayInquiry/trayInquiry.vue:420", "data :>> ", data); if (!bluetoothInfo.value.name) return bluetoothList.value.setdetails({ isshow: true }); let _isReturn = false; @@ -50839,7 +50943,7 @@ This will fail in production if not fixed.`); vue.createElementVNode("view", { class: "" }, [ vue.createElementVNode("text", { class: "row_title1" }, " 打托方式: "), vue.createTextVNode( - " " + vue.toDisplayString(info.value.trayType || "暂无数据"), + " " + vue.toDisplayString(scansortingType.find((val) => val.type === info.value.trayType || {}).name || "暂无数据"), 1 /* TEXT */ ) @@ -50973,9 +51077,38 @@ This will fail in production if not fixed.`); _: 1 /* STABLE */ }), + vue.createCommentVNode(' 运单号 '), + vue.createVNode(_component_uni_th, { align: "left" }, { + default: vue.withCtx(() => [ + vue.createTextVNode("一级品") + ]), + _: 1 + /* STABLE */ + }), vue.createVNode(_component_uni_th, { align: "left" }, { default: vue.withCtx(() => [ - vue.createTextVNode("运单号") + vue.createTextVNode("二级品") + ]), + _: 1 + /* STABLE */ + }), + vue.createVNode(_component_uni_th, { align: "left" }, { + default: vue.withCtx(() => [ + vue.createTextVNode("三级品") + ]), + _: 1 + /* STABLE */ + }), + vue.createVNode(_component_uni_th, { align: "left" }, { + default: vue.withCtx(() => [ + vue.createTextVNode("物料名称") + ]), + _: 1 + /* STABLE */ + }), + vue.createVNode(_component_uni_th, { align: "left" }, { + default: vue.withCtx(() => [ + vue.createTextVNode("物料编码") ]), _: 1 /* STABLE */ @@ -51045,13 +51178,87 @@ This will fail in production if not fixed.`); /* DYNAMIC_SLOTS */ ), vue.createCommentVNode(" 运单号 "), + vue.createCommentVNode(" {{item.waybillNo}} "), + vue.createCommentVNode(" 一级品 "), vue.createVNode( _component_uni_td, null, { default: vue.withCtx(() => [ vue.createTextVNode( - vue.toDisplayString(item.waybillNo), + vue.toDisplayString(item.firsts), + 1 + /* TEXT */ + ) + ]), + _: 2 + /* DYNAMIC */ + }, + 1024 + /* DYNAMIC_SLOTS */ + ), + vue.createCommentVNode(" 二级品 "), + vue.createVNode( + _component_uni_td, + null, + { + default: vue.withCtx(() => [ + vue.createTextVNode( + vue.toDisplayString(item.seconds), + 1 + /* TEXT */ + ) + ]), + _: 2 + /* DYNAMIC */ + }, + 1024 + /* DYNAMIC_SLOTS */ + ), + vue.createCommentVNode(" 三级品 "), + vue.createVNode( + _component_uni_td, + null, + { + default: vue.withCtx(() => [ + vue.createTextVNode( + vue.toDisplayString(item.thirds), + 1 + /* TEXT */ + ) + ]), + _: 2 + /* DYNAMIC */ + }, + 1024 + /* DYNAMIC_SLOTS */ + ), + vue.createCommentVNode(" 物料名称 "), + vue.createVNode( + _component_uni_td, + null, + { + default: vue.withCtx(() => [ + vue.createTextVNode( + vue.toDisplayString(item.materialName), + 1 + /* TEXT */ + ) + ]), + _: 2 + /* DYNAMIC */ + }, + 1024 + /* DYNAMIC_SLOTS */ + ), + vue.createCommentVNode(" 物料编码 "), + vue.createVNode( + _component_uni_td, + null, + { + default: vue.withCtx(() => [ + vue.createTextVNode( + vue.toDisplayString(item.materialCode), 1 /* TEXT */ ) @@ -59185,7 +59392,7 @@ ${i3} crrNum: 1, pageCount: 10, totalNum: 0, - status: 1, + status: 0, collapse: [], crrColl: 0, show: false, @@ -59365,7 +59572,7 @@ ${i3} { class: vue.normalizeClass($data.status == 0 ? "xz" : "") }, - "积分项", + "发起积分考核", 2 /* CLASS */ ) diff --git a/unpackage/dist/dev/app-plus/manifest.json b/unpackage/dist/dev/app-plus/manifest.json index c9e805e..b1a040c 100644 --- a/unpackage/dist/dev/app-plus/manifest.json +++ b/unpackage/dist/dev/app-plus/manifest.json @@ -5,7 +5,7 @@ "iPad" ], "id": "__UNI__EB22F37", - "name": "货无忧", + "name": "货无忧测试版", "version": { "name": "1.1.18", "code": 1118