From 246ce4f496aecb36eb0714baf16cac2b320de84e Mon Sep 17 00:00:00 2001
From: qb <1191961160@qq.com>
Date: Wed, 28 Feb 2024 19:12:20 +0800
Subject: [PATCH] =?UTF-8?q?'=E6=96=B0=E5=A2=9E=E9=9B=B6=E6=8B=85=E5=8D=B8?=
=?UTF-8?q?=E5=88=86=E4=B8=80=E4=BD=93'?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
api/user.js | 13 +
compoment/PopUp/PopUp.vue | 16 +-
compoment/tiplist/tiplist.vue | 3 +-
compoment/tips/tips.vue | 3 +-
config/host.js | 8 +-
manifest.json | 4 +-
pages/index/index.vue | 394 ++---
pages/login/login.vue | 6 +
pagesHome/pages/ArrivalList/ArrivalList.vue | 53 +-
pagesHome/pages/StowageList/StowageList.vue | 12 +-
.../VehicleArrivalDetails.vue | 95 +-
.../VehicleArrivalDetailsByTray.vue | 525 ++++---
pagesHome/pages/integral/integral.vue | 24 +-
pagesHome/pages/integralMy/integralMy.vue | 13 +-
.../dynamicCheckDetails.vue | 6 +
.../dist/dev/app-plus/app-config-service.js | 4 +-
unpackage/dist/dev/app-plus/app-service.js | 1376 +++++++++++++----
unpackage/dist/dev/app-plus/app.css | 11 +-
unpackage/dist/dev/app-plus/manifest.json | 10 +-
unpackage/dist/dev/mp-weixin/api/user.js | 11 +
.../mp-weixin/compoment/tiplist/tiplist.wxss | 2 +-
.../dev/mp-weixin/compoment/tips/tips.wxss | 2 +-
unpackage/dist/dev/mp-weixin/config/host.js | 2 +-
.../dist/dev/mp-weixin/pages/index/index.js | 197 ++-
.../dist/dev/mp-weixin/pages/login/login.js | 6 +
.../dist/dev/mp-weixin/project.config.json | 7 +-
26 files changed, 1989 insertions(+), 814 deletions(-)
diff --git a/api/user.js b/api/user.js
index ddcee70..4deef00 100644
--- a/api/user.js
+++ b/api/user.js
@@ -2935,4 +2935,17 @@ export function getCurrentTree(data, loadingObj = {}) {
},
loadingObj
);
+}
+
+/**
+ * 获取未卸车的零担数据
+ */
+export function postFindLoadZeroList(data, loadingObj = {}) {
+ return request({
+ url: `logpm-trunkline/api/carsLoad/findLoadZeroList`,
+ method: "post",
+ data
+ },
+ loadingObj
+ );
}
\ No newline at end of file
diff --git a/compoment/PopUp/PopUp.vue b/compoment/PopUp/PopUp.vue
index 5b5aed8..132073c 100644
--- a/compoment/PopUp/PopUp.vue
+++ b/compoment/PopUp/PopUp.vue
@@ -10,8 +10,8 @@
-
-
+
+
取消
@@ -37,6 +37,8 @@
* 是否显示弹框
*/
showPopUp: false,
+ isShowClose: true,
+ isShowButton: true,
/**
* 内容高度
*/
@@ -86,7 +88,8 @@
left: 0;
width: 100vw;
height: 100vh;
- background-color: #00000050;
+ // background-color: #00000050;
+ background-color: rgba(0, 0, 0, 0.5);
z-index: 9999;
display: flex;
align-items: center;
@@ -105,15 +108,16 @@
}
.scoolv {
- max-height: 40vh;
+ max-height: 60vh;
padding: 20upx;
- padding-bottom: 0upx;
+ // padding-bottom: 0upx;
box-sizing: border-box;
}
.buttonContainer {
width: 100%;
- height: 12vh;
+ // height: 12vh;
+ padding: 20upx 0;
flex: 1;
display: flex;
justify-content: space-around;
diff --git a/compoment/tiplist/tiplist.vue b/compoment/tiplist/tiplist.vue
index 65aaa61..3d94379 100644
--- a/compoment/tiplist/tiplist.vue
+++ b/compoment/tiplist/tiplist.vue
@@ -456,7 +456,8 @@
position: fixed;
left: 0;
top: 0;
- background-color: #00000050;
+ // background-color: #00000050;
+ background-color: rgba(0, 0, 0, 0.5);
z-index: 999;
}
diff --git a/compoment/tips/tips.vue b/compoment/tips/tips.vue
index 26d07f1..2aa8618 100644
--- a/compoment/tips/tips.vue
+++ b/compoment/tips/tips.vue
@@ -68,7 +68,8 @@
position: fixed;
left: 0;
top: 0;
- background-color: #00000050;
+ // background-color: #00000050;
+ background-color: rgba(0, 0, 0, 0.5);
z-index: 999;
}
diff --git a/config/host.js b/config/host.js
index e7cc96b..11d08d6 100644
--- a/config/host.js
+++ b/config/host.js
@@ -4,11 +4,11 @@
* 测试域名
* */
//测试域名
-const devhost = 'http://test.api.huo5you.com/'
+// const devhost = 'http://test.api.huo5you.com/'
// lmy
// const devhost = 'http://192.168.10.123:8889/'
// zhy
-// const devhost = 'http://192.168.3.12:13000/'
+const devhost = 'http://192.168.3.12:13000/'
// tjj
// const devhost = 'http://192.168.3.14:13000/'
// cyz
@@ -23,9 +23,9 @@ const devhost = 'http://test.api.huo5you.com/'
/**
* 正式域名
* */
-// const prohost = 'http://h5uapi.huitongys.com/'
+const prohost = 'http://h5uapi.huitongys.com/'
// const prohost = 'https://h5uapi.huitongys.com/' // 小程序
-const prohost = 'http://test.api.huo5you.com/'
+// const prohost = 'http://test.api.huo5you.com/'
/**
* 图片域名
* */
diff --git a/manifest.json b/manifest.json
index 4570b2d..8c7b917 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
"name" : "货无忧",
"appid" : "__UNI__EB22F37",
"description" : "",
- "versionName" : "1.1.17",
- "versionCode" : 1117,
+ "versionName" : "1.1.18",
+ "versionCode" : 1118,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 859a37f..909a143 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -40,203 +40,203 @@
const { storageArr } = storeToRefs(storageStore)
const tip = ref(null)
- let details = reactive({ tablist: [] });
- // let details = reactive({
- // tablist: [
- // {
- // type: 1,
- // name: '工作台',
- // minilist: [
- // {
- // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
- // name: '订单查询',
- // router: '/pagesHome/pages/orderInquiry/orderInquiry',
- // },
- // {
- // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
- // name: '库位查询',
- // router: '/pagesHome/pages/storageInquiry/storageInquiry',
- // },
- // {
- // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
- // name: '托盘查询',
- // router: '/pagesHome/pages/trayInquiry/trayInquiry',
- // },
- // {
- // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
- // name: '库存品查询',
- // router: '/pagesHome/pages/inventoryInquiry/inventoryInquiry',
- // },
- // {
- // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
- // name: '物料维护',
- // router: '/pagesHome/pages/MaterialMaintenance/MaterialMaintenance',
- // },
- // ]
- // },
- // {
- // type: 1,
- // name: '入库',
- // minilist: [
- // {
- // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
- // name: '码板打托',
- // router: '/pagesHome/pages/codePlateBracket/codePlateBracket',
- // },
- // {
- // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
- // name: '入库扫描',
- // router: '/pagesHome/pages/TranNumber/TranNumber',
- // },
- // {
- // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
- // name: '到车入库',
- // router: '/pagesHome/pages/ArrivalList/ArrivalList',
- // },
- // ]
- // },
- // {
- // type: 1,
- // name: '库内',
- // minilist: [
- // {
- // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
- // name: '分拣打托',
- // router: '/pagesHome/pages/scansorting/scansorting',
- // },
- // // {
- // // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
- // // name: '订单分拣',
- // // router: '/pagesHome/pages/ordersorting/ordersorting',
- // // },
- // // {
- // // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
- // // name: '库存品分拣',
- // // router: '/pagesHome/pages/lnventorysorting/lnventorysorting',
- // // },
- // {
- // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
- // name: '扫码上架',
- // router: '/pagesHome/pages/ScanUpType/ScanUpType',
- // },
- // {
- // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
- // name: '手动上架',
- // router: '/pagesHome/pages/PeopleScanUpType/PeopleScanUpType',
- // },
- // {
- // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
- // name: '移库',
- // router: '/pagesHome/pages/RelocationType/RelocationType',
- // },
- // {
- // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
- // name: '滞留',
- // router: '/pagesHome/pages/Retention/Retention',
- // },
- // {
- // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
- // name: '合托',
- // router: '/pagesHome/pages/MergeTray/MergeTray',
- // },
- // {
- // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
- // name: '下架',
- // router: '/pagesHome/pages/DownGoodsType/DownGoodsType',
- // },
- // {
- // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
- // name: '空置托盘',
- // router: '/pagesHome/pages/RemoveTray/RemoveTray',
- // },
- // {
- // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
- // name: '复核',
- // router: '/pagesHome/pages/Check/Check',
- // },
- // {
- // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
- // name: '托盘数据同步',
- // router: '/pagesHome/pages/SearchTray/SearchTray',
- // },
- // ]
- // },
- // {
- // type: 1,
- // name: '出库',
- // minilist: [
- // {
- // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
- // name: '拣货扫描',
- // router: '/pagesHome/pages/pickingScan/pickingScan',
- // },
- // {
- // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
- // name: '自提扫描',
- // router: '/pagesHome/pages/SelfPickupScan/SelfPickupScan',
- // },
- // {
- // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
- // name: '配载装车',
- // router: '/pagesHome/pages/StowageList/StowageList',
- // },
- // {
- // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
- // name: '中转装车',
- // router: '/pagesHome/pages/RelayScanList/RelayScanList',
- // },
- // ]
- // },
- // {
- // type: 1,
- // name: '配送',
- // minilist: [
- // {
- // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
- // name: '装车扫描',
- // router: '/pagesHome/pages/LoadingScan/LoadingScan',
- // },
- // {
- // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
- // name: '签收扫描',
- // router: '/pagesHome/pages/signinScan/signinScan',
- // },
- // {
- // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
- // name: '直发商家签收',
- // router: '/pagesHome/pages/directGoMarket/directGoMarket',
- // },
- // ]
- // },
- // {
- // type: 1,
- // name: '离线上传',
- // minilist: [
- // {
- // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
- // name: '离线上传',
- // router: '/pagesHome/pages/OfflineUpload/OfflineUpload',
- // },
- // ]
- // },
- // {
- // type: 1,
- // name: '考核',
- // minilist: [
- // {
- // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
- // name: '考核指标',
- // router: '/pagesHome/pages/integral/integral',
- // },
- // {
- // icon: 'http://8.137.14.82:9000/bladex/upload/20240117/fac9c4fd6c4f0bee599417fc8fbbee62.png',
- // name: '我的考核',
- // router: '/pagesHome/pages/integralMy/integralMy',
- // },
- // ]
- // },
- // ]
- // })
+ // let details = reactive({ tablist: [] });
+ let details = reactive({
+ tablist: [
+ {
+ type: 1,
+ name: '工作台',
+ minilist: [
+ {
+ icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ name: '订单查询',
+ router: '/pagesHome/pages/orderInquiry/orderInquiry',
+ },
+ {
+ icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ name: '库位查询',
+ router: '/pagesHome/pages/storageInquiry/storageInquiry',
+ },
+ {
+ icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ name: '托盘查询',
+ router: '/pagesHome/pages/trayInquiry/trayInquiry',
+ },
+ {
+ icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ name: '库存品查询',
+ router: '/pagesHome/pages/inventoryInquiry/inventoryInquiry',
+ },
+ {
+ icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ name: '物料维护',
+ router: '/pagesHome/pages/MaterialMaintenance/MaterialMaintenance',
+ },
+ ]
+ },
+ {
+ type: 1,
+ name: '入库',
+ minilist: [
+ {
+ icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ name: '码板打托',
+ router: '/pagesHome/pages/codePlateBracket/codePlateBracket',
+ },
+ {
+ icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ name: '入库扫描',
+ router: '/pagesHome/pages/TranNumber/TranNumber',
+ },
+ {
+ icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ name: '到车入库',
+ router: '/pagesHome/pages/ArrivalList/ArrivalList',
+ },
+ ]
+ },
+ {
+ type: 1,
+ name: '库内',
+ minilist: [
+ {
+ icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ name: '分拣打托',
+ router: '/pagesHome/pages/scansorting/scansorting',
+ },
+ // {
+ // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ // name: '订单分拣',
+ // router: '/pagesHome/pages/ordersorting/ordersorting',
+ // },
+ // {
+ // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ // name: '库存品分拣',
+ // router: '/pagesHome/pages/lnventorysorting/lnventorysorting',
+ // },
+ {
+ icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ name: '扫码上架',
+ router: '/pagesHome/pages/ScanUpType/ScanUpType',
+ },
+ {
+ icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ name: '手动上架',
+ router: '/pagesHome/pages/PeopleScanUpType/PeopleScanUpType',
+ },
+ {
+ icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ name: '移库',
+ router: '/pagesHome/pages/RelocationType/RelocationType',
+ },
+ {
+ icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ name: '滞留',
+ router: '/pagesHome/pages/Retention/Retention',
+ },
+ {
+ icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ name: '合托',
+ router: '/pagesHome/pages/MergeTray/MergeTray',
+ },
+ {
+ icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ name: '下架',
+ router: '/pagesHome/pages/DownGoodsType/DownGoodsType',
+ },
+ {
+ icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ name: '空置托盘',
+ router: '/pagesHome/pages/RemoveTray/RemoveTray',
+ },
+ {
+ icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ name: '复核',
+ router: '/pagesHome/pages/Check/Check',
+ },
+ {
+ icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ name: '托盘数据同步',
+ router: '/pagesHome/pages/SearchTray/SearchTray',
+ },
+ ]
+ },
+ {
+ type: 1,
+ name: '出库',
+ minilist: [
+ {
+ icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ name: '拣货扫描',
+ router: '/pagesHome/pages/pickingScan/pickingScan',
+ },
+ {
+ icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ name: '自提扫描',
+ router: '/pagesHome/pages/SelfPickupScan/SelfPickupScan',
+ },
+ {
+ icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ name: '配载装车',
+ router: '/pagesHome/pages/StowageList/StowageList',
+ },
+ {
+ icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ name: '中转装车',
+ router: '/pagesHome/pages/RelayScanList/RelayScanList',
+ },
+ ]
+ },
+ {
+ type: 1,
+ name: '配送',
+ minilist: [
+ {
+ icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ name: '装车扫描',
+ router: '/pagesHome/pages/LoadingScan/LoadingScan',
+ },
+ {
+ icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ name: '签收扫描',
+ router: '/pagesHome/pages/signinScan/signinScan',
+ },
+ {
+ icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ name: '直发商家签收',
+ router: '/pagesHome/pages/directGoMarket/directGoMarket',
+ },
+ ]
+ },
+ {
+ type: 1,
+ name: '离线上传',
+ minilist: [
+ {
+ icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ name: '离线上传',
+ router: '/pagesHome/pages/OfflineUpload/OfflineUpload',
+ },
+ ]
+ },
+ {
+ type: 1,
+ name: '考核',
+ minilist: [
+ {
+ icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ name: '考核指标',
+ router: '/pagesHome/pages/integral/integral',
+ },
+ {
+ icon: 'http://8.137.14.82:9000/bladex/upload/20240117/fac9c4fd6c4f0bee599417fc8fbbee62.png',
+ name: '我的考核',
+ router: '/pagesHome/pages/integralMy/integralMy',
+ },
+ ]
+ },
+ ]
+ })
function gopathpage(path : string) {
uni.navigateTo({
diff --git a/pages/login/login.vue b/pages/login/login.vue
index c3f849e..b4e8cfe 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -221,6 +221,12 @@
let res = await getMyWarehouseList({})
details.warehouseList = res.data
+ if (details.warehouseList.length === 0) return uni.showToast({
+ title: '该账号暂时没有关联仓库',
+ icon: 'none',
+ duration: 1500
+ })
+
if (details.warehouseList.length == 1) {
let resdata = await preserveCurrentWarehouse(details.warehouseList[0])
uni.setStorageSync('checkname', details.warehouseList[0])
diff --git a/pagesHome/pages/ArrivalList/ArrivalList.vue b/pagesHome/pages/ArrivalList/ArrivalList.vue
index d116544..96c72b9 100644
--- a/pagesHome/pages/ArrivalList/ArrivalList.vue
+++ b/pagesHome/pages/ArrivalList/ArrivalList.vue
@@ -69,41 +69,42 @@
线路:{{item.carsLineName}}
-
-
- 到车
+
+
+
+ 到车
+
-
-
-
-
- 按件入库
-
+
+
+
+ 按件入库
+
-
- 整托入库
-
+
+ 整托入库
+
-
- 卸分一体
+
+ 卸分一体
+
-
-
-
- 按件装车
-
+
+
+ 按件装车
+
-
- 整托装车
+
+ 整托装车
+
-
+
diff --git a/pagesHome/pages/StowageList/StowageList.vue b/pagesHome/pages/StowageList/StowageList.vue
index 8334942..4a3e4b9 100644
--- a/pagesHome/pages/StowageList/StowageList.vue
+++ b/pagesHome/pages/StowageList/StowageList.vue
@@ -304,20 +304,20 @@
align-items: center;
width: 100%;
box-sizing: border-box;
- padding: 20upx 32upx;
+ padding: 20upx;
padding-top: 0upx;
>view {
- width: 686upx;
+ width: 100%;
background: #FFFFFF;
display: flex;
flex-direction: column;
box-sizing: border-box;
border-bottom: 1upx solid #ebebeb;
- padding-bottom: 30upx;
+ // padding-bottom: 30upx;
background-color: #ffffff;
- margin-bottom: 20upx;
- padding-top: 20upx;
+ // margin-bottom: 20upx;
+ // padding-top: 20upx;
border-radius: 8upx;
>view:nth-last-child(1) {
@@ -405,7 +405,7 @@
display: flex;
align-items: center;
justify-content: center;
- margin-top: 20upx;
+ margin: 20upx 0;
>view {
border-radius: 8upx;
diff --git a/pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue b/pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue
index 55471af..98cc016 100644
--- a/pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue
+++ b/pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue
@@ -34,7 +34,7 @@
{{details.pageInfo.planLoadingNumber || 0}}
- 装车件数
+ 在车件数
{{details.pageInfo.realLoadingNumber || 0}}
@@ -87,7 +87,7 @@
订单总数:
- {{item.totalNum}}
+ {{item.totalNumber}}
@@ -128,10 +128,16 @@
- 托盘名称: {{value.trayName || '暂无数据'}}
+ 托盘名称: {{ value.trayName }}
- 托盘码: {{value.trayCode || '暂无数据'}}
+ 托盘码: {{ value.trayCode }}
+
+
+
+
+
+ 卸车仓库: {{value.unloadNodeName }}
@@ -149,10 +155,15 @@
- 托盘名称: {{value.trayName || '暂无数据'}}
+ 托盘名称: {{value.trayName}}
- 托盘码: {{value.trayCode || '暂无数据'}}
+ 托盘码: {{value.trayCode}}
+
+
+
+
+ 卸车仓库: {{value.unloadNodeName }}
@@ -479,11 +490,11 @@
// #ifdef APP
if (details.isAbnormal) {
- utils.handleToast(`签收${_total}件, 异常签收${_abnormal}件`)
+ utils.handleToast(`卸车${_total}件, 异常卸车${_abnormal}件`)
return
}
- utils.handleToast(`签收${_total}件`)
+ utils.handleToast(`卸车${_total}件`)
// #endif
}
}
@@ -499,14 +510,58 @@
/** 请求页面数据 */
async function initpage() {
try {
- // 按件请求页面
- const res = await initPageByOrder()
- } catch (err) {
- console.log('err :>> ', err);
+ const response = await postArriveUnloadCarsDetail({
+ loadId: details.loadId
+ })
+
+ const { code, data } = response
+ console.log('response :>> ', response);
+ if (code === 200) {
+ details.pageInfo = data
+ details.datalist = details.orderStatus === 1 ?
+ details.pageInfo.unloadScanOrderList :
+ details.orderStatus === 2 ?
+ details.pageInfo.unloadZeroList :
+ details.pageInfo.exceptionList
+
+ if (details.isscan || details.isAbnormal) {
+ // 签收总数
+ let _total = 0
+
+ let _abnormal = 0
+
+ // 定制品
+ for (let iterator of details.pageInfo.unloadScanOrderList) {
+ if (iterator.unloadNum)
+ _total += iterator.unloadNum || 0
+ }
+
+ // 零担
+ for (let iterator of details.pageInfo.unloadZeroList) {
+ if (iterator.unloadNum)
+ _total += iterator.unloadNum || 0
+ }
+
+ _total += details.pageInfo.exceptionList.length
+
+ _abnormal += details.pageInfo.exceptionList.length
+
+ // #ifdef APP
+ if (details.isAbnormal) {
+ utils.handleToast(`卸车${_total}件, 异常卸车${_abnormal}件`)
+ return
+ }
+
+ utils.handleToast(`卸车${_total}件`)
+ // #endif
+ }
+ }
+ } catch (e) {
//TODO handle the exception
} finally {
- console.log('details.datalist :>> ', details.datalist);
+ details.isscan = false
+ details.isAbnormal = false
return null
}
}
@@ -543,8 +598,6 @@
// }
// return
- console.log('details.datalist :>> ', details.datalist);
- console.log('details.datalist.length :>> ', details.datalist.length);
}
/** 包件卸车 -- 单个 */
@@ -765,7 +818,7 @@
if (res.code !== 200) return
- ZeroStowage.value.setDetails.showPopUp = false
+ ZeroStowage.value.details.showPopUp = false
basicContainer.value.startPullDownRefresh()
}
})
@@ -955,11 +1008,15 @@
justify-content: space-between;
font-size: 28upx;
color: #092C4D;
- margin-bottom: 20upx;
+ margin: 20upx;
>view {
- &:first-child {
- margin-right: 20upx;
+
+ // &:first-child {
+ // margin-right: 20upx;
+ // }
+ >view:first-child {
+ flex: none;
}
}
diff --git a/pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray.vue b/pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray.vue
index e434aad..d0a7218 100644
--- a/pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray.vue
+++ b/pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray.vue
@@ -13,16 +13,6 @@
录入托盘码
-
-
托盘码:{{details.trayInfo.trayCode}}
托盘名称:{{details.trayInfo.trayName}}
@@ -110,7 +100,7 @@
-
+
+
+
+
+
+ {{index + 1}}
+
+ 订单号:
+ {{item.dataCode}}
+
+
+
+ 运单号:
+ {{item.waybillNo}}
+
+
+
+ 总数:
+ {{item.orderTotalNum}}
+
+
+ 打托数量:
+ {{item.scanNum}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -145,41 +177,116 @@
-
-
-
+
+
- 订单编号:{{details.zeroInfo.orderCode}}
+ 订单编号:{{details.zeroForm.orderCode}}
+
+
+
+ 运单号:{{details.zeroForm.waybillNo}}
- 运单号:{{details.zeroInfo.waybillNo}}
+ 物料名称:{{details.zeroForm.scanCode}}
- 物料名称:{{details.zeroInfo.orderPackageCode}}
+ 目的仓:{{details.zeroForm.finalNodeName}}
-
- 装车数:{{details.zeroInfo.num || 0}}
- 卸车数:{{details.zeroInfo.unloadNum || 0}}
+
+ 装车数:{{details.zeroForm.num || 0}}
+
+
+
+
+ 卸车数:
+
+
-
-
+
-
-
- 当前包件未在本次计划, 是否异常卸车
+
+
+ 在车数据
-
- 包条码: {{details.scancode}}
+
+
+ 在库数据
-
+
+
+
+
+
+
+ 订单编号:{{item.orderCode}}
+
+
+
+ 运单号:{{item.waybillNo}}
+
+
+
+ 物料名称:{{item.scanCode}}
+
+
+
+ 装车数:{{item.num || 0}}
+
+
+
+
+ 确认打托
+
+
+
+
+
+
+
+ 暂无数据~
+
+
+
+
+
+
+
+ 搜索
+
+
+
+
+ 订单号:
+ {{item.dataCode}}
+
+
+ 总件数:
+ {{item.orderTotalNum}}件
+
+
+ 剩余件数:
+ {{item.residueNum}}件
+
+
+ 入库数:
+
+
+
+
+
+ 取消
+ 确认
+
+
+
@@ -201,7 +308,8 @@
warehouseTrayTypeorderScanTrayCode,
warehouseTrayTypedeleteOrderCode,
warehouseTrayTypedeleteZeroOrderByTrayCode,
- postUnloadTrayAllOne
+ postUnloadTrayAllOne,
+ postFindLoadZeroList
} from '@/api/user.js'
import {
onLoad,
@@ -277,6 +385,12 @@
],
/** 是否显示打托方式 */
isShowType: false,
+ /** 零担TabBar激活 1 : 在车数据, 2: 在库数据 */
+ zeroTabBar: 1 as 1 | 2,
+ /** 零担打托列表 */
+ zeroPalletizeList: [],
+ /** 零担打托form */
+ zeroForm: {}
})
@@ -285,12 +399,10 @@
const basicContainer = ref(null)
const tip = ref()
- /** 零担装车 */
- const ZeroStowage = ref()
+ /** 零担打托列表 */
+ const ZeroPalletizeList = ref()
/** 定制品异常装车 */
const OrderStowage = ref()
- /** 选择打托方式 */
- const chooseTary = ref()
const jpScorllView = ref()
@@ -323,6 +435,8 @@
})
// #endif
+ await nextTick()
+ OrderStowage.value.details.showPopUp = true
})
onMounted(async () => {
@@ -433,13 +547,16 @@
})
const submitData = {
- trayCode: details.trayInfo.trayCode || details.scancode,
+ trayCode: details.scancode,
loadId: details.loadId
}
const res = await warehouseTrayTypeorderScanTrayCode(submitData)
const { code, data } = res
if (code !== 200) return res
- if (data.isHasData === 0) return details.isShowType = true
+ if (data.isHasData === 0) {
+ details.trayInfo.trayCode = details.scancode
+ return details.isShowType = true
+ }
else {
details.info = data.data
details.trayInfo = data.data
@@ -488,79 +605,7 @@
/** 零担 -- 单独卸车 */
const handleZeroSoleStowage = (_item, _value) => {
- details.zeroInfo = { waybillNo: _item.waybillNo, orderCode: _item.orderCode, ..._value }
-
- details.zeroInfo.unloadNum = details.zeroInfo.num
-
- ZeroStowage.value.setDetails({
- title: '零担卸车',
- showPopUp: true,
- success() {
- console.log('details.zeroInfo :>> ', details.zeroInfo);
- const submitData = {
- loadId: details.loadId,
- waybillNo: details.zeroInfo.waybillNo,
- orderCode: details.zeroInfo.orderCode,
- productName: details.zeroInfo.orderPackageCode,
- enterNum: details.zeroInfo.unloadNum
- }
- postCarsLoadUnloadZero(submitData)
- }
- })
- }
-
- /** 零担卸车 */
- const handleZeroStowage = (_item, _value) => {
- // 检测该零担是否符合卸车要求
- let content = ''
- if (Number(_value.scanStatus) === 2) {
- content = '该零担已卸车'
- }
- else if (Number(_value.scanStatus) === 2) {
- content = '该零担已签收'
- }
-
- if (content) {
- // #ifdef APP
- utils.ttsspke(content)
- // #endif
- uni.showToast({
- title: content,
- icon: 'none'
- })
- return
- }
- // 检测该零担是否有托盘信息; 有: 询问是否整托卸车, 当在整托卸车时, 不允许单独卸车
- if (_value.trayCode) {
-
- tiplists.value.setdetails({
- isshow: true,
- tipstate: 2,
- list: [],
- isonecheck: true,
- title: '是否整托装车',
- success: () => {
- tiplists.value.setdetails({ isshow: false })
- // 整托卸车
- scanTray()
- },
- cancel: () => {
- tiplists.value.setdetails({ isshow: false })
-
- if (Number(details.pageType) === 2) return
- handleZeroSoleStowage(_item, _value)
- },
- close: () => {
- tiplists.value.setdetails({ isshow: false })
- }
- })
- details.scancode = _value.trayCode
- return
- }
-
- if (Number(details.pageType) === 2) return
- handleZeroSoleStowage(_item, _value)
}
/** 选择打托方式 */
@@ -570,9 +615,7 @@
details.trayInfo.trayTypeName = item.name
}
- /**
- * 删除
- */
+ /** 删除 */
function removeitem(item : any) {
// 定制品
if (details.orderStatus === 1) removeOrder(item)
@@ -580,9 +623,7 @@
else if (details.orderStatus === 2) removeZero(item)
}
- /**
- * 删除定制品
- */
+ /** 删除定制品 */
function removeOrder(item : any) {
tip.value.setdetails({
title: '提示',
@@ -609,9 +650,8 @@
}
})
}
- /**
- * 删除零担
- */
+
+ /** 删除零担 */
function removeZero(item : any) {
tip.value.setdetails({
title: '提示',
@@ -639,6 +679,78 @@
})
}
+ /** 开启零担打托弹窗 */
+ const handleShowZero = async () => {
+ if (!details.trayInfo.trayCode) return utils.handleToast('请先扫描托盘码')
+
+ const res = await postFindLoadZeroList({ loadId: details.loadId })
+ const { code, data } = res
+
+ if (code !== 200) return
+
+ details.zeroPalletizeList = data
+ OrderStowage.value.setDetails({
+ title: '',
+ showPopUp: true,
+ isShowButton: false,
+ success() {
+ OrderStowage.value.details.showPopUp = false
+ }
+ })
+ }
+
+ /** 零担打托弹窗TabBar切换 */
+ const handleZeroTabbar = (code : 1 | 2) => {
+ details.zeroTabBar = code
+
+ details.zeroPalletizeList = [{}]
+ }
+
+ /** 显示零担打托弹窗 */
+ const handleShowPalletize = (item) => {
+ details.zeroForm = item
+ console.log('item.num :>> ', item.num);
+ details.zeroForm.unLoadNum = item.num
+ console.log('details.zeroForm :>> ', details.zeroForm);
+
+ ZeroPalletizeList.value.setDetails({
+ title: '零担打托',
+ showPopUp: true,
+ confirmText: '确认打托',
+ async success() {
+ try {
+ const submitData = {
+ loadId: details.loadId,
+ trayCode: details.trayInfo.trayCode,
+ trayType: details.trayInfo.trayType,
+ isZero: 1,
+ waybillNo: details.zeroForm.waybillNo,
+ orderCode: details.zeroForm.orderCode,
+ enterNum: details.zeroForm.unLoadNum
+ }
+
+ const res = await postUnloadTrayAllOne(submitData)
+
+ const { code, data, msg } = res
+ console.log('msg :>> ', msg);
+
+ if (code !== 200) {
+ if (msg) utils.handleToast(msg)
+ return
+ }
+
+ details.orderCode = data.orders
+
+ basicContainer.value.startPullDownRefresh()
+ } catch (err) {
+ console.log('err :>> ', err);
+ //TODO handle the exception
+ } finally {
+ ZeroPalletizeList.value.details.showPopUp = false
+ }
+ }
+ })
+ }
const { orderStatus, items, datalist } = toRefs(details)
@@ -750,24 +862,11 @@
}
}
- .scve {
- width: 100%;
- height: 50vh;
- margin-top: 20upx;
-
- .mabx {
- background: #fff;
- display: flex;
- flex-direction: column;
- align-items: center;
- background: #FFFFFF;
- }
- }
.contenbx1 {
display: flex;
justify-content: space-between;
- font-size: 28upx;
+ font-size: 0.9rem;
color: #092C4D;
margin-bottom: 20upx;
@@ -840,9 +939,21 @@
justify-content: space-between;
}
+ .flex-c-sa {
+ display: flex;
+ align-items: center;
+ justify-content: space-around;
+ }
+
+ .flex-c-c {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ }
+
// 按钮
.button {
- padding: 10upx 15upx;
+ padding: 15upx 30upx;
background: var(--subjectColor);
color: #fff;
border-radius: 5upx;
@@ -862,10 +973,6 @@
margin: 5upx 0;
}
- .w100 {
- width: 100%;
- }
-
.input {
padding: 10upx 20upx;
border: 1upx solid #aaa;
@@ -887,32 +994,6 @@
font-size: 28upx !important;
}
- // 详情
- .details_container {
- font-size: 28upx;
- zoom: 0.9;
- border-bottom: 1upx solid #FA8C16;
- padding: 15upx 0;
-
- &:last-child {
- border-bottom: 0upx;
- }
- }
-
- // 每行的值
- .row_value {
- font-size: 0.8rem;
- word-break: break-all;
- }
-
- .mt10 {
- margin-top: 10upx;
- }
-
- .flex1 {
- flex: 1;
- }
-
// 标签
.tip {
padding: 10upx 15upx;
@@ -957,7 +1038,6 @@
}
}
-
.chuanhuo {
border: #ff0000;
}
@@ -1012,10 +1092,6 @@
font-weight: 400;
word-wrap: break-word;
word-break: break-all;
-
- // &:nth-of-type(1) {
- // width: 180upx;
- // }
}
.index {
@@ -1080,21 +1156,114 @@
.weish {
color: #f00;
}
+ }
+ }
- // >view {
- // display: flex;
- // flex-direction: column;
- // align-items: center;
+ .mt20 {
+ margin-top: 20upx;
+ }
- // >view:nth-of-type(1) {
- // font-size: 36upx;
- // margin-bottom: 12upx;
- // }
+ .flex1 {
+ flex: 1;
+ }
+
+ // 零担打托弹窗tabbar
+ .OrderStowage_tabbar {
+ margin-bottom: 20upx;
+
+ >view {
+ text-align: center;
+ padding: 15upx 0;
+ transition: all 0.3s;
+ border-radius: 10upx;
+
+ &.active {
+ background: var(--subjectColor);
+ color: #fff;
+ }
+ }
+ }
+
+ .zeroBox {
+ padding: 20upx;
+ border-radius: 10upx;
+ border: 2upx dashed #0086F1;
+ margin-bottom: 20upx;
+ }
+
+ .footer_button {
+ position: fixed;
+ bottom: 20upx;
+ left: 50%;
+ transform: translateX(-50%);
+ padding: 20upx 65upx;
+ background: var(--subjectColor);
+ color: #fff;
+ border-radius: 10upx;
+ }
+
+ // 底部站位
+ .footer_container {
+ height: 80upx;
+ }
- // >view:nth-of-type(2) {
- // font-size: 28upx;
- // }
- // }
+ .inputscan {
+ width: 100%;
+ display: flex;
+ align-items: center;
+ justify-content: space-around;
+
+ >input {
+ width: 440upx;
+ height: 64upx;
+ border: 1upx solid #092C4D30;
+ border-radius: 8upx;
+ box-sizing: border-box;
+ font-size: 28upx;
+ padding: 0upx 20upx;
+ box-sizing: border-box;
+ }
+
+ .scanbt {
+ width: 128upx;
+ height: 64upx;
+ background: #D3832A;
+ border-radius: 8upx;
+ opacity: 1;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-size: 30upx;
+ font-weight: 400;
+ color: #FFFFFF;
+ }
+ }
+
+ .btx {
+ >view {
+ padding: 15upx 45upx;
+ border-radius: 8upx;
+ font-size: 0.9rem;
+ }
+
+ >.cancel {
+ background-color: #F5F5F6;
+ color: #5A6875;
+ margin-right: 20upx;
+ }
+
+ >.confirm {
+ background-color: #D3832A;
+ color: #FFFFFF;
}
}
+
+
+
\ No newline at end of file
diff --git a/pagesHome/pages/integral/integral.vue b/pagesHome/pages/integral/integral.vue
index 9a77795..b17ae7d 100644
--- a/pagesHome/pages/integral/integral.vue
+++ b/pagesHome/pages/integral/integral.vue
@@ -22,20 +22,24 @@
-
+ {
+ crrColl = index === crrColl ? -1 : index
+ }">
{{item.name}}
-
- {{idx + 1}}
-
- {{sub.name}}
+
+
+ {{idx + 1}}
+
+ {{sub.name}}
+
+
+ {{sub.isCommit === 0 ? '未考核': '已考核'}}
+
-
- {{sub.isCommit === 0 ? '未考核': '已考核'}}
-
-
+
+
diff --git a/pagesHome/pages/integralMy/integralMy.vue b/pagesHome/pages/integralMy/integralMy.vue
index edb8189..3ad4c8a 100644
--- a/pagesHome/pages/integralMy/integralMy.vue
+++ b/pagesHome/pages/integralMy/integralMy.vue
@@ -108,16 +108,9 @@
})
},
initTime() {
- let date = new Date();
- let year = date.getFullYear()
- let month = date.getMonth() + 1
- if (month < 10) month = '0' + month
- let start = year + '-' + month + '-01'
- date.setDate(0);
- let lastDay = date.getDate();
- let end = year + '-' + month + '-' + lastDay
- this.date = [start, end]
- this.datatime = start + ' 至 ' + end
+ this.date[0] = uni.$u.timeFormat((new Date().valueOf() - 1000 * 60 * 60 * 24 * 3), 'yyyy-mm-dd')
+ this.date[1] = uni.$u.timeFormat((new Date().valueOf()), 'yyyy-mm-dd')
+ this.datatime = this.date[0] + ' 至 ' + this.date[1]
},
pageClick(e) {
this.crrNum = e || 1;
diff --git a/pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue b/pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue
index b5a6e95..d308714 100644
--- a/pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue
+++ b/pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue
@@ -466,6 +466,12 @@
+
+