Browse Source

'新增零担卸分一体'

dev
qb 1 year ago
parent
commit
246ce4f496
  1. 13
      api/user.js
  2. 16
      compoment/PopUp/PopUp.vue
  3. 3
      compoment/tiplist/tiplist.vue
  4. 3
      compoment/tips/tips.vue
  5. 8
      config/host.js
  6. 4
      manifest.json
  7. 394
      pages/index/index.vue
  8. 6
      pages/login/login.vue
  9. 53
      pagesHome/pages/ArrivalList/ArrivalList.vue
  10. 12
      pagesHome/pages/StowageList/StowageList.vue
  11. 95
      pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue
  12. 525
      pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray.vue
  13. 24
      pagesHome/pages/integral/integral.vue
  14. 13
      pagesHome/pages/integralMy/integralMy.vue
  15. 6
      pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue
  16. 4
      unpackage/dist/dev/app-plus/app-config-service.js
  17. 1376
      unpackage/dist/dev/app-plus/app-service.js
  18. 11
      unpackage/dist/dev/app-plus/app.css
  19. 10
      unpackage/dist/dev/app-plus/manifest.json
  20. 11
      unpackage/dist/dev/mp-weixin/api/user.js
  21. 2
      unpackage/dist/dev/mp-weixin/compoment/tiplist/tiplist.wxss
  22. 2
      unpackage/dist/dev/mp-weixin/compoment/tips/tips.wxss
  23. 2
      unpackage/dist/dev/mp-weixin/config/host.js
  24. 197
      unpackage/dist/dev/mp-weixin/pages/index/index.js
  25. 6
      unpackage/dist/dev/mp-weixin/pages/login/login.js
  26. 7
      unpackage/dist/dev/mp-weixin/project.config.json

13
api/user.js

@ -2935,4 +2935,17 @@ export function getCurrentTree(data, loadingObj = {}) {
},
loadingObj
);
}
/**
* 获取未卸车的零担数据
*/
export function postFindLoadZeroList(data, loadingObj = {}) {
return request({
url: `logpm-trunkline/api/carsLoad/findLoadZeroList`,
method: "post",
data
},
loadingObj
);
}

16
compoment/PopUp/PopUp.vue

@ -10,8 +10,8 @@
<slot></slot>
</scroll-view>
<view class="buttonContainer">
<view class="closeButton" @click="details.close">
<view class="buttonContainer" v-if="details.isShowButton !== false">
<view class="closeButton" v-if="details.isShowClose !== false" @click="details.close">
取消
</view>
<view class="confirmButton" @click="details.success">
@ -37,6 +37,8 @@
* 是否显示弹框
*/
showPopUp: false,
isShowClose: true,
isShowButton: true,
/**
* 内容高度
*/
@ -86,7 +88,8 @@
left: 0;
width: 100vw;
height: 100vh;
background-color: #00000050;
// background-color: #00000050;
background-color: rgba(0, 0, 0, 0.5);
z-index: 9999;
display: flex;
align-items: center;
@ -105,15 +108,16 @@
}
.scoolv {
max-height: 40vh;
max-height: 60vh;
padding: 20upx;
padding-bottom: 0upx;
// padding-bottom: 0upx;
box-sizing: border-box;
}
.buttonContainer {
width: 100%;
height: 12vh;
// height: 12vh;
padding: 20upx 0;
flex: 1;
display: flex;
justify-content: space-around;

3
compoment/tiplist/tiplist.vue

@ -456,7 +456,8 @@
position: fixed;
left: 0;
top: 0;
background-color: #00000050;
// background-color: #00000050;
background-color: rgba(0, 0, 0, 0.5);
z-index: 999;
}

3
compoment/tips/tips.vue

@ -68,7 +68,8 @@
position: fixed;
left: 0;
top: 0;
background-color: #00000050;
// background-color: #00000050;
background-color: rgba(0, 0, 0, 0.5);
z-index: 999;
}

8
config/host.js

@ -4,11 +4,11 @@
* 测试域名
* */
//测试域名
const devhost = 'http://test.api.huo5you.com/'
// const devhost = 'http://test.api.huo5you.com/'
// lmy
// const devhost = 'http://192.168.10.123:8889/'
// zhy
// const devhost = 'http://192.168.3.12:13000/'
const devhost = 'http://192.168.3.12:13000/'
// tjj
// const devhost = 'http://192.168.3.14:13000/'
// cyz
@ -23,9 +23,9 @@ const devhost = 'http://test.api.huo5you.com/'
/**
* 正式域名
* */
// const prohost = 'http://h5uapi.huitongys.com/'
const prohost = 'http://h5uapi.huitongys.com/'
// const prohost = 'https://h5uapi.huitongys.com/' // 小程序
const prohost = 'http://test.api.huo5you.com/'
// const prohost = 'http://test.api.huo5you.com/'
/**
* 图片域名
* */

4
manifest.json

@ -2,8 +2,8 @@
"name" : "货无忧",
"appid" : "__UNI__EB22F37",
"description" : "",
"versionName" : "1.1.17",
"versionCode" : 1117,
"versionName" : "1.1.18",
"versionCode" : 1118,
"transformPx" : false,
/* 5+App */
"app-plus" : {

394
pages/index/index.vue

@ -40,203 +40,203 @@
const { storageArr } = storeToRefs(storageStore)
const tip = ref(null)
let details = reactive<listtype>({ tablist: [] });
// let details = reactive<listtype>({
// tablist: [
// {
// type: 1,
// name: '',
// minilist: [
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/orderInquiry/orderInquiry',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/storageInquiry/storageInquiry',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/trayInquiry/trayInquiry',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/inventoryInquiry/inventoryInquiry',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/MaterialMaintenance/MaterialMaintenance',
// },
// ]
// },
// {
// type: 1,
// name: '',
// minilist: [
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/codePlateBracket/codePlateBracket',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/TranNumber/TranNumber',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/ArrivalList/ArrivalList',
// },
// ]
// },
// {
// type: 1,
// name: '',
// minilist: [
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/scansorting/scansorting',
// },
// // {
// // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// // name: '',
// // router: '/pagesHome/pages/ordersorting/ordersorting',
// // },
// // {
// // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// // name: '',
// // router: '/pagesHome/pages/lnventorysorting/lnventorysorting',
// // },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/ScanUpType/ScanUpType',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/PeopleScanUpType/PeopleScanUpType',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/RelocationType/RelocationType',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/Retention/Retention',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/MergeTray/MergeTray',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/DownGoodsType/DownGoodsType',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/RemoveTray/RemoveTray',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/Check/Check',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/SearchTray/SearchTray',
// },
// ]
// },
// {
// type: 1,
// name: '',
// minilist: [
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/pickingScan/pickingScan',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/SelfPickupScan/SelfPickupScan',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/StowageList/StowageList',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/RelayScanList/RelayScanList',
// },
// ]
// },
// {
// type: 1,
// name: '',
// minilist: [
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/LoadingScan/LoadingScan',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/signinScan/signinScan',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/directGoMarket/directGoMarket',
// },
// ]
// },
// {
// type: 1,
// name: '线',
// minilist: [
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '线',
// router: '/pagesHome/pages/OfflineUpload/OfflineUpload',
// },
// ]
// },
// {
// 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<listtype>({ tablist: [] });
let details = reactive<listtype>({
tablist: [
{
type: 1,
name: '工作台',
minilist: [
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '订单查询',
router: '/pagesHome/pages/orderInquiry/orderInquiry',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '库位查询',
router: '/pagesHome/pages/storageInquiry/storageInquiry',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '托盘查询',
router: '/pagesHome/pages/trayInquiry/trayInquiry',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '库存品查询',
router: '/pagesHome/pages/inventoryInquiry/inventoryInquiry',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '物料维护',
router: '/pagesHome/pages/MaterialMaintenance/MaterialMaintenance',
},
]
},
{
type: 1,
name: '入库',
minilist: [
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '码板打托',
router: '/pagesHome/pages/codePlateBracket/codePlateBracket',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '入库扫描',
router: '/pagesHome/pages/TranNumber/TranNumber',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '到车入库',
router: '/pagesHome/pages/ArrivalList/ArrivalList',
},
]
},
{
type: 1,
name: '库内',
minilist: [
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '分拣打托',
router: '/pagesHome/pages/scansorting/scansorting',
},
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/ordersorting/ordersorting',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '',
// router: '/pagesHome/pages/lnventorysorting/lnventorysorting',
// },
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '扫码上架',
router: '/pagesHome/pages/ScanUpType/ScanUpType',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '手动上架',
router: '/pagesHome/pages/PeopleScanUpType/PeopleScanUpType',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '移库',
router: '/pagesHome/pages/RelocationType/RelocationType',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '滞留',
router: '/pagesHome/pages/Retention/Retention',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '合托',
router: '/pagesHome/pages/MergeTray/MergeTray',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '下架',
router: '/pagesHome/pages/DownGoodsType/DownGoodsType',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '空置托盘',
router: '/pagesHome/pages/RemoveTray/RemoveTray',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '复核',
router: '/pagesHome/pages/Check/Check',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '托盘数据同步',
router: '/pagesHome/pages/SearchTray/SearchTray',
},
]
},
{
type: 1,
name: '出库',
minilist: [
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '拣货扫描',
router: '/pagesHome/pages/pickingScan/pickingScan',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '自提扫描',
router: '/pagesHome/pages/SelfPickupScan/SelfPickupScan',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '配载装车',
router: '/pagesHome/pages/StowageList/StowageList',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '中转装车',
router: '/pagesHome/pages/RelayScanList/RelayScanList',
},
]
},
{
type: 1,
name: '配送',
minilist: [
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '装车扫描',
router: '/pagesHome/pages/LoadingScan/LoadingScan',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '签收扫描',
router: '/pagesHome/pages/signinScan/signinScan',
},
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '直发商家签收',
router: '/pagesHome/pages/directGoMarket/directGoMarket',
},
]
},
{
type: 1,
name: '离线上传',
minilist: [
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '离线上传',
router: '/pagesHome/pages/OfflineUpload/OfflineUpload',
},
]
},
{
type: 1,
name: '考核',
minilist: [
{
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
name: '考核指标',
router: '/pagesHome/pages/integral/integral',
},
{
icon: 'http://8.137.14.82:9000/bladex/upload/20240117/fac9c4fd6c4f0bee599417fc8fbbee62.png',
name: '我的考核',
router: '/pagesHome/pages/integralMy/integralMy',
},
]
},
]
})
function gopathpage(path : string) {
uni.navigateTo({

6
pages/login/login.vue

@ -221,6 +221,12 @@
let res = await getMyWarehouseList({})
details.warehouseList = res.data
if (details.warehouseList.length === 0) return uni.showToast({
title: '该账号暂时没有关联仓库',
icon: 'none',
duration: 1500
})
if (details.warehouseList.length == 1) {
let resdata = await preserveCurrentWarehouse(details.warehouseList[0])
uni.setStorageSync('checkname', details.warehouseList[0])

53
pagesHome/pages/ArrivalList/ArrivalList.vue

@ -69,41 +69,42 @@
线路{{item.carsLineName}}
</view>
<view class="button-container" v-if="Number(item.lastStartCarStatus) === 1
&& (Number(item.loadStatus) === 10 || Number(item.loadStatus) === 30)">
<view class="button" style="background-color: #86cad0; width: 60%; margin: 0 auto;"
@click="handleArriveCarByLoadId(item, 1)">
到车
<template v-if="Number(item.lastStartCarStatus) === 1">
<view class="button-container"
v-if=" (Number(item.loadStatus) === 10 || Number(item.loadStatus) === 30)">
<view class="button" style="background-color: #86cad0; width: 60%; margin: 0 auto;"
@click="handleArriveCarByLoadId(item)">
到车
</view>
</view>
</view>
<view class="button-container" v-else-if="Number(item.lastStartCarStatus) === 1
&& item.showControl
&&(Number(item.loadStatus) === 20 || Number(item.loadStatus) === 40)">
<view class="">
<view class="button" @click="handleDetailsByOrder(item, 1)">
按件入库
</view>
<view class="button-container" v-else-if=" item.showControl
&&(Number(item.loadStatus) === 20 || Number(item.loadStatus) === 40)">
<view class="">
<view class="button" @click="handleDetailsByOrder(item, 1)">
按件入库
</view>
<view class="button" @click="handleDetailsByOrder(item, 2)">
整托入库
</view>
<view class="button" @click="handleDetailsByOrder(item, 2)">
整托入库
</view>
<view class="button" @click="handleScanByTray(item)">
卸分一体
<view class="button" @click="handleScanByTray(item)">
卸分一体
</view>
</view>
</view>
<view class="" v-if="item.showTruckLoading">
<view class="button" @click="gostockuplist(item)">
按件装车
</view>
<view class="" v-if="item.showTruckLoading">
<view class="button" @click="gostockuplist(item)">
按件装车
</view>
<view class="button" @click="gostockuplistBytray(item)">
整托装车
<view class="button" @click="gostockuplistBytray(item)">
整托装车
</view>
</view>
</view>
</view>
</template>
<!-- 标签 -->
<view class="tag">

12
pagesHome/pages/StowageList/StowageList.vue

@ -304,20 +304,20 @@
align-items: center;
width: 100%;
box-sizing: border-box;
padding: 20upx 32upx;
padding: 20upx;
padding-top: 0upx;
>view {
width: 686upx;
width: 100%;
background: #FFFFFF;
display: flex;
flex-direction: column;
box-sizing: border-box;
border-bottom: 1upx solid #ebebeb;
padding-bottom: 30upx;
// padding-bottom: 30upx;
background-color: #ffffff;
margin-bottom: 20upx;
padding-top: 20upx;
// margin-bottom: 20upx;
// padding-top: 20upx;
border-radius: 8upx;
>view:nth-last-child(1) {
@ -405,7 +405,7 @@
display: flex;
align-items: center;
justify-content: center;
margin-top: 20upx;
margin: 20upx 0;
>view {
border-radius: 8upx;

95
pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue

@ -34,7 +34,7 @@
<view>{{details.pageInfo.planLoadingNumber || 0}}</view>
</view>
<view>
<view>车件数</view>
<view>车件数</view>
<view>{{details.pageInfo.realLoadingNumber || 0}}</view>
</view>
<view>
@ -87,7 +87,7 @@
<view class="contenbx1">
<view>
<text>订单总数</text>
{{item.totalNum}}
{{item.totalNumber}}
</view>
<view>
<text>
@ -128,10 +128,16 @@
</view>
<view class="flex-c-sb mt10">
<view class="flex1">
托盘名称: {{value.trayName || '暂无数据'}}
托盘名称: {{ value.trayName }}
</view>
<view class="flex1">
托盘码: {{value.trayCode || '暂无数据'}}
托盘码: {{ value.trayCode }}
</view>
</view>
<view class="flex-c-sb mt10">
<view class="flex1">
卸车仓库: {{value.unloadNodeName }}
</view>
</view>
</template>
@ -149,10 +155,15 @@
</view>
<view class="flex-c-sb mt10">
<view class="flex1">
托盘名称: {{value.trayName || '暂无数据'}}
托盘名称: {{value.trayName}}
</view>
<view class="flex1">
托盘码: {{value.trayCode || '暂无数据'}}
托盘码: {{value.trayCode}}
</view>
</view>
<view class="flex-c-sb mt10">
<view class="flex1">
卸车仓库: {{value.unloadNodeName }}
</view>
</view>
</template>
@ -479,11 +490,11 @@
// #ifdef APP
if (details.isAbnormal) {
utils.handleToast(`签收${_total}件, 异常签收${_abnormal}`)
utils.handleToast(`卸车${_total}件, 异常卸车${_abnormal}`)
return
}
utils.handleToast(`签收${_total}`)
utils.handleToast(`卸车${_total}`)
// #endif
}
}
@ -499,14 +510,58 @@
/** 请求页面数据 */
async function initpage() {
try {
//
const res = await initPageByOrder()
} catch (err) {
console.log('err :>> ', err);
const response = await postArriveUnloadCarsDetail({
loadId: details.loadId
})
const { code, data } = response
console.log('response :>> ', response);
if (code === 200) {
details.pageInfo = data
details.datalist = details.orderStatus === 1 ?
details.pageInfo.unloadScanOrderList :
details.orderStatus === 2 ?
details.pageInfo.unloadZeroList :
details.pageInfo.exceptionList
if (details.isscan || details.isAbnormal) {
//
let _total = 0
let _abnormal = 0
//
for (let iterator of details.pageInfo.unloadScanOrderList) {
if (iterator.unloadNum)
_total += iterator.unloadNum || 0
}
//
for (let iterator of details.pageInfo.unloadZeroList) {
if (iterator.unloadNum)
_total += iterator.unloadNum || 0
}
_total += details.pageInfo.exceptionList.length
_abnormal += details.pageInfo.exceptionList.length
// #ifdef APP
if (details.isAbnormal) {
utils.handleToast(`卸车${_total}件, 异常卸车${_abnormal}`)
return
}
utils.handleToast(`卸车${_total}`)
// #endif
}
}
} catch (e) {
//TODO handle the exception
} finally {
console.log('details.datalist :>> ', details.datalist);
details.isscan = false
details.isAbnormal = false
return null
}
}
@ -543,8 +598,6 @@
// }
// return
console.log('details.datalist :>> ', details.datalist);
console.log('details.datalist.length :>> ', details.datalist.length);
}
/** 包件卸车 -- 单个 */
@ -765,7 +818,7 @@
if (res.code !== 200) return
ZeroStowage.value.setDetails.showPopUp = false
ZeroStowage.value.details.showPopUp = false
basicContainer.value.startPullDownRefresh()
}
})
@ -955,11 +1008,15 @@
justify-content: space-between;
font-size: 28upx;
color: #092C4D;
margin-bottom: 20upx;
margin: 20upx;
>view {
&:first-child {
margin-right: 20upx;
// &:first-child {
// margin-right: 20upx;
// }
>view:first-child {
flex: none;
}
}

525
pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray.vue

@ -13,16 +13,6 @@
录入托盘码
</view>
</view>
<!-- <view>
<view>司机名称{{details.pageInfo.driverName}}</view>
<view>司机电话{{details.pageInfo.driverMobile}}</view>
</view>
<view>
<view>车牌号{{details.pageInfo.carNumber}}</view>
</view> -->
<!-- <view style="width: 100%;">
路线{{details.pageInfo.carsLineName}}
</view> -->
<view>
<view>托盘码{{details.trayInfo.trayCode}}</view>
<view>托盘名称{{details.trayInfo.trayName}}</view>
@ -110,7 +100,7 @@
<!-- 零担 -->
<template v-if="details.orderStatus === 2">
<view class="items">
<!-- <view class="items">
<view class="tophd" @click.stop.prevent>
<image src="/pagesHome/static/topicons.png"></image>
<view>订单号</view>
@ -131,11 +121,53 @@
<view>打托数量</view>
</view>
</view>
</view> -->
<view class="items chuanhuo" @click="godetaillist(item)">
<view class="tophd" @click.stop.prevent>
<view class="index">
{{index + 1}}
</view>
<view>订单号</view>
<view>{{item.dataCode}}</view>
<image @click="removeitem(item)" src="/pagesHome/static/removeitem.png"></image>
</view>
<view class="tophd" @click.stop.prevent>
<view>运单号</view>
<view>{{item.waybillNo}}</view>
</view>
<view class="numbxvie">
<view>
<view>总数</view>
<view class="zhon">{{item.orderTotalNum}}</view>
</view>
<view>
<view>打托数量</view>
<view class="yish">{{item.scanNum}}</view>
</view>
</view>
<image v-if="item.orderTotalNum!=item.scanNum" class="weiqt"
src="/pagesHome/static/weiqitao.png">
</image>
<image v-else class="qitao" src="/pagesHome/static/qitao.png"></image>
</view>
</template>
</view>
<!-- 底部站位 -->
<template v-if="details.orderStatus === 2">
<view class="footer_container">
</view>
</template>
</template>
</jp-virtual-list>
<!-- 零担打托按钮 -->
<template v-if="details.orderStatus === 2">
<view class="footer_button" @click="handleShowZero">
继续打托
</view>
</template>
</template>
</BasicContainer>
@ -145,41 +177,116 @@
<tips ref="tip"></tips>
<!-- 零担装车 -->
<PopUp ref='ZeroStowage'>
<!-- 零担打托 -->
<PopUp ref='ZeroPalletizeList' style="z-index: 10000;" class="ZeroPalletizeList">
<scroll-view scroll-y="true">
<view class="contenbx1">
<view><text style="color: #90A0AF;">订单编号</text>{{details.zeroInfo.orderCode}}
<view><text style="color: #90A0AF;">订单编号</text>{{details.zeroForm.orderCode}}
</view>
</view>
<view class="contenbx1">
<view><text style="color: #90A0AF;">运单号</text>{{details.zeroForm.waybillNo}}
</view>
</view>
<view class="contenbx1">
<view><text style="color: #90A0AF;">运单号</text>{{details.zeroInfo.waybillNo}}
<view><text style="color: #90A0AF;">物料名称</text>{{details.zeroForm.scanCode}}
</view>
</view>
<view class="contenbx1">
<view><text style="color: #90A0AF;">物料名称</text>{{details.zeroInfo.orderPackageCode}}
<view><text style="color: #90A0AF;">目的仓</text>{{details.zeroForm.finalNodeName}}
</view>
</view>
<view class="flex-c-sb">
<view><text style="color: #90A0AF;">装车数</text>{{details.zeroInfo.num || 0}}</view>
<view><text style="color: #90A0AF;">卸车数</text>{{details.zeroInfo.unloadNum || 0}}</view>
<view class="flex-c-sb" style="font-size: 0.9rem;">
<view><text style="color: #90A0AF;">装车数</text>{{details.zeroForm.num || 0}}</view>
</view>
<view class="mt20 flex-c-sb" style="font-size: 0.9rem;">
<view style="color: #90A0AF; margin-right: 10px;">
卸车数:
</view>
<inputNum class="flex1" :minNum="0" :maxNum="details.zeroForm.num" v-model="details.zeroForm.unLoadNum" />
</view>
<inputNum :minNum="0" :maxNum="details.zeroInfo.num" v-model="details.zeroInfo.unloadNum" />
</scroll-view>
</PopUp>
<!-- 定制品异常装车 -->
<!-- 零担打托列表 -->
<PopUp ref='OrderStowage'>
<scroll-view scroll-y="true">
<view class="">
当前包件未本次计划, 是否异常卸
<view class="OrderStowage_tabbar flex-c-sb">
<view :class="{flex1: true ,active: details.zeroTabBar === 1}" @click="handleZeroTabbar(1)">
在车数据
</view>
<view class="">
包条码: {{details.scancode}}
<view :class="{flex1: true ,active: details.zeroTabBar === 2}" @click="handleZeroTabbar(2)">
在库数据
</view>
</scroll-view>
</view>
<template v-if="details.zeroTabBar === 1">
<block v-for="item in details.zeroPalletizeList" :key="item.orderCode">
<view class="zeroBox">
<view class="contenbx1">
<view><text style="color: #90A0AF;">订单编号</text>{{item.orderCode}}
</view>
</view>
<view class="contenbx1">
<view><text style="color: #90A0AF;">运单号</text>{{item.waybillNo}}
</view>
</view>
<view class="contenbx1">
<view><text style="color: #90A0AF;">物料名称</text>{{item.scanCode}}
</view>
</view>
<view class="flex-c-sb">
<view class="flex1"><text style="color: #90A0AF; ">装车数</text>{{item.num || 0}}</view>
<!-- <view class="flex1"><text style="color: #90A0AF; ">卸车数</text>{{details.zeroInfo.unloadNum || 0}}</view> -->
</view>
<view class="flex-c-c mt20">
<view class="button" @click="handleShowPalletize(item)">
确认打托
</view>
</view>
</view>
</block>
<template v-if="details.zeroPalletizeList.length === 0">
<view class="flex-c-c">
暂无数据~
</view>
</template>
</template>
<template v-if="details.zeroTabBar === 2">
<view class="inputbox" @click.stop.prevent>
<view class="inputscan">
<input placeholder="输入运单号" v-model="waybillCode" />
<view class="scanbt" @click="scanlist">搜索</view>
</view>
<scroll-view scroll-y="true" class="scvbw">
<view v-for="(item,index) in details.zeroPalletizeList">
<view class="flex-c-sb">
<view>订单号</view>
<view>{{item.dataCode}}</view>
</view>
<view class="flex-c-sb">
<view>总件数</view>
<view>{{item.orderTotalNum}}</view>
</view>
<view class="flex-c-sb">
<view>剩余件数</view>
<view>{{item.residueNum}}</view>
</view>
<view class="flex-c-sb">
<view>入库数</view>
<inputNum class="flex1" :minNum="0" :maxNum="item.num" v-model="item.unLoadNum" />
</view>
</view>
</scroll-view>
<view class="btx flex-c-sa mt20">
<view class="cancel" @click="setshowstate(0)">取消</view>
<view class="confirm" @click="confirmlist">确认</view>
</view>
</view>
</template>
</PopUp>
<!-- 选择打托方式 -->
@ -201,7 +308,8 @@
warehouseTrayTypeorderScanTrayCode,
warehouseTrayTypedeleteOrderCode,
warehouseTrayTypedeleteZeroOrderByTrayCode,
postUnloadTrayAllOne
postUnloadTrayAllOne,
postFindLoadZeroList
} from '@/api/user.js'
import {
onLoad,
@ -277,6 +385,12 @@
],
/** 是否显示打托方式 */
isShowType: false,
/** 零担TabBar激活 1 : 在车数据, 2: 在库数据 */
zeroTabBar: 1 as 1 | 2,
/** 零担打托列表 */
zeroPalletizeList: [],
/** 零担打托form */
zeroForm: {}
})
@ -285,12 +399,10 @@
const basicContainer = ref(null)
const tip = ref()
/** 零担装车 */
const ZeroStowage = ref()
/** 零担打托列表 */
const ZeroPalletizeList = ref()
/** 定制品异常装车 */
const OrderStowage = ref()
/** 选择打托方式 */
const chooseTary = ref()
const jpScorllView = ref()
@ -323,6 +435,8 @@
})
// #endif
await nextTick()
OrderStowage.value.details.showPopUp = true
})
onMounted(async () => {
@ -433,13 +547,16 @@
})
const submitData = {
trayCode: details.trayInfo.trayCode || details.scancode,
trayCode: details.scancode,
loadId: details.loadId
}
const res = await warehouseTrayTypeorderScanTrayCode(submitData)
const { code, data } = res
if (code !== 200) return res
if (data.isHasData === 0) return details.isShowType = true
if (data.isHasData === 0) {
details.trayInfo.trayCode = details.scancode
return details.isShowType = true
}
else {
details.info = data.data
details.trayInfo = data.data
@ -488,79 +605,7 @@
/** 零担 -- 单独卸车 */
const handleZeroSoleStowage = (_item, _value) => {
details.zeroInfo = { waybillNo: _item.waybillNo, orderCode: _item.orderCode, ..._value }
details.zeroInfo.unloadNum = details.zeroInfo.num
ZeroStowage.value.setDetails({
title: '零担卸车',
showPopUp: true,
success() {
console.log('details.zeroInfo :>> ', details.zeroInfo);
const submitData = {
loadId: details.loadId,
waybillNo: details.zeroInfo.waybillNo,
orderCode: details.zeroInfo.orderCode,
productName: details.zeroInfo.orderPackageCode,
enterNum: details.zeroInfo.unloadNum
}
postCarsLoadUnloadZero(submitData)
}
})
}
/** 零担卸车 */
const handleZeroStowage = (_item, _value) => {
//
let content = ''
if (Number(_value.scanStatus) === 2) {
content = '该零担已卸车'
}
else if (Number(_value.scanStatus) === 2) {
content = '该零担已签收'
}
if (content) {
// #ifdef APP
utils.ttsspke(content)
// #endif
uni.showToast({
title: content,
icon: 'none'
})
return
}
// ; : , ,
if (_value.trayCode) {
tiplists.value.setdetails({
isshow: true,
tipstate: 2,
list: [],
isonecheck: true,
title: '是否整托装车',
success: () => {
tiplists.value.setdetails({ isshow: false })
//
scanTray()
},
cancel: () => {
tiplists.value.setdetails({ isshow: false })
if (Number(details.pageType) === 2) return
handleZeroSoleStowage(_item, _value)
},
close: () => {
tiplists.value.setdetails({ isshow: false })
}
})
details.scancode = _value.trayCode
return
}
if (Number(details.pageType) === 2) return
handleZeroSoleStowage(_item, _value)
}
/** 选择打托方式 */
@ -570,9 +615,7 @@
details.trayInfo.trayTypeName = item.name
}
/**
* 删除
*/
/** 删除 */
function removeitem(item : any) {
//
if (details.orderStatus === 1) removeOrder(item)
@ -580,9 +623,7 @@
else if (details.orderStatus === 2) removeZero(item)
}
/**
* 删除定制品
*/
/** 删除定制品 */
function removeOrder(item : any) {
tip.value.setdetails({
title: '提示',
@ -609,9 +650,8 @@
}
})
}
/**
* 删除零担
*/
/** 删除零担 */
function removeZero(item : any) {
tip.value.setdetails({
title: '提示',
@ -639,6 +679,78 @@
})
}
/** 开启零担打托弹窗 */
const handleShowZero = async () => {
if (!details.trayInfo.trayCode) return utils.handleToast('请先扫描托盘码')
const res = await postFindLoadZeroList({ loadId: details.loadId })
const { code, data } = res
if (code !== 200) return
details.zeroPalletizeList = data
OrderStowage.value.setDetails({
title: '',
showPopUp: true,
isShowButton: false,
success() {
OrderStowage.value.details.showPopUp = false
}
})
}
/** 零担打托弹窗TabBar切换 */
const handleZeroTabbar = (code : 1 | 2) => {
details.zeroTabBar = code
details.zeroPalletizeList = [{}]
}
/** 显示零担打托弹窗 */
const handleShowPalletize = (item) => {
details.zeroForm = item
console.log('item.num :>> ', item.num);
details.zeroForm.unLoadNum = item.num
console.log('details.zeroForm :>> ', details.zeroForm);
ZeroPalletizeList.value.setDetails({
title: '零担打托',
showPopUp: true,
confirmText: '确认打托',
async success() {
try {
const submitData = {
loadId: details.loadId,
trayCode: details.trayInfo.trayCode,
trayType: details.trayInfo.trayType,
isZero: 1,
waybillNo: details.zeroForm.waybillNo,
orderCode: details.zeroForm.orderCode,
enterNum: details.zeroForm.unLoadNum
}
const res = await postUnloadTrayAllOne(submitData)
const { code, data, msg } = res
console.log('msg :>> ', msg);
if (code !== 200) {
if (msg) utils.handleToast(msg)
return
}
details.orderCode = data.orders
basicContainer.value.startPullDownRefresh()
} catch (err) {
console.log('err :>> ', err);
//TODO handle the exception
} finally {
ZeroPalletizeList.value.details.showPopUp = false
}
}
})
}
const { orderStatus, items, datalist } = toRefs(details)
</script>
@ -750,24 +862,11 @@
}
}
.scve {
width: 100%;
height: 50vh;
margin-top: 20upx;
.mabx {
background: #fff;
display: flex;
flex-direction: column;
align-items: center;
background: #FFFFFF;
}
}
.contenbx1 {
display: flex;
justify-content: space-between;
font-size: 28upx;
font-size: 0.9rem;
color: #092C4D;
margin-bottom: 20upx;
@ -840,9 +939,21 @@
justify-content: space-between;
}
.flex-c-sa {
display: flex;
align-items: center;
justify-content: space-around;
}
.flex-c-c {
display: flex;
align-items: center;
justify-content: center;
}
//
.button {
padding: 10upx 15upx;
padding: 15upx 30upx;
background: var(--subjectColor);
color: #fff;
border-radius: 5upx;
@ -862,10 +973,6 @@
margin: 5upx 0;
}
.w100 {
width: 100%;
}
.input {
padding: 10upx 20upx;
border: 1upx solid #aaa;
@ -887,32 +994,6 @@
font-size: 28upx !important;
}
//
.details_container {
font-size: 28upx;
zoom: 0.9;
border-bottom: 1upx solid #FA8C16;
padding: 15upx 0;
&:last-child {
border-bottom: 0upx;
}
}
//
.row_value {
font-size: 0.8rem;
word-break: break-all;
}
.mt10 {
margin-top: 10upx;
}
.flex1 {
flex: 1;
}
//
.tip {
padding: 10upx 15upx;
@ -957,7 +1038,6 @@
}
}
.chuanhuo {
border: #ff0000;
}
@ -1012,10 +1092,6 @@
font-weight: 400;
word-wrap: break-word;
word-break: break-all;
// &:nth-of-type(1) {
// width: 180upx;
// }
}
.index {
@ -1080,21 +1156,114 @@
.weish {
color: #f00;
}
}
}
// >view {
// display: flex;
// flex-direction: column;
// align-items: center;
.mt20 {
margin-top: 20upx;
}
// >view:nth-of-type(1) {
// font-size: 36upx;
// margin-bottom: 12upx;
// }
.flex1 {
flex: 1;
}
// tabbar
.OrderStowage_tabbar {
margin-bottom: 20upx;
>view {
text-align: center;
padding: 15upx 0;
transition: all 0.3s;
border-radius: 10upx;
&.active {
background: var(--subjectColor);
color: #fff;
}
}
}
.zeroBox {
padding: 20upx;
border-radius: 10upx;
border: 2upx dashed #0086F1;
margin-bottom: 20upx;
}
.footer_button {
position: fixed;
bottom: 20upx;
left: 50%;
transform: translateX(-50%);
padding: 20upx 65upx;
background: var(--subjectColor);
color: #fff;
border-radius: 10upx;
}
//
.footer_container {
height: 80upx;
}
// >view:nth-of-type(2) {
// font-size: 28upx;
// }
// }
.inputscan {
width: 100%;
display: flex;
align-items: center;
justify-content: space-around;
>input {
width: 440upx;
height: 64upx;
border: 1upx solid #092C4D30;
border-radius: 8upx;
box-sizing: border-box;
font-size: 28upx;
padding: 0upx 20upx;
box-sizing: border-box;
}
.scanbt {
width: 128upx;
height: 64upx;
background: #D3832A;
border-radius: 8upx;
opacity: 1;
display: flex;
align-items: center;
justify-content: center;
font-size: 30upx;
font-weight: 400;
color: #FFFFFF;
}
}
.btx {
>view {
padding: 15upx 45upx;
border-radius: 8upx;
font-size: 0.9rem;
}
>.cancel {
background-color: #F5F5F6;
color: #5A6875;
margin-right: 20upx;
}
>.confirm {
background-color: #D3832A;
color: #FFFFFF;
}
}
</style>
<style>
/* #ifdef MP-WEIXIN */
.ZeroPalletizeList .popUpMask {
z-index: 10000 !important;
}
/* #endif */
</style>

24
pagesHome/pages/integral/integral.vue

@ -22,20 +22,24 @@
<view class="collapse">
<view v-for="item,index in collapse" :key="index">
<view class="title-box" @click="crrColl=index">
<view class="title-box" @click="()=>{
crrColl = index === crrColl ? -1 : index
}">
<view class="title">{{item.name}}</view>
<u-icon :name="crrColl==index?'arrow-up':'arrow-down'" color="#303133" size="28"></u-icon>
</view>
<view class="sub" @click="goEdit(item,sub)" v-show="crrColl==index" v-for="sub,idx in item.children"
:key="idx">
<view class="tag" style="margin-right: 10px;">{{idx + 1}}</view>
<view class="">
{{sub.name}}
<template v-if="crrColl==index">
<view class="sub" @click="goEdit(item,sub)" v-for="sub,idx in item.children" :key="idx">
<view class="tag" style="margin-right: 10px;">{{idx + 1}}</view>
<view class="">
{{sub.name}}
</view>
<view :class="sub.isCommit === 0 ? 'red': 'green'">
{{sub.isCommit === 0 ? '未考核': '已考核'}}
</view>
</view>
<view :class="sub.isCommit === 0 ? 'red': 'green'">
{{sub.isCommit === 0 ? '未考核': '已考核'}}
</view>
</view>
</template>
</view>
</view>
</view>

13
pagesHome/pages/integralMy/integralMy.vue

@ -108,16 +108,9 @@
})
},
initTime() {
let date = new Date();
let year = date.getFullYear()
let month = date.getMonth() + 1
if (month < 10) month = '0' + month
let start = year + '-' + month + '-01'
date.setDate(0);
let lastDay = date.getDate();
let end = year + '-' + month + '-' + lastDay
this.date = [start, end]
this.datatime = start + ' 至 ' + end
this.date[0] = uni.$u.timeFormat((new Date().valueOf() - 1000 * 60 * 60 * 24 * 3), 'yyyy-mm-dd')
this.date[1] = uni.$u.timeFormat((new Date().valueOf()), 'yyyy-mm-dd')
this.datatime = this.date[0] + ' 至 ' + this.date[1]
},
pageClick(e) {
this.crrNum = e || 1;

6
pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue

@ -466,6 +466,12 @@
</view>
</view>
<view class="popUpDetails_row">
<view class="">
<text>物料名称:</text> <text>{{details.detailsInfo.materialName}}</text>
</view>
</view>
<view class="popUpDetails_row">
<view class="">
<text>运单号:</text> <text>{{details.detailsInfo.waybillNumber}}</text>

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

File diff suppressed because one or more lines are too long

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

File diff suppressed because it is too large Load Diff

11
unpackage/dist/dev/app-plus/app.css vendored

@ -613,7 +613,7 @@ body {
position: fixed;
left: 0;
top: 0;
background-color: #00000050;
background-color: rgba(0, 0, 0, 0.5);
z-index: 999;
}
.modtips[data-v-27fa88b6] {
@ -709,7 +709,7 @@ body {
position: fixed;
left: 0;
top: 0;
background-color: #00000050;
background-color: rgba(0, 0, 0, 0.5);
z-index: 999;
}
.modtips[data-v-a3a2f036] {
@ -1174,7 +1174,7 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
left: 0;
width: 100vw;
height: 100vh;
background-color: #00000050;
background-color: rgba(0, 0, 0, 0.5);
z-index: 9999;
display: flex;
align-items: center;
@ -1190,14 +1190,13 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
margin-bottom: 0.3125rem;
}
.container .scoolv[data-v-385736e8] {
max-height: 40vh;
max-height: 60vh;
padding: 0.625rem;
padding-bottom: 0;
box-sizing: border-box;
}
.container .buttonContainer[data-v-385736e8] {
width: 100%;
height: 12vh;
padding: 0.625rem 0;
flex: 1;
display: flex;
justify-content: space-around;

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

@ -7,8 +7,8 @@
"id": "__UNI__EB22F37",
"name": "货无忧",
"version": {
"name": "1.1.17",
"code": 1117
"name": "1.1.18",
"code": 1118
},
"description": "",
"developer": {
@ -220,12 +220,6 @@
"selectedIconPath": "/static/TabberIcon/icon2check.png",
"text": "任务"
},
{
"pagePath": "pages/news/news",
"iconPath": "/static/TabberIcon/icon4.png",
"selectedIconPath": "/static/TabberIcon/icon4check.png",
"text": "消息"
},
{
"pagePath": "pages/user/user",
"iconPath": "/static/TabberIcon/icon5.png",

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

@ -1910,6 +1910,16 @@ function getCurrentTree(data, loadingObj = {}) {
loadingObj
);
}
function postFindLoadZeroList(data, loadingObj = {}) {
return utils_request.service(
{
url: `logpm-trunkline/api/carsLoad/findLoadZeroList`,
method: "post",
data
},
loadingObj
);
}
exports.$_initRetentionList = $_initRetentionList;
exports.$_retentionScan = $_retentionScan;
exports.$_retentionTrayScan = $_retentionTrayScan;
@ -2000,6 +2010,7 @@ exports.postFindAllAllocationId = postFindAllAllocationId;
exports.postFindAllocationData = postFindAllocationData;
exports.postFindCarsLoadingDetail = postFindCarsLoadingDetail;
exports.postFindCarsLoadingOrderDetail = postFindCarsLoadingOrderDetail;
exports.postFindLoadZeroList = postFindLoadZeroList;
exports.postFindStockList = postFindStockList;
exports.postFindSyncOldTrayData = postFindSyncOldTrayData;
exports.postFindTrayData = postFindTrayData;

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

@ -43,7 +43,7 @@
position: fixed;
left: 0;
top: 0;
background-color: #00000050;
background-color: rgba(0, 0, 0, 0.5);
z-index: 999;
}
.modtips {

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

@ -29,7 +29,7 @@
position: fixed;
left: 0;
top: 0;
background-color: #00000050;
background-color: rgba(0, 0, 0, 0.5);
z-index: 999;
}
.modtips.data-v-27fa88b6 {

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

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

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

@ -26,7 +26,202 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
const { HANDLE_GETSTORAGEINFO } = storageStore;
const { storageArr } = common_vendor.storeToRefs(storageStore);
const tip = common_vendor.ref(null);
let details = common_vendor.reactive({ tablist: [] });
let details = common_vendor.reactive({
tablist: [
{
type: 1,
name: "工作台",
minilist: [
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "订单查询",
router: "/pagesHome/pages/orderInquiry/orderInquiry"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "库位查询",
router: "/pagesHome/pages/storageInquiry/storageInquiry"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "托盘查询",
router: "/pagesHome/pages/trayInquiry/trayInquiry"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "库存品查询",
router: "/pagesHome/pages/inventoryInquiry/inventoryInquiry"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "物料维护",
router: "/pagesHome/pages/MaterialMaintenance/MaterialMaintenance"
}
]
},
{
type: 1,
name: "入库",
minilist: [
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "码板打托",
router: "/pagesHome/pages/codePlateBracket/codePlateBracket"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "入库扫描",
router: "/pagesHome/pages/TranNumber/TranNumber"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "到车入库",
router: "/pagesHome/pages/ArrivalList/ArrivalList"
}
]
},
{
type: 1,
name: "库内",
minilist: [
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "分拣打托",
router: "/pagesHome/pages/scansorting/scansorting"
},
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '订单分拣',
// router: '/pagesHome/pages/ordersorting/ordersorting',
// },
// {
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
// name: '库存品分拣',
// router: '/pagesHome/pages/lnventorysorting/lnventorysorting',
// },
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "扫码上架",
router: "/pagesHome/pages/ScanUpType/ScanUpType"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "手动上架",
router: "/pagesHome/pages/PeopleScanUpType/PeopleScanUpType"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "移库",
router: "/pagesHome/pages/RelocationType/RelocationType"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "滞留",
router: "/pagesHome/pages/Retention/Retention"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "合托",
router: "/pagesHome/pages/MergeTray/MergeTray"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "下架",
router: "/pagesHome/pages/DownGoodsType/DownGoodsType"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "空置托盘",
router: "/pagesHome/pages/RemoveTray/RemoveTray"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "复核",
router: "/pagesHome/pages/Check/Check"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "托盘数据同步",
router: "/pagesHome/pages/SearchTray/SearchTray"
}
]
},
{
type: 1,
name: "出库",
minilist: [
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "拣货扫描",
router: "/pagesHome/pages/pickingScan/pickingScan"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "自提扫描",
router: "/pagesHome/pages/SelfPickupScan/SelfPickupScan"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "配载装车",
router: "/pagesHome/pages/StowageList/StowageList"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "中转装车",
router: "/pagesHome/pages/RelayScanList/RelayScanList"
}
]
},
{
type: 1,
name: "配送",
minilist: [
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "装车扫描",
router: "/pagesHome/pages/LoadingScan/LoadingScan"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "签收扫描",
router: "/pagesHome/pages/signinScan/signinScan"
},
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "直发商家签收",
router: "/pagesHome/pages/directGoMarket/directGoMarket"
}
]
},
{
type: 1,
name: "离线上传",
minilist: [
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "离线上传",
router: "/pagesHome/pages/OfflineUpload/OfflineUpload"
}
]
},
{
type: 1,
name: "考核",
minilist: [
{
icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
name: "考核指标",
router: "/pagesHome/pages/integral/integral"
},
{
icon: "http://8.137.14.82:9000/bladex/upload/20240117/fac9c4fd6c4f0bee599417fc8fbbee62.png",
name: "我的考核",
router: "/pagesHome/pages/integralMy/integralMy"
}
]
}
]
});
function gopathpage(path) {
common_vendor.index.navigateTo({
url: path

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

@ -114,6 +114,12 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
}
let res = await api_user.getMyWarehouseList({});
details.warehouseList = res.data;
if (details.warehouseList.length === 0)
return common_vendor.index.showToast({
title: "该账号暂时没有关联仓库",
icon: "none",
duration: 1500
});
if (details.warehouseList.length == 1) {
let resdata = await api_user.preserveCurrentWarehouse(details.warehouseList[0]);
common_vendor.index.setStorageSync("checkname", details.warehouseList[0]);

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

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

Loading…
Cancel
Save