From 355e2d27d8d108c096799b00a6b6040ac6402b7e Mon Sep 17 00:00:00 2001
From: qb <1191961160@qq.com>
Date: Fri, 17 May 2024 23:09:32 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=83=A8=E5=88=86bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
api/user.js | 28 +
compoment/MyInput/MyInput.vue | 271 +++
config/host.js | 8 +-
interfaces/pagesHome/SelfPickupDetails.ts | 2 +
main.js | 3 +
manifest.json | 6 +-
pages.json | 31 +-
pages/index/index.vue | 65 +-
pages/login/login.vue | 7 +-
pagesHome/pages/CustomerSign/CustomerSign.vue | 2 +-
.../pages/PickUpLotList/PickUpLotList.vue | 13 +-
.../pages/PickingScanList/PickingScanList.vue | 5 +
.../PreStoragePackage/PreStoragePackage.vue | 422 ++++
.../SelfPickupDetails/SelfPickupDetails.vue | 57 +-
.../StockUplistByZero/StockUplistByZero.vue | 9 +-
.../StowageListDetails/StowageListDetails.vue | 35 +-
.../VehicleArrivalDetails.vue | 57 +-
pagesHome/pages/billsList/billsList.vue | 6 +-
pagesHome/pages/onLoadByScan/onLoadByScan.vue | 15 +-
.../onLoadOrderDetails/onLoadOrderDetails.vue | 37 +-
.../pages/signOrderScan/signOrderScan.vue | 8 +-
.../pages/PickingScanList/PickingScanList.css | 2 +-
.../SelfPickupDetails/SelfPickupDetails.css | 2 +-
.../dist/dev/app-plus/app-config-service.js | 4 +-
unpackage/dist/dev/app-plus/app-service.js | 1800 +++++++++++------
unpackage/dist/dev/app-plus/app.css | 115 ++
unpackage/dist/dev/app-plus/manifest.json | 12 +-
.../dist/dev/app-plus/pages/login/login.css | 4 +-
unpackage/dist/dev/mp-weixin/api/user.js | 980 +++++----
unpackage/dist/dev/mp-weixin/common/vendor.js | 12 +-
unpackage/dist/dev/mp-weixin/config/host.js | 2 +-
.../dist/dev/mp-weixin/pages/index/index.js | 212 +-
.../SelfPickupDetails/SelfPickupDetails.js | 92 +-
.../SelfPickupDetails/SelfPickupDetails.wxml | 2 +-
.../SelfPickupDetails/SelfPickupDetails.wxss | 179 +-
.../pages/signOrderScan/signOrderScan.js | 13 +-
.../pages/signOrderScan/signOrderScan.wxml | 2 +-
.../dist/dev/mp-weixin/project.config.json | 8 +-
unpackage/dist/dev/mp-weixin/utils/request.js | 55 +-
utils/request.js | 2 +-
40 files changed, 3346 insertions(+), 1239 deletions(-)
create mode 100644 compoment/MyInput/MyInput.vue
create mode 100644 pagesHome/pages/PreStoragePackage/PreStoragePackage.vue
diff --git a/api/user.js b/api/user.js
index eb56388..51e9424 100644
--- a/api/user.js
+++ b/api/user.js
@@ -3229,4 +3229,32 @@ export function postFindFinanceList(data, loadingObj = {}, canCancel = false) {
loadingObj,
canCancel
);
+}
+
+/**
+ * 通过预约单号搜索已入库或未入库数据
+ */
+export function postBusinessPreOrderList(data, loadingObj = {}, canCancel = false) {
+ return request({
+ url: `logpm-distribution/app/businessPreOrder/list`,
+ method: "post",
+ data
+ },
+ loadingObj,
+ canCancel
+ );
+}
+
+/**
+ * 扫描包条码入库
+ */
+export function postBusinessPreOrderscanOrderPackageCode(data, loadingObj = {}, canCancel = false) {
+ return request({
+ url: `logpm-distribution/app/businessPreOrder/scanOrderPackageCode`,
+ method: "post",
+ data
+ },
+ loadingObj,
+ canCancel
+ );
}
\ No newline at end of file
diff --git a/compoment/MyInput/MyInput.vue b/compoment/MyInput/MyInput.vue
new file mode 100644
index 0000000..b9a20c3
--- /dev/null
+++ b/compoment/MyInput/MyInput.vue
@@ -0,0 +1,271 @@
+
+
+
+
+
+ {{props.rules.message}}
+
+
+
+
+
+
+
+
+
+
+ {
+ inputValue = ''
+ handleChangeInputStatus()
+ }" :class="{removeIcon:true, showClearable: inputValue, removeClearable: !inputValue}" v-if="clearable">
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/config/host.js b/config/host.js
index 9088917..2c432e2 100644
--- a/config/host.js
+++ b/config/host.js
@@ -4,7 +4,7 @@
* 测试域名
* */
//测试域名s
-// const devhost = 'http://test.api.huo5you.com/'
+const devhost = 'http://test.api.huo5you.com/'
// lmy
// const devhost = 'http://192.168.10.123:8889/'
// zhy
@@ -12,7 +12,7 @@
// xiaohei
// const devhost = 'http://192.168.3.18:13000/'
// tjj
-const devhost = 'http://192.168.3.14:13000/'
+// const devhost = 'http://192.168.3.14:13000/'
// cyz
// const devhost = 'http://192.168.6.169:9777/'
// const devhost = 'http://192.168.6.141:8777/'
@@ -26,8 +26,8 @@ const devhost = 'http://192.168.3.14: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/interfaces/pagesHome/SelfPickupDetails.ts b/interfaces/pagesHome/SelfPickupDetails.ts
index 6b4ae82..5970b9b 100644
--- a/interfaces/pagesHome/SelfPickupDetails.ts
+++ b/interfaces/pagesHome/SelfPickupDetails.ts
@@ -55,4 +55,6 @@ export interface pagedetailType {
stockList : any;
/** 滚动区高度 */
scrollHeight : string
+ /** 扫描的码值 */
+ scanOrderPackageCode : string
}
\ No newline at end of file
diff --git a/main.js b/main.js
index 9c20862..dba67ad 100644
--- a/main.js
+++ b/main.js
@@ -31,6 +31,8 @@ import PullDownBox from '@/compoment/PullDownBox/PullDownBox.vue';
import MyTree from '@/compoment/MyTree/MyTree.vue'
/** 复选框 */
import CheckBox from '@/compoment/CheckBox/CheckBox.vue'
+/** 输入框组件 */
+import MyInput from '@/compoment/MyInput/MyInput';
import saomiao1 from '@/compoment/saomiao1.vue'
import saomiao2 from '@/compoment/saomiao2.vue'
import saomiao3 from '@/compoment/saomiao3.vue'
@@ -63,6 +65,7 @@ export function createApp() {
.component('PullDownBox', PullDownBox)
.component('MyTree', MyTree)
.component('CheckBox', CheckBox)
+ .component('MyInput', MyInput)
uni.$u.config.unit = 'rpx'
return {
diff --git a/manifest.json b/manifest.json
index d821c19..0881bbe 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,9 +1,9 @@
{
- "name" : "货无忧",
+ "name" : "货无忧测试版",
"appid" : "__UNI__EB22F37",
"description" : "",
- "versionName" : "1.1.31",
- "versionCode" : 1131,
+ "versionName" : "1.1.28",
+ "versionCode" : 1128,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
diff --git a/pages.json b/pages.json
index 664fbc9..aa21f3b 100644
--- a/pages.json
+++ b/pages.json
@@ -362,6 +362,25 @@
}
}
+ },
+ {
+ "path": "pages/PreStoragePackage/PreStoragePackage",
+ "style": {
+ "navigationBarTitleText": "预入库包件",
+ "enablePullDownRefresh": true,
+ "onReachBottomDistance": 1,
+ "navigationStyle": "custom",
+ "app-plus": {
+ "animationDuration": 300,
+ "animationType": "zoom-fade-out",
+ "pullToRefresh": {
+ "support": true,
+ "color": "#d3832a", //小圈圈的颜色
+ "style": "circle" //小圈圈的样式
+ }
+ }
+ }
+
},
{
"path": "pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray",
@@ -1771,12 +1790,12 @@
// "selectedIconPath": "/static/TabberIcon/icon3check.png",
// "text": "报表"
// },
- {
- "pagePath": "pages/news/news",
- "iconPath": "/static/TabberIcon/icon4.png",
- "selectedIconPath": "/static/TabberIcon/icon4check.png",
- "text": "消息"
- },
+ // {
+ // "pagePath": "pages/news/news",
+ // "iconPath": "/static/TabberIcon/icon4.png",
+ // "selectedIconPath": "/static/TabberIcon/icon4check.png",
+ // "text": "消息"
+ // },
{
"pagePath": "pages/user/user",
"iconPath": "/static/TabberIcon/icon5.png",
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 5bb1d80..8239920 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -48,27 +48,27 @@
name: '工作台',
minilist: [
{
- icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ icon: 'http://47.108.51.143:9000/basic/upload/20231016/440a01005f8333bcc76c1254a1d35570.png',
name: '订单查询',
router: '/pagesHome/pages/orderInquiry/orderInquiry',
},
{
- icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ icon: 'http://47.108.51.143:9000/basic/upload/20240103/81ac2b693232dd9968ec35c0fa3d21f2.png',
name: '运单查询',
router: '/pagesHome/pages/waybillInquiry/waybillInquiry',
},
{
- icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ icon: 'http://47.108.51.143:9000/basic/upload/20240103/81ac2b693232dd9968ec35c0fa3d21f2.png',
name: '库位查询',
router: '/pagesHome/pages/storageInquiry/storageInquiry',
},
{
- icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ icon: 'http://47.108.51.143:9000/basic/upload/20240103/81ac2b693232dd9968ec35c0fa3d21f2.png',
name: '托盘查询',
router: '/pagesHome/pages/trayInquiry/trayInquiry',
},
{
- icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ icon: 'http://47.108.51.143:9000/basic/upload/20240103/81ac2b693232dd9968ec35c0fa3d21f2.png',
name: '库存品查询',
router: '/pagesHome/pages/inventoryInquiry/inventoryInquiry',
},
@@ -78,7 +78,7 @@
router: '/pagesHome/pages/MaterialMaintenance/MaterialMaintenance',
},
{
- icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ icon: 'http://47.108.51.143:9000/basic/upload/20240320/d22bc792f9deff3f106aafc590ec14fb.png',
name: '库位列表',
router: '/pagesHome/pages/StorageLocationList/StorageLocationList',
},
@@ -94,20 +94,25 @@
name: '入库',
minilist: [
{
- icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ icon: 'http://47.108.51.143:9000/basic/upload/20240429/14451e54503266f168edf3651f2ab798.png',
name: '码板打托',
router: '/pagesHome/pages/codePlateBracket/codePlateBracket',
},
{
- icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ icon: 'http://47.108.51.143:9000/basic/upload/20240429/d4325e620aa324658da28d7cabc6f223.png',
name: '入库扫描',
router: '/pagesHome/pages/TranNumber/TranNumber',
},
{
- icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ icon: 'http://47.108.51.143:9000/basic/upload/20240429/49254333c9c5c7aed6e9c8aab89c5998.png',
name: '到车入库',
router: '/pagesHome/pages/ArrivalList/ArrivalList',
},
+ {
+ icon: 'http://47.108.51.143:9000/basic/upload/20240429/d4325e620aa324658da28d7cabc6f223.png',
+ name: '预入库包件',
+ router: '/pagesHome/pages/PreStoragePackage/PreStoragePackage',
+ },
]
},
{
@@ -115,7 +120,7 @@
name: '库内',
minilist: [
{
- icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ icon: 'http://47.108.51.143:9000/basic/upload/20231012/e2604b3c97ee6001f367df87e3d0fdd1.png',
name: '分拣打托',
router: '/pagesHome/pages/scansorting/scansorting',
},
@@ -130,47 +135,47 @@
// router: '/pagesHome/pages/lnventorysorting/lnventorysorting',
// },
{
- icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ icon: 'http://47.108.51.143:9000/basic/upload/20231012/03add918888d36ce0d566da120510840.png',
name: '扫码上架',
router: '/pagesHome/pages/ScanUpType/ScanUpType',
},
{
- icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ icon: 'http://47.108.51.143:9000/basic/upload/20231012/7b7ca70b84ebf6a2f72e74300725132c.png',
name: '手动上架',
router: '/pagesHome/pages/PeopleScanUpType/PeopleScanUpType',
},
{
- icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ icon: 'http://47.108.51.143:9000/basic/upload/20231012/7b7e477dd35483ca7628567c609657fc.png',
name: '移库',
router: '/pagesHome/pages/RelocationType/RelocationType',
},
{
- icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ icon: 'http://47.108.51.143:9000/basic/upload/20231012/b104c036fc6b6af5b635cc619731db6f.png',
name: '滞留',
router: '/pagesHome/pages/Retention/Retention',
},
{
- icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ icon: 'http://47.108.51.143:9000/basic/upload/20231012/ce45bb522069f1fd154ca964e66069c2.png',
name: '合托',
router: '/pagesHome/pages/MergeTray/MergeTray',
},
{
- icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ icon: 'http://47.108.51.143:9000/basic/upload/20231012/91403695005c2c65ea2c9d4ddadac9c3.png',
name: '下架',
router: '/pagesHome/pages/DownGoodsType/DownGoodsType',
},
{
- icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ icon: 'http://47.108.51.143:9000/basic/upload/20231017/4ae045f95dcd923e8e8a553ccb374471.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/Check/Check',
- },
- {
- icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ icon: 'http://47.108.51.143:9000/basic/upload/20231217/5d3a466a54b62a60cfb9dc53b0f6ded1.png',
name: '托盘数据同步',
router: '/pagesHome/pages/SearchTray/SearchTray',
},
@@ -181,22 +186,22 @@
name: '出库',
minilist: [
{
- icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ icon: 'http://47.108.51.143:9000/basic/upload/20231012/b58252914de56c0e3da1bdc75ac51c07.png',
name: '拣货扫描',
router: '/pagesHome/pages/pickingScan/pickingScan',
},
{
- icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ icon: 'http://47.108.51.143:9000/basic/upload/20231012/7a9648ffdefd77f7ab8bb7861a2473e7.png',
name: '自提扫描',
router: '/pagesHome/pages/SelfPickupScan/SelfPickupScan',
},
{
- icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ icon: 'http://47.108.51.143:9000/basic/upload/20240429/e5562240ca21316b21306d17f9394abc.png',
name: '配载装车',
router: '/pagesHome/pages/StowageList/StowageList',
},
{
- icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ icon: 'http://47.108.51.143:9000/basic/upload/20240429/d58281e6ba1845f313d85a119107e260.png',
name: '中转装车',
router: '/pagesHome/pages/RelayScanList/RelayScanList',
},
@@ -207,17 +212,17 @@
name: '配送',
minilist: [
{
- icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ icon: 'http://47.108.51.143:9000/basic/upload/20231012/1a9bbc8c842b8b7ef555d6cd79d421be.png',
name: '装车扫描',
router: '/pagesHome/pages/LoadingScan/LoadingScan',
},
{
- icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ icon: 'http://47.108.51.143:9000/basic/upload/20231012/6956f6950cfc291e01c038ea5e13f984.png',
name: '签收扫描',
router: '/pagesHome/pages/signinScan/signinScan',
},
{
- icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ icon: 'http://47.108.51.143:9000/basic/upload/20240429/16a9b462df1546f2fa6159df00ade62e.png',
name: '直发商家签收',
router: '/pagesHome/pages/directGoMarket/directGoMarket',
},
diff --git a/pages/login/login.vue b/pages/login/login.vue
index 84060eb..cdca857 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -12,18 +12,21 @@
公司编号
+
用户账号
+
登录密码
+
@@ -515,10 +518,10 @@
background: #F4F8FB;
border-radius: 8upx;
opacity: 1;
- padding: 10upx;
+ padding: 10upx 0;
padding-left: 20upx;
box-sizing: border-box;
- font-size: 24upx;
+ font-size: 24upx !important;
font-weight: 400;
color: #AFB4BA;
display: flex;
diff --git a/pagesHome/pages/CustomerSign/CustomerSign.vue b/pagesHome/pages/CustomerSign/CustomerSign.vue
index 8129a18..ccfa714 100644
--- a/pagesHome/pages/CustomerSign/CustomerSign.vue
+++ b/pagesHome/pages/CustomerSign/CustomerSign.vue
@@ -428,7 +428,7 @@
icon: 'none'
})
// #ifdef APP
- utils.ttsspke('成功签收' + item.reservationNum + '件')
+ utils.ttsspke(item.reservationNum + '件')
// #endif
initpage()
}
diff --git a/pagesHome/pages/PickUpLotList/PickUpLotList.vue b/pagesHome/pages/PickUpLotList/PickUpLotList.vue
index 95bb604..f51f7ce 100644
--- a/pagesHome/pages/PickUpLotList/PickUpLotList.vue
+++ b/pagesHome/pages/PickUpLotList/PickUpLotList.vue
@@ -70,7 +70,7 @@
-
+
+
+
+
+
+ handleTabbarStatus(0)">
+ 未 入 库
+
+
+ handleTabbarStatus(1)">
+ 已 入 库
+
+
+
+
+
+
+
+
+
+
+
+
+ {}">
+
+
+
+
+
+ 订单号:
+
+
+
+ {{item.orderCode}}
+
+
+
+
+
+ 包条码:
+
+
+
+ {{item.orderPackageCode}}
+
+
+
+
+
+ 一级品:
+
+
+
+ {{item.firsts}}
+
+
+
+
+
+ 二级品:
+
+
+
+ {{item.second}}
+
+
+
+
+
+ 三级品:
+
+
+
+ {{item.thirdProduct}}
+
+
+
+
+
+ 物料:
+
+
+
+ {{item.materialName}}
+
+
+
+
+ {{details.tabBarActive === 0 ?'未入库' : '已入库'}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue b/pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue
index 19addf0..60f336b 100644
--- a/pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue
+++ b/pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue
@@ -187,7 +187,9 @@
orderList: [],
stockList: [],
/** 滚动区高度 */
- scrollHeight: '45vh'
+ scrollHeight: '45vh',
+ /** 扫描的码值 */
+ scanOrderPackageCode: ''
})
const tiplists = ref(null)
const basicContainer = ref(null)
@@ -221,6 +223,8 @@
uni.$off('scancodedate')
}) */
function showsdqs() {
+ if (details.planNum <= details.signedNum) return utils.handleToast('提货计划已完成')
+
tiplists.value.setdetails({
isshow: true,
tipstate: 1,
@@ -228,6 +232,7 @@
placeholder: '请输入扫描的码',
inputtext: '',
success: (detail) => {
+ if (!detail.inputtext && detail.inputtext !== 0) return utils.handleToast('请输入码值')
details.scancode = detail.inputtext
sacn()
tiplists.value.setdetails({ isshow: false })
@@ -302,6 +307,32 @@
try {
// 标签页为3时, 不支持扫描
if (details.orderCode === 3) return
+
+ if (details.planNum <= details.signedNum) return utils.handleToast('提货计划已完成')
+
+ let content = ''
+ let haveData = false
+
+ for (let i = 0; i < details.orderList.length; i++) {
+ const item = details.orderList[i]
+
+ if (content) break
+
+ if (details.scancode !== item.orderPackageCode) continue
+ haveData = true
+ if (item.scanStatus === 2) {
+ content = '包件已扫描';
+
+ const _value = details.orderList.splice(i, 1)
+ details.orderList.unshift(_value[0])
+ }
+ break;
+ }
+
+
+ if (!haveData) return utils.handleToast('码值错误, 不在本计划内')
+ if (content) return utils.handleToast(content)
+
let data = {
id: details.billLadingId,
coding: details.scancode,
@@ -311,6 +342,7 @@
console.log(res);
if (res.code == 200) {
details.isscan = true
+ details.scanOrderPackageCode = data.coding
initpage()
} else if (res.code === 3001) {
@@ -340,9 +372,26 @@
billLadingId: details.billLadingId,
orderCode: details.orderCode
}
- let response = await billLadingdetailList(data,)
- if (response.code !== 200) return
- details.orderList = response.data.list || []
+ let response = await billLadingdetailList(data)
+ const { code, data: { list } } = response
+ console.log('response :>> ', response);
+ if (code !== 200 || !list) return
+
+
+ const _arr = []
+ const scanArr = []
+
+ for (let i = 0; i < list.length; i++) {
+ const item = list[i]
+
+ if (item.scanStatus === 1) _arr.push(item)
+ else if (item.orderPackageCode === details.scanOrderPackageCode) _arr.unshift(item)
+ else scanArr.push(item)
+ }
+
+ details.scanOrderPackageCode = ''
+
+ details.orderList = [..._arr, ...scanArr]
details.consignee = response.data.consignee
details.pickUpPlate = response.data.pickUpPlate
details.carTypeStr = response.data.carTypeStr
diff --git a/pagesHome/pages/StockUplistByZero/StockUplistByZero.vue b/pagesHome/pages/StockUplistByZero/StockUplistByZero.vue
index 312eccc..9f330f6 100644
--- a/pagesHome/pages/StockUplistByZero/StockUplistByZero.vue
+++ b/pagesHome/pages/StockUplistByZero/StockUplistByZero.vue
@@ -31,7 +31,7 @@
-
+
@@ -69,7 +69,7 @@
-
+
@@ -107,7 +107,7 @@
-
+
@@ -343,6 +343,9 @@
}
await nextTick()
+ console.log('PullDownRef1.value :>> ', PullDownRef1.value);
+ console.log('PullDownRef2 :>> ', PullDownRef2);
+ console.log('PullDownRef3 :>> ', PullDownRef3);
// 展开下拉框
PullDownRef1.value.handleShowPullDown(true)
PullDownRef2.value.handleShowPullDown(true)
diff --git a/pagesHome/pages/StowageListDetails/StowageListDetails.vue b/pagesHome/pages/StowageListDetails/StowageListDetails.vue
index ea90268..bc42f80 100644
--- a/pagesHome/pages/StowageListDetails/StowageListDetails.vue
+++ b/pagesHome/pages/StowageListDetails/StowageListDetails.vue
@@ -7,7 +7,7 @@
配载批次:{{details.pageInfo.carsNo}}
- {{details.pageType === 1? '录入包条码': '录入托盘码'}}
+ {{Number(details.pageType) === 1? '录入包条码': '录入托盘码'}}
@@ -303,7 +303,8 @@
orderType: 0,
inputtxt: '',
listcheckindex: -1,
- isscan: false,
+ /** 是否播报件数 */
+ BroadcastOrNot: false,
order: [],
zero: [],
pageInfo: {},
@@ -348,7 +349,6 @@
if (code) {
console.log('code', code);
details.scancode = code
- details.isscan = true
scandata()
}
})
@@ -380,8 +380,9 @@
})
}
- /** 请求页面 -- 按件装车 */
- const initPageByOrder = async () => {
+
+ /** 请求页面数据 */
+ async function initpage() {
try {
const response = await postFindCarsLoadingDetail({
loadId: details.loadId
@@ -396,9 +397,8 @@
details.pageInfo.zeroList :
details.pageInfo.exceptionList
- if (!details.isscan) return
- utils.handleToast(details.pageInfo.realLoadingNumber + '件')
- details.isscan = false
+ if (details.BroadcastOrNot) utils.handleToast(details.pageInfo.realLoadingNumber + '件')
+ details.BroadcastOrNot = false
}
} catch (e) {
//TODO handle the exception
@@ -407,20 +407,6 @@
}
}
- /** 请求页面数据 */
- async function initpage() {
- try {
- // 按件请求页面
- await initPageByOrder()
- // else { }
- } catch (err) {
- console.log('err :>> ', err);
- //TODO handle the exception
- } finally {
- return null
- }
- }
-
function checktype(e) {
if (e == '') {
details.schanvalue = ''
@@ -506,6 +492,7 @@
// icon: 'none'
// })
basicContainer.value.startPullDownRefresh()
+ details.BroadcastOrNot = true
TrayStowage.value.details.showPopUp = false
} catch (e) {
//TODO handle the exception
@@ -538,7 +525,8 @@
console.log('res :>> ', res);
if (res.code !== 200) return
- // details.isscan = false
+ details.BroadcastOrNot = true
+
// 刷新
basicContainer.value.startPullDownRefresh()
} catch (err) {
@@ -577,6 +565,7 @@
const res = await postLoadingZero(submitData)
if (res.code !== 200) return
ZeroStowage.value.details.showPopUp = false
+ details.BroadcastOrNot = true
// 刷新
basicContainer.value.startPullDownRefresh()
} catch (err) {
diff --git a/pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue b/pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue
index 9a4952e..4cc62c8 100644
--- a/pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue
+++ b/pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue
@@ -105,7 +105,7 @@
-
+
@@ -119,7 +119,7 @@
{{Number(value.scanStatus) === 1? '已装车': Number(value.scanStatus) === 2? '已卸车': '已签收'}}
@@ -184,7 +184,7 @@
{{Number(item.scanStatus) === 1? '已装车': Number(item.scanStatus) === 2? '已卸车': '已签收'}}
@@ -824,32 +824,7 @@
\ No newline at end of file
diff --git a/pagesHome/pages/billsList/billsList.vue b/pagesHome/pages/billsList/billsList.vue
index beaa461..91828f6 100644
--- a/pagesHome/pages/billsList/billsList.vue
+++ b/pagesHome/pages/billsList/billsList.vue
@@ -137,9 +137,9 @@
onLoad((op) => {
details.pageInfo = op
- // #ifdef APP
- utils.ttsspke('请扫描或输入托盘码')
- // #endif
+ // // #ifdef APP
+ // utils.ttsspke('请扫描或输入托盘码')
+ // // #endif
})
onShow(async () => {
// #ifdef APP
diff --git a/pagesHome/pages/onLoadByScan/onLoadByScan.vue b/pagesHome/pages/onLoadByScan/onLoadByScan.vue
index d9eb8cd..1683df4 100644
--- a/pagesHome/pages/onLoadByScan/onLoadByScan.vue
+++ b/pagesHome/pages/onLoadByScan/onLoadByScan.vue
@@ -212,7 +212,7 @@
chooseIndex: -1,
/** 提货状态 */
type: {
- 1: '未扫', 2: '部分扫', 3: '齐套',
+ 1: '未 扫', 2: '部分扫', 3: '齐 套',
},
/** 滚动区高度 */
height: '80vh',
@@ -620,15 +620,18 @@
border-top-right-radius: $borderRadius;
&.none {
- background: #e56862;
+ color: #f8625a;
+ background-color: #feeded;
}
- &.portion {
- background: #0086F1;
+ &.all {
+ color: #0086F1;
+ background-color: #e5f2fd;
}
- &.all {
- background: #45db86;
+ &.portion {
+ color: #fa8c16;
+ background: #fef3e7;
}
}
}
diff --git a/pagesHome/pages/onLoadOrderDetails/onLoadOrderDetails.vue b/pagesHome/pages/onLoadOrderDetails/onLoadOrderDetails.vue
index c0da7b2..1d09845 100644
--- a/pagesHome/pages/onLoadOrderDetails/onLoadOrderDetails.vue
+++ b/pagesHome/pages/onLoadOrderDetails/onLoadOrderDetails.vue
@@ -29,7 +29,7 @@
-
+
@@ -39,13 +39,13 @@
{{index + 1}}
-
+
{{value.title}}
{{value.scanNum}}
/
- {{value.dataList.length}}
+ {{value.dataList.length}}
@@ -77,7 +77,7 @@
- {{Number(item.packageStatus) === 1 ? '已扫': '未扫' }}
+ {{Number(item.packageStatus) === 1 ? '已 扫': '未 扫' }}
@@ -310,14 +310,16 @@
right: 0;
top: 0;
color: #fff;
- padding: 5upx 10upx;
+ padding: 10upx 20upx;
&.red {
- background: #f00;
+ color: #f8625a;
+ background-color: #feeded;
}
&.green {
- background: #1ba035;
+ color: #1ba035;
+ background-color: #edfef2;
}
}
}
@@ -336,9 +338,11 @@
overflow: hidden;
>.title {
+ font-family: serif;
padding: 20upx;
background: var(--subjectColor);
color: #fff;
+ font-weight: bold;
.tip {
font-weight: normal;
@@ -376,17 +380,20 @@
}
// 序号
- $serialNumberHeight: 0.9rem;
+ $serialNumberHeight: 1.4rem;
.serialNumber {
- border: 2upx solid;
- width: $serialNumberHeight;
+ border: 4upx solid;
+ min-width: $serialNumberHeight;
height: $serialNumberHeight;
- line-height: $serialNumberHeight;
- display: inline-block;
- text-align: center;
- border-radius: 50%;
+ display: inline-flex;
+ align-items: center;
+ justify-content: center;
+ border-radius: 0.7rem;
+ box-sizing: border-box;
font-weight: normal;
- font-size: 0.7rem;
+ font-size: 0.8rem;
+ font-weight: bold;
+ padding: 5upx;
}
\ No newline at end of file
diff --git a/pagesHome/pages/signOrderScan/signOrderScan.vue b/pagesHome/pages/signOrderScan/signOrderScan.vue
index 6f9586b..beabe19 100644
--- a/pagesHome/pages/signOrderScan/signOrderScan.vue
+++ b/pagesHome/pages/signOrderScan/signOrderScan.vue
@@ -141,6 +141,9 @@
SKU:{{item.sku}}
+
+ 包条码:{{item.orderPackageCode}}
+
物品:{{item.descriptionGoods}}
规格:{{item.specification}}
@@ -149,8 +152,11 @@
单位:{{item.logpmUnit}}
-
+
+
+ {{item.signforNub==0?'未扫':'已扫'}}
diff --git a/unpackage/dist/build/app-plus/pagesHome/pages/PickingScanList/PickingScanList.css b/unpackage/dist/build/app-plus/pagesHome/pages/PickingScanList/PickingScanList.css
index 65e6eb2..ad18e86 100644
--- a/unpackage/dist/build/app-plus/pagesHome/pages/PickingScanList/PickingScanList.css
+++ b/unpackage/dist/build/app-plus/pagesHome/pages/PickingScanList/PickingScanList.css
@@ -1 +1 @@
-.flex[data-v-55937cf6]{display:flex}.flex-c-c[data-v-55937cf6]{display:flex;align-items:center;justify-content:center}.flex-c-sb[data-v-55937cf6]{display:flex;align-items:center;justify-content:space-between}.flex-c-sa[data-v-55937cf6]{display:flex;align-items:center;justify-content:space-around}.align-center[data-v-55937cf6]{display:flex;align-items:center}.flex1[data-v-55937cf6]{flex:1}.flexnone[data-v-55937cf6]{flex:none}.mt10[data-v-55937cf6]{margin-top:.3125rem}.mt20[data-v-55937cf6]{margin-top:.625rem}.ml10[data-v-55937cf6]{margin-left:.3125rem}.ml20[data-v-55937cf6]{margin-left:.625rem}.mb10[data-v-55937cf6]{margin-bottom:.3125rem}.mb20[data-v-55937cf6]{margin-bottom:.625rem}.mr10[data-v-55937cf6]{margin-right:.3125rem}.mr20[data-v-55937cf6]{margin-right:.625rem}.pd10[data-v-55937cf6]{padding:.3125rem}.pd15[data-v-55937cf6]{padding:.46875rem}.pd20[data-v-55937cf6]{padding:.625rem}.w100[data-v-55937cf6]{width:100%}.h100[data-v-55937cf6]{height:100%}.text-center[data-v-55937cf6]{text-align:center}.text-start[data-v-55937cf6]{text-align:start}.text-end[data-v-55937cf6]{text-align:end}.fwb[data-v-55937cf6]{font-weight:700}.rem-1[data-v-55937cf6]{font-size:1rem}.rem-0-8[data-v-55937cf6]{font-size:.8rem}.rem-0-9[data-v-55937cf6]{font-size:.9rem}.rem-1-5[data-v-55937cf6]{font-size:1.5rem}.primaryColor[data-v-55937cf6]{color:#172e60}.primaryColorIm[data-v-55937cf6]{color:#172e60!important}.topBox[data-v-55937cf6]{width:100%;display:flex;align-items:center;margin-bottom:.3125rem;border-radius:.3125rem}.topBox .searchInput[data-v-55937cf6]{margin-right:.3125rem;background:#eee;padding:.375rem .625rem;flex:1}.button[data-v-55937cf6]{padding:.3125rem 1.25rem;border-radius:.15625rem;background-color:var(--subjectColor);color:#fff}.scoolv[data-v-55937cf6]{width:100%;height:70vh;margin-top:.625rem}.scoolv .minbx[data-v-55937cf6]{display:flex;flex-direction:column;align-items:center}.scoolv .minbx>.its[data-v-55937cf6]{display:flex;flex-direction:column;align-items:center;width:21.4375rem;background:#FFFFFF;border-radius:.25rem;box-sizing:border-box;margin-bottom:.625rem}.scoolv .minbx>.its[data-v-55937cf6]:nth-last-child(1){margin-bottom:0}.scoolv .minbx>.its .titl[data-v-55937cf6]{width:100%;font-size:1rem;font-weight:400;color:#092c4d;border-bottom:.09375rem solid #EEEEEE;padding:.8125rem .75rem;box-sizing:border-box}.scoolv .minbx>.its .bts[data-v-55937cf6]{display:flex;align-items:center;justify-content:center;padding:.625rem 0}.scoolv .minbx>.its .bts>uni-view[data-v-55937cf6]{width:6.375rem;height:2rem;background:#FFFFFF;border-radius:.25rem;opacity:1;border:.0625rem solid #D3832A;font-size:.875rem;color:#d3832a;display:flex;align-items:center;justify-content:center}.scoolv .minbx>.its .contsx[data-v-55937cf6]{width:100%;display:flex;flex-direction:column;padding:1.0625rem .75rem;box-sizing:border-box;border-bottom:.09375rem solid #EEEEEE}.scoolv .minbx>.its .contsx .content[data-v-55937cf6]{width:100%;display:flex;align-items:center;justify-content:space-between;font-size:.875rem;color:#092c4d}.scoolv .minbx>.its .contsx .content>uni-view[data-v-55937cf6]{flex:1}.scoolv .minbx>.its .contsx .total[data-v-55937cf6]{width:100%;display:flex;align-items:center;justify-content:space-around}.scoolv .minbx>.its .contsx .total>uni-view[data-v-55937cf6]{display:flex;flex-direction:column;align-items:center;font-size:.875rem;color:#092c4d}.scoolv .minbx>.its .contsx .total>uni-view:nth-of-type(1)>uni-view[data-v-55937cf6]:nth-of-type(2){color:#0086f1}.scoolv .minbx>.its .contsx .total>uni-view:nth-of-type(2)>uni-view[data-v-55937cf6]:nth-of-type(2){color:#3ad8bc}.scoolv .minbx>.its .contsx .total>uni-view:nth-of-type(3)>uni-view[data-v-55937cf6]:nth-of-type(2){color:#fa8c16}.scoolv .minbx>.its .contsx .total>uni-view>uni-view[data-v-55937cf6]:nth-of-type(2){font-size:1.125rem;color:#0086f1;margin-top:.3125rem}.hedtopt[data-v-55937cf6]{display:flex;align-items:center;justify-content:center;flex-direction:column;background-color:#fff;padding:1.125rem 1rem;box-sizing:border-box}.hedtopt .typto[data-v-55937cf6]{display:inline-flex;align-items:center;justify-content:space-between;width:100%;font-size:.875rem;font-weight:400;color:#092c4d;margin-bottom:.625rem}.hedtopt .typto .vibx[data-v-55937cf6]{display:inline-block;min-width:3.125rem;height:1.875rem;padding:.3125rem;box-sizing:border-box;border:.0625rem solid #90A0AF;word-wrap:break-word;word-break:break-all}.hedtopt .typto[data-v-55937cf6]:nth-last-child(1){margin-bottom:0}.hedtopt .typto>uni-view[data-v-55937cf6]{flex:1}.hedtopt .kehupeison[data-v-55937cf6]{width:100%;display:flex;align-items:center;justify-content:space-around;margin-top:.625rem}.hedtopt .kehupeison>uni-view[data-v-55937cf6]{display:flex;flex-direction:column;align-items:center;font-size:.875rem;font-weight:400;color:#092c4d}.hedtopt .kehupeison>uni-view:nth-of-type(1)>uni-view[data-v-55937cf6]:nth-of-type(2){color:#092c4d}.hedtopt .kehupeison>uni-view:nth-of-type(2)>uni-view[data-v-55937cf6]:nth-of-type(2){color:#0086f1}.hedtopt .kehupeison>uni-view:nth-of-type(3)>uni-view[data-v-55937cf6]:nth-of-type(2){color:#3ad8bc}.hedtopt .kehupeison>uni-view:nth-of-type(4)>uni-view[data-v-55937cf6]:nth-of-type(2){color:#fa8c16}.hedtopt .kehupeison>uni-view>uni-view[data-v-55937cf6]:nth-of-type(2){font-size:1.125rem;font-weight:400;color:#092c4d;margin-top:.625rem}
+.flex[data-v-9f7e023d]{display:flex}.flex-c-c[data-v-9f7e023d]{display:flex;align-items:center;justify-content:center}.flex-c-sb[data-v-9f7e023d]{display:flex;align-items:center;justify-content:space-between}.flex-c-sa[data-v-9f7e023d]{display:flex;align-items:center;justify-content:space-around}.align-center[data-v-9f7e023d]{display:flex;align-items:center}.flex1[data-v-9f7e023d]{flex:1}.flexnone[data-v-9f7e023d]{flex:none}.mt10[data-v-9f7e023d]{margin-top:.3125rem}.mt20[data-v-9f7e023d]{margin-top:.625rem}.ml10[data-v-9f7e023d]{margin-left:.3125rem}.ml20[data-v-9f7e023d]{margin-left:.625rem}.mb10[data-v-9f7e023d]{margin-bottom:.3125rem}.mb20[data-v-9f7e023d]{margin-bottom:.625rem}.mr10[data-v-9f7e023d]{margin-right:.3125rem}.mr20[data-v-9f7e023d]{margin-right:.625rem}.pd10[data-v-9f7e023d]{padding:.3125rem}.pd15[data-v-9f7e023d]{padding:.46875rem}.pd20[data-v-9f7e023d]{padding:.625rem}.w100[data-v-9f7e023d]{width:100%}.h100[data-v-9f7e023d]{height:100%}.text-center[data-v-9f7e023d]{text-align:center}.text-start[data-v-9f7e023d]{text-align:start}.text-end[data-v-9f7e023d]{text-align:end}.fwb[data-v-9f7e023d]{font-weight:700}.rem-1[data-v-9f7e023d]{font-size:1rem}.rem-0-8[data-v-9f7e023d]{font-size:.8rem}.rem-0-9[data-v-9f7e023d]{font-size:.9rem}.rem-1-5[data-v-9f7e023d]{font-size:1.5rem}.primaryColor[data-v-9f7e023d]{color:#172e60}.primaryColorIm[data-v-9f7e023d]{color:#172e60!important}.topBox[data-v-9f7e023d]{width:100%;display:flex;align-items:center;margin-bottom:.3125rem;border-radius:.3125rem}.topBox .searchInput[data-v-9f7e023d]{margin-right:.3125rem;background:#eee;padding:.375rem .625rem;flex:1}.button[data-v-9f7e023d]{padding:.3125rem 1.25rem;border-radius:.15625rem;background-color:var(--subjectColor);color:#fff}.scoolv[data-v-9f7e023d]{width:100%;height:70vh;margin-top:.625rem}.scoolv .minbx[data-v-9f7e023d]{display:flex;flex-direction:column;align-items:center}.scoolv .minbx>.its[data-v-9f7e023d]{display:flex;flex-direction:column;align-items:center;width:21.4375rem;background:#FFFFFF;border-radius:.25rem;box-sizing:border-box;margin-bottom:.625rem}.scoolv .minbx>.its[data-v-9f7e023d]:nth-last-child(1){margin-bottom:0}.scoolv .minbx>.its .titl[data-v-9f7e023d]{width:100%;font-size:1rem;font-weight:400;color:#092c4d;border-bottom:.09375rem solid #EEEEEE;padding:.8125rem .75rem;box-sizing:border-box}.scoolv .minbx>.its .bts[data-v-9f7e023d]{display:flex;align-items:center;justify-content:center;padding:.625rem 0}.scoolv .minbx>.its .bts>uni-view[data-v-9f7e023d]{width:6.375rem;height:2rem;background:#FFFFFF;border-radius:.25rem;opacity:1;border:.0625rem solid #D3832A;font-size:.875rem;color:#d3832a;display:flex;align-items:center;justify-content:center}.scoolv .minbx>.its .contsx[data-v-9f7e023d]{width:100%;display:flex;flex-direction:column;padding:1.0625rem .75rem;box-sizing:border-box;border-bottom:.09375rem solid #EEEEEE}.scoolv .minbx>.its .contsx .content[data-v-9f7e023d]{width:100%;display:flex;align-items:center;justify-content:space-between;font-size:.875rem;color:#092c4d}.scoolv .minbx>.its .contsx .content>uni-view[data-v-9f7e023d]{flex:1}.scoolv .minbx>.its .contsx .total[data-v-9f7e023d]{width:100%;display:flex;align-items:center;justify-content:space-around}.scoolv .minbx>.its .contsx .total>uni-view[data-v-9f7e023d]{display:flex;flex-direction:column;align-items:center;font-size:.875rem;color:#092c4d}.scoolv .minbx>.its .contsx .total>uni-view:nth-of-type(1)>uni-view[data-v-9f7e023d]:nth-of-type(2){color:#0086f1}.scoolv .minbx>.its .contsx .total>uni-view:nth-of-type(2)>uni-view[data-v-9f7e023d]:nth-of-type(2){color:#3ad8bc}.scoolv .minbx>.its .contsx .total>uni-view:nth-of-type(3)>uni-view[data-v-9f7e023d]:nth-of-type(2){color:#fa8c16}.scoolv .minbx>.its .contsx .total>uni-view>uni-view[data-v-9f7e023d]:nth-of-type(2){font-size:1.125rem;color:#0086f1;margin-top:.3125rem}.hedtopt[data-v-9f7e023d]{display:flex;align-items:center;justify-content:center;flex-direction:column;background-color:#fff;padding:1.125rem 1rem;box-sizing:border-box}.hedtopt .typto[data-v-9f7e023d]{display:inline-flex;align-items:center;justify-content:space-between;width:100%;font-size:.875rem;font-weight:400;color:#092c4d;margin-bottom:.625rem}.hedtopt .typto .vibx[data-v-9f7e023d]{display:inline-block;min-width:3.125rem;height:1.875rem;padding:.3125rem;box-sizing:border-box;border:.0625rem solid #90A0AF;word-wrap:break-word;word-break:break-all}.hedtopt .typto[data-v-9f7e023d]:nth-last-child(1){margin-bottom:0}.hedtopt .typto>uni-view[data-v-9f7e023d]{flex:1}.hedtopt .kehupeison[data-v-9f7e023d]{width:100%;display:flex;align-items:center;justify-content:space-around;margin-top:.625rem}.hedtopt .kehupeison>uni-view[data-v-9f7e023d]{display:flex;flex-direction:column;align-items:center;font-size:.875rem;font-weight:400;color:#092c4d}.hedtopt .kehupeison>uni-view:nth-of-type(1)>uni-view[data-v-9f7e023d]:nth-of-type(2){color:#092c4d}.hedtopt .kehupeison>uni-view:nth-of-type(2)>uni-view[data-v-9f7e023d]:nth-of-type(2){color:#0086f1}.hedtopt .kehupeison>uni-view:nth-of-type(3)>uni-view[data-v-9f7e023d]:nth-of-type(2){color:#3ad8bc}.hedtopt .kehupeison>uni-view:nth-of-type(4)>uni-view[data-v-9f7e023d]:nth-of-type(2){color:#fa8c16}.hedtopt .kehupeison>uni-view>uni-view[data-v-9f7e023d]:nth-of-type(2){font-size:1.125rem;font-weight:400;color:#092c4d;margin-top:.625rem}
diff --git a/unpackage/dist/build/app-plus/pagesHome/pages/SelfPickupDetails/SelfPickupDetails.css b/unpackage/dist/build/app-plus/pagesHome/pages/SelfPickupDetails/SelfPickupDetails.css
index bd8a54c..f987ab2 100644
--- a/unpackage/dist/build/app-plus/pagesHome/pages/SelfPickupDetails/SelfPickupDetails.css
+++ b/unpackage/dist/build/app-plus/pagesHome/pages/SelfPickupDetails/SelfPickupDetails.css
@@ -1 +1 @@
-.uni-table-th[data-v-b0690720]{padding:12px 10px;display:table-cell;box-sizing:border-box;font-size:14px;font-weight:700;color:#909399;border-bottom:1px #ebeef5 solid}.uni-table-th-row[data-v-b0690720]{display:flex;flex-direction:row}.table--border[data-v-b0690720]{border-right:1px #ebeef5 solid}.uni-table-th-content[data-v-b0690720]{display:flex;align-items:center;flex:1}.arrow[data-v-b0690720]{display:block;position:relative;width:10px;height:8px;left:5px;overflow:hidden;cursor:pointer}.down[data-v-b0690720]{top:3px}.down[data-v-b0690720] :after{content:"";width:8px;height:8px;position:absolute;left:2px;top:-5px;transform:rotate(45deg);background-color:#ccc}.down.active[data-v-b0690720] :after{background-color:#007aff}.up[data-v-b0690720] :after{content:"";width:8px;height:8px;position:absolute;left:2px;top:5px;transform:rotate(45deg);background-color:#ccc}.up.active[data-v-b0690720] :after{background-color:#007aff}.uni-table-checkbox[data-v-296f1239]{display:flex;flex-direction:row;align-items:center;justify-content:center;position:relative;margin:5px 0;cursor:pointer}.uni-table-checkbox .checkbox__inner[data-v-296f1239]{flex-shrink:0;box-sizing:border-box;position:relative;width:16px;height:16px;border:1px solid #DCDFE6;border-radius:2px;background-color:#fff;z-index:1}.uni-table-checkbox .checkbox__inner .checkbox__inner-icon[data-v-296f1239]{position:absolute;top:2px;left:5px;height:7px;width:3px;border:1px solid #fff;border-left:0;border-top:0;opacity:0;transform-origin:center;transform:rotate(45deg);box-sizing:content-box}.uni-table-checkbox .checkbox__inner.checkbox--indeterminate[data-v-296f1239]{border-color:#007aff;background-color:#007aff}.uni-table-checkbox .checkbox__inner.checkbox--indeterminate .checkbox__inner-icon[data-v-296f1239]{position:absolute;opacity:1;transform:rotate(0);height:2px;top:0;margin:auto;left:0px;right:0px;bottom:0;width:auto;border:none;border-radius:2px;transform:scale(.5);background-color:#fff}.uni-table-checkbox .checkbox__inner[data-v-296f1239]:hover{border-color:#007aff}.uni-table-checkbox .checkbox__inner.is-disable[data-v-296f1239]{background-color:#f2f6fc;border-color:#dcdfe6}.uni-table-checkbox .checkbox__inner.is-checked[data-v-296f1239]{border-color:#007aff;background-color:#007aff}.uni-table-checkbox .checkbox__inner.is-checked .checkbox__inner-icon[data-v-296f1239]{opacity:1;transform:rotate(45deg)}.uni-table-checkbox .checkbox__inner.is-checked.is-disable[data-v-296f1239]{opacity:.4}.uni-table-tr[data-v-d994989e]{display:table-row;transition:all .3s;box-sizing:border-box}.checkbox[data-v-d994989e]{width:26px;padding:0 8px 0 12px;display:table-cell;vertical-align:middle;color:#333;font-weight:500;border-bottom:1px #ebeef5 solid;font-size:14px}.tr-table--border[data-v-d994989e]{border-right:1px #ebeef5 solid}.uni-table-td[data-v-eb711051]{display:table-cell;padding:8px 10px;font-size:14px;border-bottom:1px #EBEEF5 solid;font-weight:400;color:#606266;line-height:23px;box-sizing:border-box}.table--border[data-v-eb711051]{border-right:1px #EBEEF5 solid}.uni-table-scroll[data-v-f175237f]{width:100%;overflow-x:auto}.uni-table[data-v-f175237f]{position:relative;width:100%;border-radius:5px;background-color:#fff;box-sizing:border-box;display:table;overflow-x:auto}.uni-table[data-v-f175237f] .uni-table-tr:nth-child(n+2):hover{background-color:#f5f7fa}.uni-table[data-v-f175237f] .uni-table-thead .uni-table-tr:hover{background-color:#fafafa}.table--border[data-v-f175237f]{border:1px #ebeef5 solid;border-right:none}.border-none[data-v-f175237f]{border-bottom:none}.table--stripe[data-v-f175237f] .uni-table-tr:nth-child(2n+3){background-color:#fafafa}.uni-table-loading[data-v-f175237f]{position:relative;display:table-row;height:50px;line-height:50px;overflow:hidden;box-sizing:border-box}.empty-border[data-v-f175237f]{border-right:1px #ebeef5 solid}.uni-table-text[data-v-f175237f]{position:absolute;right:0;left:0;text-align:center;font-size:14px;color:#999}.uni-table-mask[data-v-f175237f]{position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(255,255,255,.8);z-index:99;display:flex;margin:auto;transition:all .5s;justify-content:center;align-items:center}.uni-table--loader[data-v-f175237f]{width:30px;height:30px;border:2px solid #aaa;border-radius:50%;animation:2s uni-table--loader-f175237f linear infinite;position:relative}@keyframes uni-table--loader-f175237f{0%{transform:rotate(360deg)}10%{border-left-color:transparent}20%{border-bottom-color:transparent}30%{border-right-color:transparent}40%{border-top-color:transparent}50%{transform:rotate(0)}60%{border-top-color:transparent}70%{border-left-color:transparent}80%{border-bottom-color:transparent}90%{border-right-color:transparent}to{transform:rotate(-360deg)}}.select_wrap[data-v-1811e470]{width:7.5rem;height:2rem;box-sizing:border-box;display:inline-block;position:relative}.select_wrap .select_input[data-v-1811e470]{-webkit-appearance:none;background-color:#f5f5f6;background-image:none;border-radius:.3125rem;border:.0625rem solid #EEEEEE;color:#092c4d;font-size:inherit;display:flex;align-items:center;outline:none;padding:0 .3125rem;height:2rem;box-sizing:border-box;transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.select_wrap .select_input .input_info[data-v-1811e470]{font-size:.875rem;width:100%;height:100%;margin-left:.3125rem}.select_wrap .select_input .input_info .text_tips[data-v-1811e470]{height:100%;color:#092c4d;font-size:.875rem}.select_wrap .select_input .icon_arrow[data-v-1811e470]{position:absolute;width:1.5625rem;height:2rem;right:0;top:0;text-align:center;color:#c0c4cc;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:999}.select_wrap .select_input .icon_arrow .arrow[data-v-1811e470]{width:.5625rem;height:.5625rem;background-color:transparent;border-color:#c0c4cc;border-style:solid;border-width:.03125rem .03125rem 0 0;transition:all .3s;box-sizing:border-box}.select_wrap .select_input .icon_arrow .arrow_down[data-v-1811e470]{transform:rotate(-45deg);margin-top:.15625rem}.select_wrap .select_input .icon_arrow .arrow_up[data-v-1811e470]{transform:rotate(135deg);margin-top:-.15625rem}.select_wrap .select_input .icon_arrow .arrow-clear[data-v-1811e470]{width:.84375rem;height:.84375rem;border:.0625rem solid #c0c4cc;color:#c0c4cc;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:.8125rem}.select_wrap .select_input .icon_arrow .arrow-clear>uni-image[data-v-1811e470]{width:.65625rem;height:.65625rem}.select_wrap .select_input_select[data-v-1811e470]{border-color:rgba(211,131,42,.5)}.select_modal_con[data-v-1811e470]{width:100%;transform-origin:center top;z-index:2062;position:absolute;top:1.25rem;left:0;border:.0625rem solid #e4e7ed;border-radius:.125rem;background-color:#fff;box-shadow:0 .0625rem .375rem rgba(0,0,0,.1);box-sizing:border-box;margin-top:1.25rem}.select_modal_con .cons_arrow[data-v-1811e470]{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid;top:-.1875rem;left:10%;margin-right:.09375rem;border-top-width:0;border-bottom-color:#ebeef5}.select_modal_con .cons_arrow[data-v-1811e470]:after{content:" ";border-width:.1875rem;position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid;margin-left:-.1875rem;border-top-width:0;border-bottom-color:#fff}.select_modal[data-v-1811e470]{overflow:scroll}.select_modal .select_content[data-v-1811e470]{list-style:none;padding:.375rem 0;margin:0;box-sizing:border-box}.select_modal .select_content .select_content_li[data-v-1811e470]{font-size:.875rem;padding:.25rem .5625rem;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#606266;display:flex;align-items:center;justify-content:flex-start;box-sizing:border-box;cursor:pointer}.select_modal .select_content .select_content_li.selected[data-v-1811e470]{color:rgba(211,131,42,.565);font-weight:700;background-color:#f5f7fa}.select_modal .select_content .select_content_li[data-v-1811e470]:hover{background-color:#f5f7fa}.tabtip{display:flex;align-items:center;justify-content:space-between}.tabtip>uni-view{width:50%;display:flex;align-items:center;justify-content:center;background-color:#fff;font-size:1rem;font-weight:400;color:#90a0af}.tabtip>uni-view>uni-view{height:2.5rem;border-bottom:.25rem solid #ffffff;display:flex;align-items:center;justify-content:center}.tabtip .xz{color:#d3832a;border-bottom:.25rem solid #D3832A}.scrollv{width:21.4375rem;height:48.5vh;background-color:#fff;margin:auto;margin-top:.625rem;padding:.625rem;box-sizing:border-box}.scrollv .mabxs{display:flex;flex-direction:column;align-items:center;padding-top:.15625rem}.scrollv .mabxs .ite{width:96%;display:flex;flex-direction:column;align-items:center;padding:.625rem .46875rem .3125rem;box-sizing:border-box;border-radius:.25rem;box-shadow:0 .0625rem .3125rem #e2e2e3;margin-bottom:.625rem}.scrollv .mabxs .ite:nth-last-child(1){margin-bottom:.15625rem}.scrollv .mabxs .ite>uni-view{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:.625rem}.scrollv .mabxs .ite>uni-view:nth-last-child(1){margin-bottom:none!important}.scrollv .mabxs .ite>uni-view>uni-view{font-size:.875rem;font-weight:400;color:#092c4d}.tabmabx{width:100%;padding:0 1rem .625rem;box-sizing:border-box;background-color:#fff}.tabmabx .uni-table-th{background-color:#f8fbff;font-size:.875rem;font-weight:400;color:#092c4d}.tabmabx .uni-table-tr:nth-last-child(2)>.uni-table-td{font-size:1.125rem;font-weight:400;color:#092c4d}.tabmabx .uni-table-tr:nth-last-child(2)>.uni-table-td:nth-of-type(1){font-size:.875rem!important;font-weight:400;color:#092c4d!important}.tabmabx .uni-table-tr:nth-last-child(1)>.uni-table-td{border-bottom:none!important;font-size:1.125rem;font-weight:400;color:#0086f1}.tabmabx .uni-table-tr:nth-last-child(1)>.uni-table-td:nth-of-type(1){font-size:.875rem!important;font-weight:400;color:#092c4d!important}.tabmabx>uni-view{border-radius:.25rem;border:.0625rem solid #EEEEEE;padding-bottom:-.0625rem}.headtop{display:flex;flex-direction:column;padding:1.0625rem 1rem;box-sizing:border-box;background-color:#fff}.headtop>uni-view{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;font-weight:400;color:#092c4d;margin-bottom:.75rem}.headtop>uni-view:nth-of-type(2){margin-bottom:0}.headtop>uni-view>uni-view{flex:1}.scinp{display:flex;align-items:center;justify-content:space-between;padding:.375rem 1rem;box-sizing:border-box;background-color:#fff}.scinp>uni-view:nth-of-type(1){font-size:.875rem;font-weight:400;color:#092c4d}.scinp .inputs{width:8.625rem;height:2rem;background:#F5F5F6;border-radius:.25rem;opacity:1;border:.0625rem solid #EEEEEE;padding:.3125rem;box-sizing:border-box;font-size:.75rem;font-weight:400;color:#afb4ba}.scinp .inputs>uni-input{flex:1;font-size:.75rem;color:#092c4d}.scinp .btscan{width:4rem;height:2rem;background:#D3832A;border-radius:.25rem;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:400;color:#fff}
+.uni-table-th[data-v-b0690720]{padding:12px 10px;display:table-cell;box-sizing:border-box;font-size:14px;font-weight:700;color:#909399;border-bottom:1px #ebeef5 solid}.uni-table-th-row[data-v-b0690720]{display:flex;flex-direction:row}.table--border[data-v-b0690720]{border-right:1px #ebeef5 solid}.uni-table-th-content[data-v-b0690720]{display:flex;align-items:center;flex:1}.arrow[data-v-b0690720]{display:block;position:relative;width:10px;height:8px;left:5px;overflow:hidden;cursor:pointer}.down[data-v-b0690720]{top:3px}.down[data-v-b0690720] :after{content:"";width:8px;height:8px;position:absolute;left:2px;top:-5px;transform:rotate(45deg);background-color:#ccc}.down.active[data-v-b0690720] :after{background-color:#007aff}.up[data-v-b0690720] :after{content:"";width:8px;height:8px;position:absolute;left:2px;top:5px;transform:rotate(45deg);background-color:#ccc}.up.active[data-v-b0690720] :after{background-color:#007aff}.uni-table-checkbox[data-v-296f1239]{display:flex;flex-direction:row;align-items:center;justify-content:center;position:relative;margin:5px 0;cursor:pointer}.uni-table-checkbox .checkbox__inner[data-v-296f1239]{flex-shrink:0;box-sizing:border-box;position:relative;width:16px;height:16px;border:1px solid #DCDFE6;border-radius:2px;background-color:#fff;z-index:1}.uni-table-checkbox .checkbox__inner .checkbox__inner-icon[data-v-296f1239]{position:absolute;top:2px;left:5px;height:7px;width:3px;border:1px solid #fff;border-left:0;border-top:0;opacity:0;transform-origin:center;transform:rotate(45deg);box-sizing:content-box}.uni-table-checkbox .checkbox__inner.checkbox--indeterminate[data-v-296f1239]{border-color:#007aff;background-color:#007aff}.uni-table-checkbox .checkbox__inner.checkbox--indeterminate .checkbox__inner-icon[data-v-296f1239]{position:absolute;opacity:1;transform:rotate(0);height:2px;top:0;margin:auto;left:0px;right:0px;bottom:0;width:auto;border:none;border-radius:2px;transform:scale(.5);background-color:#fff}.uni-table-checkbox .checkbox__inner[data-v-296f1239]:hover{border-color:#007aff}.uni-table-checkbox .checkbox__inner.is-disable[data-v-296f1239]{background-color:#f2f6fc;border-color:#dcdfe6}.uni-table-checkbox .checkbox__inner.is-checked[data-v-296f1239]{border-color:#007aff;background-color:#007aff}.uni-table-checkbox .checkbox__inner.is-checked .checkbox__inner-icon[data-v-296f1239]{opacity:1;transform:rotate(45deg)}.uni-table-checkbox .checkbox__inner.is-checked.is-disable[data-v-296f1239]{opacity:.4}.uni-table-tr[data-v-d994989e]{display:table-row;transition:all .3s;box-sizing:border-box}.checkbox[data-v-d994989e]{width:26px;padding:0 8px 0 12px;display:table-cell;vertical-align:middle;color:#333;font-weight:500;border-bottom:1px #ebeef5 solid;font-size:14px}.tr-table--border[data-v-d994989e]{border-right:1px #ebeef5 solid}.uni-table-td[data-v-eb711051]{display:table-cell;padding:8px 10px;font-size:14px;border-bottom:1px #EBEEF5 solid;font-weight:400;color:#606266;line-height:23px;box-sizing:border-box}.table--border[data-v-eb711051]{border-right:1px #EBEEF5 solid}.uni-table-scroll[data-v-f175237f]{width:100%;overflow-x:auto}.uni-table[data-v-f175237f]{position:relative;width:100%;border-radius:5px;background-color:#fff;box-sizing:border-box;display:table;overflow-x:auto}.uni-table[data-v-f175237f] .uni-table-tr:nth-child(n+2):hover{background-color:#f5f7fa}.uni-table[data-v-f175237f] .uni-table-thead .uni-table-tr:hover{background-color:#fafafa}.table--border[data-v-f175237f]{border:1px #ebeef5 solid;border-right:none}.border-none[data-v-f175237f]{border-bottom:none}.table--stripe[data-v-f175237f] .uni-table-tr:nth-child(2n+3){background-color:#fafafa}.uni-table-loading[data-v-f175237f]{position:relative;display:table-row;height:50px;line-height:50px;overflow:hidden;box-sizing:border-box}.empty-border[data-v-f175237f]{border-right:1px #ebeef5 solid}.uni-table-text[data-v-f175237f]{position:absolute;right:0;left:0;text-align:center;font-size:14px;color:#999}.uni-table-mask[data-v-f175237f]{position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(255,255,255,.8);z-index:99;display:flex;margin:auto;transition:all .5s;justify-content:center;align-items:center}.uni-table--loader[data-v-f175237f]{width:30px;height:30px;border:2px solid #aaa;border-radius:50%;animation:2s uni-table--loader-f175237f linear infinite;position:relative}@keyframes uni-table--loader-f175237f{0%{transform:rotate(360deg)}10%{border-left-color:transparent}20%{border-bottom-color:transparent}30%{border-right-color:transparent}40%{border-top-color:transparent}50%{transform:rotate(0)}60%{border-top-color:transparent}70%{border-left-color:transparent}80%{border-bottom-color:transparent}90%{border-right-color:transparent}to{transform:rotate(-360deg)}}.select_wrap[data-v-1811e470]{width:7.5rem;height:2rem;box-sizing:border-box;display:inline-block;position:relative}.select_wrap .select_input[data-v-1811e470]{-webkit-appearance:none;background-color:#f5f5f6;background-image:none;border-radius:.3125rem;border:.0625rem solid #EEEEEE;color:#092c4d;font-size:inherit;display:flex;align-items:center;outline:none;padding:0 .3125rem;height:2rem;box-sizing:border-box;transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.select_wrap .select_input .input_info[data-v-1811e470]{font-size:.875rem;width:100%;height:100%;margin-left:.3125rem}.select_wrap .select_input .input_info .text_tips[data-v-1811e470]{height:100%;color:#092c4d;font-size:.875rem}.select_wrap .select_input .icon_arrow[data-v-1811e470]{position:absolute;width:1.5625rem;height:2rem;right:0;top:0;text-align:center;color:#c0c4cc;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:999}.select_wrap .select_input .icon_arrow .arrow[data-v-1811e470]{width:.5625rem;height:.5625rem;background-color:transparent;border-color:#c0c4cc;border-style:solid;border-width:.03125rem .03125rem 0 0;transition:all .3s;box-sizing:border-box}.select_wrap .select_input .icon_arrow .arrow_down[data-v-1811e470]{transform:rotate(-45deg);margin-top:.15625rem}.select_wrap .select_input .icon_arrow .arrow_up[data-v-1811e470]{transform:rotate(135deg);margin-top:-.15625rem}.select_wrap .select_input .icon_arrow .arrow-clear[data-v-1811e470]{width:.84375rem;height:.84375rem;border:.0625rem solid #c0c4cc;color:#c0c4cc;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:.8125rem}.select_wrap .select_input .icon_arrow .arrow-clear>uni-image[data-v-1811e470]{width:.65625rem;height:.65625rem}.select_wrap .select_input_select[data-v-1811e470]{border-color:rgba(211,131,42,.5)}.select_modal_con[data-v-1811e470]{width:100%;transform-origin:center top;z-index:2062;position:absolute;top:1.25rem;left:0;border:.0625rem solid #e4e7ed;border-radius:.125rem;background-color:#fff;box-shadow:0 .0625rem .375rem rgba(0,0,0,.1);box-sizing:border-box;margin-top:1.25rem}.select_modal_con .cons_arrow[data-v-1811e470]{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid;top:-.1875rem;left:10%;margin-right:.09375rem;border-top-width:0;border-bottom-color:#ebeef5}.select_modal_con .cons_arrow[data-v-1811e470]:after{content:" ";border-width:.1875rem;position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid;margin-left:-.1875rem;border-top-width:0;border-bottom-color:#fff}.select_modal[data-v-1811e470]{overflow:scroll}.select_modal .select_content[data-v-1811e470]{list-style:none;padding:.375rem 0;margin:0;box-sizing:border-box}.select_modal .select_content .select_content_li[data-v-1811e470]{font-size:.875rem;padding:.25rem .5625rem;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#606266;display:flex;align-items:center;justify-content:flex-start;box-sizing:border-box;cursor:pointer}.select_modal .select_content .select_content_li.selected[data-v-1811e470]{color:rgba(211,131,42,.565);font-weight:700;background-color:#f5f7fa}.select_modal .select_content .select_content_li[data-v-1811e470]:hover{background-color:#f5f7fa}.flex[data-v-b464e567]{display:flex}.flex-c-c[data-v-b464e567]{display:flex;align-items:center;justify-content:center}.flex-c-sb[data-v-b464e567]{display:flex;align-items:center;justify-content:space-between}.flex-c-sa[data-v-b464e567]{display:flex;align-items:center;justify-content:space-around}.align-center[data-v-b464e567]{display:flex;align-items:center}.flex1[data-v-b464e567]{flex:1}.flexnone[data-v-b464e567]{flex:none}.mt10[data-v-b464e567]{margin-top:.3125rem}.mt20[data-v-b464e567]{margin-top:.625rem}.ml10[data-v-b464e567]{margin-left:.3125rem}.ml20[data-v-b464e567]{margin-left:.625rem}.mb10[data-v-b464e567]{margin-bottom:.3125rem}.mb20[data-v-b464e567]{margin-bottom:.625rem}.mr10[data-v-b464e567]{margin-right:.3125rem}.mr20[data-v-b464e567]{margin-right:.625rem}.pd10[data-v-b464e567]{padding:.3125rem}.pd15[data-v-b464e567]{padding:.46875rem}.pd20[data-v-b464e567]{padding:.625rem}.w100[data-v-b464e567]{width:100%}.h100[data-v-b464e567]{height:100%}.text-center[data-v-b464e567]{text-align:center}.text-start[data-v-b464e567]{text-align:start}.text-end[data-v-b464e567]{text-align:end}.fwb[data-v-b464e567]{font-weight:700}.rem-1[data-v-b464e567]{font-size:1rem}.rem-0-8[data-v-b464e567]{font-size:.8rem}.rem-0-9[data-v-b464e567]{font-size:.9rem}.rem-1-5[data-v-b464e567]{font-size:1.5rem}.primaryColor[data-v-b464e567]{color:#172e60}.primaryColorIm[data-v-b464e567]{color:#172e60!important}.tabtip[data-v-b464e567]{display:flex;align-items:center;justify-content:space-between}.tabtip>uni-view[data-v-b464e567]{width:50%;display:flex;align-items:center;justify-content:center;background-color:#fff;font-size:1rem;font-weight:400;color:#90a0af}.tabtip>uni-view>uni-view[data-v-b464e567]{height:2.5rem;border-bottom:.25rem solid #ffffff;display:flex;align-items:center;justify-content:center}.tabtip .xz[data-v-b464e567]{color:#d3832a;border-bottom:.25rem solid #D3832A}.scrollv[data-v-b464e567]{height:48.5vh;background-color:#fff;margin:auto;margin-top:.625rem;padding:.625rem;box-sizing:border-box}.scrollv .mabxs[data-v-b464e567]{display:flex;flex-direction:column;align-items:center;padding-top:.15625rem}.scrollv .mabxs .ite[data-v-b464e567]{width:98%;display:flex;flex-direction:column;align-items:center;padding:.625rem .46875rem 0;box-sizing:border-box;border-radius:.25rem;box-shadow:0 .0625rem .3125rem #e2e2e3;margin-bottom:.625rem;position:relative;overflow:hidden}.scrollv .mabxs .ite[data-v-b464e567]:nth-last-child(1){margin-bottom:.15625rem}.scrollv .mabxs .ite>uni-view[data-v-b464e567]{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:.625rem}.scrollv .mabxs .ite>uni-view[data-v-b464e567]:nth-last-child(1){margin-bottom:none!important}.scrollv .mabxs .ite>uni-view>uni-view[data-v-b464e567]{font-size:.875rem;font-weight:400;color:#092c4d}.scrollv .mabxs .ite .scanTip[data-v-b464e567]{position:absolute;top:0;right:0;width:-webkit-fit-content;width:fit-content;padding:.3125rem;font-size:.8rem;background:#f00;color:#fff;font-weight:700}.scrollv .mabxs .ite .scanTip.isScan[data-v-b464e567]{background:#1ba035}.tabmabx[data-v-b464e567]{width:100%;padding:0 1rem .625rem;box-sizing:border-box;background-color:#fff}.tabmabx .uni-table-th[data-v-b464e567]{background-color:#f8fbff;font-size:.875rem;font-weight:400;color:#092c4d;padding:.3125rem}.tabmabx .uni-table-tr:nth-last-child(2)>.uni-table-td[data-v-b464e567]{font-size:1.125rem;font-weight:400;color:#092c4d;padding:.3125rem}.tabmabx .uni-table-tr:nth-last-child(2)>.uni-table-td[data-v-b464e567]:nth-of-type(1){font-size:.875rem!important;font-weight:400;color:#092c4d!important}.tabmabx .uni-table-tr:nth-last-child(1)>.uni-table-td[data-v-b464e567]{border-bottom:none!important;font-size:1.125rem;font-weight:400;color:#0086f1}.tabmabx .uni-table-tr:nth-last-child(1)>.uni-table-td[data-v-b464e567]:nth-of-type(1){font-size:.875rem!important;font-weight:400;color:#092c4d!important}.tabmabx>uni-view[data-v-b464e567]{border-radius:.25rem;border:.0625rem solid #EEEEEE;padding-bottom:-.0625rem}.headtop[data-v-b464e567]{display:flex;flex-direction:column;padding:.625rem 1rem;box-sizing:border-box;background-color:#fff}.headtop>uni-view[data-v-b464e567]{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;font-weight:400;color:#092c4d}.headtop>uni-view[data-v-b464e567]:nth-of-type(2){margin-bottom:0}.headtop>uni-view>uni-view[data-v-b464e567]{flex:1}.scinp[data-v-b464e567]{display:flex;align-items:center;justify-content:space-between;padding:.375rem 1rem;box-sizing:border-box;background-color:#fff}.scinp>uni-view[data-v-b464e567]:nth-of-type(1){font-size:.875rem;font-weight:400;color:#092c4d}.scinp .inputs[data-v-b464e567]{width:8.625rem;height:2rem;background:#F5F5F6;border-radius:.25rem;opacity:1;border:.0625rem solid #EEEEEE;padding:.3125rem;box-sizing:border-box;font-size:.75rem;font-weight:400;color:#afb4ba}.scinp .inputs>uni-input[data-v-b464e567]{flex:1;font-size:.75rem;color:#092c4d}.scinp .btscan[data-v-b464e567]{width:4rem;height:2rem;background:#D3832A;border-radius:.25rem;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:400;color:#fff}
diff --git a/unpackage/dist/dev/app-plus/app-config-service.js b/unpackage/dist/dev/app-plus/app-config-service.js
index f063f2c..29fb387 100644
--- a/unpackage/dist/dev/app-plus/app-config-service.js
+++ b/unpackage/dist/dev/app-plus/app-config-service.js
@@ -1,8 +1,8 @@
;(function(){
let u=void 0,isReady=false,onReadyCallbacks=[],isServiceReady=false,onServiceReadyCallbacks=[];
- const __uniConfig = {"pages":[],"globalStyle":{"backgroundColor":"#F8F8F8","navigationBar":{"backgroundColor":"#F8F8F8","titleText":"uni-app","type":"default","titleColor":"#000000"},"isNVue":false},"nvue":{"compiler":"uni-app","styleCompiler":"uni-app","flex-direction":"column"},"renderer":"auto","appname":"货无忧","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":true},"compilerVersion":"4.08","entryPagePath":"pages/login/login","entryPageQuery":"","realEntryPagePath":"","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000},"tabBar":{"position":"bottom","color":"#999999","selectedColor":"#df8926","borderStyle":"black","blurEffect":"none","fontSize":"10px","iconWidth":"24px","spacing":"3px","height":"50px","backgroundColor":"#ffffff","list":[{"pagePath":"pages/index/index","iconPath":"/static/TabberIcon/icon1.png","selectedIconPath":"/static/TabberIcon/icon1check.png","text":"工作台"},{"pagePath":"pages/taskList/taskList","iconPath":"/static/TabberIcon/icon2.png","selectedIconPath":"/static/TabberIcon/icon2check.png","text":"任务"},{"pagePath":"pages/news/news","iconPath":"/static/TabberIcon/icon4.png","selectedIconPath":"/static/TabberIcon/icon4check.png","text":"消息"},{"pagePath":"pages/user/user","iconPath":"/static/TabberIcon/icon5.png","selectedIconPath":"/static/TabberIcon/icon5check.png","text":"我的"}],"selectedIndex":0,"shown":true},"locales":{},"darkmode":false,"themeConfig":{}};
- const __uniRoutes = [{"path":"pages/login/login","meta":{"isQuit":true,"isEntry":true,"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"登录","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/index/index","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":0,"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"工作台","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/user/user","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":3,"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"我的","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/news/news","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":2,"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"消息","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/taskList/taskList","meta":{"isQuit":true,"isTabBar":true,"tabBarIndex":1,"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"任务","style":"custom","type":"default"},"isNVue":false}},{"path":"pages/reportForms/reportForms","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"报表","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/pickingScan/pickingScan","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"拣货扫描","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/StowageList/StowageList","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"配载装车","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/CreateAbnormalWorkOrder/CreateAbnormalWorkOrder","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"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/StockUplistByZero/StockUplistByZero","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"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/waybillInquiry/waybillInquiry","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"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/StorageLocationList/StorageLocationList","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"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":false,"onReachBottomDistance":1,"navigationBar":{"titleText":"积分指标","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/integralEdit/integralEdit","meta":{"enablePullDownRefresh":false,"onReachBottomDistance":1,"navigationBar":{"titleText":"指标编辑","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/integralMy/integralMy","meta":{"enablePullDownRefresh":false,"onReachBottomDistance":1,"navigationBar":{"titleText":"我的考核","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesUser/pages/about/about","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"关于我们","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesUser/pages/systemSettings/systemSettings","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"系统设置","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesUser/pages/securitySettings/securitySettings","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"安全设置","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesTask/pages/dynamicCheck/dynamicCheck","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"盘点任务","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesTask/pages/checkTaskList/checkTaskList","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"盘点任务列表","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"随机盘点","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesTask/pages/storageLocationCheckDetails/storageLocationCheckDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"库位盘点","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesTask/pages/trayCheckDetails/trayCheckDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"托盘盘点","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesTask/pages/contracts/contracts","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"按合同号盘点","style":"custom","type":"default"},"isNVue":false}}].map(uniRoute=>(uniRoute.meta.route=uniRoute.path,__uniConfig.pages.push(uniRoute.path),uniRoute.path='/'+uniRoute.path,uniRoute));
+ const __uniConfig = {"pages":[],"globalStyle":{"backgroundColor":"#F8F8F8","navigationBar":{"backgroundColor":"#F8F8F8","titleText":"uni-app","type":"default","titleColor":"#000000"},"isNVue":false},"nvue":{"compiler":"uni-app","styleCompiler":"uni-app","flex-direction":"column"},"renderer":"auto","appname":"货无忧测试版","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":true},"compilerVersion":"4.08","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/CreateAbnormalWorkOrder/CreateAbnormalWorkOrder","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"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/PreStoragePackage/PreStoragePackage","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"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/StockUplistByZero/StockUplistByZero","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"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/waybillInquiry/waybillInquiry","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"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/StorageLocationList/StorageLocationList","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"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":false,"onReachBottomDistance":1,"navigationBar":{"titleText":"积分指标","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/integralEdit/integralEdit","meta":{"enablePullDownRefresh":false,"onReachBottomDistance":1,"navigationBar":{"titleText":"指标编辑","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesHome/pages/integralMy/integralMy","meta":{"enablePullDownRefresh":false,"onReachBottomDistance":1,"navigationBar":{"titleText":"我的考核","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesUser/pages/about/about","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"关于我们","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesUser/pages/systemSettings/systemSettings","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"系统设置","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesUser/pages/securitySettings/securitySettings","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"安全设置","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesTask/pages/dynamicCheck/dynamicCheck","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"盘点任务","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesTask/pages/checkTaskList/checkTaskList","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"盘点任务列表","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"随机盘点","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesTask/pages/storageLocationCheckDetails/storageLocationCheckDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"库位盘点","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesTask/pages/trayCheckDetails/trayCheckDetails","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"托盘盘点","style":"custom","type":"default"},"isNVue":false}},{"path":"pagesTask/pages/contracts/contracts","meta":{"enablePullDownRefresh":true,"onReachBottomDistance":1,"animationDuration":300,"animationType":"zoom-fade-out","pullToRefresh":{"support":true,"color":"#d3832a","style":"circle"},"navigationBar":{"titleText":"按合同号盘点","style":"custom","type":"default"},"isNVue":false}}].map(uniRoute=>(uniRoute.meta.route=uniRoute.path,__uniConfig.pages.push(uniRoute.path),uniRoute.path='/'+uniRoute.path,uniRoute));
__uniConfig.styles=[];//styles
__uniConfig.onReady=function(callback){if(__uniConfig.ready){callback()}else{onReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"ready",{get:function(){return isReady},set:function(val){isReady=val;if(!isReady){return}const callbacks=onReadyCallbacks.slice(0);onReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
__uniConfig.onServiceReady=function(callback){if(__uniConfig.serviceReady){callback()}else{onServiceReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"serviceReady",{get:function(){return isServiceReady},set:function(val){isServiceReady=val;if(!isServiceReady){return}const callbacks=onServiceReadyCallbacks.slice(0);onServiceReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
diff --git a/unpackage/dist/dev/app-plus/app-service.js b/unpackage/dist/dev/app-plus/app-service.js
index 60bb40c..fe88dc8 100644
--- a/unpackage/dist/dev/app-plus/app-service.js
+++ b/unpackage/dist/dev/app-plus/app-service.js
@@ -1809,7 +1809,7 @@ if (uni.restoreGlobal) {
};
};
const Base64$1 = new Base64();
- const devhost = "http://192.168.3.14:13000/";
+ const devhost = "http://192.168.3.2:13000/";
const imghost = "";
const host = devhost;
const APPKEY = "h5u:h5u_secret";
@@ -2318,7 +2318,7 @@ if (uni.restoreGlobal) {
if (data) {
if (data.code !== 200 && data.code !== 401) {
if (data.msg)
- utils.handleToast(data.msg);
+ utils.handleToast(data.msg.length > 100 ? "系统异常,请联系管理员" : data.msg);
} else if (data.audio)
utils.handleToast(data.audio, "none", false);
}
@@ -4607,6 +4607,28 @@ if (uni.restoreGlobal) {
canCancel
);
}
+ function postBusinessPreOrderList(data, loadingObj = {}, canCancel = false) {
+ return service(
+ {
+ url: `logpm-distribution/app/businessPreOrder/list`,
+ method: "post",
+ data
+ },
+ loadingObj,
+ canCancel
+ );
+ }
+ function postBusinessPreOrderscanOrderPackageCode(data, loadingObj = {}, canCancel = false) {
+ return service(
+ {
+ url: `logpm-distribution/app/businessPreOrder/scanOrderPackageCode`,
+ method: "post",
+ data
+ },
+ loadingObj,
+ canCancel
+ );
+ }
var isVue2 = false;
function set(target, key, val) {
if (Array.isArray(target)) {
@@ -6302,7 +6324,7 @@ This will fail in production if not fixed.`);
HANDLE_ISSTORAGECODE
};
});
- const _sfc_main$2n = /* @__PURE__ */ vue.defineComponent({
+ const _sfc_main$2p = /* @__PURE__ */ vue.defineComponent({
__name: "login",
setup(__props) {
const { HANDLE_CLEARSTORAGE, HANDLE_GETSTORAGEINFO } = useStorageStore();
@@ -6321,7 +6343,7 @@ This will fail in production if not fixed.`);
});
const tiplists = vue.ref(null);
const bluetoothList = utils.initbl();
- formatAppLog("log", "at pages/login/login.vue:94", "bluetoothList :>> ", bluetoothList);
+ formatAppLog("log", "at pages/login/login.vue:97", "bluetoothList :>> ", bluetoothList);
onLoad(() => {
let users = uni.getStorageSync("loginuser");
details.isremember = uni.getStorageSync("isremember");
@@ -6378,7 +6400,7 @@ This will fail in production if not fixed.`);
title: "登录中"
});
let response2 = await oauthtoken(data);
- formatAppLog("log", "at pages/login/login.vue:203", response2);
+ formatAppLog("log", "at pages/login/login.vue:206", response2);
if (response2 == null ? void 0 : response2.refresh_token) {
setloctuser(response2);
uni.setStorageSync("checkname", {
@@ -6422,10 +6444,10 @@ This will fail in production if not fixed.`);
tip.value.setisshow(false);
}
});
- formatAppLog("log", "at pages/login/login.vue:249", "登录错误");
+ formatAppLog("log", "at pages/login/login.vue:252", "登录错误");
}
} catch (err) {
- formatAppLog("log", "at pages/login/login.vue:252", "err :>> ", err);
+ formatAppLog("log", "at pages/login/login.vue:255", "err :>> ", err);
} finally {
uni.hideLoading();
}
@@ -6498,7 +6520,8 @@ This will fail in production if not fixed.`);
/* NEED_PATCH */
), [
[vue.vModelText, vue.unref(tenantId)]
- ])
+ ]),
+ vue.createCommentVNode(' ')
])
]),
vue.createElementVNode("view", { class: "inputs" }, [
@@ -6515,7 +6538,8 @@ This will fail in production if not fixed.`);
/* NEED_PATCH */
), [
[vue.vModelText, vue.unref(username)]
- ])
+ ]),
+ vue.createCommentVNode(' ')
])
]),
vue.createElementVNode("view", { class: "inputs" }, [
@@ -6533,7 +6557,8 @@ This will fail in production if not fixed.`);
/* NEED_PATCH */
), [
[vue.vModelText, vue.unref(password)]
- ])
+ ]),
+ vue.createCommentVNode(' ')
])
])
]),
@@ -6632,7 +6657,7 @@ This will fail in production if not fixed.`);
}
return target;
};
- const PagesLoginLogin = /* @__PURE__ */ _export_sfc(_sfc_main$2n, [["__file", "D:/worksp/logpm/pages/login/login.vue"]]);
+ const PagesLoginLogin = /* @__PURE__ */ _export_sfc(_sfc_main$2p, [["__file", "D:/worksp/logpm/pages/login/login.vue"]]);
const version$1 = "3";
{
formatAppLog("log", "at uni_modules/uview-plus/libs/config/config.js:5", `
@@ -8330,7 +8355,7 @@ This will fail in production if not fixed.`);
}
}
};
- const _sfc_main$2m = {
+ const _sfc_main$2o = {
name: "u-status-bar",
mixins: [mpMixin$1, mixin$1, props$m],
data() {
@@ -8359,7 +8384,7 @@ This will fail in production if not fixed.`);
/* STYLE */
);
}
- const __easycom_1$3 = /* @__PURE__ */ _export_sfc(_sfc_main$2m, [["render", _sfc_render$L], ["__scopeId", "data-v-eb8e0cdd"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-status-bar/u-status-bar.vue"]]);
+ const __easycom_1$3 = /* @__PURE__ */ _export_sfc(_sfc_main$2o, [["render", _sfc_render$L], ["__scopeId", "data-v-eb8e0cdd"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-status-bar/u-status-bar.vue"]]);
const icons = {
"uicon-level": "",
"uicon-column-line": "",
@@ -8663,7 +8688,7 @@ This will fail in production if not fixed.`);
}
}
};
- const _sfc_main$2l = {
+ const _sfc_main$2n = {
name: "u-icon",
data() {
return {};
@@ -8757,7 +8782,7 @@ This will fail in production if not fixed.`);
/* CLASS */
);
}
- const __easycom_0$6 = /* @__PURE__ */ _export_sfc(_sfc_main$2l, [["render", _sfc_render$K], ["__scopeId", "data-v-ac70166d"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-icon/u-icon.vue"]]);
+ const __easycom_0$6 = /* @__PURE__ */ _export_sfc(_sfc_main$2n, [["render", _sfc_render$K], ["__scopeId", "data-v-ac70166d"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-icon/u-icon.vue"]]);
const props$k = {
props: {
// 是否开启顶部安全区适配
@@ -8842,7 +8867,7 @@ This will fail in production if not fixed.`);
}
}
};
- const _sfc_main$2k = {
+ const _sfc_main$2m = {
name: "u-navbar",
mixins: [mpMixin$1, mixin$1, props$k],
data() {
@@ -8974,7 +8999,7 @@ This will fail in production if not fixed.`);
)
]);
}
- const __easycom_0$5 = /* @__PURE__ */ _export_sfc(_sfc_main$2k, [["render", _sfc_render$J], ["__scopeId", "data-v-f631659b"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-navbar/u-navbar.vue"]]);
+ const __easycom_0$5 = /* @__PURE__ */ _export_sfc(_sfc_main$2m, [["render", _sfc_render$J], ["__scopeId", "data-v-f631659b"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-navbar/u-navbar.vue"]]);
function getImageCache(filePath, fileMd51) {
return new Promise((resolve, reject) => {
let fileMd5 = "";
@@ -9022,7 +9047,7 @@ This will fail in production if not fixed.`);
}
});
}
- const _sfc_main$2j = /* @__PURE__ */ vue.defineComponent({
+ const _sfc_main$2l = /* @__PURE__ */ vue.defineComponent({
__name: "index",
setup(__props) {
const storageStore = useStorageStore();
@@ -9036,27 +9061,27 @@ This will fail in production if not fixed.`);
name: "工作台",
minilist: [
{
- icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
+ icon: "http://47.108.51.143:9000/basic/upload/20231016/440a01005f8333bcc76c1254a1d35570.png",
name: "订单查询",
router: "/pagesHome/pages/orderInquiry/orderInquiry"
},
{
- icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
+ icon: "http://47.108.51.143:9000/basic/upload/20240103/81ac2b693232dd9968ec35c0fa3d21f2.png",
name: "运单查询",
router: "/pagesHome/pages/waybillInquiry/waybillInquiry"
},
{
- icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
+ icon: "http://47.108.51.143:9000/basic/upload/20240103/81ac2b693232dd9968ec35c0fa3d21f2.png",
name: "库位查询",
router: "/pagesHome/pages/storageInquiry/storageInquiry"
},
{
- icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
+ icon: "http://47.108.51.143:9000/basic/upload/20240103/81ac2b693232dd9968ec35c0fa3d21f2.png",
name: "托盘查询",
router: "/pagesHome/pages/trayInquiry/trayInquiry"
},
{
- icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
+ icon: "http://47.108.51.143:9000/basic/upload/20240103/81ac2b693232dd9968ec35c0fa3d21f2.png",
name: "库存品查询",
router: "/pagesHome/pages/inventoryInquiry/inventoryInquiry"
},
@@ -9066,7 +9091,7 @@ This will fail in production if not fixed.`);
router: "/pagesHome/pages/MaterialMaintenance/MaterialMaintenance"
},
{
- icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
+ icon: "http://47.108.51.143:9000/basic/upload/20240320/d22bc792f9deff3f106aafc590ec14fb.png",
name: "库位列表",
router: "/pagesHome/pages/StorageLocationList/StorageLocationList"
},
@@ -9082,19 +9107,24 @@ This will fail in production if not fixed.`);
name: "入库",
minilist: [
{
- icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
+ icon: "http://47.108.51.143:9000/basic/upload/20240429/14451e54503266f168edf3651f2ab798.png",
name: "码板打托",
router: "/pagesHome/pages/codePlateBracket/codePlateBracket"
},
{
- icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
+ icon: "http://47.108.51.143:9000/basic/upload/20240429/d4325e620aa324658da28d7cabc6f223.png",
name: "入库扫描",
router: "/pagesHome/pages/TranNumber/TranNumber"
},
{
- icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
+ icon: "http://47.108.51.143:9000/basic/upload/20240429/49254333c9c5c7aed6e9c8aab89c5998.png",
name: "到车入库",
router: "/pagesHome/pages/ArrivalList/ArrivalList"
+ },
+ {
+ icon: "http://47.108.51.143:9000/basic/upload/20240429/d4325e620aa324658da28d7cabc6f223.png",
+ name: "预入库包件",
+ router: "/pagesHome/pages/PreStoragePackage/PreStoragePackage"
}
]
},
@@ -9103,7 +9133,7 @@ This will fail in production if not fixed.`);
name: "库内",
minilist: [
{
- icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
+ icon: "http://47.108.51.143:9000/basic/upload/20231012/e2604b3c97ee6001f367df87e3d0fdd1.png",
name: "分拣打托",
router: "/pagesHome/pages/scansorting/scansorting"
},
@@ -9118,47 +9148,47 @@ This will fail in production if not fixed.`);
// router: '/pagesHome/pages/lnventorysorting/lnventorysorting',
// },
{
- icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
+ icon: "http://47.108.51.143:9000/basic/upload/20231012/03add918888d36ce0d566da120510840.png",
name: "扫码上架",
router: "/pagesHome/pages/ScanUpType/ScanUpType"
},
{
- icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
+ icon: "http://47.108.51.143:9000/basic/upload/20231012/7b7ca70b84ebf6a2f72e74300725132c.png",
name: "手动上架",
router: "/pagesHome/pages/PeopleScanUpType/PeopleScanUpType"
},
{
- icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
+ icon: "http://47.108.51.143:9000/basic/upload/20231012/7b7e477dd35483ca7628567c609657fc.png",
name: "移库",
router: "/pagesHome/pages/RelocationType/RelocationType"
},
{
- icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
+ icon: "http://47.108.51.143:9000/basic/upload/20231012/b104c036fc6b6af5b635cc619731db6f.png",
name: "滞留",
router: "/pagesHome/pages/Retention/Retention"
},
{
- icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
+ icon: "http://47.108.51.143:9000/basic/upload/20231012/ce45bb522069f1fd154ca964e66069c2.png",
name: "合托",
router: "/pagesHome/pages/MergeTray/MergeTray"
},
{
- icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
+ icon: "http://47.108.51.143:9000/basic/upload/20231012/91403695005c2c65ea2c9d4ddadac9c3.png",
name: "下架",
router: "/pagesHome/pages/DownGoodsType/DownGoodsType"
},
{
- icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
+ icon: "http://47.108.51.143:9000/basic/upload/20231017/4ae045f95dcd923e8e8a553ccb374471.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/Check/Check"
- },
- {
- icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
+ icon: "http://47.108.51.143:9000/basic/upload/20231217/5d3a466a54b62a60cfb9dc53b0f6ded1.png",
name: "托盘数据同步",
router: "/pagesHome/pages/SearchTray/SearchTray"
}
@@ -9169,22 +9199,22 @@ This will fail in production if not fixed.`);
name: "出库",
minilist: [
{
- icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
+ icon: "http://47.108.51.143:9000/basic/upload/20231012/b58252914de56c0e3da1bdc75ac51c07.png",
name: "拣货扫描",
router: "/pagesHome/pages/pickingScan/pickingScan"
},
{
- icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
+ icon: "http://47.108.51.143:9000/basic/upload/20231012/7a9648ffdefd77f7ab8bb7861a2473e7.png",
name: "自提扫描",
router: "/pagesHome/pages/SelfPickupScan/SelfPickupScan"
},
{
- icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
+ icon: "http://47.108.51.143:9000/basic/upload/20240429/e5562240ca21316b21306d17f9394abc.png",
name: "配载装车",
router: "/pagesHome/pages/StowageList/StowageList"
},
{
- icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
+ icon: "http://47.108.51.143:9000/basic/upload/20240429/d58281e6ba1845f313d85a119107e260.png",
name: "中转装车",
router: "/pagesHome/pages/RelayScanList/RelayScanList"
}
@@ -9195,17 +9225,17 @@ This will fail in production if not fixed.`);
name: "配送",
minilist: [
{
- icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
+ icon: "http://47.108.51.143:9000/basic/upload/20231012/1a9bbc8c842b8b7ef555d6cd79d421be.png",
name: "装车扫描",
router: "/pagesHome/pages/LoadingScan/LoadingScan"
},
{
- icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
+ icon: "http://47.108.51.143:9000/basic/upload/20231012/6956f6950cfc291e01c038ea5e13f984.png",
name: "签收扫描",
router: "/pagesHome/pages/signinScan/signinScan"
},
{
- icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
+ icon: "http://47.108.51.143:9000/basic/upload/20240429/16a9b462df1546f2fa6159df00ade62e.png",
name: "直发商家签收",
router: "/pagesHome/pages/directGoMarket/directGoMarket"
}
@@ -9252,8 +9282,8 @@ This will fail in production if not fixed.`);
return;
}
let res = await appMenuroutes({});
- formatAppLog("log", "at pages/index/index.vue:269", res, "-------------");
- formatAppLog("log", "at pages/index/index.vue:270", "刷新后");
+ formatAppLog("log", "at pages/index/index.vue:274", res, "-------------");
+ formatAppLog("log", "at pages/index/index.vue:275", "刷新后");
if (res.code == 200) {
getimgcache(res.data);
} else {
@@ -9265,12 +9295,12 @@ This will fail in production if not fixed.`);
}
async function initbuts() {
let authbut = uni.getStorageSync("authbuts");
- formatAppLog("log", "at pages/index/index.vue:385", "authbut :>> ", authbut);
+ formatAppLog("log", "at pages/index/index.vue:390", "authbut :>> ", authbut);
if (authbut) {
return;
}
let butres = await appbuttons({});
- formatAppLog("log", "at pages/index/index.vue:390", butres.data);
+ formatAppLog("log", "at pages/index/index.vue:395", butres.data);
let qxan = [];
butres.data.map((item) => {
item.children.map((ite) => {
@@ -9290,7 +9320,7 @@ This will fail in production if not fixed.`);
});
onPullDownRefresh(async () => {
await Promise.all([init(), initbuts(), HANDLE_GETSTORAGEINFO()]);
- formatAppLog("log", "at pages/index/index.vue:419", "123 :>> ", 123);
+ formatAppLog("log", "at pages/index/index.vue:424", "123 :>> ", 123);
uni.stopPullDownRefresh();
});
vue.watchEffect(() => {
@@ -9358,7 +9388,7 @@ This will fail in production if not fixed.`);
_taskArr.push(arr);
}
uni.setStorageSync("taskMenu", _taskArr);
- formatAppLog("log", "at pages/index/index.vue:540", details.tablist);
+ formatAppLog("log", "at pages/index/index.vue:545", details.tablist);
}
async function updateApp() {
let version2 = await utils.getversion();
@@ -9367,11 +9397,11 @@ This will fail in production if not fixed.`);
versionCode: version2.version.split(".").join(""),
versionType: version2.pkName.indexOf("test") != -1 ? "1" : version2.pkName.indexOf("bate") != -1 ? "2" : "3"
};
- formatAppLog("log", "at pages/index/index.vue:555", "data", data);
+ formatAppLog("log", "at pages/index/index.vue:560", "data", data);
let response2 = await AppPdaversiondetail(data, { isShowLoading: false });
if (response2.code == 200 && response2.data) {
- formatAppLog("log", "at pages/index/index.vue:558", response2.data);
- formatAppLog("log", "at pages/index/index.vue:559", "有可更新包");
+ formatAppLog("log", "at pages/index/index.vue:563", response2.data);
+ formatAppLog("log", "at pages/index/index.vue:564", "有可更新包");
if (response2.data.noSensation == "2" && response2.data.link.indexOf("wgt") != -1) {
utils.updatefile1(response2.data.link);
} else {
@@ -9475,8 +9505,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesIndexIndex = /* @__PURE__ */ _export_sfc(_sfc_main$2j, [["__file", "D:/worksp/logpm/pages/index/index.vue"]]);
- const _sfc_main$2i = /* @__PURE__ */ vue.defineComponent({
+ const PagesIndexIndex = /* @__PURE__ */ _export_sfc(_sfc_main$2l, [["__file", "D:/worksp/logpm/pages/index/index.vue"]]);
+ const _sfc_main$2k = /* @__PURE__ */ vue.defineComponent({
__name: "user",
setup(__props) {
const storageStore = useStorageStore();
@@ -9807,8 +9837,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesUserUser = /* @__PURE__ */ _export_sfc(_sfc_main$2i, [["__file", "D:/worksp/logpm/pages/user/user.vue"]]);
- const _sfc_main$2h = /* @__PURE__ */ vue.defineComponent({
+ const PagesUserUser = /* @__PURE__ */ _export_sfc(_sfc_main$2k, [["__file", "D:/worksp/logpm/pages/user/user.vue"]]);
+ const _sfc_main$2j = /* @__PURE__ */ vue.defineComponent({
__name: "news",
setup(__props) {
onPullDownRefresh(() => {
@@ -9871,8 +9901,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesNewsNews = /* @__PURE__ */ _export_sfc(_sfc_main$2h, [["__file", "D:/worksp/logpm/pages/news/news.vue"]]);
- const _sfc_main$2g = /* @__PURE__ */ vue.defineComponent({
+ const PagesNewsNews = /* @__PURE__ */ _export_sfc(_sfc_main$2j, [["__file", "D:/worksp/logpm/pages/news/news.vue"]]);
+ const _sfc_main$2i = /* @__PURE__ */ vue.defineComponent({
__name: "taskList",
setup(__props) {
const tip = vue.ref(null);
@@ -10058,8 +10088,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesTaskListTaskList = /* @__PURE__ */ _export_sfc(_sfc_main$2g, [["__file", "D:/worksp/logpm/pages/taskList/taskList.vue"]]);
- const _sfc_main$2f = /* @__PURE__ */ vue.defineComponent({
+ const PagesTaskListTaskList = /* @__PURE__ */ _export_sfc(_sfc_main$2i, [["__file", "D:/worksp/logpm/pages/taskList/taskList.vue"]]);
+ const _sfc_main$2h = /* @__PURE__ */ vue.defineComponent({
__name: "reportForms",
setup(__props) {
onPullDownRefresh(() => {
@@ -10073,7 +10103,7 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesReportFormsReportForms = /* @__PURE__ */ _export_sfc(_sfc_main$2f, [["__file", "D:/worksp/logpm/pages/reportForms/reportForms.vue"]]);
+ const PagesReportFormsReportForms = /* @__PURE__ */ _export_sfc(_sfc_main$2h, [["__file", "D:/worksp/logpm/pages/reportForms/reportForms.vue"]]);
let calendar = {
/**
* 农历1900-2100的润大小信息表
@@ -10993,7 +11023,7 @@ This will fail in production if not fixed.`);
solar2lunar: calendar.solar2lunar,
lunar2solar: calendar.lunar2solar
};
- const _sfc_main$2e = {
+ const _sfc_main$2g = {
name: "lCalendar",
model: {
prop: "value",
@@ -11647,7 +11677,7 @@ This will fail in production if not fixed.`);
/* NEED_HYDRATION */
);
}
- const __easycom_6$2 = /* @__PURE__ */ _export_sfc(_sfc_main$2e, [["render", _sfc_render$I], ["__scopeId", "data-v-665735f1"], ["__file", "D:/worksp/logpm/uni_modules/l-calendar/components/l-calendar/l-calendar.vue"]]);
+ const __easycom_6$2 = /* @__PURE__ */ _export_sfc(_sfc_main$2g, [["render", _sfc_render$I], ["__scopeId", "data-v-665735f1"], ["__file", "D:/worksp/logpm/uni_modules/l-calendar/components/l-calendar/l-calendar.vue"]]);
const useSearchInfoStore = defineStore("useSearchInfoStore", () => {
const searchInfo = vue.ref({});
const HANDLE_EDIT_INFO = (pageName, info) => {
@@ -11666,7 +11696,7 @@ This will fail in production if not fixed.`);
HANDLE_CLEAR
};
});
- const _sfc_main$2d = /* @__PURE__ */ vue.defineComponent({
+ const _sfc_main$2f = /* @__PURE__ */ vue.defineComponent({
__name: "pickingScan",
setup(__props) {
const option = {
@@ -12097,7 +12127,7 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesPickingScanPickingScan = /* @__PURE__ */ _export_sfc(_sfc_main$2d, [["__file", "D:/worksp/logpm/pagesHome/pages/pickingScan/pickingScan.vue"]]);
+ const PagesHomePagesPickingScanPickingScan = /* @__PURE__ */ _export_sfc(_sfc_main$2f, [["__file", "D:/worksp/logpm/pagesHome/pages/pickingScan/pickingScan.vue"]]);
const props$j = {
props: {
// 是否显示组件
@@ -12157,7 +12187,7 @@ This will fail in production if not fixed.`);
}
}
};
- const _sfc_main$2c = {
+ const _sfc_main$2e = {
name: "u-loading-icon",
mixins: [mpMixin$1, mixin$1, props$j],
data() {
@@ -12280,7 +12310,7 @@ This will fail in production if not fixed.`);
/* CLASS, STYLE */
)) : vue.createCommentVNode("v-if", true);
}
- const __easycom_1$2 = /* @__PURE__ */ _export_sfc(_sfc_main$2c, [["render", _sfc_render$H], ["__scopeId", "data-v-2af81691"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-loading-icon/u-loading-icon.vue"]]);
+ const __easycom_1$2 = /* @__PURE__ */ _export_sfc(_sfc_main$2e, [["render", _sfc_render$H], ["__scopeId", "data-v-2af81691"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-loading-icon/u-loading-icon.vue"]]);
function pickExclude(obj, keys) {
if (!["[object Object]", "[object File]"].includes(Object.prototype.toString.call(obj))) {
return {};
@@ -12487,7 +12517,7 @@ This will fail in production if not fixed.`);
}
}
};
- const _sfc_main$2b = {
+ const _sfc_main$2d = {
name: "u-upload",
mixins: [mpMixin$1, mixin$1, mixinUp, props$i],
data() {
@@ -12820,8 +12850,8 @@ This will fail in production if not fixed.`);
/* STYLE */
);
}
- const __easycom_1$1 = /* @__PURE__ */ _export_sfc(_sfc_main$2b, [["render", _sfc_render$G], ["__scopeId", "data-v-c8491d64"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-upload/u-upload.vue"]]);
- const _sfc_main$2a = /* @__PURE__ */ vue.defineComponent({
+ const __easycom_1$1 = /* @__PURE__ */ _export_sfc(_sfc_main$2d, [["render", _sfc_render$G], ["__scopeId", "data-v-c8491d64"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-upload/u-upload.vue"]]);
+ const _sfc_main$2c = /* @__PURE__ */ vue.defineComponent({
__name: "StowageList",
setup(__props) {
const option = {
@@ -13283,7 +13313,7 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesStowageListStowageList = /* @__PURE__ */ _export_sfc(_sfc_main$2a, [["__scopeId", "data-v-10679139"], ["__file", "D:/worksp/logpm/pagesHome/pages/StowageList/StowageList.vue"]]);
+ const PagesHomePagesStowageListStowageList = /* @__PURE__ */ _export_sfc(_sfc_main$2c, [["__scopeId", "data-v-10679139"], ["__file", "D:/worksp/logpm/pagesHome/pages/StowageList/StowageList.vue"]]);
const props$h = {
props: {
color: {
@@ -13317,7 +13347,7 @@ This will fail in production if not fixed.`);
}
}
};
- const _sfc_main$29 = {
+ const _sfc_main$2b = {
name: "u-line",
mixins: [mpMixin$1, mixin$1, props$h],
computed: {
@@ -13354,7 +13384,7 @@ This will fail in production if not fixed.`);
/* STYLE */
);
}
- const __easycom_0$4 = /* @__PURE__ */ _export_sfc(_sfc_main$29, [["render", _sfc_render$F], ["__scopeId", "data-v-72791e59"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-line/u-line.vue"]]);
+ const __easycom_0$4 = /* @__PURE__ */ _export_sfc(_sfc_main$2b, [["render", _sfc_render$F], ["__scopeId", "data-v-72791e59"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-line/u-line.vue"]]);
const props$g = {
props: {
// 是否虚线
@@ -13399,7 +13429,7 @@ This will fail in production if not fixed.`);
}
}
};
- const _sfc_main$28 = {
+ const _sfc_main$2a = {
name: "u-divider",
mixins: [mpMixin$1, mixin$1, props$g],
computed: {
@@ -13478,7 +13508,7 @@ This will fail in production if not fixed.`);
/* STYLE */
);
}
- const __easycom_0$3 = /* @__PURE__ */ _export_sfc(_sfc_main$28, [["render", _sfc_render$E], ["__scopeId", "data-v-ea022cee"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-divider/u-divider.vue"]]);
+ const __easycom_0$3 = /* @__PURE__ */ _export_sfc(_sfc_main$2a, [["render", _sfc_render$E], ["__scopeId", "data-v-ea022cee"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-divider/u-divider.vue"]]);
const useSystemSettingsStore = defineStore("useSystemSettingsStore", () => {
const scanStateList = vue.reactive([{
title: "关闭",
@@ -13498,7 +13528,7 @@ This will fail in production if not fixed.`);
HANDLE_SCANSTATE
};
});
- const _sfc_main$27 = /* @__PURE__ */ vue.defineComponent({
+ const _sfc_main$29 = /* @__PURE__ */ vue.defineComponent({
__name: "CreateAbnormalWorkOrder",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -13787,8 +13817,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesCreateAbnormalWorkOrderCreateAbnormalWorkOrder = /* @__PURE__ */ _export_sfc(_sfc_main$27, [["__scopeId", "data-v-20a1fe58"], ["__file", "D:/worksp/logpm/pagesHome/pages/CreateAbnormalWorkOrder/CreateAbnormalWorkOrder.vue"]]);
- const _sfc_main$26 = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesCreateAbnormalWorkOrderCreateAbnormalWorkOrder = /* @__PURE__ */ _export_sfc(_sfc_main$29, [["__scopeId", "data-v-20a1fe58"], ["__file", "D:/worksp/logpm/pagesHome/pages/CreateAbnormalWorkOrder/CreateAbnormalWorkOrder.vue"]]);
+ const _sfc_main$28 = /* @__PURE__ */ vue.defineComponent({
__name: "StowageListDetails",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -13824,7 +13854,8 @@ This will fail in production if not fixed.`);
orderType: 0,
inputtxt: "",
listcheckindex: -1,
- isscan: false,
+ /** 是否播报件数 */
+ BroadcastOrNot: false,
order: [],
zero: [],
pageInfo: {},
@@ -13843,7 +13874,7 @@ This will fail in production if not fixed.`);
const ZeroStowage = vue.ref();
const TrayStowage = vue.ref();
onLoad((op) => {
- formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:332", "op :>> ", op);
+ formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:333", "op :>> ", op);
details.loadId = op.id;
details.pageType = op.type;
option.title = Number(op.type) === 2 ? "配载整托装车" : "配载按件装车";
@@ -13853,9 +13884,8 @@ This will fail in production if not fixed.`);
uni.$off("scancodedate");
uni.$on("scancodedate", function(code2) {
if (code2) {
- formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:349", "code", code2);
+ formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:350", "code", code2);
details.scancode = code2;
- details.isscan = true;
scandata();
}
});
@@ -13882,34 +13912,24 @@ This will fail in production if not fixed.`);
}
});
}
- const initPageByOrder = async () => {
+ async function initpage() {
try {
const response2 = await postFindCarsLoadingDetail({
loadId: details.loadId
});
const { code: code2, data } = response2;
- formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:390", "response :>> ", response2);
+ formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:391", "response :>> ", response2);
if (code2 === 200) {
details.pageInfo = data;
details.datalist = details.orderStatus === 1 ? details.pageInfo.loadScanOrderList : details.orderStatus === 2 ? details.pageInfo.zeroList : details.pageInfo.exceptionList;
- if (!details.isscan)
- return;
- utils.handleToast(details.pageInfo.realLoadingNumber + "件");
- details.isscan = false;
+ if (details.BroadcastOrNot)
+ utils.handleToast(details.pageInfo.realLoadingNumber + "件");
+ details.BroadcastOrNot = false;
}
} catch (e2) {
} finally {
return null;
}
- };
- async function initpage() {
- try {
- await initPageByOrder();
- } catch (err) {
- formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:417", "err :>> ", err);
- } finally {
- return null;
- }
}
function setorderStatus(state) {
if (details.orderStatus === state)
@@ -13925,7 +13945,7 @@ This will fail in production if not fixed.`);
return await postLoadingScan(submitData);
};
const scanTray = async () => {
- formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:464", "111 :>> ", 111);
+ formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:450", "111 :>> ", 111);
const submitData = {
trayCode: details.scancode,
loadId: details.loadId
@@ -13964,6 +13984,7 @@ This will fail in production if not fixed.`);
if (res2.code !== 200)
return;
basicContainer.value.startPullDownRefresh();
+ details.BroadcastOrNot = true;
TrayStowage.value.details.showPopUp = false;
} catch (e2) {
} finally {
@@ -13985,12 +14006,13 @@ This will fail in production if not fixed.`);
res = await scanOrder();
else if (Number(details.pageType) === 2)
res = await scanTray();
- formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:539", "res :>> ", res);
+ formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:526", "res :>> ", res);
if (res.code !== 200)
return;
+ details.BroadcastOrNot = true;
basicContainer.value.startPullDownRefresh();
} catch (err) {
- formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:545", "err :>> ", err);
+ formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:533", "err :>> ", err);
}
}
const handleShowZeroStowage = async (_item) => {
@@ -14020,9 +14042,10 @@ This will fail in production if not fixed.`);
if (res.code !== 200)
return;
ZeroStowage.value.details.showPopUp = false;
+ details.BroadcastOrNot = true;
basicContainer.value.startPullDownRefresh();
} catch (err) {
- formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:583", "err :>> ", err);
+ formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:572", "err :>> ", err);
} finally {
uni.hideLoading();
}
@@ -14030,7 +14053,7 @@ This will fail in production if not fixed.`);
});
};
const handleDetails = async (item, index2, type2) => {
- formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:598", "item :>> ", item);
+ formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:587", "item :>> ", item);
if (details.listcheckindex == index2) {
details.listcheckindex = -1;
} else {
@@ -14044,8 +14067,8 @@ This will fail in production if not fixed.`);
if (res.code !== 200)
return;
item.distributionAppParcelListVOS = res.data;
- formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:613", "item.distributionAppParcelListVOS :>> ", item.distributionAppParcelListVOS);
- formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:614", "res :>> ", res);
+ formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:602", "item.distributionAppParcelListVOS :>> ", item.distributionAppParcelListVOS);
+ formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:603", "res :>> ", res);
} catch (e2) {
} finally {
uni.hideLoading();
@@ -14057,7 +14080,7 @@ This will fail in production if not fixed.`);
uni.showLoading({
mask: true
});
- formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:630", "_item :>> ", _item);
+ formatAppLog("log", "at pagesHome/pages/StowageListDetails/StowageListDetails.vue:619", "_item :>> ", _item);
const submitData = {
orderCode: _item.orderCode,
carsLoadScanIds: _item.id
@@ -14114,7 +14137,7 @@ This will fail in production if not fixed.`);
class: "butlur",
onClick: showsdqs
},
- vue.toDisplayString(vue.unref(details).pageType === 1 ? "录入包条码" : "录入托盘码"),
+ vue.toDisplayString(Number(vue.unref(details).pageType) === 1 ? "录入包条码" : "录入托盘码"),
1
/* TEXT */
)
@@ -14721,8 +14744,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesStowageListDetailsStowageListDetails = /* @__PURE__ */ _export_sfc(_sfc_main$26, [["__scopeId", "data-v-66cbfd20"], ["__file", "D:/worksp/logpm/pagesHome/pages/StowageListDetails/StowageListDetails.vue"]]);
- const _sfc_main$25 = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesStowageListDetailsStowageListDetails = /* @__PURE__ */ _export_sfc(_sfc_main$28, [["__scopeId", "data-v-66cbfd20"], ["__file", "D:/worksp/logpm/pagesHome/pages/StowageListDetails/StowageListDetails.vue"]]);
+ const _sfc_main$27 = /* @__PURE__ */ vue.defineComponent({
__name: "RelayScanList",
setup(__props) {
const option = {
@@ -15101,8 +15124,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesRelayScanListRelayScanList = /* @__PURE__ */ _export_sfc(_sfc_main$25, [["__scopeId", "data-v-1bf48947"], ["__file", "D:/worksp/logpm/pagesHome/pages/RelayScanList/RelayScanList.vue"]]);
- const _sfc_main$24 = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesRelayScanListRelayScanList = /* @__PURE__ */ _export_sfc(_sfc_main$27, [["__scopeId", "data-v-1bf48947"], ["__file", "D:/worksp/logpm/pagesHome/pages/RelayScanList/RelayScanList.vue"]]);
+ const _sfc_main$26 = /* @__PURE__ */ vue.defineComponent({
__name: "codePlateBracket",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -15481,8 +15504,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesCodePlateBracketCodePlateBracket = /* @__PURE__ */ _export_sfc(_sfc_main$24, [["__scopeId", "data-v-dd2e73fd"], ["__file", "D:/worksp/logpm/pagesHome/pages/codePlateBracket/codePlateBracket.vue"]]);
- const _sfc_main$23 = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesCodePlateBracketCodePlateBracket = /* @__PURE__ */ _export_sfc(_sfc_main$26, [["__scopeId", "data-v-dd2e73fd"], ["__file", "D:/worksp/logpm/pagesHome/pages/codePlateBracket/codePlateBracket.vue"]]);
+ const _sfc_main$25 = /* @__PURE__ */ vue.defineComponent({
__name: "billsList",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -15528,7 +15551,6 @@ This will fail in production if not fixed.`);
const basicContainer = vue.ref();
onLoad((op) => {
details.pageInfo = op;
- utils.ttsspke("请扫描或输入托盘码");
});
onShow(async () => {
uni.$off("scancodedate");
@@ -15716,9 +15738,9 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesBillsListBillsList = /* @__PURE__ */ _export_sfc(_sfc_main$23, [["__scopeId", "data-v-00dc6bff"], ["__file", "D:/worksp/logpm/pagesHome/pages/billsList/billsList.vue"]]);
+ const PagesHomePagesBillsListBillsList = /* @__PURE__ */ _export_sfc(_sfc_main$25, [["__scopeId", "data-v-00dc6bff"], ["__file", "D:/worksp/logpm/pagesHome/pages/billsList/billsList.vue"]]);
const _imports_0$4 = "/pagesHome/static/bgby.png";
- const _sfc_main$22 = /* @__PURE__ */ vue.defineComponent({
+ const _sfc_main$24 = /* @__PURE__ */ vue.defineComponent({
__name: "PickUpLotList",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -15753,9 +15775,9 @@ This will fail in production if not fixed.`);
chooseIndex: -1,
/** 提货状态 */
type: {
- 1: "未扫",
+ 1: "未 扫",
2: "部分扫",
- 3: "齐套"
+ 3: "齐 套"
},
/** 滚动区高度 */
height: "80vh",
@@ -15977,7 +15999,7 @@ This will fail in production if not fixed.`);
]),
body: vue.withCtx(() => [
vue.createVNode(_component_u_divider, {
- text: "订单列表",
+ text: "订 单 列 表",
textPosition: "left"
}),
vue.createCommentVNode(" 提货单件数 "),
@@ -16079,8 +16101,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesPickUpLotListPickUpLotList = /* @__PURE__ */ _export_sfc(_sfc_main$22, [["__scopeId", "data-v-b098e5be"], ["__file", "D:/worksp/logpm/pagesHome/pages/PickUpLotList/PickUpLotList.vue"]]);
- const _sfc_main$21 = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesPickUpLotListPickUpLotList = /* @__PURE__ */ _export_sfc(_sfc_main$24, [["__scopeId", "data-v-b098e5be"], ["__file", "D:/worksp/logpm/pagesHome/pages/PickUpLotList/PickUpLotList.vue"]]);
+ const _sfc_main$23 = /* @__PURE__ */ vue.defineComponent({
__name: "TranNumber",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -16384,8 +16406,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesTranNumberTranNumber = /* @__PURE__ */ _export_sfc(_sfc_main$21, [["__scopeId", "data-v-c2822baf"], ["__file", "D:/worksp/logpm/pagesHome/pages/TranNumber/TranNumber.vue"]]);
- const _sfc_main$20 = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesTranNumberTranNumber = /* @__PURE__ */ _export_sfc(_sfc_main$23, [["__scopeId", "data-v-c2822baf"], ["__file", "D:/worksp/logpm/pagesHome/pages/TranNumber/TranNumber.vue"]]);
+ const _sfc_main$22 = /* @__PURE__ */ vue.defineComponent({
__name: "onLoadByScan",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -16427,9 +16449,9 @@ This will fail in production if not fixed.`);
chooseIndex: -1,
/** 提货状态 */
type: {
- 1: "未扫",
+ 1: "未 扫",
2: "部分扫",
- 3: "齐套"
+ 3: "齐 套"
},
/** 滚动区高度 */
height: "80vh",
@@ -16840,8 +16862,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesOnLoadByScanOnLoadByScan = /* @__PURE__ */ _export_sfc(_sfc_main$20, [["__scopeId", "data-v-370bddc9"], ["__file", "D:/worksp/logpm/pagesHome/pages/onLoadByScan/onLoadByScan.vue"]]);
- const _sfc_main$1$ = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesOnLoadByScanOnLoadByScan = /* @__PURE__ */ _export_sfc(_sfc_main$22, [["__scopeId", "data-v-370bddc9"], ["__file", "D:/worksp/logpm/pagesHome/pages/onLoadByScan/onLoadByScan.vue"]]);
+ const _sfc_main$21 = /* @__PURE__ */ vue.defineComponent({
__name: "onLoadOrderDetails",
setup(__props) {
const option = vue.reactive({
@@ -16991,7 +17013,7 @@ This will fail in production if not fixed.`);
]),
body: vue.withCtx(() => [
vue.createVNode(_component_u_divider, {
- text: "详情列表",
+ text: "详 情 列 表",
textPosition: "left"
}),
vue.createCommentVNode(" 提货单件数 "),
@@ -17040,7 +17062,7 @@ This will fail in production if not fixed.`);
vue.createElementVNode("text", { class: "ml10 mr10" }, " / "),
vue.createElementVNode(
"text",
- { class: "" },
+ null,
vue.toDisplayString(value.dataList.length),
1
/* TEXT */
@@ -17115,7 +17137,7 @@ This will fail in production if not fixed.`);
{
class: vue.normalizeClass({ "table-tag": true, "red": Number(item.packageStatus) !== 1, "green": Number(item.packageStatus) === 1 })
},
- vue.toDisplayString(Number(item.packageStatus) === 1 ? "已扫" : "未扫"),
+ vue.toDisplayString(Number(item.packageStatus) === 1 ? "已 扫" : "未 扫"),
3
/* TEXT, CLASS */
)
@@ -17147,8 +17169,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesOnLoadOrderDetailsOnLoadOrderDetails = /* @__PURE__ */ _export_sfc(_sfc_main$1$, [["__scopeId", "data-v-edfe597a"], ["__file", "D:/worksp/logpm/pagesHome/pages/onLoadOrderDetails/onLoadOrderDetails.vue"]]);
- const _sfc_main$1_ = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesOnLoadOrderDetailsOnLoadOrderDetails = /* @__PURE__ */ _export_sfc(_sfc_main$21, [["__scopeId", "data-v-edfe597a"], ["__file", "D:/worksp/logpm/pagesHome/pages/onLoadOrderDetails/onLoadOrderDetails.vue"]]);
+ const _sfc_main$20 = /* @__PURE__ */ vue.defineComponent({
__name: "ArrivalList",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -17572,8 +17594,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesArrivalListArrivalList = /* @__PURE__ */ _export_sfc(_sfc_main$1_, [["__scopeId", "data-v-1bee7dd1"], ["__file", "D:/worksp/logpm/pagesHome/pages/ArrivalList/ArrivalList.vue"]]);
- const _sfc_main$1Z = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesArrivalListArrivalList = /* @__PURE__ */ _export_sfc(_sfc_main$20, [["__scopeId", "data-v-1bee7dd1"], ["__file", "D:/worksp/logpm/pagesHome/pages/ArrivalList/ArrivalList.vue"]]);
+ const _sfc_main$1$ = /* @__PURE__ */ vue.defineComponent({
__name: "VehicleArrivalDetails",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -18183,7 +18205,7 @@ This will fail in production if not fixed.`);
])
]),
content: vue.withCtx(() => [
- vue.createVNode(_component_u_divider, { text: "详情" }),
+ vue.createVNode(_component_u_divider, { text: "详 情" }),
(vue.openBlock(true), vue.createElementBlock(
vue.Fragment,
null,
@@ -18216,7 +18238,7 @@ This will fail in production if not fixed.`);
class: vue.normalizeClass({
"tip": true,
"red": Number(value.scanStatus) === 1,
- "green": Number(value.scanStatus) === 2,
+ "portion": Number(value.scanStatus) === 2,
"blue": Number(value.scanStatus) === 3
})
},
@@ -18345,7 +18367,7 @@ This will fail in production if not fixed.`);
class: vue.normalizeClass({
"tip": true,
"red": Number(item.scanStatus) === 1,
- "green": Number(item.scanStatus) === 2,
+ "portion": Number(item.scanStatus) === 2,
"blue": Number(item.scanStatus) === 3
})
},
@@ -18622,8 +18644,338 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesVehicleArrivalDetailsVehicleArrivalDetails = /* @__PURE__ */ _export_sfc(_sfc_main$1Z, [["__scopeId", "data-v-846c29fb"], ["__file", "D:/worksp/logpm/pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue"]]);
- const _sfc_main$1Y = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesVehicleArrivalDetailsVehicleArrivalDetails = /* @__PURE__ */ _export_sfc(_sfc_main$1$, [["__scopeId", "data-v-846c29fb"], ["__file", "D:/worksp/logpm/pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails.vue"]]);
+ const _sfc_main$1_ = /* @__PURE__ */ vue.defineComponent({
+ __name: "PreStoragePackage",
+ setup(__props) {
+ const { scanState } = storeToRefs(useSystemSettingsStore());
+ const option = vue.reactive({
+ title: "预入库包件入库",
+ haveData: true,
+ async pullDownRefreshInitPage() {
+ return await initpage();
+ }
+ });
+ const details = vue.reactive({
+ /** 扫码码值 */
+ scancode: "",
+ /** 内容容器高度 */
+ scrollHeight: "60vh",
+ /** tabBar激活值, 0 -- 有数据, 1 -- 无数据 */
+ tabBarActive: 0,
+ pageInfo: {
+ /** 预约单号 */
+ reservationCode: ""
+ },
+ info: {},
+ data: []
+ });
+ const tiplists = vue.ref(null);
+ const pullDownBox = vue.ref();
+ onLoad(() => {
+ utils.ttsspke("请扫描预约号");
+ });
+ onShow(async () => {
+ uni.$off("scancodedate");
+ uni.$on("scancodedate", function(code2) {
+ if (code2) {
+ details.scancode = code2;
+ scandata();
+ }
+ });
+ await vue.nextTick();
+ pullDownBox.value.handleShowPullDown(true);
+ });
+ vue.onMounted(async () => {
+ await vue.nextTick();
+ details.scrollHeight = await utils.getViewDistanceFormTop(".scve");
+ });
+ const scanReservationCode = () => {
+ formatAppLog("log", "at pagesHome/pages/PreStoragePackage/PreStoragePackage.vue:225", "扫描预约单号");
+ const reg = new RegExp("^YY", "i");
+ if (!reg.test(details.scancode))
+ return utils.handleToast("请扫描预约单号");
+ initpage();
+ };
+ const scanOrderPackageCode = async () => {
+ formatAppLog("log", "at pagesHome/pages/PreStoragePackage/PreStoragePackage.vue:235", "扫描包件");
+ const { reservationCode } = details.pageInfo;
+ const submitData = {
+ reservationCode,
+ orderPackageCode: details.scancode
+ };
+ if (!submitData.reservationCode)
+ return;
+ const res = await postBusinessPreOrderscanOrderPackageCode(submitData);
+ const { code: code2 } = res;
+ if (code2 !== 200)
+ return;
+ initpage();
+ };
+ async function scandata() {
+ if (!details.pageInfo.reservationCode)
+ scanReservationCode();
+ else
+ scanOrderPackageCode();
+ }
+ const handleTabbarStatus = (code2) => {
+ if (code2 === details.tabBarActive)
+ return;
+ details.tabBarActive = code2;
+ initpage();
+ };
+ const initpage = async () => {
+ const { reservationCode } = details.pageInfo;
+ details.data = [];
+ const submitData = {
+ reservationCode: reservationCode ? reservationCode : details.scancode,
+ inWarehouse: details.tabBarActive
+ };
+ formatAppLog("log", "at pagesHome/pages/PreStoragePackage/PreStoragePackage.vue:276", "submitData.reservationCode :>> ", submitData.reservationCode);
+ if (!submitData.reservationCode)
+ return utils.handleToast("请扫描预约单号");
+ const response2 = await postBusinessPreOrderList(submitData, {}, true);
+ const { code: code2, data } = response2;
+ if (code2 !== 200)
+ return;
+ details.pageInfo.reservationCode = submitData.reservationCode;
+ details.data = data.list;
+ details.info = data;
+ };
+ return (_ctx, _cache) => {
+ const _component_PullDownBox = vue.resolveComponent("PullDownBox");
+ const _component_BasicContainer = vue.resolveComponent("BasicContainer");
+ const _component_tiplist = vue.resolveComponent("tiplist");
+ const _component_saomiao2 = vue.resolveComponent("saomiao2");
+ return vue.openBlock(), vue.createElementBlock(
+ vue.Fragment,
+ null,
+ [
+ vue.createVNode(_component_BasicContainer, {
+ ref: "basicContainer",
+ option
+ }, {
+ head: vue.withCtx(() => [
+ vue.createElementVNode("view", { class: "header_total_container" }, [
+ vue.createVNode(
+ _component_PullDownBox,
+ {
+ ref_key: "pullDownBox",
+ ref: pullDownBox
+ },
+ {
+ title: vue.withCtx(() => [
+ vue.createElementVNode("text", { class: "fwb" }, " 预约号: "),
+ vue.createElementVNode(
+ "text",
+ null,
+ vue.toDisplayString(details.pageInfo.reservationCode || "暂无数据"),
+ 1
+ /* TEXT */
+ )
+ ]),
+ content: vue.withCtx(() => [
+ vue.createElementVNode("view", { class: "header_total" }, [
+ vue.createElementVNode("view", { class: "header_total_item" }, [
+ vue.createElementVNode("view", { class: "" }, " 总件数 "),
+ vue.createElementVNode(
+ "view",
+ { class: "total" },
+ vue.toDisplayString(details.info.sumNum || 0),
+ 1
+ /* TEXT */
+ )
+ ]),
+ vue.createElementVNode("view", { class: "header_total_item" }, [
+ vue.createElementVNode("view", { class: "" }, " 已扫件数 "),
+ vue.createElementVNode(
+ "view",
+ { class: "scanNum" },
+ vue.toDisplayString(details.info.inNum || 0),
+ 1
+ /* TEXT */
+ )
+ ]),
+ vue.createElementVNode("view", { class: "header_total_item" }, [
+ vue.createElementVNode("view", { class: "" }, " 未扫件数 "),
+ vue.createElementVNode(
+ "view",
+ { class: "notScanNum" },
+ vue.toDisplayString((details.info.sumNum || 0) - (details.info.inNum || 0)),
+ 1
+ /* TEXT */
+ )
+ ])
+ ])
+ ]),
+ _: 1
+ /* STABLE */
+ },
+ 512
+ /* NEED_PATCH */
+ )
+ ]),
+ vue.createElementVNode("view", { class: "tabBar_container fwb" }, [
+ vue.createElementVNode(
+ "view",
+ {
+ class: vue.normalizeClass({ "tabBar-item": true, active: details.tabBarActive === 0 }),
+ onClick: _cache[0] || (_cache[0] = () => handleTabbarStatus(0))
+ },
+ " 未 入 库 ",
+ 2
+ /* CLASS */
+ ),
+ vue.createElementVNode(
+ "view",
+ {
+ class: vue.normalizeClass({ "tabBar-item": true, active: details.tabBarActive === 1 }),
+ onClick: _cache[1] || (_cache[1] = () => handleTabbarStatus(1))
+ },
+ " 已 入 库 ",
+ 2
+ /* CLASS */
+ ),
+ vue.createCommentVNode(" 激活进度条 "),
+ vue.createElementVNode(
+ "view",
+ {
+ class: "activeView",
+ style: vue.normalizeStyle({ left: details.tabBarActive * (100 / 2) + "%" })
+ },
+ [
+ vue.createElementVNode("view", { class: "item" })
+ ],
+ 4
+ /* STYLE */
+ )
+ ])
+ ]),
+ body: vue.withCtx(() => [
+ vue.createElementVNode(
+ "scroll-view",
+ {
+ style: vue.normalizeStyle({ height: details.scrollHeight }),
+ onTouchmove: _cache[2] || (_cache[2] = vue.withModifiers(() => {
+ }, ["stop"])),
+ class: "scve",
+ "scroll-y": "true",
+ onRefresherpulling: () => {
+ }
+ },
+ [
+ (vue.openBlock(true), vue.createElementBlock(
+ vue.Fragment,
+ null,
+ vue.renderList(details.data, (item, index2) => {
+ return vue.openBlock(), vue.createElementBlock("view", {
+ key: item.id,
+ class: "orderPackage_container"
+ }, [
+ vue.createElementVNode("view", { class: "orderPackage_container_item" }, [
+ vue.createElementVNode("text", { class: "" }, " 订单号: "),
+ vue.createElementVNode(
+ "text",
+ { class: "flex1" },
+ vue.toDisplayString(item.orderCode),
+ 1
+ /* TEXT */
+ )
+ ]),
+ vue.createElementVNode("view", { class: "orderPackage_container_item" }, [
+ vue.createElementVNode("text", { class: "" }, " 包条码: "),
+ vue.createElementVNode(
+ "text",
+ { class: "flex1" },
+ vue.toDisplayString(item.orderPackageCode),
+ 1
+ /* TEXT */
+ )
+ ]),
+ vue.createElementVNode("view", { class: "orderPackage_container_item" }, [
+ vue.createElementVNode("text", { class: "" }, " 一级品: "),
+ vue.createElementVNode(
+ "text",
+ { class: "flex1" },
+ vue.toDisplayString(item.firsts),
+ 1
+ /* TEXT */
+ )
+ ]),
+ vue.createElementVNode("view", { class: "orderPackage_container_item" }, [
+ vue.createElementVNode("text", { class: "" }, " 二级品: "),
+ vue.createElementVNode(
+ "text",
+ { class: "flex1" },
+ vue.toDisplayString(item.second),
+ 1
+ /* TEXT */
+ )
+ ]),
+ vue.createElementVNode("view", { class: "orderPackage_container_item" }, [
+ vue.createElementVNode("text", { class: "" }, " 三级品: "),
+ vue.createElementVNode(
+ "text",
+ { class: "flex1" },
+ vue.toDisplayString(item.thirdProduct),
+ 1
+ /* TEXT */
+ )
+ ]),
+ vue.createElementVNode("view", { class: "orderPackage_container_item" }, [
+ vue.createElementVNode("text", { class: "" }, " 物料: "),
+ vue.createElementVNode(
+ "text",
+ { class: "flex1" },
+ vue.toDisplayString(item.materialName),
+ 1
+ /* TEXT */
+ )
+ ]),
+ vue.createElementVNode(
+ "view",
+ {
+ class: vue.normalizeClass(details.tabBarActive === 0 ? "tip red" : "tip blue")
+ },
+ vue.toDisplayString(details.tabBarActive === 0 ? "未入库" : "已入库"),
+ 3
+ /* TEXT, CLASS */
+ )
+ ]);
+ }),
+ 128
+ /* KEYED_FRAGMENT */
+ ))
+ ],
+ 36
+ /* STYLE, NEED_HYDRATION */
+ )
+ ]),
+ _: 1
+ /* STABLE */
+ }, 8, ["option"]),
+ vue.createVNode(
+ _component_tiplist,
+ {
+ ref_key: "tiplists",
+ ref: tiplists
+ },
+ null,
+ 512
+ /* NEED_PATCH */
+ ),
+ vue.createVNode(_component_saomiao2, {
+ ishidestop: vue.unref(scanState) !== 0
+ }, null, 8, ["ishidestop"])
+ ],
+ 64
+ /* STABLE_FRAGMENT */
+ );
+ };
+ }
+ });
+ const PagesHomePagesPreStoragePackagePreStoragePackage = /* @__PURE__ */ _export_sfc(_sfc_main$1_, [["__scopeId", "data-v-bbdfbe52"], ["__file", "D:/worksp/logpm/pagesHome/pages/PreStoragePackage/PreStoragePackage.vue"]]);
+ const _sfc_main$1Z = /* @__PURE__ */ vue.defineComponent({
__name: "VehicleArrivalDetailsByTray",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -19744,8 +20096,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesVehicleArrivalDetailsByTrayVehicleArrivalDetailsByTray = /* @__PURE__ */ _export_sfc(_sfc_main$1Y, [["__scopeId", "data-v-33d3e9a1"], ["__file", "D:/worksp/logpm/pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray.vue"]]);
- const _sfc_main$1X = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesVehicleArrivalDetailsByTrayVehicleArrivalDetailsByTray = /* @__PURE__ */ _export_sfc(_sfc_main$1Z, [["__scopeId", "data-v-33d3e9a1"], ["__file", "D:/worksp/logpm/pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray.vue"]]);
+ const _sfc_main$1Y = /* @__PURE__ */ vue.defineComponent({
__name: "SelfPickupScan",
setup(__props) {
const option = {
@@ -20280,8 +20632,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesSelfPickupScanSelfPickupScan = /* @__PURE__ */ _export_sfc(_sfc_main$1X, [["__scopeId", "data-v-62fd4582"], ["__file", "D:/worksp/logpm/pagesHome/pages/SelfPickupScan/SelfPickupScan.vue"]]);
- const _sfc_main$1W = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesSelfPickupScanSelfPickupScan = /* @__PURE__ */ _export_sfc(_sfc_main$1Y, [["__scopeId", "data-v-62fd4582"], ["__file", "D:/worksp/logpm/pagesHome/pages/SelfPickupScan/SelfPickupScan.vue"]]);
+ const _sfc_main$1X = /* @__PURE__ */ vue.defineComponent({
__name: "LoadingScan",
setup(__props) {
const tip = vue.ref(null);
@@ -20995,7 +21347,7 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesLoadingScanLoadingScan = /* @__PURE__ */ _export_sfc(_sfc_main$1W, [["__file", "D:/worksp/logpm/pagesHome/pages/LoadingScan/LoadingScan.vue"]]);
+ const PagesHomePagesLoadingScanLoadingScan = /* @__PURE__ */ _export_sfc(_sfc_main$1X, [["__file", "D:/worksp/logpm/pagesHome/pages/LoadingScan/LoadingScan.vue"]]);
const props$f = {
props: {
// 搜索框形状,round-圆形,square-方形
@@ -21118,7 +21470,7 @@ This will fail in production if not fixed.`);
}
}
};
- const _sfc_main$1V = {
+ const _sfc_main$1W = {
name: "u-search",
mixins: [mpMixin$1, mixin$1, props$f],
data() {
@@ -21300,7 +21652,7 @@ This will fail in production if not fixed.`);
/* STYLE */
);
}
- const __easycom_9$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1V, [["render", _sfc_render$D], ["__scopeId", "data-v-e082a34a"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-search/u-search.vue"]]);
+ const __easycom_9$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1W, [["render", _sfc_render$D], ["__scopeId", "data-v-e082a34a"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-search/u-search.vue"]]);
const props$e = {
props: {
// 步进器标识符,在change回调返回
@@ -21410,7 +21762,7 @@ This will fail in production if not fixed.`);
}
}
};
- const _sfc_main$1U = {
+ const _sfc_main$1V = {
name: "u-number-box",
mixins: [mpMixin$1, mixin$1, props$e],
data() {
@@ -21719,7 +22071,7 @@ This will fail in production if not fixed.`);
)) : vue.createCommentVNode("v-if", true)
]);
}
- const __easycom_2$3 = /* @__PURE__ */ _export_sfc(_sfc_main$1U, [["render", _sfc_render$C], ["__scopeId", "data-v-eb6f6237"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-number-box/u-number-box.vue"]]);
+ const __easycom_2$3 = /* @__PURE__ */ _export_sfc(_sfc_main$1V, [["render", _sfc_render$C], ["__scopeId", "data-v-eb6f6237"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-number-box/u-number-box.vue"]]);
const props$d = {
props: {
// 是否展示组件
@@ -21799,7 +22151,7 @@ This will fail in production if not fixed.`);
}
}
};
- const _sfc_main$1T = {
+ const _sfc_main$1U = {
name: "u-transition",
data() {
return {
@@ -21860,7 +22212,7 @@ This will fail in production if not fixed.`);
/* CLASS, STYLE, NEED_HYDRATION */
)) : vue.createCommentVNode("v-if", true);
}
- const __easycom_4$2 = /* @__PURE__ */ _export_sfc(_sfc_main$1T, [["render", _sfc_render$B], ["__scopeId", "data-v-5cec8177"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-transition/u-transition.vue"]]);
+ const __easycom_4$2 = /* @__PURE__ */ _export_sfc(_sfc_main$1U, [["render", _sfc_render$B], ["__scopeId", "data-v-5cec8177"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-transition/u-transition.vue"]]);
const props$c = {
props: {
// 是否显示遮罩
@@ -21885,7 +22237,7 @@ This will fail in production if not fixed.`);
}
}
};
- const _sfc_main$1S = {
+ const _sfc_main$1T = {
name: "u-overlay",
mixins: [mpMixin$1, mixin$1, props$c],
computed: {
@@ -21924,7 +22276,7 @@ This will fail in production if not fixed.`);
/* FORWARDED */
}, 8, ["show", "duration", "custom-style", "onClick"]);
}
- const __easycom_0$2 = /* @__PURE__ */ _export_sfc(_sfc_main$1S, [["render", _sfc_render$A], ["__scopeId", "data-v-9112bed9"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-overlay/u-overlay.vue"]]);
+ const __easycom_0$2 = /* @__PURE__ */ _export_sfc(_sfc_main$1T, [["render", _sfc_render$A], ["__scopeId", "data-v-9112bed9"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-overlay/u-overlay.vue"]]);
const props$b = {
props: {
// 是否细边框
@@ -22077,7 +22429,7 @@ This will fail in production if not fixed.`);
}
}
};
- const _sfc_main$1R = {
+ const _sfc_main$1S = {
name: "u-button",
mixins: [mpMixin$1, mixin$1, props$b],
data() {
@@ -22279,7 +22631,7 @@ This will fail in production if not fixed.`);
))
], 46, ["hover-start-time", "hover-stay-time", "form-type", "open-type", "app-parameter", "hover-stop-propagation", "send-message-title", "send-message-path", "lang", "data-name", "session-from", "send-message-img", "show-message-card", "hover-class"]);
}
- const __easycom_4$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1R, [["render", _sfc_render$z], ["__scopeId", "data-v-5ce41ee6"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-button/u-button.vue"]]);
+ const __easycom_4$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1S, [["render", _sfc_render$z], ["__scopeId", "data-v-5ce41ee6"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-button/u-button.vue"]]);
const props$a = {
props: {
// 内置图标名称,或图片路径,建议绝对路径
@@ -22339,7 +22691,7 @@ This will fail in production if not fixed.`);
}
}
};
- const _sfc_main$1Q = {
+ const _sfc_main$1R = {
name: "u-empty",
mixins: [mpMixin$1, mixin$1, props$a],
data() {
@@ -22429,7 +22781,7 @@ This will fail in production if not fixed.`);
/* STYLE */
)) : vue.createCommentVNode("v-if", true);
}
- const __easycom_7$2 = /* @__PURE__ */ _export_sfc(_sfc_main$1Q, [["render", _sfc_render$y], ["__scopeId", "data-v-8dd5928e"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-empty/u-empty.vue"]]);
+ const __easycom_7$2 = /* @__PURE__ */ _export_sfc(_sfc_main$1R, [["render", _sfc_render$y], ["__scopeId", "data-v-8dd5928e"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-empty/u-empty.vue"]]);
const props$9 = {
props: {
// 标题
@@ -22540,7 +22892,7 @@ This will fail in production if not fixed.`);
}
}
};
- const _sfc_main$1P = {
+ const _sfc_main$1Q = {
name: "u-cell",
data() {
return {};
@@ -22658,7 +23010,7 @@ This will fail in production if not fixed.`);
_ctx.border ? (vue.openBlock(), vue.createBlock(_component_u_line, { key: 0 })) : vue.createCommentVNode("v-if", true)
], 14, ["hover-class"]);
}
- const __easycom_0$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1P, [["render", _sfc_render$x], ["__scopeId", "data-v-3fd6feca"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-cell/u-cell.vue"]]);
+ const __easycom_0$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1Q, [["render", _sfc_render$x], ["__scopeId", "data-v-3fd6feca"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-cell/u-cell.vue"]]);
const props$8 = {
props: {
// 标题
@@ -22718,7 +23070,7 @@ This will fail in production if not fixed.`);
}
}
};
- const _sfc_main$1O = {
+ const _sfc_main$1P = {
name: "u-collapse-item",
mixins: [mpMixin$1, mixin$1, props$8],
data() {
@@ -22858,7 +23210,7 @@ This will fail in production if not fixed.`);
$data.parentData.border ? (vue.openBlock(), vue.createBlock(_component_u_line, { key: 0 })) : vue.createCommentVNode("v-if", true)
]);
}
- const __easycom_8$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1O, [["render", _sfc_render$w], ["__scopeId", "data-v-82f3baf9"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-collapse-item/u-collapse-item.vue"]]);
+ const __easycom_8$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1P, [["render", _sfc_render$w], ["__scopeId", "data-v-82f3baf9"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-collapse-item/u-collapse-item.vue"]]);
const props$7 = {
props: {
// 当前展开面板的name,非手风琴模式:[],手风琴模式:string | number
@@ -22878,7 +23230,7 @@ This will fail in production if not fixed.`);
}
}
};
- const _sfc_main$1N = {
+ const _sfc_main$1O = {
name: "u-collapse",
mixins: [mpMixin$1, mixin$1, props$7],
watch: {
@@ -22943,8 +23295,8 @@ This will fail in production if not fixed.`);
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
]);
}
- const __easycom_9 = /* @__PURE__ */ _export_sfc(_sfc_main$1N, [["render", _sfc_render$v], ["__scopeId", "data-v-90f85a74"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-collapse/u-collapse.vue"]]);
- const _sfc_main$1M = /* @__PURE__ */ vue.defineComponent({
+ const __easycom_9 = /* @__PURE__ */ _export_sfc(_sfc_main$1O, [["render", _sfc_render$v], ["__scopeId", "data-v-90f85a74"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-collapse/u-collapse.vue"]]);
+ const _sfc_main$1N = /* @__PURE__ */ vue.defineComponent({
__name: "loadingRetention",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -23902,8 +24254,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesLoadingRetentionLoadingRetention = /* @__PURE__ */ _export_sfc(_sfc_main$1M, [["__scopeId", "data-v-0b4cf6ee"], ["__file", "D:/worksp/logpm/pagesHome/pages/loadingRetention/loadingRetention.vue"]]);
- const _sfc_main$1L = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesLoadingRetentionLoadingRetention = /* @__PURE__ */ _export_sfc(_sfc_main$1N, [["__scopeId", "data-v-0b4cf6ee"], ["__file", "D:/worksp/logpm/pagesHome/pages/loadingRetention/loadingRetention.vue"]]);
+ const _sfc_main$1M = /* @__PURE__ */ vue.defineComponent({
__name: "StockUplist",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -24570,8 +24922,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesStockUplistStockUplist = /* @__PURE__ */ _export_sfc(_sfc_main$1L, [["__scopeId", "data-v-64d8d9ce"], ["__file", "D:/worksp/logpm/pagesHome/pages/StockUplist/StockUplist.vue"]]);
- const _sfc_main$1K = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesStockUplistStockUplist = /* @__PURE__ */ _export_sfc(_sfc_main$1M, [["__scopeId", "data-v-64d8d9ce"], ["__file", "D:/worksp/logpm/pagesHome/pages/StockUplist/StockUplist.vue"]]);
+ const _sfc_main$1L = /* @__PURE__ */ vue.defineComponent({
__name: "StockUplistByZero",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -24662,11 +25014,14 @@ This will fail in production if not fixed.`);
details.trayTotal += Number(details.trayList[i2].num);
}
await vue.nextTick();
+ formatAppLog("log", "at pagesHome/pages/StockUplistByZero/StockUplistByZero.vue:346", "PullDownRef1.value :>> ", PullDownRef1.value);
+ formatAppLog("log", "at pagesHome/pages/StockUplistByZero/StockUplistByZero.vue:347", "PullDownRef2 :>> ", PullDownRef2);
+ formatAppLog("log", "at pagesHome/pages/StockUplistByZero/StockUplistByZero.vue:348", "PullDownRef3 :>> ", PullDownRef3);
PullDownRef1.value.handleShowPullDown(true);
PullDownRef2.value.handleShowPullDown(true);
PullDownRef3.value.handleShowPullDown(true);
} catch (err) {
- formatAppLog("log", "at pagesHome/pages/StockUplistByZero/StockUplistByZero.vue:352", "err :>> ", err);
+ formatAppLog("log", "at pagesHome/pages/StockUplistByZero/StockUplistByZero.vue:355", "err :>> ", err);
} finally {
return null;
}
@@ -24676,11 +25031,11 @@ This will fail in production if not fixed.`);
const handleStockUpZero = (value, type2) => {
details.stockUpInfo = { ...value };
const _max = (details.data.planNum || 0) - (details.data.scanNum || 0);
- formatAppLog("log", "at pagesHome/pages/StockUplistByZero/StockUplistByZero.vue:410", "details.stockUpInfo :>> ", details.stockUpInfo);
+ formatAppLog("log", "at pagesHome/pages/StockUplistByZero/StockUplistByZero.vue:413", "details.stockUpInfo :>> ", details.stockUpInfo);
details.stockUpInfo.maxNum = _max > details.stockUpInfo.num ? details.stockUpInfo.num : _max;
details.stockUpInfo.scanNum = 0;
details.type = type2;
- formatAppLog("log", "at pagesHome/pages/StockUplistByZero/StockUplistByZero.vue:417", "details.pageInfo :>> ", details.pageInfo);
+ formatAppLog("log", "at pagesHome/pages/StockUplistByZero/StockUplistByZero.vue:420", "details.pageInfo :>> ", details.pageInfo);
StockUpZero.value.setDetails({
title: "零担备货",
showPopUp: true,
@@ -24699,7 +25054,7 @@ This will fail in production if not fixed.`);
stockupAllocationId: details.pageInfo.stockupAllocationId,
stockupAllocationName: details.pageInfo.stockupAllocationName
};
- formatAppLog("log", "at pagesHome/pages/StockUplistByZero/StockUplistByZero.vue:439", "submitData :>> ", submitData);
+ formatAppLog("log", "at pagesHome/pages/StockUplistByZero/StockUplistByZero.vue:442", "submitData :>> ", submitData);
if (type2 === 1)
submitData.allocationId = value.allocationid;
else if (type2 === 2)
@@ -24797,171 +25152,168 @@ This will fail in production if not fixed.`);
[
vue.createElementVNode("view", { class: "pullDown_container" }, [
vue.createCommentVNode(" 在库数据 "),
- vue.unref(details).trayList.length > 0 ? (vue.openBlock(), vue.createElementBlock("view", {
- key: 0,
- class: "mb20"
- }, [
- vue.createVNode(
- _component_PullDownBox,
- {
- ref_key: "PullDownRef1",
- ref: PullDownRef1
- },
- {
- title: vue.withCtx(() => [
- vue.createElementVNode("view", { class: "fwb align-center" }, [
- vue.createElementVNode("text", { class: "mr20" }, " 在 库 数 据 "),
- vue.createElementVNode(
- "text",
+ vue.withDirectives(vue.createElementVNode(
+ "view",
+ { class: "mb20" },
+ [
+ vue.createVNode(
+ _component_PullDownBox,
+ {
+ ref_key: "PullDownRef1",
+ ref: PullDownRef1
+ },
+ {
+ title: vue.withCtx(() => [
+ vue.createElementVNode("view", { class: "fwb align-center" }, [
+ vue.createElementVNode("text", { class: "mr20" }, " 在 库 数 据 "),
+ vue.createElementVNode(
+ "text",
+ null,
+ vue.toDisplayString(vue.unref(details).allocationTotal),
+ 1
+ /* TEXT */
+ )
+ ])
+ ]),
+ content: vue.withCtx(() => [
+ (vue.openBlock(true), vue.createElementBlock(
+ vue.Fragment,
null,
- vue.toDisplayString(vue.unref(details).allocationTotal),
- 1
- /* TEXT */
- )
- ])
- ]),
- content: vue.withCtx(() => [
- (vue.openBlock(true), vue.createElementBlock(
- vue.Fragment,
- null,
- vue.renderList(vue.unref(details).allocationList, (item, index2) => {
- return vue.openBlock(), vue.createElementBlock("view", {
- key: item.allocationid,
- onClick: () => handleStockUpZero(item, 1),
- class: vue.normalizeClass({ mb20: index2 !== vue.unref(details).allocationList.length - 1, item_contariner: true })
- }, [
- vue.createElementVNode("view", { class: "flex-c-sb" }, [
- vue.createElementVNode("view", { class: "" }, [
- vue.createElementVNode("text", { class: "mr10" }, "库位:"),
- vue.createElementVNode(
- "text",
- null,
- vue.toDisplayString(item.allocationName),
- 1
- /* TEXT */
- )
- ]),
- vue.createElementVNode("view", { style: { "width": "35%" } }, [
- vue.createElementVNode("text", { class: "mr10" }, "在库数:"),
- vue.createElementVNode(
- "text",
- null,
- vue.toDisplayString(item.num),
- 1
- /* TEXT */
- )
+ vue.renderList(vue.unref(details).allocationList, (item, index2) => {
+ return vue.openBlock(), vue.createElementBlock("view", {
+ key: item.allocationid,
+ onClick: () => handleStockUpZero(item, 1),
+ class: vue.normalizeClass({ mb20: index2 !== vue.unref(details).allocationList.length - 1, item_contariner: true })
+ }, [
+ vue.createElementVNode("view", { class: "flex-c-sb" }, [
+ vue.createElementVNode("view", { class: "" }, [
+ vue.createElementVNode("text", { class: "mr10" }, "库位:"),
+ vue.createElementVNode(
+ "text",
+ null,
+ vue.toDisplayString(item.allocationName),
+ 1
+ /* TEXT */
+ )
+ ]),
+ vue.createElementVNode("view", { style: { "width": "35%" } }, [
+ vue.createElementVNode("text", { class: "mr10" }, "在库数:"),
+ vue.createElementVNode(
+ "text",
+ null,
+ vue.toDisplayString(item.num),
+ 1
+ /* TEXT */
+ )
+ ])
])
- ])
- ], 10, ["onClick"]);
- }),
- 128
- /* KEYED_FRAGMENT */
- ))
- ]),
- _: 1
- /* STABLE */
- },
- 512
- /* NEED_PATCH */
- )
- ])) : vue.createCommentVNode("v-if", true),
+ ], 10, ["onClick"]);
+ }),
+ 128
+ /* KEYED_FRAGMENT */
+ ))
+ ]),
+ _: 1
+ /* STABLE */
+ },
+ 512
+ /* NEED_PATCH */
+ )
+ ],
+ 512
+ /* NEED_PATCH */
+ ), [
+ [vue.vShow, vue.unref(details).allocationList.length > 0]
+ ]),
vue.createCommentVNode(" 在托数据 "),
- vue.unref(details).trayList.length > 0 ? (vue.openBlock(), vue.createElementBlock("view", {
- key: 1,
- class: "mb20"
- }, [
- vue.createVNode(
- _component_PullDownBox,
- {
- ref_key: "PullDownRef2",
- ref: PullDownRef2
- },
- {
- title: vue.withCtx(() => [
- vue.createElementVNode("view", { class: "fwb align-center" }, [
- vue.createElementVNode("text", { class: "mr20" }, " 在 托 数 据 "),
- vue.createElementVNode(
- "text",
+ vue.withDirectives(vue.createElementVNode(
+ "view",
+ { class: "mb20" },
+ [
+ vue.createVNode(
+ _component_PullDownBox,
+ {
+ ref_key: "PullDownRef2",
+ ref: PullDownRef2
+ },
+ {
+ title: vue.withCtx(() => [
+ vue.createElementVNode("view", { class: "fwb align-center" }, [
+ vue.createElementVNode("text", { class: "mr20" }, " 在 托 数 据 "),
+ vue.createElementVNode(
+ "text",
+ null,
+ vue.toDisplayString(vue.unref(details).trayTotal),
+ 1
+ /* TEXT */
+ )
+ ])
+ ]),
+ content: vue.withCtx(() => [
+ (vue.openBlock(true), vue.createElementBlock(
+ vue.Fragment,
null,
- vue.toDisplayString(vue.unref(details).trayTotal),
- 1
- /* TEXT */
- )
- ])
- ]),
- content: vue.withCtx(() => [
- (vue.openBlock(true), vue.createElementBlock(
- vue.Fragment,
- null,
- vue.renderList(vue.unref(details).trayList, (item, index2) => {
- return vue.openBlock(), vue.createElementBlock("view", {
- key: item.allocationid,
- onClick: () => handleStockUpZero(item, 2),
- class: vue.normalizeClass({ mb20: index2 !== vue.unref(details).trayList.length - 1, item_contariner: true })
- }, [
- vue.createElementVNode("view", { class: "flex-c-sb" }, [
- vue.createElementVNode("view", { class: "" }, [
- vue.createElementVNode("text", { class: "mr10" }, "托盘名称:"),
- vue.createElementVNode(
- "text",
- null,
- vue.toDisplayString(item.trayName),
- 1
- /* TEXT */
- )
- ]),
- vue.createElementVNode("view", { style: { "width": "35%" } }, [
- vue.createElementVNode("text", { class: "mr10" }, "在库数:"),
- vue.createElementVNode(
- "text",
- null,
- vue.toDisplayString(item.num),
- 1
- /* TEXT */
- )
+ vue.renderList(vue.unref(details).trayList, (item, index2) => {
+ return vue.openBlock(), vue.createElementBlock("view", {
+ key: item.allocationid,
+ onClick: () => handleStockUpZero(item, 2),
+ class: vue.normalizeClass({ mb20: index2 !== vue.unref(details).trayList.length - 1, item_contariner: true })
+ }, [
+ vue.createElementVNode("view", { class: "flex-c-sb" }, [
+ vue.createElementVNode("view", { class: "" }, [
+ vue.createElementVNode("text", { class: "mr10" }, "托盘名称:"),
+ vue.createElementVNode(
+ "text",
+ null,
+ vue.toDisplayString(item.trayName),
+ 1
+ /* TEXT */
+ )
+ ]),
+ vue.createElementVNode("view", { style: { "width": "35%" } }, [
+ vue.createElementVNode("text", { class: "mr10" }, "在库数:"),
+ vue.createElementVNode(
+ "text",
+ null,
+ vue.toDisplayString(item.num),
+ 1
+ /* TEXT */
+ )
+ ])
])
- ])
- ], 10, ["onClick"]);
- }),
- 128
- /* KEYED_FRAGMENT */
- ))
- ]),
- _: 1
- /* STABLE */
- },
- 512
- /* NEED_PATCH */
- )
- ])) : vue.createCommentVNode("v-if", true),
+ ], 10, ["onClick"]);
+ }),
+ 128
+ /* KEYED_FRAGMENT */
+ ))
+ ]),
+ _: 1
+ /* STABLE */
+ },
+ 512
+ /* NEED_PATCH */
+ )
+ ],
+ 512
+ /* NEED_PATCH */
+ ), [
+ [vue.vShow, vue.unref(details).trayList.length > 0]
+ ]),
vue.createCommentVNode(" 其它数据 "),
- vue.unref(details).other.num ? (vue.openBlock(), vue.createElementBlock("view", { key: 2 }, [
- vue.createVNode(
- _component_PullDownBox,
- {
- ref_key: "PullDownRef3",
- ref: PullDownRef3
- },
- {
- title: vue.withCtx(() => [
- vue.createElementVNode("view", { class: "fwb align-center" }, [
- vue.createElementVNode("text", { class: "mr20" }, " 其 它 数 据 "),
- vue.createElementVNode(
- "text",
- null,
- vue.toDisplayString(vue.unref(details).other.num),
- 1
- /* TEXT */
- )
- ])
- ]),
- content: vue.withCtx(() => [
- vue.createElementVNode("view", {
- class: "item_contariner",
- onClick: _cache[0] || (_cache[0] = () => handleStockUpZero(vue.unref(details).other, 3))
- }, [
- vue.createElementVNode("view", null, [
- vue.createElementVNode("text", { class: "mr10" }, "在库数:"),
+ vue.withDirectives(vue.createElementVNode(
+ "view",
+ null,
+ [
+ vue.createVNode(
+ _component_PullDownBox,
+ {
+ ref_key: "PullDownRef3",
+ ref: PullDownRef3
+ },
+ {
+ title: vue.withCtx(() => [
+ vue.createElementVNode("view", { class: "fwb align-center" }, [
+ vue.createElementVNode("text", { class: "mr20" }, " 其 它 数 据 "),
vue.createElementVNode(
"text",
null,
@@ -24969,17 +25321,38 @@ This will fail in production if not fixed.`);
1
/* TEXT */
)
- ]),
- vue.createCommentVNode(' \r\n \r\n 备货数:\r\n \r\n\r\n \r\n \r\n \r\n\r\n 备货\r\n ')
- ])
- ]),
- _: 1
- /* STABLE */
- },
- 512
- /* NEED_PATCH */
- )
- ])) : vue.createCommentVNode("v-if", true)
+ ])
+ ]),
+ content: vue.withCtx(() => [
+ vue.createElementVNode("view", {
+ class: "item_contariner",
+ onClick: _cache[0] || (_cache[0] = () => handleStockUpZero(vue.unref(details).other, 3))
+ }, [
+ vue.createElementVNode("view", null, [
+ vue.createElementVNode("text", { class: "mr10" }, "在库数:"),
+ vue.createElementVNode(
+ "text",
+ null,
+ vue.toDisplayString(vue.unref(details).other.num),
+ 1
+ /* TEXT */
+ )
+ ]),
+ vue.createCommentVNode(' \r\n \r\n 备货数:\r\n \r\n\r\n \r\n \r\n \r\n\r\n 备货\r\n ')
+ ])
+ ]),
+ _: 1
+ /* STABLE */
+ },
+ 512
+ /* NEED_PATCH */
+ )
+ ],
+ 512
+ /* NEED_PATCH */
+ ), [
+ [vue.vShow, vue.unref(details).other.num]
+ ])
])
],
36
@@ -25122,8 +25495,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesStockUplistByZeroStockUplistByZero = /* @__PURE__ */ _export_sfc(_sfc_main$1K, [["__scopeId", "data-v-89389174"], ["__file", "D:/worksp/logpm/pagesHome/pages/StockUplistByZero/StockUplistByZero.vue"]]);
- const _sfc_main$1J = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesStockUplistByZeroStockUplistByZero = /* @__PURE__ */ _export_sfc(_sfc_main$1L, [["__scopeId", "data-v-89389174"], ["__file", "D:/worksp/logpm/pagesHome/pages/StockUplistByZero/StockUplistByZero.vue"]]);
+ const _sfc_main$1K = /* @__PURE__ */ vue.defineComponent({
__name: "StockUplistScandetails",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -25543,8 +25916,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesStockUplistScandetailsStockUplistScandetails = /* @__PURE__ */ _export_sfc(_sfc_main$1J, [["__file", "D:/worksp/logpm/pagesHome/pages/StockUplistScandetails/StockUplistScandetails.vue"]]);
- const _sfc_main$1I = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesStockUplistScandetailsStockUplistScandetails = /* @__PURE__ */ _export_sfc(_sfc_main$1K, [["__file", "D:/worksp/logpm/pagesHome/pages/StockUplistScandetails/StockUplistScandetails.vue"]]);
+ const _sfc_main$1J = /* @__PURE__ */ vue.defineComponent({
__name: "DownScan",
setup(__props) {
onShow(() => {
@@ -25573,8 +25946,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesDownScanDownScan = /* @__PURE__ */ _export_sfc(_sfc_main$1I, [["__file", "D:/worksp/logpm/pagesHome/pages/DownScan/DownScan.vue"]]);
- const _sfc_main$1H = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesDownScanDownScan = /* @__PURE__ */ _export_sfc(_sfc_main$1J, [["__file", "D:/worksp/logpm/pagesHome/pages/DownScan/DownScan.vue"]]);
+ const _sfc_main$1I = /* @__PURE__ */ vue.defineComponent({
__name: "signinScan",
setup(__props) {
const basicContainer = vue.ref(null);
@@ -26000,8 +26373,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesSigninScanSigninScan = /* @__PURE__ */ _export_sfc(_sfc_main$1H, [["__file", "D:/worksp/logpm/pagesHome/pages/signinScan/signinScan.vue"]]);
- const _sfc_main$1G = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesSigninScanSigninScan = /* @__PURE__ */ _export_sfc(_sfc_main$1I, [["__file", "D:/worksp/logpm/pagesHome/pages/signinScan/signinScan.vue"]]);
+ const _sfc_main$1H = /* @__PURE__ */ vue.defineComponent({
__name: "directGoMarket",
setup(__props) {
const tip = vue.ref(null);
@@ -26498,8 +26871,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesDirectGoMarketDirectGoMarket = /* @__PURE__ */ _export_sfc(_sfc_main$1G, [["__file", "D:/worksp/logpm/pagesHome/pages/directGoMarket/directGoMarket.vue"]]);
- const _sfc_main$1F = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesDirectGoMarketDirectGoMarket = /* @__PURE__ */ _export_sfc(_sfc_main$1H, [["__file", "D:/worksp/logpm/pagesHome/pages/directGoMarket/directGoMarket.vue"]]);
+ const _sfc_main$1G = /* @__PURE__ */ vue.defineComponent({
__name: "directGoMarketDetails",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -27398,9 +27771,9 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesDirectGoMarketDetailsDirectGoMarketDetails = /* @__PURE__ */ _export_sfc(_sfc_main$1F, [["__scopeId", "data-v-8389502c"], ["__file", "D:/worksp/logpm/pagesHome/pages/directGoMarketDetails/directGoMarketDetails.vue"]]);
+ const PagesHomePagesDirectGoMarketDetailsDirectGoMarketDetails = /* @__PURE__ */ _export_sfc(_sfc_main$1G, [["__scopeId", "data-v-8389502c"], ["__file", "D:/worksp/logpm/pagesHome/pages/directGoMarketDetails/directGoMarketDetails.vue"]]);
const _imports_0$3 = "/assets/cha.b7e7843e.png";
- const _sfc_main$1E = {
+ const _sfc_main$1F = {
props: {
data: {
type: Array,
@@ -27648,8 +28021,8 @@ This will fail in production if not fixed.`);
/* STYLE */
);
}
- const cusSelects = /* @__PURE__ */ _export_sfc(_sfc_main$1E, [["render", _sfc_render$u], ["__scopeId", "data-v-7a3666ce"], ["__file", "D:/worksp/logpm/compoment/cus-selects-fan/cus-selects-fan.vue"]]);
- const _sfc_main$1D = /* @__PURE__ */ vue.defineComponent({
+ const cusSelects = /* @__PURE__ */ _export_sfc(_sfc_main$1F, [["render", _sfc_render$u], ["__scopeId", "data-v-7a3666ce"], ["__file", "D:/worksp/logpm/compoment/cus-selects-fan/cus-selects-fan.vue"]]);
+ const _sfc_main$1E = /* @__PURE__ */ vue.defineComponent({
__name: "SelfPScanList",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -28298,8 +28671,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesSelfPScanListSelfPScanList = /* @__PURE__ */ _export_sfc(_sfc_main$1D, [["__file", "D:/worksp/logpm/pagesHome/pages/SelfPScanList/SelfPScanList.vue"]]);
- const _sfc_main$1C = {
+ const PagesHomePagesSelfPScanListSelfPScanList = /* @__PURE__ */ _export_sfc(_sfc_main$1E, [["__file", "D:/worksp/logpm/pagesHome/pages/SelfPScanList/SelfPScanList.vue"]]);
+ const _sfc_main$1D = {
name: "uniTh",
options: {
virtualHost: true
@@ -28474,8 +28847,8 @@ This will fail in production if not fixed.`);
/* CLASS, STYLE */
);
}
- const __easycom_2$2 = /* @__PURE__ */ _export_sfc(_sfc_main$1C, [["render", _sfc_render$t], ["__scopeId", "data-v-bf970acd"], ["__file", "D:/worksp/logpm/uni_modules/uni-table/components/uni-th/uni-th.vue"]]);
- const _sfc_main$1B = {
+ const __easycom_2$2 = /* @__PURE__ */ _export_sfc(_sfc_main$1D, [["render", _sfc_render$t], ["__scopeId", "data-v-bf970acd"], ["__file", "D:/worksp/logpm/uni_modules/uni-table/components/uni-th/uni-th.vue"]]);
+ const _sfc_main$1C = {
name: "TableCheckbox",
emits: ["checkboxSelected"],
props: {
@@ -28564,8 +28937,8 @@ This will fail in production if not fixed.`);
]))
]);
}
- const tableCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$1B, [["render", _sfc_render$s], ["__scopeId", "data-v-25e435b1"], ["__file", "D:/worksp/logpm/uni_modules/uni-table/components/uni-tr/table-checkbox.vue"]]);
- const _sfc_main$1A = {
+ const tableCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$1C, [["render", _sfc_render$s], ["__scopeId", "data-v-25e435b1"], ["__file", "D:/worksp/logpm/uni_modules/uni-table/components/uni-tr/table-checkbox.vue"]]);
+ const _sfc_main$1B = {
name: "uniTr",
components: { tableCheckbox },
props: {
@@ -28675,8 +29048,8 @@ This will fail in production if not fixed.`);
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
]);
}
- const __easycom_3$2 = /* @__PURE__ */ _export_sfc(_sfc_main$1A, [["render", _sfc_render$r], ["__scopeId", "data-v-b48b3e32"], ["__file", "D:/worksp/logpm/uni_modules/uni-table/components/uni-tr/uni-tr.vue"]]);
- const _sfc_main$1z = {
+ const __easycom_3$2 = /* @__PURE__ */ _export_sfc(_sfc_main$1B, [["render", _sfc_render$r], ["__scopeId", "data-v-b48b3e32"], ["__file", "D:/worksp/logpm/uni_modules/uni-table/components/uni-tr/uni-tr.vue"]]);
+ const _sfc_main$1A = {
name: "uniTd",
options: {
virtualHost: true
@@ -28748,8 +29121,8 @@ This will fail in production if not fixed.`);
/* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
);
}
- const __easycom_4 = /* @__PURE__ */ _export_sfc(_sfc_main$1z, [["render", _sfc_render$q], ["__scopeId", "data-v-edae4802"], ["__file", "D:/worksp/logpm/uni_modules/uni-table/components/uni-td/uni-td.vue"]]);
- const _sfc_main$1y = {
+ const __easycom_4 = /* @__PURE__ */ _export_sfc(_sfc_main$1A, [["render", _sfc_render$q], ["__scopeId", "data-v-edae4802"], ["__file", "D:/worksp/logpm/uni_modules/uni-table/components/uni-td/uni-td.vue"]]);
+ const _sfc_main$1z = {
name: "uniTable",
options: {
virtualHost: true
@@ -29040,8 +29413,8 @@ This will fail in production if not fixed.`);
/* CLASS */
);
}
- const __easycom_5$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1y, [["render", _sfc_render$p], ["__scopeId", "data-v-c1ea9b5d"], ["__file", "D:/worksp/logpm/uni_modules/uni-table/components/uni-table/uni-table.vue"]]);
- const _sfc_main$1x = /* @__PURE__ */ vue.defineComponent({
+ const __easycom_5$1 = /* @__PURE__ */ _export_sfc(_sfc_main$1z, [["render", _sfc_render$p], ["__scopeId", "data-v-c1ea9b5d"], ["__file", "D:/worksp/logpm/uni_modules/uni-table/components/uni-table/uni-table.vue"]]);
+ const _sfc_main$1y = /* @__PURE__ */ vue.defineComponent({
__name: "SelfPickupDetails",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -29087,7 +29460,9 @@ This will fail in production if not fixed.`);
orderList: [],
stockList: [],
/** 滚动区高度 */
- scrollHeight: "45vh"
+ scrollHeight: "45vh",
+ /** 扫描的码值 */
+ scanOrderPackageCode: ""
});
const tiplists = vue.ref(null);
const basicContainer = vue.ref(null);
@@ -29098,7 +29473,7 @@ This will fail in production if not fixed.`);
uni.$off("scancodedate");
uni.$on("scancodedate", function(code2) {
if (code2) {
- formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:202", code2);
+ formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:204", code2);
details.scancode = code2;
sacn();
}
@@ -29114,6 +29489,8 @@ This will fail in production if not fixed.`);
});
}
function showsdqs() {
+ if (details.planNum <= details.signedNum)
+ return utils.handleToast("提货计划已完成");
tiplists.value.setdetails({
isshow: true,
tipstate: 1,
@@ -29121,6 +29498,8 @@ This will fail in production if not fixed.`);
placeholder: "请输入扫描的码",
inputtext: "",
success: (detail) => {
+ if (!detail.inputtext && detail.inputtext !== 0)
+ return utils.handleToast("请输入码值");
details.scancode = detail.inputtext;
sacn();
tiplists.value.setdetails({ isshow: false });
@@ -29134,7 +29513,7 @@ This will fail in production if not fixed.`);
});
}
function showsTipsZero(item) {
- formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:245", "item :>> ", item);
+ formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:250", "item :>> ", item);
const inpList = [
{
title: item.firsts,
@@ -29154,7 +29533,7 @@ This will fail in production if not fixed.`);
inputtext: "",
success: async (detail) => {
try {
- formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:268", "item :>> ", item);
+ formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:273", "item :>> ", item);
const { inpList: [_info] } = detail;
if (_info.disabled)
tiplists.value.setdetails({ isshow: false });
@@ -29172,7 +29551,7 @@ This will fail in production if not fixed.`);
if (res.code === 200)
initpage();
} catch (err) {
- formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:286", "err :>> ", err);
+ formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:291", "err :>> ", err);
} finally {
tiplists.value.setdetails({ isshow: false });
}
@@ -29189,15 +29568,38 @@ This will fail in production if not fixed.`);
try {
if (details.orderCode === 3)
return;
+ if (details.planNum <= details.signedNum)
+ return utils.handleToast("提货计划已完成");
+ let content = "";
+ let haveData = false;
+ for (let i2 = 0; i2 < details.orderList.length; i2++) {
+ const item = details.orderList[i2];
+ if (content)
+ break;
+ if (details.scancode !== item.orderPackageCode)
+ continue;
+ haveData = true;
+ if (item.scanStatus === 2) {
+ content = "包件已扫描";
+ const _value = details.orderList.splice(i2, 1);
+ details.orderList.unshift(_value[0]);
+ }
+ break;
+ }
+ if (!haveData)
+ return utils.handleToast("码值错误, 不在本计划内");
+ if (content)
+ return utils.handleToast(content);
let data = {
id: details.billLadingId,
coding: details.scancode,
type: details.orderType == 1 ? "2" : "1"
};
let res = await billLadingscan(data);
- formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:311", res);
+ formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:342", res);
if (res.code == 200) {
details.isscan = true;
+ details.scanOrderPackageCode = data.coding;
initpage();
} else if (res.code === 3001) {
uni.showToast({
@@ -29207,7 +29609,7 @@ This will fail in production if not fixed.`);
utils.ttsspke(res.audio);
}
} catch (err) {
- formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:324", "err :>> ", err);
+ formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:356", "err :>> ", err);
} finally {
}
}
@@ -29221,9 +29623,23 @@ This will fail in production if not fixed.`);
orderCode: details.orderCode
};
let response2 = await billLadingdetailList(data);
- if (response2.code !== 200)
+ const { code: code2, data: { list } } = response2;
+ formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:377", "response :>> ", response2);
+ if (code2 !== 200 || !list)
return;
- details.orderList = response2.data.list || [];
+ const _arr = [];
+ const scanArr = [];
+ for (let i2 = 0; i2 < list.length; i2++) {
+ const item = list[i2];
+ if (item.scanStatus === 1)
+ _arr.push(item);
+ else if (item.orderPackageCode === details.scanOrderPackageCode)
+ _arr.unshift(item);
+ else
+ scanArr.push(item);
+ }
+ details.scanOrderPackageCode = "";
+ details.orderList = [..._arr, ...scanArr];
details.consignee = response2.data.consignee;
details.pickUpPlate = response2.data.pickUpPlate;
details.carTypeStr = response2.data.carTypeStr;
@@ -29250,7 +29666,7 @@ This will fail in production if not fixed.`);
billLadingId: details.billLadingId
};
const response2 = await billLadingzeroBillData(data);
- formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:372", "response :>> ", response2);
+ formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:421", "response :>> ", response2);
if (response2.code !== 200)
return;
details.stockList = response2.data || [];
@@ -29277,7 +29693,7 @@ This will fail in production if not fixed.`);
if (item.value == e2) {
details.schanvalue = item.label;
details.orderStatus = item.value;
- formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:404", details.schanvalue);
+ formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:453", details.schanvalue);
}
});
}
@@ -29691,8 +30107,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesSelfPickupDetailsSelfPickupDetails = /* @__PURE__ */ _export_sfc(_sfc_main$1x, [["__scopeId", "data-v-8cd5f8a8"], ["__file", "D:/worksp/logpm/pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue"]]);
- const _sfc_main$1w = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesSelfPickupDetailsSelfPickupDetails = /* @__PURE__ */ _export_sfc(_sfc_main$1y, [["__scopeId", "data-v-8cd5f8a8"], ["__file", "D:/worksp/logpm/pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue"]]);
+ const _sfc_main$1x = /* @__PURE__ */ vue.defineComponent({
__name: "LoadingDetails",
setup(__props) {
const basicContainer = vue.ref(null);
@@ -30179,8 +30595,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesLoadingDetailsLoadingDetails = /* @__PURE__ */ _export_sfc(_sfc_main$1w, [["__file", "D:/worksp/logpm/pagesHome/pages/LoadingDetails/LoadingDetails.vue"]]);
- const _sfc_main$1v = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesLoadingDetailsLoadingDetails = /* @__PURE__ */ _export_sfc(_sfc_main$1x, [["__file", "D:/worksp/logpm/pagesHome/pages/LoadingDetails/LoadingDetails.vue"]]);
+ const _sfc_main$1w = /* @__PURE__ */ vue.defineComponent({
__name: "CustomerOrdersDetails",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -31240,8 +31656,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesCustomerOrdersDetailsCustomerOrdersDetails = /* @__PURE__ */ _export_sfc(_sfc_main$1v, [["__scopeId", "data-v-6197e305"], ["__file", "D:/worksp/logpm/pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue"]]);
- const _sfc_main$1u = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesCustomerOrdersDetailsCustomerOrdersDetails = /* @__PURE__ */ _export_sfc(_sfc_main$1w, [["__scopeId", "data-v-6197e305"], ["__file", "D:/worksp/logpm/pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue"]]);
+ const _sfc_main$1v = /* @__PURE__ */ vue.defineComponent({
__name: "DeliveryCustomerScan",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -31689,8 +32105,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesDeliveryCustomerScanDeliveryCustomerScan = /* @__PURE__ */ _export_sfc(_sfc_main$1u, [["__file", "D:/worksp/logpm/pagesHome/pages/DeliveryCustomerScan/DeliveryCustomerScan.vue"]]);
- const _sfc_main$1t = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesDeliveryCustomerScanDeliveryCustomerScan = /* @__PURE__ */ _export_sfc(_sfc_main$1v, [["__file", "D:/worksp/logpm/pagesHome/pages/DeliveryCustomerScan/DeliveryCustomerScan.vue"]]);
+ const _sfc_main$1u = /* @__PURE__ */ vue.defineComponent({
__name: "CustomerSign",
setup(__props) {
let details = vue.reactive({
@@ -31956,7 +32372,7 @@ This will fail in production if not fixed.`);
title: "签收成功",
icon: "none"
});
- utils.ttsspke("成功签收" + item.reservationNum + "件");
+ utils.ttsspke(item.reservationNum + "件");
initpage();
}
} catch (e2) {
@@ -32274,8 +32690,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesCustomerSignCustomerSign = /* @__PURE__ */ _export_sfc(_sfc_main$1t, [["__file", "D:/worksp/logpm/pagesHome/pages/CustomerSign/CustomerSign.vue"]]);
- const _sfc_main$1s = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesCustomerSignCustomerSign = /* @__PURE__ */ _export_sfc(_sfc_main$1u, [["__file", "D:/worksp/logpm/pagesHome/pages/CustomerSign/CustomerSign.vue"]]);
+ const _sfc_main$1t = /* @__PURE__ */ vue.defineComponent({
__name: "signOrderScan",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -32334,7 +32750,7 @@ This will fail in production if not fixed.`);
uni.$on("scancodedate", function(code2) {
if (code2) {
tip.value.setdetails({ isshow: false });
- formatAppLog("log", "at pagesHome/pages/signOrderScan/signOrderScan.vue:262", code2);
+ formatAppLog("log", "at pagesHome/pages/signOrderScan/signOrderScan.vue:268", code2);
details.scancode = code2;
scandata();
}
@@ -32379,7 +32795,7 @@ This will fail in production if not fixed.`);
else
details.datalist = details.stockArr;
} catch (err) {
- formatAppLog("log", "at pagesHome/pages/signOrderScan/signOrderScan.vue:317", "err :>> ", err);
+ formatAppLog("log", "at pagesHome/pages/signOrderScan/signOrderScan.vue:323", "err :>> ", err);
} finally {
await vue.nextTick();
uni.hideLoading();
@@ -32388,7 +32804,7 @@ This will fail in production if not fixed.`);
vue.onMounted(async () => {
await vue.nextTick();
utils2.getViewDistanceFormTop(".scve").then((res) => {
- formatAppLog("log", "at pagesHome/pages/signOrderScan/signOrderScan.vue:332", "res :>> ", res);
+ formatAppLog("log", "at pagesHome/pages/signOrderScan/signOrderScan.vue:338", "res :>> ", res);
details.scrollHeight = res;
});
});
@@ -32423,7 +32839,7 @@ This will fail in production if not fixed.`);
};
if (Number(details.orderStatus) == 1) {
let response2 = await signforsignfor(data);
- formatAppLog("log", "at pagesHome/pages/signOrderScan/signOrderScan.vue:379", response2);
+ formatAppLog("log", "at pagesHome/pages/signOrderScan/signOrderScan.vue:385", response2);
if (response2.code === 200)
;
else if (response2.code == 3006) {
@@ -32440,7 +32856,7 @@ This will fail in production if not fixed.`);
let response22 = await signforsignforcontinue(data2);
if (response22.code !== 200)
return;
- formatAppLog("log", "at pagesHome/pages/signOrderScan/signOrderScan.vue:401", response22);
+ formatAppLog("log", "at pagesHome/pages/signOrderScan/signOrderScan.vue:407", response22);
uni.showToast({
title: response22.msg,
icon: "none"
@@ -32464,7 +32880,7 @@ This will fail in production if not fixed.`);
}
} else if (Number(details.orderStatus) === 3) {
let response2 = await signforsignforIn(data);
- formatAppLog("log", "at pagesHome/pages/signOrderScan/signOrderScan.vue:427", response2);
+ formatAppLog("log", "at pagesHome/pages/signOrderScan/signOrderScan.vue:433", response2);
if (response2.code == 3006) {
tip.value.setdetails({
isshow: true,
@@ -32476,7 +32892,7 @@ This will fail in production if not fixed.`);
reservationId: details.id
};
let response22 = await signforsignforcontinue(data2);
- formatAppLog("log", "at pagesHome/pages/signOrderScan/signOrderScan.vue:439", response22);
+ formatAppLog("log", "at pagesHome/pages/signOrderScan/signOrderScan.vue:445", response22);
if (response22.code !== 200)
return;
uni.showToast({
@@ -32566,7 +32982,7 @@ This will fail in production if not fixed.`);
if (value.isAbnormalLoading === 1)
val.abnormalLoading += 1;
});
- formatAppLog("log", "at pagesHome/pages/signOrderScan/signOrderScan.vue:543", "val :>> ", val);
+ formatAppLog("log", "at pagesHome/pages/signOrderScan/signOrderScan.vue:549", "val :>> ", val);
details.orderArr.push(val);
});
} else if (details.orderStatus == 3) {
@@ -32582,7 +32998,7 @@ This will fail in production if not fixed.`);
else
details.datalist = details.stockArr;
} catch (err) {
- formatAppLog("log", "at pagesHome/pages/signOrderScan/signOrderScan.vue:561", "err :>> ", err);
+ formatAppLog("log", "at pagesHome/pages/signOrderScan/signOrderScan.vue:567", "err :>> ", err);
} finally {
computedNum();
uni.hideLoading();
@@ -32610,7 +33026,7 @@ This will fail in production if not fixed.`);
});
}
function checkphon(item, index2) {
- formatAppLog("log", "at pagesHome/pages/signOrderScan/signOrderScan.vue:592", "item :>> ", item);
+ formatAppLog("log", "at pagesHome/pages/signOrderScan/signOrderScan.vue:598", "item :>> ", item);
if (item.isZero === "1") {
const inpList = item.distributionParcelNumberVOS.map((val) => {
return {
@@ -32652,7 +33068,7 @@ This will fail in production if not fixed.`);
parcelListDTOS: []
};
data.parcelListDTOS = deta.inpList.map((val) => {
- formatAppLog("log", "at pagesHome/pages/signOrderScan/signOrderScan.vue:636", "val :>> ", val);
+ formatAppLog("log", "at pagesHome/pages/signOrderScan/signOrderScan.vue:642", "val :>> ", val);
return {
parcelListId: val.id,
stockArticleId: val.stockArticleId,
@@ -32667,7 +33083,7 @@ This will fail in production if not fixed.`);
}
initpage();
} catch (err) {
- formatAppLog("log", "at pagesHome/pages/signOrderScan/signOrderScan.vue:653", "err :>> ", err);
+ formatAppLog("log", "at pagesHome/pages/signOrderScan/signOrderScan.vue:659", "err :>> ", err);
} finally {
uni.hideLoading();
tiplists.value.setdetails({ isshow: false });
@@ -33177,6 +33593,16 @@ This will fail in production if not fixed.`);
)
])
]),
+ vue.createElementVNode("view", { class: "contenbx1" }, [
+ vue.createElementVNode("view", null, [
+ vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "包条码:"),
+ vue.createTextVNode(
+ vue.toDisplayString(item.orderPackageCode),
+ 1
+ /* TEXT */
+ )
+ ])
+ ]),
vue.createElementVNode("view", { class: "contenbx1" }, [
vue.createElementVNode("view", null, [
vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "物品:"),
@@ -33206,12 +33632,15 @@ This will fail in production if not fixed.`);
]),
vue.createCommentVNode(' 签收:{{item.signforNub}} ')
]),
+ vue.createCommentVNode(` \r
+ {{item.signforNub==0?'未扫':item.signforNub==item.reservationNum?'齐套':'部分扫'}}\r
+ `),
vue.createElementVNode(
"view",
{
- class: vue.normalizeClass(item.signforNub == 0 ? "tip tp2" : item.signforNub == item.reservationNum ? "tip tp1" : "tip tp3")
+ class: vue.normalizeClass(item.signforNub == 0 ? "tip tp2" : "tip tp1")
},
- vue.toDisplayString(item.signforNub == 0 ? "未扫" : item.signforNub == item.reservationNum ? "齐套" : "部分扫"),
+ vue.toDisplayString(item.signforNub == 0 ? "未扫" : "已扫"),
3
/* TEXT, CLASS */
)
@@ -33265,8 +33694,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesSignOrderScanSignOrderScan = /* @__PURE__ */ _export_sfc(_sfc_main$1s, [["__scopeId", "data-v-fb393026"], ["__file", "D:/worksp/logpm/pagesHome/pages/signOrderScan/signOrderScan.vue"]]);
- const _sfc_main$1r = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesSignOrderScanSignOrderScan = /* @__PURE__ */ _export_sfc(_sfc_main$1t, [["__scopeId", "data-v-fb393026"], ["__file", "D:/worksp/logpm/pagesHome/pages/signOrderScan/signOrderScan.vue"]]);
+ const _sfc_main$1s = /* @__PURE__ */ vue.defineComponent({
__name: "signPackageScan",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -33714,8 +34143,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesSignPackageScanSignPackageScan = /* @__PURE__ */ _export_sfc(_sfc_main$1r, [["__scopeId", "data-v-fc91f5c3"], ["__file", "D:/worksp/logpm/pagesHome/pages/signPackageScan/signPackageScan.vue"]]);
- const _sfc_main$1q = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesSignPackageScanSignPackageScan = /* @__PURE__ */ _export_sfc(_sfc_main$1s, [["__scopeId", "data-v-fc91f5c3"], ["__file", "D:/worksp/logpm/pagesHome/pages/signPackageScan/signPackageScan.vue"]]);
+ const _sfc_main$1r = /* @__PURE__ */ vue.defineComponent({
__name: "SignDetailScan",
setup(__props) {
let details = vue.reactive({
@@ -34177,8 +34606,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesSignDetailScanSignDetailScan = /* @__PURE__ */ _export_sfc(_sfc_main$1q, [["__file", "D:/worksp/logpm/pagesHome/pages/SignDetailScan/SignDetailScan.vue"]]);
- const _sfc_main$1p = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesSignDetailScanSignDetailScan = /* @__PURE__ */ _export_sfc(_sfc_main$1r, [["__file", "D:/worksp/logpm/pagesHome/pages/SignDetailScan/SignDetailScan.vue"]]);
+ const _sfc_main$1q = /* @__PURE__ */ vue.defineComponent({
__name: "setbarcode",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -34750,8 +35179,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesSetbarcodeSetbarcode = /* @__PURE__ */ _export_sfc(_sfc_main$1p, [["__file", "D:/worksp/logpm/pagesHome/pages/setbarcode/setbarcode.vue"]]);
- const _sfc_main$1o = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesSetbarcodeSetbarcode = /* @__PURE__ */ _export_sfc(_sfc_main$1q, [["__file", "D:/worksp/logpm/pagesHome/pages/setbarcode/setbarcode.vue"]]);
+ const _sfc_main$1p = /* @__PURE__ */ vue.defineComponent({
__name: "OfflineUpload",
setup(__props) {
const tiplists = vue.ref(null);
@@ -34893,8 +35322,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesOfflineUploadOfflineUpload = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["__file", "D:/worksp/logpm/pagesHome/pages/OfflineUpload/OfflineUpload.vue"]]);
- const _sfc_main$1n = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesOfflineUploadOfflineUpload = /* @__PURE__ */ _export_sfc(_sfc_main$1p, [["__file", "D:/worksp/logpm/pagesHome/pages/OfflineUpload/OfflineUpload.vue"]]);
+ const _sfc_main$1o = /* @__PURE__ */ vue.defineComponent({
__name: "createTask",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -35081,8 +35510,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesCreateTaskCreateTask = /* @__PURE__ */ _export_sfc(_sfc_main$1n, [["__file", "D:/worksp/logpm/pagesHome/pages/createTask/createTask.vue"]]);
- const _sfc_main$1m = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesCreateTaskCreateTask = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["__file", "D:/worksp/logpm/pagesHome/pages/createTask/createTask.vue"]]);
+ const _sfc_main$1n = /* @__PURE__ */ vue.defineComponent({
__name: "ordersorting",
setup(__props) {
utils.ttsspke("订单扫描");
@@ -35145,8 +35574,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesOrdersortingOrdersorting = /* @__PURE__ */ _export_sfc(_sfc_main$1m, [["__file", "D:/worksp/logpm/pagesHome/pages/ordersorting/ordersorting.vue"]]);
- const _sfc_main$1l = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesOrdersortingOrdersorting = /* @__PURE__ */ _export_sfc(_sfc_main$1n, [["__file", "D:/worksp/logpm/pagesHome/pages/ordersorting/ordersorting.vue"]]);
+ const _sfc_main$1m = /* @__PURE__ */ vue.defineComponent({
__name: "lnventorysorting",
setup(__props) {
onShow(() => {
@@ -35198,8 +35627,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesLnventorysortingLnventorysorting = /* @__PURE__ */ _export_sfc(_sfc_main$1l, [["__file", "D:/worksp/logpm/pagesHome/pages/lnventorysorting/lnventorysorting.vue"]]);
- const _sfc_main$1k = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesLnventorysortingLnventorysorting = /* @__PURE__ */ _export_sfc(_sfc_main$1m, [["__file", "D:/worksp/logpm/pagesHome/pages/lnventorysorting/lnventorysorting.vue"]]);
+ const _sfc_main$1l = /* @__PURE__ */ vue.defineComponent({
__name: "scansorting",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -35599,8 +36028,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesScansortingScansorting = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["__file", "D:/worksp/logpm/pagesHome/pages/scansorting/scansorting.vue"]]);
- const _sfc_main$1j = {};
+ const PagesHomePagesScansortingScansorting = /* @__PURE__ */ _export_sfc(_sfc_main$1l, [["__file", "D:/worksp/logpm/pagesHome/pages/scansorting/scansorting.vue"]]);
+ const _sfc_main$1k = {};
function _sfc_render$o(_ctx, _cache) {
const _component_u_navbar = resolveEasycom(vue.resolveDynamicComponent("u-navbar"), __easycom_0$5);
return vue.openBlock(), vue.createElementBlock(
@@ -35623,7 +36052,7 @@ This will fail in production if not fixed.`);
/* STABLE_FRAGMENT */
);
}
- const PagesHomePagesPeopleSortingPeopleSorting = /* @__PURE__ */ _export_sfc(_sfc_main$1j, [["render", _sfc_render$o], ["__file", "D:/worksp/logpm/pagesHome/pages/peopleSorting/peopleSorting.vue"]]);
+ const PagesHomePagesPeopleSortingPeopleSorting = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["render", _sfc_render$o], ["__file", "D:/worksp/logpm/pagesHome/pages/peopleSorting/peopleSorting.vue"]]);
var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
function getDefaultExportFromCjs(x) {
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
@@ -35920,7 +36349,7 @@ This will fail in production if not fixed.`);
})(dayjs_min);
var dayjs_minExports = dayjs_min.exports;
const dayjs = /* @__PURE__ */ getDefaultExportFromCjs(dayjs_minExports);
- const _sfc_main$1i = /* @__PURE__ */ vue.defineComponent({
+ const _sfc_main$1j = /* @__PURE__ */ vue.defineComponent({
__name: "OrderSortingDetail",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -37354,8 +37783,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesOrderSortingDetailOrderSortingDetail = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["__scopeId", "data-v-ca2cce65"], ["__file", "D:/worksp/logpm/pagesHome/pages/OrderSortingDetail/OrderSortingDetail.vue"]]);
- const _sfc_main$1h = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesOrderSortingDetailOrderSortingDetail = /* @__PURE__ */ _export_sfc(_sfc_main$1j, [["__scopeId", "data-v-ca2cce65"], ["__file", "D:/worksp/logpm/pagesHome/pages/OrderSortingDetail/OrderSortingDetail.vue"]]);
+ const _sfc_main$1i = /* @__PURE__ */ vue.defineComponent({
__name: "ScanSortingType",
setup(__props) {
let typelist = vue.ref([]);
@@ -37447,8 +37876,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesScanSortingTypeScanSortingType = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["__file", "D:/worksp/logpm/pagesHome/pages/ScanSortingType/ScanSortingType.vue"]]);
- const _sfc_main$1g = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesScanSortingTypeScanSortingType = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["__file", "D:/worksp/logpm/pagesHome/pages/ScanSortingType/ScanSortingType.vue"]]);
+ const _sfc_main$1h = /* @__PURE__ */ vue.defineComponent({
__name: "PeopleSortingDetail",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -38039,8 +38468,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesPeopleSortingDetailPeopleSortingDetail = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["__scopeId", "data-v-e9f42dec"], ["__file", "D:/worksp/logpm/pagesHome/pages/PeopleSortingDetail/PeopleSortingDetail.vue"]]);
- const _sfc_main$1f = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesPeopleSortingDetailPeopleSortingDetail = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["__scopeId", "data-v-e9f42dec"], ["__file", "D:/worksp/logpm/pagesHome/pages/PeopleSortingDetail/PeopleSortingDetail.vue"]]);
+ const _sfc_main$1g = /* @__PURE__ */ vue.defineComponent({
__name: "inventoryType",
setup(__props) {
let typelist = vue.ref([]);
@@ -38125,8 +38554,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesInventoryTypeInventoryType = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["__file", "D:/worksp/logpm/pagesHome/pages/inventoryType/inventoryType.vue"]]);
- const _sfc_main$1e = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesInventoryTypeInventoryType = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["__file", "D:/worksp/logpm/pagesHome/pages/inventoryType/inventoryType.vue"]]);
+ const _sfc_main$1f = /* @__PURE__ */ vue.defineComponent({
__name: "inventoryDetail",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -38336,8 +38765,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesInventoryDetailInventoryDetail = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["__file", "D:/worksp/logpm/pagesHome/pages/inventoryDetail/inventoryDetail.vue"]]);
- const _sfc_main$1d = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesInventoryDetailInventoryDetail = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["__file", "D:/worksp/logpm/pagesHome/pages/inventoryDetail/inventoryDetail.vue"]]);
+ const _sfc_main$1e = /* @__PURE__ */ vue.defineComponent({
__name: "inventoryDetailList",
setup(__props) {
let tip = vue.ref(null);
@@ -38516,8 +38945,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesInventoryDetailListInventoryDetailList = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["__file", "D:/worksp/logpm/pagesHome/pages/inventoryDetailList/inventoryDetailList.vue"]]);
- const _sfc_main$1c = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesInventoryDetailListInventoryDetailList = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["__file", "D:/worksp/logpm/pagesHome/pages/inventoryDetailList/inventoryDetailList.vue"]]);
+ const _sfc_main$1d = /* @__PURE__ */ vue.defineComponent({
__name: "inventoryenter",
setup(__props) {
const tip = vue.ref(null);
@@ -39120,8 +39549,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesInventoryenterInventoryenter = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["__file", "D:/worksp/logpm/pagesHome/pages/inventoryenter/inventoryenter.vue"]]);
- const _sfc_main$1b = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesInventoryenterInventoryenter = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["__file", "D:/worksp/logpm/pagesHome/pages/inventoryenter/inventoryenter.vue"]]);
+ const _sfc_main$1c = /* @__PURE__ */ vue.defineComponent({
__name: "lnventorysortinglist",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -39492,8 +39921,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesLnventorysortinglistLnventorysortinglist = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["__file", "D:/worksp/logpm/pagesHome/pages/lnventorysortinglist/lnventorysortinglist.vue"]]);
- const _sfc_main$1a = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesLnventorysortinglistLnventorysortinglist = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["__file", "D:/worksp/logpm/pagesHome/pages/lnventorysortinglist/lnventorysortinglist.vue"]]);
+ const _sfc_main$1b = /* @__PURE__ */ vue.defineComponent({
__name: "OrderSortingDetailList",
setup(__props) {
let tip = vue.ref(null);
@@ -39975,8 +40404,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesOrderSortingDetailListOrderSortingDetailList = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["__file", "D:/worksp/logpm/pagesHome/pages/OrderSortingDetailList/OrderSortingDetailList.vue"]]);
- const _sfc_main$19 = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesOrderSortingDetailListOrderSortingDetailList = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["__file", "D:/worksp/logpm/pagesHome/pages/OrderSortingDetailList/OrderSortingDetailList.vue"]]);
+ const _sfc_main$1a = /* @__PURE__ */ vue.defineComponent({
__name: "ScanUpType",
setup(__props) {
let typelist = vue.ref([]);
@@ -40055,8 +40484,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesScanUpTypeScanUpType = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["__file", "D:/worksp/logpm/pagesHome/pages/ScanUpType/ScanUpType.vue"]]);
- const _sfc_main$18 = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesScanUpTypeScanUpType = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["__file", "D:/worksp/logpm/pagesHome/pages/ScanUpType/ScanUpType.vue"]]);
+ const _sfc_main$19 = /* @__PURE__ */ vue.defineComponent({
__name: "ScanUp",
setup(__props) {
const { HANDLE_ISSTORAGECODE } = useStorageStore();
@@ -41124,8 +41553,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesScanUpScanUp = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["__scopeId", "data-v-1e3768d4"], ["__file", "D:/worksp/logpm/pagesHome/pages/ScanUp/ScanUp.vue"]]);
- const _sfc_main$17 = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesScanUpScanUp = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["__scopeId", "data-v-1e3768d4"], ["__file", "D:/worksp/logpm/pagesHome/pages/ScanUp/ScanUp.vue"]]);
+ const _sfc_main$18 = /* @__PURE__ */ vue.defineComponent({
__name: "RelocationType",
setup(__props) {
utils.ttsspke("请选择移库方式");
@@ -41214,8 +41643,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesRelocationTypeRelocationType = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["__file", "D:/worksp/logpm/pagesHome/pages/RelocationType/RelocationType.vue"]]);
- const _sfc_main$16 = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesRelocationTypeRelocationType = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["__file", "D:/worksp/logpm/pagesHome/pages/RelocationType/RelocationType.vue"]]);
+ const _sfc_main$17 = /* @__PURE__ */ vue.defineComponent({
__name: "Relocation",
setup(__props) {
const { HANDLE_ISSTORAGECODE } = useStorageStore();
@@ -41955,8 +42384,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesRelocationRelocation = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["__scopeId", "data-v-6e763ec5"], ["__file", "D:/worksp/logpm/pagesHome/pages/Relocation/Relocation.vue"]]);
- const _sfc_main$15 = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesRelocationRelocation = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["__scopeId", "data-v-6e763ec5"], ["__file", "D:/worksp/logpm/pagesHome/pages/Relocation/Relocation.vue"]]);
+ const _sfc_main$16 = /* @__PURE__ */ vue.defineComponent({
__name: "PeopleScanUpType",
setup(__props) {
let typelist = vue.ref([]);
@@ -42029,8 +42458,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesPeopleScanUpTypePeopleScanUpType = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__file", "D:/worksp/logpm/pagesHome/pages/PeopleScanUpType/PeopleScanUpType.vue"]]);
- const _sfc_main$14 = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesPeopleScanUpTypePeopleScanUpType = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["__file", "D:/worksp/logpm/pagesHome/pages/PeopleScanUpType/PeopleScanUpType.vue"]]);
+ const _sfc_main$15 = /* @__PURE__ */ vue.defineComponent({
__name: "PeopleScanUp",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -43543,11 +43972,12 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesPeopleScanUpPeopleScanUp = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["__scopeId", "data-v-7888e346"], ["__file", "D:/worksp/logpm/pagesHome/pages/PeopleScanUp/PeopleScanUp.vue"]]);
- const _sfc_main$13 = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesPeopleScanUpPeopleScanUp = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["__scopeId", "data-v-7888e346"], ["__file", "D:/worksp/logpm/pagesHome/pages/PeopleScanUp/PeopleScanUp.vue"]]);
+ const _sfc_main$14 = /* @__PURE__ */ vue.defineComponent({
__name: "PickingScanList",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
+ const { HANDLE_ISSTORAGECODE } = useStorageStore();
storeToRefs(useUserStore());
const tiplists = vue.ref(null);
const basicContainer = vue.ref(null);
@@ -43584,7 +44014,7 @@ This will fail in production if not fixed.`);
uni.$off("scancodedate");
uni.$on("scancodedate", function(code2) {
if (code2) {
- formatAppLog("log", "at pagesHome/pages/PickingScanList/PickingScanList.vue:151", code2);
+ formatAppLog("log", "at pagesHome/pages/PickingScanList/PickingScanList.vue:154", code2);
details.scancode = code2;
scandata();
}
@@ -43617,6 +44047,8 @@ This will fail in production if not fixed.`);
async function scandata() {
if (details.stockUpStorageInfo.stockupAllocationId === details.scancode)
return utils.handleToast("当前已在该备货区");
+ if (!HANDLE_ISSTORAGECODE(details.scancode))
+ return utils.handleToast("该码值不是库位码");
const submitData = { allocationId: details.scancode };
const res = await postUpShelfScanAllocation(submitData);
const { code: code2, data } = res;
@@ -43848,8 +44280,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesPickingScanListPickingScanList = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["__scopeId", "data-v-5628bd90"], ["__file", "D:/worksp/logpm/pagesHome/pages/PickingScanList/PickingScanList.vue"]]);
- const _sfc_main$12 = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesPickingScanListPickingScanList = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["__scopeId", "data-v-5628bd90"], ["__file", "D:/worksp/logpm/pagesHome/pages/PickingScanList/PickingScanList.vue"]]);
+ const _sfc_main$13 = /* @__PURE__ */ vue.defineComponent({
__name: "Retention",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -44021,8 +44453,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesRetentionRetention = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__file", "D:/worksp/logpm/pagesHome/pages/Retention/Retention.vue"]]);
- const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesRetentionRetention = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["__file", "D:/worksp/logpm/pagesHome/pages/Retention/Retention.vue"]]);
+ const _sfc_main$12 = /* @__PURE__ */ vue.defineComponent({
__name: "MergeTray",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -44507,8 +44939,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesMergeTrayMergeTray = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["__file", "D:/worksp/logpm/pagesHome/pages/MergeTray/MergeTray.vue"]]);
- const _sfc_main$10 = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesMergeTrayMergeTray = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__file", "D:/worksp/logpm/pagesHome/pages/MergeTray/MergeTray.vue"]]);
+ const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
__name: "MergeTrayDetails",
setup(__props) {
let trayCode = vue.ref("");
@@ -44805,8 +45237,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesMergeTrayDetailsMergeTrayDetails = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["__file", "D:/worksp/logpm/pagesHome/pages/MergeTrayDetails/MergeTrayDetails.vue"]]);
- const _sfc_main$$ = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesMergeTrayDetailsMergeTrayDetails = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["__file", "D:/worksp/logpm/pagesHome/pages/MergeTrayDetails/MergeTrayDetails.vue"]]);
+ const _sfc_main$10 = /* @__PURE__ */ vue.defineComponent({
__name: "DownGoodsType",
setup(__props) {
let typelist = vue.ref([]);
@@ -44880,8 +45312,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesDownGoodsTypeDownGoodsType = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["__file", "D:/worksp/logpm/pagesHome/pages/DownGoodsType/DownGoodsType.vue"]]);
- const _sfc_main$_ = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesDownGoodsTypeDownGoodsType = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["__file", "D:/worksp/logpm/pagesHome/pages/DownGoodsType/DownGoodsType.vue"]]);
+ const _sfc_main$$ = /* @__PURE__ */ vue.defineComponent({
__name: "DownGoods",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -45997,8 +46429,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesDownGoodsDownGoods = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["__file", "D:/worksp/logpm/pagesHome/pages/DownGoods/DownGoods.vue"]]);
- const _sfc_main$Z = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesDownGoodsDownGoods = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["__file", "D:/worksp/logpm/pagesHome/pages/DownGoods/DownGoods.vue"]]);
+ const _sfc_main$_ = /* @__PURE__ */ vue.defineComponent({
__name: "SetPrice",
setup(__props) {
let details = vue.reactive({
@@ -46299,8 +46731,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesSetPriceSetPrice = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["__file", "D:/worksp/logpm/pagesHome/pages/SetPrice/SetPrice.vue"]]);
- const _sfc_main$Y = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesSetPriceSetPrice = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["__file", "D:/worksp/logpm/pagesHome/pages/SetPrice/SetPrice.vue"]]);
+ const _sfc_main$Z = /* @__PURE__ */ vue.defineComponent({
__name: "RemoveTray",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -46785,8 +47217,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesRemoveTrayRemoveTray = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["__scopeId", "data-v-8dd39525"], ["__file", "D:/worksp/logpm/pagesHome/pages/RemoveTray/RemoveTray.vue"]]);
- const _sfc_main$X = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesRemoveTrayRemoveTray = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["__scopeId", "data-v-8dd39525"], ["__file", "D:/worksp/logpm/pagesHome/pages/RemoveTray/RemoveTray.vue"]]);
+ const _sfc_main$Y = /* @__PURE__ */ vue.defineComponent({
__name: "Check",
setup(__props) {
vue.reactive({});
@@ -46807,8 +47239,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesCheckCheck = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["__file", "D:/worksp/logpm/pagesHome/pages/Check/Check.vue"]]);
- const _sfc_main$W = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesCheckCheck = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["__file", "D:/worksp/logpm/pagesHome/pages/Check/Check.vue"]]);
+ const _sfc_main$X = /* @__PURE__ */ vue.defineComponent({
__name: "createAddServe",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -47417,8 +47849,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesCreateAddServeCreateAddServe = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["__scopeId", "data-v-fee6bcca"], ["__file", "D:/worksp/logpm/pagesHome/pages/createAddServe/createAddServe.vue"]]);
- const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesCreateAddServeCreateAddServe = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["__scopeId", "data-v-fee6bcca"], ["__file", "D:/worksp/logpm/pagesHome/pages/createAddServe/createAddServe.vue"]]);
+ const _sfc_main$W = /* @__PURE__ */ vue.defineComponent({
__name: "orderDetail",
setup(__props) {
onShow(() => {
@@ -47438,8 +47870,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesOrderDetailOrderDetail = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["__file", "D:/worksp/logpm/pagesHome/pages/orderDetail/orderDetail.vue"]]);
- const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesOrderDetailOrderDetail = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["__file", "D:/worksp/logpm/pagesHome/pages/orderDetail/orderDetail.vue"]]);
+ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
__name: "RelocationAllocationId",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -48007,8 +48439,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesRelocationAllocationIdRelocationAllocationId = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__file", "D:/worksp/logpm/pagesHome/pages/RelocationAllocationId/RelocationAllocationId.vue"]]);
- const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesRelocationAllocationIdRelocationAllocationId = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["__file", "D:/worksp/logpm/pagesHome/pages/RelocationAllocationId/RelocationAllocationId.vue"]]);
+ const _sfc_main$U = /* @__PURE__ */ vue.defineComponent({
__name: "orderDetails",
setup(__props) {
let tip = vue.ref(null);
@@ -48281,7 +48713,7 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesOrderDetailsOrderDetails = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["__scopeId", "data-v-5e1bdbff"], ["__file", "D:/worksp/logpm/pagesHome/pages/orderDetails/orderDetails.vue"]]);
+ const PagesHomePagesOrderDetailsOrderDetails = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-5e1bdbff"], ["__file", "D:/worksp/logpm/pagesHome/pages/orderDetails/orderDetails.vue"]]);
const props$6 = {
props: {
// 绑定的值
@@ -48468,7 +48900,7 @@ This will fail in production if not fixed.`);
}
}
};
- const _sfc_main$S = {
+ const _sfc_main$T = {
name: "u-input",
mixins: [mpMixin$1, mixin$1, props$6],
data() {
@@ -48690,8 +49122,8 @@ This will fail in production if not fixed.`);
/* CLASS, STYLE */
);
}
- const __easycom_2$1 = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["render", _sfc_render$n], ["__scopeId", "data-v-df79975b"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-input/u-input.vue"]]);
- const _sfc_main$R = {
+ const __easycom_2$1 = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["render", _sfc_render$n], ["__scopeId", "data-v-df79975b"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-input/u-input.vue"]]);
+ const _sfc_main$S = {
name: "u--input",
mixins: [mpMixin$1, props$6, mixin$1],
components: {
@@ -48747,7 +49179,7 @@ This will fail in production if not fixed.`);
/* FORWARDED */
}, 8, ["modelValue", "type", "fixed", "disabled", "disabledColor", "clearable", "password", "maxlength", "placeholder", "placeholderClass", "placeholderStyle", "showWordLimit", "confirmType", "confirmHold", "holdKeyboard", "focus", "autoBlur", "disableDefaultPadding", "cursor", "cursorSpacing", "selectionStart", "selectionEnd", "adjustPosition", "inputAlign", "fontSize", "color", "prefixIcon", "suffixIcon", "suffixIconStyle", "prefixIconStyle", "border", "readonly", "shape", "customStyle", "formatter", "ignoreCompositionEvent"]);
}
- const __easycom_5 = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["render", _sfc_render$m], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u--input/u--input.vue"]]);
+ const __easycom_5 = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["render", _sfc_render$m], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u--input/u--input.vue"]]);
const props$5 = {
props: {
// input的label提示语
@@ -48791,7 +49223,7 @@ This will fail in production if not fixed.`);
}
}
};
- const _sfc_main$Q = {
+ const _sfc_main$R = {
name: "u-form-item",
mixins: [mpMixin$1, mixin$1, props$5],
data() {
@@ -48949,7 +49381,7 @@ This will fail in production if not fixed.`);
}, null, 8, ["color", "customStyle"])) : vue.createCommentVNode("v-if", true)
]);
}
- const __easycom_6$1 = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["render", _sfc_render$l], ["__scopeId", "data-v-42bac3de"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-form-item/u-form-item.vue"]]);
+ const __easycom_6$1 = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["render", _sfc_render$l], ["__scopeId", "data-v-42bac3de"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-form-item/u-form-item.vue"]]);
const props$4 = {
props: {
// 当前form的需要验证字段的集合
@@ -49888,7 +50320,7 @@ This will fail in production if not fixed.`);
Schema.messages = messages;
Schema.warning = function() {
};
- const _sfc_main$P = {
+ const _sfc_main$Q = {
name: "u-form",
mixins: [mpMixin$1, mixin$1, props$4],
provide() {
@@ -50054,8 +50486,8 @@ This will fail in production if not fixed.`);
vue.renderSlot(_ctx.$slots, "default")
]);
}
- const uvForm = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["render", _sfc_render$k], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-form/u-form.vue"]]);
- const _sfc_main$O = {
+ const uvForm = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["render", _sfc_render$k], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-form/u-form.vue"]]);
+ const _sfc_main$P = {
name: "u--form",
mixins: [mpMixin$1, props$4, mixin$1],
components: {
@@ -50107,8 +50539,8 @@ This will fail in production if not fixed.`);
/* FORWARDED */
}, 8, ["model", "rules", "errorType", "borderBottom", "labelPosition", "labelWidth", "labelAlign", "labelStyle", "customStyle"]);
}
- const __easycom_7$1 = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["render", _sfc_render$j], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u--form/u--form.vue"]]);
- const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
+ const __easycom_7$1 = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["render", _sfc_render$j], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u--form/u--form.vue"]]);
+ const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
__name: "orderInquiry",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -50965,8 +51397,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesOrderInquiryOrderInquiry = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-e1375c52"], ["__file", "D:/worksp/logpm/pagesHome/pages/orderInquiry/orderInquiry.vue"]]);
- const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesOrderInquiryOrderInquiry = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["__scopeId", "data-v-e1375c52"], ["__file", "D:/worksp/logpm/pagesHome/pages/orderInquiry/orderInquiry.vue"]]);
+ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
__name: "waybillInquiry",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -51340,8 +51772,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesWaybillInquiryWaybillInquiry = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-f778d6ff"], ["__file", "D:/worksp/logpm/pagesHome/pages/waybillInquiry/waybillInquiry.vue"]]);
- const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesWaybillInquiryWaybillInquiry = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-f778d6ff"], ["__file", "D:/worksp/logpm/pagesHome/pages/waybillInquiry/waybillInquiry.vue"]]);
+ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
__name: "storageInquiry",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -52403,8 +52835,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesStorageInquiryStorageInquiry = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-5d7d7545"], ["__file", "D:/worksp/logpm/pagesHome/pages/storageInquiry/storageInquiry.vue"]]);
- const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesStorageInquiryStorageInquiry = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-5d7d7545"], ["__file", "D:/worksp/logpm/pagesHome/pages/storageInquiry/storageInquiry.vue"]]);
+ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
__name: "trayInquiry",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -53407,8 +53839,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesTrayInquiryTrayInquiry = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-715d6604"], ["__file", "D:/worksp/logpm/pagesHome/pages/trayInquiry/trayInquiry.vue"]]);
- const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesTrayInquiryTrayInquiry = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-715d6604"], ["__file", "D:/worksp/logpm/pagesHome/pages/trayInquiry/trayInquiry.vue"]]);
+ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
__name: "inventoryInquiry",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -53812,9 +54244,9 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesInventoryInquiryInventoryInquiry = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["__scopeId", "data-v-b73a21b1"], ["__file", "D:/worksp/logpm/pagesHome/pages/inventoryInquiry/inventoryInquiry.vue"]]);
+ const PagesHomePagesInventoryInquiryInventoryInquiry = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-b73a21b1"], ["__file", "D:/worksp/logpm/pagesHome/pages/inventoryInquiry/inventoryInquiry.vue"]]);
const _imports_0$2 = "/pagesHome/static/removeitem.png";
- const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
+ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
__name: "StorageLocationList",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -54213,8 +54645,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesStorageLocationListStorageLocationList = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["__scopeId", "data-v-72754cee"], ["__file", "D:/worksp/logpm/pagesHome/pages/StorageLocationList/StorageLocationList.vue"]]);
- const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesStorageLocationListStorageLocationList = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["__scopeId", "data-v-72754cee"], ["__file", "D:/worksp/logpm/pagesHome/pages/StorageLocationList/StorageLocationList.vue"]]);
+ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
__name: "MaterialMaintenance",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -54652,8 +55084,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesMaterialMaintenanceMaterialMaintenance = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-b9224327"], ["__file", "D:/worksp/logpm/pagesHome/pages/MaterialMaintenance/MaterialMaintenance.vue"]]);
- const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesMaterialMaintenanceMaterialMaintenance = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["__scopeId", "data-v-b9224327"], ["__file", "D:/worksp/logpm/pagesHome/pages/MaterialMaintenance/MaterialMaintenance.vue"]]);
+ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
__name: "CustomerTrayDetails",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -55065,8 +55497,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesCustomerTrayDetailsCustomerTrayDetails = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__file", "D:/worksp/logpm/pagesHome/pages/CustomerTrayDetails/CustomerTrayDetails.vue"]]);
- const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesCustomerTrayDetailsCustomerTrayDetails = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__file", "D:/worksp/logpm/pagesHome/pages/CustomerTrayDetails/CustomerTrayDetails.vue"]]);
+ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
__name: "StockUpListZero",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -55345,8 +55777,8 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesStockUpListZeroStockUpListZero = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__file", "D:/worksp/logpm/pagesHome/pages/StockUpListZero/StockUpListZero.vue"]]);
- const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesStockUpListZeroStockUpListZero = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__file", "D:/worksp/logpm/pagesHome/pages/StockUpListZero/StockUpListZero.vue"]]);
+ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
__name: "SearchTray",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -55895,7 +56327,7 @@ This will fail in production if not fixed.`);
};
}
});
- const PagesHomePagesSearchTraySearchTray = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["__scopeId", "data-v-992bb7a1"], ["__file", "D:/worksp/logpm/pagesHome/pages/SearchTray/SearchTray.vue"]]);
+ const PagesHomePagesSearchTraySearchTray = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["__scopeId", "data-v-992bb7a1"], ["__file", "D:/worksp/logpm/pagesHome/pages/SearchTray/SearchTray.vue"]]);
const pages$1 = [
{
path: "pages/login/login",
@@ -56244,6 +56676,24 @@ This will fail in production if not fixed.`);
}
}
},
+ {
+ path: "pages/PreStoragePackage/PreStoragePackage",
+ style: {
+ navigationBarTitleText: "预入库包件",
+ enablePullDownRefresh: true,
+ onReachBottomDistance: 1,
+ navigationStyle: "custom",
+ "app-plus": {
+ animationDuration: 300,
+ animationType: "zoom-fade-out",
+ pullToRefresh: {
+ support: true,
+ color: "#d3832a",
+ style: "circle"
+ }
+ }
+ }
+ },
{
path: "pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray",
style: {
@@ -57638,12 +58088,6 @@ This will fail in production if not fixed.`);
selectedIconPath: "/static/TabberIcon/icon2check.png",
text: "任务"
},
- {
- pagePath: "pages/news/news",
- iconPath: "/static/TabberIcon/icon4.png",
- selectedIconPath: "/static/TabberIcon/icon4check.png",
- text: "消息"
- },
{
pagePath: "pages/user/user",
iconPath: "/static/TabberIcon/icon5.png",
@@ -61003,7 +61447,7 @@ ${i3}
const reg = /^[0-9]*$/g;
return typeof val === "number" || reg.test(val) ? val + "px" : val;
};
- const _sfc_main$D = {
+ const _sfc_main$E = {
name: "UniIcons",
emits: ["click"],
props: {
@@ -61072,8 +61516,8 @@ ${i3}
/* CLASS, STYLE */
);
}
- const __easycom_0 = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_render$i], ["__scopeId", "data-v-d31e1c47"], ["__file", "D:/worksp/logpm/uni_modules/uni-icons/components/uni-icons/uni-icons.vue"]]);
- const _sfc_main$C = {
+ const __easycom_0 = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["render", _sfc_render$i], ["__scopeId", "data-v-d31e1c47"], ["__file", "D:/worksp/logpm/uni_modules/uni-icons/components/uni-icons/uni-icons.vue"]]);
+ const _sfc_main$D = {
name: "uni-data-select",
mixins: [Ws.mixinDatacom || {}],
props: {
@@ -61438,8 +61882,8 @@ ${i3}
)
]);
}
- const __easycom_2 = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_render$h], ["__scopeId", "data-v-ddf9e0a2"], ["__file", "D:/worksp/logpm/uni_modules/uni-data-select/components/uni-data-select/uni-data-select.vue"]]);
- const _sfc_main$B = {
+ const __easycom_2 = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_render$h], ["__scopeId", "data-v-ddf9e0a2"], ["__file", "D:/worksp/logpm/uni_modules/uni-data-select/components/uni-data-select/uni-data-select.vue"]]);
+ const _sfc_main$C = {
props: ["totalNum", "pageCount", "crrNum"],
data() {
return {
@@ -61515,8 +61959,8 @@ ${i3}
}, "下一页")
]);
}
- const pageView = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["render", _sfc_render$g], ["__scopeId", "data-v-054a1535"], ["__file", "D:/worksp/logpm/compoment/pageView/pageView.vue"]]);
- const _sfc_main$A = {
+ const pageView = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_render$g], ["__scopeId", "data-v-054a1535"], ["__file", "D:/worksp/logpm/compoment/pageView/pageView.vue"]]);
+ const _sfc_main$B = {
components: {
pageView
},
@@ -62118,8 +62562,8 @@ ${i3}
])) : vue.createCommentVNode("v-if", true)
]);
}
- const PagesHomePagesIntegralIntegral = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["render", _sfc_render$f], ["__scopeId", "data-v-6d52b0bd"], ["__file", "D:/worksp/logpm/pagesHome/pages/integral/integral.vue"]]);
- const _sfc_main$z = {
+ const PagesHomePagesIntegralIntegral = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["render", _sfc_render$f], ["__scopeId", "data-v-6d52b0bd"], ["__file", "D:/worksp/logpm/pagesHome/pages/integral/integral.vue"]]);
+ const _sfc_main$A = {
name: "uniFormsItem",
options: {
virtualHost: true
@@ -62507,7 +62951,7 @@ ${i3}
/* CLASS */
);
}
- const __easycom_1 = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["render", _sfc_render$e], ["__scopeId", "data-v-462874dd"], ["__file", "D:/worksp/logpm/uni_modules/uni-forms/components/uni-forms-item/uni-forms-item.vue"]]);
+ const __easycom_1 = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["render", _sfc_render$e], ["__scopeId", "data-v-462874dd"], ["__file", "D:/worksp/logpm/uni_modules/uni-forms/components/uni-forms-item/uni-forms-item.vue"]]);
const ERR_MSG_OK = "chooseAndUploadFile:ok";
const ERR_MSG_FAIL = "chooseAndUploadFile:fail";
function chooseImage(opts) {
@@ -62789,7 +63233,7 @@ ${i3}
}
return filedata;
};
- const _sfc_main$y = {
+ const _sfc_main$z = {
name: "uploadImage",
emits: ["uploadFiles", "choose", "delFile"],
props: {
@@ -63029,8 +63473,8 @@ ${i3}
)) : vue.createCommentVNode("v-if", true)
]);
}
- const uploadImage = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$d], ["__scopeId", "data-v-bdfc07e0"], ["__file", "D:/worksp/logpm/uni_modules/uni-file-picker/components/uni-file-picker/upload-image.vue"]]);
- const _sfc_main$x = {
+ const uploadImage = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["render", _sfc_render$d], ["__scopeId", "data-v-bdfc07e0"], ["__file", "D:/worksp/logpm/uni_modules/uni-file-picker/components/uni-file-picker/upload-image.vue"]]);
+ const _sfc_main$y = {
name: "uploadFile",
emits: ["uploadFiles", "choose", "delFile"],
props: {
@@ -63248,8 +63692,8 @@ ${i3}
)) : vue.createCommentVNode("v-if", true)
]);
}
- const uploadFile = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["render", _sfc_render$c], ["__scopeId", "data-v-a54939c6"], ["__file", "D:/worksp/logpm/uni_modules/uni-file-picker/components/uni-file-picker/upload-file.vue"]]);
- const _sfc_main$w = {
+ const uploadFile = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$c], ["__scopeId", "data-v-a54939c6"], ["__file", "D:/worksp/logpm/uni_modules/uni-file-picker/components/uni-file-picker/upload-file.vue"]]);
+ const _sfc_main$x = {
name: "uniFilePicker",
components: {
uploadImage,
@@ -63813,7 +64257,7 @@ ${i3}
}, 8, ["readonly", "list-styles", "files-list", "showType", "delIcon", "onUploadFiles", "onChoose", "onDelFile"])) : vue.createCommentVNode("v-if", true)
]);
}
- const __easycom_3$1 = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["render", _sfc_render$b], ["__scopeId", "data-v-6223573f"], ["__file", "D:/worksp/logpm/uni_modules/uni-file-picker/components/uni-file-picker/uni-file-picker.vue"]]);
+ const __easycom_3$1 = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["render", _sfc_render$b], ["__scopeId", "data-v-6223573f"], ["__file", "D:/worksp/logpm/uni_modules/uni-file-picker/components/uni-file-picker/uni-file-picker.vue"]]);
function obj2strClass(obj) {
let classess = "";
for (let key in obj) {
@@ -63832,7 +64276,7 @@ ${i3}
}
return style;
}
- const _sfc_main$v = {
+ const _sfc_main$w = {
name: "uni-easyinput",
emits: ["click", "iconClick", "update:modelValue", "input", "focus", "blur", "confirm", "clear", "eyes", "change", "keyboardheightchange"],
model: {
@@ -64286,7 +64730,7 @@ ${i3}
/* CLASS, STYLE */
);
}
- const __easycom_6 = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["render", _sfc_render$a], ["__scopeId", "data-v-09fd5285"], ["__file", "D:/worksp/logpm/uni_modules/uni-easyinput/components/uni-easyinput/uni-easyinput.vue"]]);
+ const __easycom_6 = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["render", _sfc_render$a], ["__scopeId", "data-v-09fd5285"], ["__file", "D:/worksp/logpm/uni_modules/uni-easyinput/components/uni-easyinput/uni-easyinput.vue"]]);
var pattern = {
email: /^\S+?@\S+?\.\S+?$/,
idcard: /^[1-9]\d{5}(18|19|([23]\d))\d{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$/,
@@ -64850,7 +65294,7 @@ ${i3}
return false;
}
};
- const _sfc_main$u = {
+ const _sfc_main$v = {
name: "uniForms",
emits: ["validate", "submit"],
options: {
@@ -65154,11 +65598,11 @@ ${i3}
])
]);
}
- const __easycom_7 = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render$9], ["__scopeId", "data-v-9a1e3c32"], ["__file", "D:/worksp/logpm/uni_modules/uni-forms/components/uni-forms/uni-forms.vue"]]);
+ const __easycom_7 = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["render", _sfc_render$9], ["__scopeId", "data-v-9a1e3c32"], ["__file", "D:/worksp/logpm/uni_modules/uni-forms/components/uni-forms/uni-forms.vue"]]);
const props$3 = {
props: {}
};
- const _sfc_main$t = {
+ const _sfc_main$u = {
name: "u-safe-bottom",
mixins: [mpMixin$1, mixin$1, props$3],
data() {
@@ -65188,7 +65632,7 @@ ${i3}
/* CLASS, STYLE */
);
}
- const __easycom_3 = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$8], ["__scopeId", "data-v-f3d22cfe"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-safe-bottom/u-safe-bottom.vue"]]);
+ const __easycom_3 = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render$8], ["__scopeId", "data-v-f3d22cfe"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-safe-bottom/u-safe-bottom.vue"]]);
const props$2 = {
props: {
// 是否展示弹窗
@@ -65268,7 +65712,7 @@ ${i3}
}
}
};
- const _sfc_main$s = {
+ const _sfc_main$t = {
name: "u-popup",
mixins: [mpMixin$1, mixin$1, props$2],
data() {
@@ -65446,7 +65890,7 @@ ${i3}
}, 8, ["show", "customStyle", "mode", "duration", "onAfterEnter", "onClick"])
]);
}
- const __easycom_10 = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$7], ["__scopeId", "data-v-05c24e9b"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-popup/u-popup.vue"]]);
+ const __easycom_10 = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$7], ["__scopeId", "data-v-05c24e9b"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-popup/u-popup.vue"]]);
const props$1 = {
props: {
// 是否展示modal
@@ -65531,7 +65975,7 @@ ${i3}
}
}
};
- const _sfc_main$r = {
+ const _sfc_main$s = {
name: "u-modal",
mixins: [mpMixin$1, mixin$1, props$1],
data() {
@@ -65722,8 +66166,8 @@ ${i3}
/* FORWARDED */
}, 8, ["zoom", "show", "customStyle", "closeOnClickOverlay", "onClick"]);
}
- const __easycom_8 = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$6], ["__scopeId", "data-v-f667648f"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-modal/u-modal.vue"]]);
- const _sfc_main$q = {
+ const __easycom_8 = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$6], ["__scopeId", "data-v-f667648f"], ["__file", "D:/worksp/logpm/uni_modules/uview-plus/components/u-modal/u-modal.vue"]]);
+ const _sfc_main$r = {
data() {
return {
show: false,
@@ -66455,8 +66899,8 @@ ${i3}
)
]);
}
- const PagesHomePagesIntegralEditIntegralEdit = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$5], ["__scopeId", "data-v-85802fa4"], ["__file", "D:/worksp/logpm/pagesHome/pages/integralEdit/integralEdit.vue"]]);
- const _sfc_main$p = {
+ const PagesHomePagesIntegralEditIntegralEdit = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$5], ["__scopeId", "data-v-85802fa4"], ["__file", "D:/worksp/logpm/pagesHome/pages/integralEdit/integralEdit.vue"]]);
+ const _sfc_main$q = {
components: {
pageView
},
@@ -66846,8 +67290,8 @@ ${i3}
}, null, 8, ["value", "initStartDate", "initEndDate", "onHide", "onChange"])
]);
}
- const PagesHomePagesIntegralMyIntegralMy = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["render", _sfc_render$4], ["__scopeId", "data-v-169ac0e4"], ["__file", "D:/worksp/logpm/pagesHome/pages/integralMy/integralMy.vue"]]);
- const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
+ const PagesHomePagesIntegralMyIntegralMy = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$4], ["__scopeId", "data-v-169ac0e4"], ["__file", "D:/worksp/logpm/pagesHome/pages/integralMy/integralMy.vue"]]);
+ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
__name: "about",
setup(__props) {
const treeData = [
@@ -66894,8 +67338,8 @@ ${i3}
};
}
});
- const PagesUserPagesAboutAbout = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__file", "D:/worksp/logpm/pagesUser/pages/about/about.vue"]]);
- const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
+ const PagesUserPagesAboutAbout = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__file", "D:/worksp/logpm/pagesUser/pages/about/about.vue"]]);
+ const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
__name: "systemSettings",
setup(__props) {
const systemSettingsStore = useSystemSettingsStore();
@@ -66969,8 +67413,8 @@ ${i3}
};
}
});
- const PagesUserPagesSystemSettingsSystemSettings = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-e03137f9"], ["__file", "D:/worksp/logpm/pagesUser/pages/systemSettings/systemSettings.vue"]]);
- const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
+ const PagesUserPagesSystemSettingsSystemSettings = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-e03137f9"], ["__file", "D:/worksp/logpm/pagesUser/pages/systemSettings/systemSettings.vue"]]);
+ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
__name: "securitySettings",
setup(__props) {
onPullDownRefresh(() => {
@@ -67228,8 +67672,8 @@ ${i3}
};
}
});
- const PagesUserPagesSecuritySettingsSecuritySettings = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-c76486a1"], ["__file", "D:/worksp/logpm/pagesUser/pages/securitySettings/securitySettings.vue"]]);
- const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
+ const PagesUserPagesSecuritySettingsSecuritySettings = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-c76486a1"], ["__file", "D:/worksp/logpm/pagesUser/pages/securitySettings/securitySettings.vue"]]);
+ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
__name: "dynamicCheck",
setup(__props) {
const details = vue.reactive({
@@ -67443,8 +67887,8 @@ ${i3}
};
}
});
- const PagesTaskPagesDynamicCheckDynamicCheck = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__file", "D:/worksp/logpm/pagesTask/pages/dynamicCheck/dynamicCheck.vue"]]);
- const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
+ const PagesTaskPagesDynamicCheckDynamicCheck = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__file", "D:/worksp/logpm/pagesTask/pages/dynamicCheck/dynamicCheck.vue"]]);
+ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
__name: "checkTaskList",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -68121,12 +68565,12 @@ ${i3}
};
}
});
- const PagesTaskPagesCheckTaskListCheckTaskList = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-ab53b22c"], ["__file", "D:/worksp/logpm/pagesTask/pages/checkTaskList/checkTaskList.vue"]]);
+ const PagesTaskPagesCheckTaskListCheckTaskList = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-ab53b22c"], ["__file", "D:/worksp/logpm/pagesTask/pages/checkTaskList/checkTaskList.vue"]]);
const _imports_0$1 = "/static/ck.png";
const _imports_1$1 = "/static/nock.png";
const _imports_1 = "/static/check.png";
const _imports_0 = "/static/nocheck.png";
- const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
+ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
__name: "dynamicCheckDetails",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -70801,8 +71245,8 @@ ${i3}
};
}
});
- const PagesTaskPagesDynamicCheckDetailsDynamicCheckDetails = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-5a4729ce"], ["__file", "D:/worksp/logpm/pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue"]]);
- const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
+ const PagesTaskPagesDynamicCheckDetailsDynamicCheckDetails = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-5a4729ce"], ["__file", "D:/worksp/logpm/pagesTask/pages/dynamicCheckDetails/dynamicCheckDetails.vue"]]);
+ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
__name: "storageLocationCheckDetails",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -72096,8 +72540,8 @@ ${i3}
};
}
});
- const PagesTaskPagesStorageLocationCheckDetailsStorageLocationCheckDetails = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-683b534e"], ["__file", "D:/worksp/logpm/pagesTask/pages/storageLocationCheckDetails/storageLocationCheckDetails.vue"]]);
- const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
+ const PagesTaskPagesStorageLocationCheckDetailsStorageLocationCheckDetails = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-683b534e"], ["__file", "D:/worksp/logpm/pagesTask/pages/storageLocationCheckDetails/storageLocationCheckDetails.vue"]]);
+ const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
__name: "trayCheckDetails",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -73037,8 +73481,8 @@ ${i3}
};
}
});
- const PagesTaskPagesTrayCheckDetailsTrayCheckDetails = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-99e79307"], ["__file", "D:/worksp/logpm/pagesTask/pages/trayCheckDetails/trayCheckDetails.vue"]]);
- const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
+ const PagesTaskPagesTrayCheckDetailsTrayCheckDetails = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-99e79307"], ["__file", "D:/worksp/logpm/pagesTask/pages/trayCheckDetails/trayCheckDetails.vue"]]);
+ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
__name: "contracts",
setup(__props) {
const { scanState } = storeToRefs(useSystemSettingsStore());
@@ -74240,7 +74684,7 @@ ${i3}
};
}
});
- const PagesTaskPagesContractsContracts = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-4e527f5b"], ["__file", "D:/worksp/logpm/pagesTask/pages/contracts/contracts.vue"]]);
+ const PagesTaskPagesContractsContracts = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-4e527f5b"], ["__file", "D:/worksp/logpm/pagesTask/pages/contracts/contracts.vue"]]);
__definePage("pages/login/login", PagesLoginLogin);
__definePage("pages/index/index", PagesIndexIndex);
__definePage("pages/user/user", PagesUserUser);
@@ -74260,6 +74704,7 @@ ${i3}
__definePage("pagesHome/pages/onLoadOrderDetails/onLoadOrderDetails", PagesHomePagesOnLoadOrderDetailsOnLoadOrderDetails);
__definePage("pagesHome/pages/ArrivalList/ArrivalList", PagesHomePagesArrivalListArrivalList);
__definePage("pagesHome/pages/VehicleArrivalDetails/VehicleArrivalDetails", PagesHomePagesVehicleArrivalDetailsVehicleArrivalDetails);
+ __definePage("pagesHome/pages/PreStoragePackage/PreStoragePackage", PagesHomePagesPreStoragePackagePreStoragePackage);
__definePage("pagesHome/pages/VehicleArrivalDetailsByTray/VehicleArrivalDetailsByTray", PagesHomePagesVehicleArrivalDetailsByTrayVehicleArrivalDetailsByTray);
__definePage("pagesHome/pages/SelfPickupScan/SelfPickupScan", PagesHomePagesSelfPickupScanSelfPickupScan);
__definePage("pagesHome/pages/LoadingScan/LoadingScan", PagesHomePagesLoadingScanLoadingScan);
@@ -74337,7 +74782,7 @@ ${i3}
__definePage("pagesTask/pages/storageLocationCheckDetails/storageLocationCheckDetails", PagesTaskPagesStorageLocationCheckDetailsStorageLocationCheckDetails);
__definePage("pagesTask/pages/trayCheckDetails/trayCheckDetails", PagesTaskPagesTrayCheckDetailsTrayCheckDetails);
__definePage("pagesTask/pages/contracts/contracts", PagesTaskPagesContractsContracts);
- const _sfc_main$f = {
+ const _sfc_main$g = {
setup() {
onLaunch(() => {
const utils2 = vue.inject("utils");
@@ -74352,7 +74797,7 @@ ${i3}
return {};
}
};
- const App = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__file", "D:/worksp/logpm/App.vue"]]);
+ const App = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__file", "D:/worksp/logpm/App.vue"]]);
const mixin = {
// 定义每个组件都可能需要用到的外部样式以及类名
props: {
@@ -77619,7 +78064,7 @@ ${i3}
const fantMini = {
install
};
- const _sfc_main$e = {
+ const _sfc_main$f = {
setup() {
let details = vue.reactive({
activity: null,
@@ -77680,8 +78125,8 @@ ${i3}
function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
return vue.openBlock(), vue.createElementBlock("view", { class: "content" });
}
- const saomiao = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_render$3], ["__file", "D:/worksp/logpm/compoment/saomiao.vue"]]);
- const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
+ const saomiao = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$3], ["__file", "D:/worksp/logpm/compoment/saomiao.vue"]]);
+ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
__name: "tips",
emits: ["cancel", "confirm"],
setup(__props, { expose: __expose, emit: __emit }) {
@@ -77778,8 +78223,8 @@ ${i3}
};
}
});
- const tips = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-27fa88b6"], ["__file", "D:/worksp/logpm/compoment/tips/tips.vue"]]);
- const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
+ const tips = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-27fa88b6"], ["__file", "D:/worksp/logpm/compoment/tips/tips.vue"]]);
+ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
__name: "tiplist",
setup(__props, { expose: __expose }) {
let details = vue.reactive({
@@ -78553,8 +78998,8 @@ ${i3}
};
}
});
- const tiplist = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-a3a2f036"], ["__file", "D:/worksp/logpm/compoment/tiplist/tiplist.vue"]]);
- const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
+ const tiplist = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-a3a2f036"], ["__file", "D:/worksp/logpm/compoment/tiplist/tiplist.vue"]]);
+ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
__name: "InputNum",
props: {
// 输入框的值
@@ -78606,8 +79051,8 @@ ${i3}
};
}
});
- const InputNum = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-92b65ffd"], ["__file", "D:/worksp/logpm/compoment/InputNum/InputNum.vue"]]);
- const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
+ const InputNum = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-92b65ffd"], ["__file", "D:/worksp/logpm/compoment/InputNum/InputNum.vue"]]);
+ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
__name: "BasicContainer",
props: {
option: {
@@ -78724,8 +79169,8 @@ ${i3}
};
}
});
- const BasicContainer = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-e1062c8b"], ["__file", "D:/worksp/logpm/compoment/BasicContainer/BasicContainer.vue"]]);
- const _sfc_main$9 = {
+ const BasicContainer = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-e1062c8b"], ["__file", "D:/worksp/logpm/compoment/BasicContainer/BasicContainer.vue"]]);
+ const _sfc_main$a = {
__name: "PopUp",
setup(__props, { expose: __expose }) {
const details = vue.reactive({
@@ -78847,8 +79292,8 @@ ${i3}
};
}
};
- const PopUp = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-385736e8"], ["__file", "D:/worksp/logpm/compoment/PopUp/PopUp.vue"]]);
- const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
+ const PopUp = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-385736e8"], ["__file", "D:/worksp/logpm/compoment/PopUp/PopUp.vue"]]);
+ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
__name: "BluetoothList",
setup(__props, { expose: __expose }) {
let details = vue.reactive({
@@ -79013,8 +79458,8 @@ ${i3}
};
}
});
- const BluetoothList = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-05b5e40b"], ["__file", "D:/worksp/logpm/compoment/BluetoothList/BluetoothList.vue"]]);
- const _sfc_main$7 = {
+ const BluetoothList = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-05b5e40b"], ["__file", "D:/worksp/logpm/compoment/BluetoothList/BluetoothList.vue"]]);
+ const _sfc_main$8 = {
name: "App",
props: {
// 所有数据
@@ -79132,8 +79577,8 @@ ${i3}
/* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
);
}
- const ScrollList = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["render", _sfc_render$2], ["__file", "D:/worksp/logpm/compoment/ScrollList/ScrollList.vue"]]);
- const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
+ const ScrollList = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$2], ["__file", "D:/worksp/logpm/compoment/ScrollList/ScrollList.vue"]]);
+ const _sfc_main$7 = /* @__PURE__ */ vue.defineComponent({
__name: "PullDownBox",
setup(__props, { expose: __expose }) {
const isShowPullDownBox = vue.ref(false);
@@ -79169,8 +79614,8 @@ ${i3}
};
}
});
- const PullDownBox = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-0b4fec55"], ["__file", "D:/worksp/logpm/compoment/PullDownBox/PullDownBox.vue"]]);
- const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
+ const PullDownBox = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-0b4fec55"], ["__file", "D:/worksp/logpm/compoment/PullDownBox/PullDownBox.vue"]]);
+ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
__name: "MyTree",
props: ["treeData", "activeId"],
emits: ["node-click"],
@@ -79264,8 +79709,8 @@ ${i3}
};
}
});
- const MyTree = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-aed965e1"], ["__file", "D:/worksp/logpm/compoment/MyTree/MyTree.vue"]]);
- const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
+ const MyTree = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-aed965e1"], ["__file", "D:/worksp/logpm/compoment/MyTree/MyTree.vue"]]);
+ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
__name: "CheckBox",
props: {
// 输入框的值
@@ -79312,7 +79757,178 @@ ${i3}
};
}
});
- const CheckBox = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-1a0f2470"], ["__file", "D:/worksp/logpm/compoment/CheckBox/CheckBox.vue"]]);
+ const CheckBox = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-1a0f2470"], ["__file", "D:/worksp/logpm/compoment/CheckBox/CheckBox.vue"]]);
+ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
+ __name: "MyInput",
+ props: {
+ /** 双向绑定的值 */
+ modelValue: {
+ type: Number || String,
+ required: true
+ },
+ /** 输入框类型 */
+ type: {
+ type: String,
+ required: false,
+ default: "text"
+ },
+ /** 验证规则 */
+ rules: {
+ type: Object,
+ required: false,
+ default: {
+ message: "",
+ required: true
+ }
+ },
+ /** 是否显示清除按钮 */
+ clearable: {
+ type: Boolean,
+ required: false,
+ default: true
+ },
+ /** 提示 */
+ placeholder: {
+ type: String,
+ required: false,
+ default: ""
+ },
+ /** 是否聚焦 */
+ focus: {
+ type: Boolean,
+ required: false,
+ default: false
+ }
+ },
+ emits: ["input", "change", "blur", "change", "update:modelValue", "confirm"],
+ setup(__props, { emit: __emit }) {
+ const props2 = __props;
+ const inputRef = vue.ref();
+ const statusIcon = vue.ref("");
+ const inputClassName = vue.ref({
+ input_container: true
+ });
+ const emit = __emit;
+ const inputValue = vue.computed({
+ get() {
+ return props2.modelValue;
+ },
+ set(value) {
+ emit("update:modelValue", value);
+ }
+ });
+ const handleChangeInputStatus = async () => {
+ if (!props2.rules.required)
+ return;
+ await vue.nextTick();
+ statusIcon.value = "";
+ delete inputClassName.value.success;
+ delete inputClassName.value.error;
+ let isSuccess = false;
+ if (props2.rules.rulesFn)
+ isSuccess = props2.rules.rulesFn(inputValue.value);
+ else
+ isSuccess = Boolean(inputValue.value || inputValue.value === 0);
+ isSuccess ? inputClassName.value.success = true : inputClassName.value.error = true;
+ if (isSuccess) {
+ inputClassName.value.success = true;
+ statusIcon.value = "checkmark-circle-fill";
+ } else {
+ inputClassName.value.error = true;
+ statusIcon.value = "info-circle-fill";
+ }
+ };
+ const handleBlur = (event) => {
+ emit("blur", event);
+ handleChangeInputStatus();
+ };
+ const handleInput = (event) => {
+ emit("blur", event);
+ handleChangeInputStatus();
+ };
+ const handleConfirm = (event) => {
+ emit("confirm", event);
+ };
+ return (_ctx, _cache) => {
+ const _component_u_icon = resolveEasycom(vue.resolveDynamicComponent("u-icon"), __easycom_0$6);
+ return vue.openBlock(), vue.createElementBlock(
+ "view",
+ {
+ class: vue.normalizeClass(inputClassName.value),
+ ref_key: "inputRef",
+ ref: inputRef
+ },
+ [
+ vue.withDirectives(vue.createElementVNode("input", {
+ class: "input",
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => inputValue.value = $event),
+ onBlur: handleBlur,
+ onInput: handleInput,
+ placeholder: props2.placeholder,
+ type: props2.type,
+ onConfirm: handleConfirm
+ }, null, 40, ["placeholder", "type"]), [
+ [vue.vModelDynamic, inputValue.value]
+ ]),
+ props2.rules.required ? (vue.openBlock(), vue.createElementBlock(
+ "view",
+ {
+ key: 0,
+ class: "messageBox"
+ },
+ vue.toDisplayString(props2.rules.message),
+ 1
+ /* TEXT */
+ )) : vue.createCommentVNode("v-if", true),
+ vue.createCommentVNode(" 移除按钮 "),
+ vue.createElementVNode("view", { class: "statusIconBox" }, [
+ __props.clearable ? (vue.openBlock(), vue.createElementBlock(
+ "view",
+ {
+ key: 0,
+ class: vue.normalizeClass({ removeIcon: true, showClearable: inputClassName.value.success, removeClearable: !inputClassName.value.success })
+ },
+ [
+ vue.createVNode(_component_u_icon, {
+ name: statusIcon.value,
+ color: inputClassName.value.success ? "#3AD8BC" : "#F8544B",
+ size: "40"
+ }, null, 8, ["name", "color"])
+ ],
+ 2
+ /* CLASS */
+ )) : vue.createCommentVNode("v-if", true)
+ ]),
+ vue.createElementVNode("view", { class: "removeIconBox" }, [
+ __props.clearable ? (vue.openBlock(), vue.createElementBlock(
+ "view",
+ {
+ key: 0,
+ onClick: _cache[1] || (_cache[1] = () => {
+ inputValue.value = "";
+ handleChangeInputStatus();
+ }),
+ class: vue.normalizeClass({ removeIcon: true, showClearable: inputValue.value, removeClearable: !inputValue.value })
+ },
+ [
+ vue.createVNode(_component_u_icon, {
+ name: "close-circle-fill",
+ color: "#8f8f8f",
+ size: "40"
+ })
+ ],
+ 2
+ /* CLASS */
+ )) : vue.createCommentVNode("v-if", true)
+ ])
+ ],
+ 2
+ /* CLASS */
+ );
+ };
+ }
+ });
+ const MyInput = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-2efc7f08"], ["__file", "D:/worksp/logpm/compoment/MyInput/MyInput.vue"]]);
const _sfc_main$3 = /* @__PURE__ */ vue.defineComponent({
__name: "saomiao1",
props: {
@@ -79929,7 +80545,7 @@ ${i3}
app.use(Store);
app.use(createPinia());
app.use(fantMini);
- app.component("saomiao", saomiao).component("tips", tips).component("tiplist", tiplist).component("saomiao1", saomiao1).component("saomiao2", saomiao2).component("saomiao3", saomiao3).component("saomiao4", saomiao4).component("InputNum", InputNum).component("BasicContainer", BasicContainer).component("PopUp", PopUp).component("BluetoothList", BluetoothList).component("ScrollList", ScrollList).component("PullDownBox", PullDownBox).component("MyTree", MyTree).component("CheckBox", CheckBox);
+ app.component("saomiao", saomiao).component("tips", tips).component("tiplist", tiplist).component("saomiao1", saomiao1).component("saomiao2", saomiao2).component("saomiao3", saomiao3).component("saomiao4", saomiao4).component("InputNum", InputNum).component("BasicContainer", BasicContainer).component("PopUp", PopUp).component("BluetoothList", BluetoothList).component("ScrollList", ScrollList).component("PullDownBox", PullDownBox).component("MyTree", MyTree).component("CheckBox", CheckBox).component("MyInput", MyInput);
uni.$u.config.unit = "rpx";
return {
app,
diff --git a/unpackage/dist/dev/app-plus/app.css b/unpackage/dist/dev/app-plus/app.css
index a7cda4a..8cf91f6 100644
--- a/unpackage/dist/dev/app-plus/app.css
+++ b/unpackage/dist/dev/app-plus/app.css
@@ -1563,4 +1563,119 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
.active[data-v-1a0f2470] {
border-color: var(--subjectColor);
color: var(--subjectColor);
+}
+/**
+ * 这里是uni-app内置的常用样式变量
+ *
+ * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
+ * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
+ *
+ */
+/**
+ * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
+ *
+ * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
+ */
+/* 颜色变量 */
+/* 行为相关颜色 */
+/* 文字基本颜色 */
+/* 背景颜色 */
+/* 边框颜色 */
+/* 尺寸变量 */
+/* 文字尺寸 */
+/* 图片尺寸 */
+/* Border Radius */
+/* 水平间距 */
+/* 垂直间距 */
+/* 透明度 */
+/* 文章场景相关 */
+@keyframes showIcon-2efc7f08 {
+from {
+ transform: translate(-50%, -200%);
+ opacity: 0;
+}
+to {
+ transform: translate(-50%, -50%);
+ opacity: 1;
+}
+}
+@keyframes romveIcon-2efc7f08 {
+from {
+ transform: translate(-50%, -50%);
+ opacity: 1;
+}
+to {
+ transform: translate(-50%, -200%);
+ opacity: 0;
+}
+}
+/** 动画时间 */
+/** 验证成功颜色 */
+/** 验证失败颜色 */
+.input_container[data-v-2efc7f08] {
+ display: flex;
+ position: relative;
+ overflow: hidden;
+ height: 100%;
+ transition: all 0.3s;
+ border: 0.125rem solid transparent;
+ border-radius: 0.3125rem;
+}
+.input_container.success[data-v-2efc7f08] {
+ border: 0.125rem solid #3AD8BC;
+}
+.input_container.success .removeIconBox[data-v-2efc7f08] {
+ width: 1.875rem;
+}
+.input_container.error[data-v-2efc7f08] {
+ border: 0.125rem solid #F8544B;
+}
+.input_container.error .removeIconBox[data-v-2efc7f08] {
+ width: 0;
+}
+.input_container .removeIconBox[data-v-2efc7f08] {
+ position: relative;
+ height: 100%;
+ width: 0;
+ flex: none;
+ transition: all 0.3s;
+ overflow: hidden;
+}
+.input_container .removeIconBox .removeIcon[data-v-2efc7f08] {
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ transform: translate(50%, -200%);
+}
+.input_container .removeIconBox .removeIcon.showClearable[data-v-2efc7f08] {
+ animation: showIcon-2efc7f08 0.3s forwards;
+}
+.input_container .removeIconBox .removeIcon.removeClearable[data-v-2efc7f08] {
+ animation: romveIcon-2efc7f08 0.3s forwards;
+}
+.input_container .statusIconBox[data-v-2efc7f08] {
+ position: relative;
+ height: 100%;
+ width: 1.875rem;
+ flex: none;
+ transition: all 0.3s;
+ overflow: hidden;
+}
+.input_container .statusIconBox .removeIcon[data-v-2efc7f08] {
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+}
+.input_container .statusIconBox .removeIcon[data-v-2efc7f08] .u-icon__icon {
+ color: #F8544B !important;
+ transition: all 0.3s;
+}
+.input_container .statusIconBox .removeIcon.showClearable[data-v-2efc7f08] .u-icon__icon {
+ color: #3AD8BC !important;
+}
+.input[data-v-2efc7f08] {
+ height: 100%;
+ flex: 1;
+ padding: 0 0.625rem;
}
\ No newline at end of file
diff --git a/unpackage/dist/dev/app-plus/manifest.json b/unpackage/dist/dev/app-plus/manifest.json
index aa9a793..3f953fc 100644
--- a/unpackage/dist/dev/app-plus/manifest.json
+++ b/unpackage/dist/dev/app-plus/manifest.json
@@ -5,10 +5,10 @@
"iPad"
],
"id": "__UNI__EB22F37",
- "name": "货无忧",
+ "name": "货无忧测试版",
"version": {
- "name": "1.1.31",
- "code": 1131
+ "name": "1.1.28",
+ "code": 1128
},
"description": "",
"developer": {
@@ -220,12 +220,6 @@
"selectedIconPath": "/static/TabberIcon/icon2check.png",
"text": "任务"
},
- {
- "pagePath": "pages/news/news",
- "iconPath": "/static/TabberIcon/icon4.png",
- "selectedIconPath": "/static/TabberIcon/icon4check.png",
- "text": "消息"
- },
{
"pagePath": "pages/user/user",
"iconPath": "/static/TabberIcon/icon5.png",
diff --git a/unpackage/dist/dev/app-plus/pages/login/login.css b/unpackage/dist/dev/app-plus/pages/login/login.css
index eb3f6d2..7168a0e 100644
--- a/unpackage/dist/dev/app-plus/pages/login/login.css
+++ b/unpackage/dist/dev/app-plus/pages/login/login.css
@@ -211,10 +211,10 @@
background: #F4F8FB;
border-radius: 0.25rem;
opacity: 1;
- padding: 0.3125rem;
+ padding: 0.3125rem 0;
padding-left: 0.625rem;
box-sizing: border-box;
- font-size: 0.75rem;
+ font-size: 0.75rem !important;
font-weight: 400;
color: #AFB4BA;
display: flex;
diff --git a/unpackage/dist/dev/mp-weixin/api/user.js b/unpackage/dist/dev/mp-weixin/api/user.js
index ba39d62..3bc37a7 100644
--- a/unpackage/dist/dev/mp-weixin/api/user.js
+++ b/unpackage/dist/dev/mp-weixin/api/user.js
@@ -1,1963 +1,2159 @@
"use strict";
const utils_request = require("../utils/request.js");
-function oauthtoken(data, loadingObj = {}) {
+function oauthtoken(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `blade-auth/oauth/token`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function editPassword(data, loadingObj = {}) {
+function editPassword(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `blade-system/user/update-password?oldPassword=${data.oldPassword}&newPassword=${data.newPassword}&newPassword1=${data.newPassword1}`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postFindAllAllocationId(loadingObj = {}) {
+function postFindAllAllocationId(loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseUpdownType/findAllAllocationId`,
method: "post",
data: {}
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function distributionStockuppageList(data, loadingObj = {}) {
+function distributionStockuppageList(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/distributionStockup/pageList`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function distributionStockuppageListClient(data, loadingObj = {}) {
+function distributionStockuppageListClient(data, loadingObj = {}, canCancel = true) {
return utils_request.service(
{
url: `logpm-distribution/app/distributionStockup/pageListClient`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function distributionStockuporderList(data, loadingObj = {}) {
+function distributionStockuporderList(data, loadingObj = {}, canCancel = true) {
return utils_request.service(
{
url: `logpm-distribution/app/distributionStockup/orderList`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function distributionStockuporderInfo(data, loadingObj = {}) {
+function distributionStockuporderInfo(data, loadingObj = {}, canCancel = true) {
return utils_request.service(
{
url: `logpm-distribution/app/distributionStockup/orderInfo`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function distributionStockupstockupScan(data, loadingObj = {}) {
+function distributionStockupstockupScan(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/distributionStockup/stockupScan`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function stockConfigList(data, loadingObj = {}) {
+function stockConfigList(data, loadingObj = {}, canCancel = true) {
return utils_request.service(
{
url: `logpm-distribution/app/distributionStockup/stockConfigList`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function billLadingpageList(data, loadingObj = {}) {
+function billLadingpageList(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/billLading/pageList`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function billLadingAddReceivedImage(data, loadingObj = {}) {
+function billLadingAddReceivedImage(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/billLading/addReceivedImage`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function billLadingGetReceivedImage(data, loadingObj = {}) {
+function billLadingGetReceivedImage(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/billLading/getReceivedImage`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function billLadingorderList(data, loadingObj = {}) {
+function billLadingorderList(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/billLading/orderList`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function billLadingdetailList(data, loadingObj = {}) {
+function billLadingdetailList(data, loadingObj = {}, canCancel = true) {
return utils_request.service(
{
url: `logpm-distribution/app/billLading/detailList`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function billLadingzeroBillData(data, loadingObj = {}) {
+function billLadingzeroBillData(data, loadingObj = {}, canCancel = true) {
return utils_request.service(
{
url: `logpm-distribution/app/billLading/zeroBillPackData`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function billLadingzeroBillBatch(data, loadingObj = {}) {
+function billLadingzeroBillBatch(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/billLading/zeroBillBatch`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function distributionStockupstockupStockListPackageCode(data, loadingObj = {}) {
+function distributionStockupstockupStockListPackageCode(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/distributionStockup/stockupStockListPackageCode`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function deliverypage(data, loadingObj = {}) {
+function deliverypage(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/delivery/page`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function deliverycustom(data, loadingObj = {}) {
+function deliverycustom(data, loadingObj = {}, canCancel = true) {
return utils_request.service(
{
url: `logpm-distribution/app/delivery/custom`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function deliveryorder(data, loadingObj = {}) {
+function deliveryorder(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/delivery/order`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function deliveryZeroLoading(data, loadingObj = {}) {
+function deliveryZeroLoading(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/delivery/zeroLoading`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function deliverywrap(data, loadingObj = {}) {
+function deliverywrap(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/delivery/wrap`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function deliveryvehicle(data, loadingObj = {}) {
+function deliveryvehicle(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/delivery/vehicle`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function deliverystart(data, loadingObj = {}) {
+function deliverystart(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/delivery/start`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function deliverywrapIn(data, loadingObj = {}) {
+function deliverywrapIn(data, loadingObj = {}, canCancel = true) {
return utils_request.service(
{
url: `logpm-distribution/app/delivery/wrapIn`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function deliveryloadingscan(data, loadingObj = {}) {
+function deliveryloadingscan(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/delivery/loadingscan`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function signforpage(data, loadingObj = {}) {
+function signforpage(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/signfor/page`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function signforSignNum(data, loadingObj = {}) {
+function signforSignNum(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/signfor/signNum`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function signforcustom(data, loadingObj = {}) {
+function signforcustom(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/signfor/custom`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function signfororder(data, loadingObj = {}) {
+function signfororder(data, loadingObj = {}, canCancel = true) {
return utils_request.service(
{
url: `logpm-distribution/app/signfor/order`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function signforZeroSignfor(data, loadingObj = {}) {
+function signforZeroSignfor(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/signfor/zeroSignfor`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function signforwrap(data, loadingObj = {}) {
+function signforwrap(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/signfor/wrap`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function signforwrapIn(data, loadingObj = {}) {
+function signforwrapIn(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/signfor/wrapIn`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function signforinventory(data, loadingObj = {}) {
+function signforinventory(data, loadingObj = {}, canCancel = true) {
return utils_request.service(
{
url: `logpm-distribution/app/signfor/inventory`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function deliveryInventory(data, loadingObj = {}) {
+function deliveryInventory(data, loadingObj = {}, canCancel = true) {
return utils_request.service(
{
url: `logpm-distribution/app/delivery/inventory`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function deliveryoneloading(data, loadingObj = {}) {
+function deliveryoneloading(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/delivery/oneloading`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function deliveryloadinginventory(data, loadingObj = {}) {
+function deliveryloadinginventory(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/delivery/loadinginventory`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function signforsignfor(data, loadingObj = {}) {
+function signforsignfor(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/signfor/signfor`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function signforsignforIn(data, loadingObj = {}) {
+function signforsignforIn(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/signfor/signforIn`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function signforsignforcontinue(data, loadingObj = {}) {
+function signforsignforcontinue(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/signfor/signforcontinue`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function signforSigningPackageDetail(data, loadingObj = {}) {
+function signforSigningPackageDetail(data, loadingObj = {}, canCancel = true) {
return utils_request.service(
{
url: `logpm-distribution/app/signfor/signingPackageDetail`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function signforsignforack(data, loadingObj = {}) {
+function signforsignforack(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/signfor/signforack`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function signforUpdatePicture(data, loadingObj = {}) {
+function signforUpdatePicture(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/signfor/updatePicture`,
method: "put",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function signforpositioning(data, loadingObj = {}) {
+function signforpositioning(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/signfor/positioning`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function signforoneclick(data, loadingObj = {}) {
+function signforoneclick(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/signfor/oneclick`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function billLadinggetInventory(data, loadingObj = {}) {
+function billLadinggetInventory(data, loadingObj = {}, canCancel = true) {
return utils_request.service(
{
url: `logpm-distribution/app/billLading/getInventory`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function billLadinggetZeroBillPack(data, loadingObj = {}) {
+function billLadinggetZeroBillPack(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/billLading/zeroBillPack`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function billLadinggetInventoryNum(data, loadingObj = {}) {
+function billLadinggetInventoryNum(data, loadingObj = {}, canCancel = true) {
return utils_request.service(
{
url: `logpm-distribution/app/billLading/getInventoryNum`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function billLadingscan(data, loadingObj = {}) {
+function billLadingscan(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/billLading/scan`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function billLadingZeroBillOrderData(data, loadingObj = {}) {
+function billLadingZeroBillOrderData(data, loadingObj = {}, canCancel = true) {
return utils_request.service(
{
url: `logpm-distribution/app/billLading/zeroBillOrderData`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseTrayTypeorderPageList(data, loadingObj = {}) {
+function warehouseTrayTypeorderPageList(data, loadingObj = {}, canCancel = true) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseTrayType/orderPageList`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseTrayTypeorderScanTrayCode(data, loadingObj = {}) {
+function warehouseTrayTypeorderScanTrayCode(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseTrayType/orderScanTrayCode`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseTrayTypedeleteScanOrderPackageCode(data, loadingObj = {}) {
+function warehouseTrayTypedeleteScanOrderPackageCode(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseTrayType/deleteScanOrderPackageCode`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseTrayTypezeroScanTrayCode(data, loadingObj = {}) {
+function warehouseTrayTypezeroScanTrayCode(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseTrayType/zeroScanTrayCode`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseTrayTypegetZeroOrderByWaybillCode(data, loadingObj = {}) {
+function warehouseTrayTypegetZeroOrderByWaybillCode(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseTrayType/getZeroOrderByWaybillCode`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseTrayenterZeroOrderByTrayCode(data, loadingObj = {}) {
+function warehouseTrayenterZeroOrderByTrayCode(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseTrayType/enterZeroOrderByTrayCode`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseTrayTypezeroOrderUpdateRemark(data, loadingObj = {}) {
+function warehouseTrayTypezeroOrderUpdateRemark(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseTrayType/zeroOrderUpdateRemark`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function appMenuroutes(data, loadingObj = {}) {
+function appMenuroutes(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `blade-system/app/routes`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function appbuttons(data, loadingObj = {}) {
+function appbuttons(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `blade-system/app/buttons`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseTrayTypestockPageList(data, loadingObj = {}) {
+function warehouseTrayTypestockPageList(data, loadingObj = {}, canCancel = true) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseTrayType/stockPageList`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseTrayTypeorderDetail(data, loadingObj = {}) {
+function warehouseTrayTypeorderDetail(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseTrayType/orderDetail`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseTrayTypedeleteZeroOrderByTrayCode(data, loadingObj = {}) {
+function warehouseTrayTypedeleteZeroOrderByTrayCode(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseTrayType/deleteZeroOrderByTrayCode`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseTrayTypedeleteOrderCode(data, loadingObj = {}) {
+function warehouseTrayTypedeleteOrderCode(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseTrayType/deleteOrderCode`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseTrayTypestockScanTrayCode(data, loadingObj = {}) {
+function warehouseTrayTypestockScanTrayCode(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseTrayType/stockScanTrayCode`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseTrayTypestockNoDataPageList(data, loadingObj = {}) {
+function warehouseTrayTypestockNoDataPageList(data, loadingObj = {}, canCancel = true) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseTrayType/stockNoDataPageList`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseTrayTypestockNoDataScanTrayCode(data, loadingObj = {}) {
+function warehouseTrayTypestockNoDataScanTrayCode(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseTrayType/stockNoDataScanTrayCode`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseTrayTypefindAllMarket(data, loadingObj = {}) {
+function warehouseTrayTypefindAllMarket(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseTrayType/findAllMarket`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseTrayTypeselectStockByMaterialCodeAndMarketId(data, loadingObj = {}) {
+function warehouseTrayTypeselectStockByMaterialCodeAndMarketId(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseTrayType/selectStockByMaterialCodeAndMarketId`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseTrayTypeenterStockNoDataMaterialCode(data, loadingObj = {}) {
+function warehouseTrayTypeenterStockNoDataMaterialCode(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseTrayType/enterStockNoDataMaterialCode`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseTrayTypedeleteStockByTrayGoodsId(data, loadingObj = {}) {
+function warehouseTrayTypedeleteStockByTrayGoodsId(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseTrayType/deleteStockByTrayGoodsId`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseUpdownTypeupShelfScanGoods(data, loadingObj = {}) {
+function warehouseUpdownTypeupShelfScanGoods(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseUpdownType/upShelfScanGoods`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseUpdownTypeupShelfScanAllocation(data, loadingObj = {}) {
+function warehouseUpdownTypeupShelfScanAllocation(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseUpdownType/upShelfScanAllocation`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseUpdownTypeupShelfTray(data, loadingObj = {}) {
+function warehouseUpdownTypeupShelfTray(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseUpdownType/upShelfTray`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseUpdownTypeupShelfPackage(data, loadingObj = {}) {
+function warehouseUpdownTypeupShelfPackage(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseUpdownType/upShelfPackage`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseUpdownTypeupShelfOrder(data, loadingObj = {}) {
+function warehouseUpdownTypeupShelfOrder(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseUpdownType/upShelfOrder`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseUpdownTypegetZeroOrderByCode(data, loadingObj = {}) {
+function warehouseUpdownTypegetZeroOrderByCode(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseUpdownType/getZeroOrderByCode`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseUpdownTypeupShelfZeroOrder(data, loadingObj = {}) {
+function warehouseUpdownTypeupShelfZeroOrder(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseUpdownType/upShelfZeroOrder`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseUpdownTypegetStockByParam(data, loadingObj = {}) {
+function warehouseUpdownTypegetStockByParam(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseUpdownType/getStockByParam`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseUpdownTypeupShelfStockList(data, loadingObj = {}) {
+function warehouseUpdownTypeupShelfStockList(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseUpdownType/upShelfStockList`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseUpdownTypemoveAllocationScanTarget(data, loadingObj = {}) {
+function warehouseUpdownTypemoveAllocationScanTarget(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseUpdownType/moveAllocationScanTarget`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseUpdownTypemoveAllocationScanPackage(data, loadingObj = {}) {
+function warehouseUpdownTypemoveAllocationScanPackage(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseUpdownType/moveAllocationScanPackage`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseUpdownTypemoveAllocationPackageList(data, loadingObj = {}) {
+function warehouseUpdownTypemoveAllocationPackageList(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseUpdownType/moveAllocationPackageList`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseUpdownTypemoveAllocationByTrayCode(data, loadingObj = {}) {
+function warehouseUpdownTypemoveAllocationByTrayCode(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseUpdownType/moveAllocationByTrayCode`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseUpdownTypemoveAllocationScanTrayCode(data, loadingObj = {}) {
+function warehouseUpdownTypemoveAllocationScanTrayCode(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseUpdownType/moveAllocationScanTrayCode`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseRetentionretentionPackageList(data, loadingObj = {}) {
+function warehouseRetentionretentionPackageList(data, loadingObj = {}, canCancel = true) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseRetention/retentionPackageList`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseRetentionretentionScanPackage(data, loadingObj = {}) {
+function warehouseRetentionretentionScanPackage(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseRetention/retentionScanPackage`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseUpdownTypedownScanPackage(data, loadingObj = {}) {
+function warehouseUpdownTypedownScanPackage(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseUpdownType/downScanPackage`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseUpdownTypedownDownAllocation(data, loadingObj = {}) {
+function warehouseUpdownTypedownDownAllocation(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseUpdownType/downAllocation`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseTrayTypescanSourceTrayCode(data, loadingObj = {}) {
+function warehouseTrayTypescanSourceTrayCode(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseTrayType/scanSourceTrayCode`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseTrayTypescanTargetTrayCode(data, loadingObj = {}) {
+function warehouseTrayTypescanTargetTrayCode(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseTrayType/scanTargetTrayCode`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseTrayTypemergeTray(data, loadingObj = {}) {
+function warehouseTrayTypemergeTray(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseTrayType/mergeTray`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseUpdownTypedownPackage(data, loadingObj = {}) {
+function warehouseUpdownTypedownPackage(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseUpdownType/downPackage`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseUpdownTypedownTrayCode(data, loadingObj = {}) {
+function warehouseUpdownTypedownTrayCode(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseUpdownType/downTrayCode`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseUpdownTypedownStock(data, loadingObj = {}) {
+function warehouseUpdownTypedownStock(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseUpdownType/downStock`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseUpdownTypedownZeroOrder(data, loadingObj = {}) {
+function warehouseUpdownTypedownZeroOrder(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseUpdownType/downZeroOrder`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseUpdownTypedownEnterZeroOrder(data, loadingObj = {}) {
+function warehouseUpdownTypedownEnterZeroOrder(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseUpdownType/downEnterZeroOrder`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseUpdownTypedownEnterStock(data, loadingObj = {}) {
+function warehouseUpdownTypedownEnterStock(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseUpdownType/downEnterStock`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseUpdownTypedownScanTrayCode(data, loadingObj = {}) {
+function warehouseUpdownTypedownScanTrayCode(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseUpdownType/downScanTrayCode`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function signforprices(data, loadingObj = {}) {
+function signforprices(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/signfor/prices`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseTrayTypetrayToNullScanTrayCode(data, loadingObj = {}) {
+function warehouseTrayTypetrayToNullScanTrayCode(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseTrayType/trayToNullScanTrayCode`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseTrayTypetrayToNull(data, loadingObj = {}) {
+function warehouseTrayTypetrayToNull(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseTrayType/trayToNull`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function getMyWarehouseList(data, loadingObj = {}) {
+function getMyWarehouseList(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-basicdata/warehouse/getMyWarehouseList`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function preserveCurrentWarehouse(data, loadingObj = {}) {
+function preserveCurrentWarehouse(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-basicdata/warehouse/preserveCurrentWarehouse`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function AppPdaversiondetail(data, loadingObj = {}) {
+function AppPdaversiondetail(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `blade-system/AppPdaversion/detail`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function addvalueaddvalueInfo(data, loadingObj = {}) {
+function addvalueaddvalueInfo(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/addvalue/addvalueInfo`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function addvaluesaveAddvalueInfo(data, loadingObj = {}) {
+function addvaluesaveAddvalueInfo(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/addvalue/saveAddvalueInfo`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function addvaluescanAddvaluePackage(data, loadingObj = {}) {
+function addvaluescanAddvaluePackage(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/addvalue/scanAddvaluePackage`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function addvaluegetAllPackageList(data, loadingObj = {}) {
+function addvaluegetAllPackageList(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/addvalue/getAllPackageList`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function addvalueeditAddvalueInfo(data, loadingObj = {}) {
+function addvalueeditAddvalueInfo(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/addvalue/editAddvalueInfo`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function addvalueupdateAddvalueInfo(data, loadingObj = {}) {
+function addvalueupdateAddvalueInfo(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/addvalue/updateAddvalueInfo`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseUpdownTypemoveAllocationScanAllocation(data, loadingObj = {}) {
+function warehouseUpdownTypemoveAllocationScanAllocation(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseUpdownType/moveAllocationScanAllocation`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseUpdownTypemoveAllocationScanSourceAllocation(data, loadingObj = {}) {
+function warehouseUpdownTypemoveAllocationScanSourceAllocation(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseUpdownType/moveAllocationScanSourceAllocation`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseUpdownTypemoveAllocationByAllocation(data, loadingObj = {}) {
+function warehouseUpdownTypemoveAllocationByAllocation(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseUpdownType/moveAllocationByAllocation`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function warehouseUpdownTypeorderUpshelfDetail(data, loadingObj = {}) {
+function warehouseUpdownTypeorderUpshelfDetail(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseUpdownType/orderUpshelfDetail`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function dictbizdictionary(data, loadingObj = {}) {
+function dictbizdictionary(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `blade-system/dict-biz/dictionary`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function distributionOrderInfoInQuery(data, loadingObj = {}) {
+function distributionOrderInfoInQuery(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/distributionInQuery/order`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postFindAllocationData(data, loadingObj = {}) {
+function postFindAllocationData(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseUpdownType/findAllocationData`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postFindTrayData(data, loadingObj = {}) {
+function postFindTrayData(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseTrayType/findTrayData`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postMaterielList(data, loadingObj = {}) {
+function postMaterielList(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-basic/app/materiel/list`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postStocklistList(data, loadingObj = {}) {
+function postStocklistList(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/stocklist/list`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postMaterielUpdateMateriel(data, loadingObj = {}) {
+function postMaterielUpdateMateriel(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-basic/app/materiel/updateMateriel`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function BatchPrintPackages(data, loadingObj = {}) {
+function BatchPrintPackages(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/distributionInQuery/template?ids=${data}`,
method: "post",
data: {}
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function distributionTrayDetail(data, loadingObj = {}) {
+function distributionTrayDetail(data, loadingObj = {}, canCancel = true) {
return utils_request.service(
{
url: `logpm-distribution/app/delivery/trays`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postAbnormalTruckLoading(data, loadingObj = {}) {
+function postAbnormalTruckLoading(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/delivery/abnormalLoading`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postZeroStockUpData(data, loadingObj = {}) {
+function postZeroStockUpData(data, loadingObj = {}, canCancel = true) {
return utils_request.service(
{
url: `logpm-distribution/app/distributionStockup/zeroStockUpData`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postZeroStockUp(data, loadingObj = {}) {
+function postZeroStockUp(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/distributionStockup/zeroStockUp`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function getWarehouseTask(data, loadingObj = {}) {
+function getWarehouseTask(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/WarehouseTask/page`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function getWarehouseTaskgetTaskConInfo(data, loadingObj = {}) {
+function getWarehouseTaskgetTaskConInfo(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/WarehouseTask/getTaskConInfo`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function getWarehouseTaskDeleteQuestChild(data, loadingObj = {}) {
+function getWarehouseTaskDeleteQuestChild(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/WarehouseTask/deleteQuestChild`,
method: "delete",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function getWarehouseTaskAllocationList(data, loadingObj = {}) {
+function getWarehouseTaskAllocationList(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/WarehouseTask/allocationList`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function getWarehouseTaskAllocationDetailByStrip(data, loadingObj = {}) {
+function getWarehouseTaskAllocationDetailByStrip(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/WarehouseTask/allocationDetailByPackage`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function getWarehouseTrayList(data, loadingObj = {}) {
+function getWarehouseTrayList(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/WarehouseTask/trayList`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function getWarehousetrayListInfo(data, loadingObj = {}) {
+function getWarehousetrayListInfo(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/WarehouseTask/trayListInfo`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function getWarehouseUpdateQuestDetail(data, loadingObj = {}) {
+function getWarehouseUpdateQuestDetail(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/WarehouseTask/updateQuestDetail`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function getWarehouseDeleteQuestDetail(data, loadingObj = {}) {
+function getWarehouseDeleteQuestDetail(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/WarehouseTask/deleteQuestDetail`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function getWarehouseSaveNewQuestDetail(data, loadingObj = {}) {
+function getWarehouseSaveNewQuestDetail(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/WarehouseTask/saveNewQuestDetail`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function getallocationDetailByZeroWaList(data, loadingObj = {}) {
+function getallocationDetailByZeroWaList(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/WarehouseTask/allocationDetailByZero`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function getallocationDetailByStockList(data, loadingObj = {}) {
+function getallocationDetailByStockList(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/WarehouseTask/allocationDetailByStock`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postqueryfindMaterialList(data, loadingObj = {}) {
+function postqueryfindMaterialList(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/WarehouseTask/findMaterialList`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postqueryupdateQuestDetailAllocation(data, loadingObj = {}) {
+function postqueryupdateQuestDetailAllocation(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/WarehouseTask/updateQuestDetailAllocation`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postWarehouseTaskAddDataInfo(data, loadingObj = {}) {
+function postWarehouseTaskAddDataInfo(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/WarehouseTask/addDataInfo`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function pcontractQuestDetailList(data, loadingObj = {}) {
+function pcontractQuestDetailList(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/WarehouseTask/contractQuestDetail`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function pgetContractList(data, loadingObj = {}) {
+function pgetContractList(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/WarehouseTask/contractList`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function pgetgetMaterialName(data, loadingObj = {}) {
+function pgetgetMaterialName(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/WarehouseTask/getMaterialName`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postWarehouseTaskSelectPackageInfo(data, loadingObj = {}) {
+function postWarehouseTaskSelectPackageInfo(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/WarehouseTask/selectPackageInfo`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function $_initRetentionList(data, loadingObj = {}) {
+function $_initRetentionList(data, loadingObj = {}, canCancel = true) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseRetention/initRetentionList`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function $_retentionScan(data, loadingObj = {}) {
+function $_retentionScan(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/delivery/retentionScan`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function $_saveRetentionList(data, loadingObj = {}) {
+function $_saveRetentionList(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseRetention/saveRetentionList`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function $_updateRetentionList(data, loadingObj = {}) {
+function $_updateRetentionList(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseRetention/updateRetentionList`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function $_retentionTrayScan(data, loadingObj = {}) {
+function $_retentionTrayScan(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/delivery/retentionTrayScan`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postCarsLoadPageList(data, loadingObj = {}) {
+function postCarsLoadPageList(data, loadingObj = {}, canCancel = true) {
return utils_request.service(
{
url: `logpm-trunkline/api/carsLoad/carsLoadPageList`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postFindCarsLoadingDetail(data, loadingObj = {}) {
+function postFindCarsLoadingDetail(data, loadingObj = {}, canCancel = true) {
return utils_request.service(
{
url: `logpm-trunkline/api/carsLoad/findCarsLoadingDetail`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postFindCarsLoadingOrderDetail(data, loadingObj = {}) {
+function postFindCarsLoadingOrderDetail(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-trunkline/api/carsLoad/findCarsLoadingOrderDetail`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postLoadingScan(data, loadingObj = {}) {
+function postLoadingScan(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-trunkline/api/carsLoad/loadingScan`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postLoadingTrayInfo(data, loadingObj = {}) {
+function postLoadingTrayInfo(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-trunkline/api/carsLoad/loadingTrayInfo`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postRemoveCarsLoadScan(data, loadingObj = {}) {
+function postRemoveCarsLoadScan(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-trunkline/api/carsLoad/removeCarsLoadScan`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postLoadingZero(data, loadingObj = {}) {
+function postLoadingZero(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-trunkline/api/carsLoad/loadingZero`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postLoadingTray(data, loadingObj = {}) {
+function postLoadingTray(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-trunkline/api/carsLoad/loadingTray`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postArriveUnloadPageList(data, loadingObj = {}) {
+function postArriveUnloadPageList(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-trunkline/api/carsLoad/arriveUnloadPageList`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postArriveUnloadCarsDetail(data, loadingObj = {}) {
+function postArriveUnloadCarsDetail(data, loadingObj = {}, canCancel = true) {
return utils_request.service(
{
url: `logpm-trunkline/api/carsLoad/unloadCarsDetail`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postCarsLoadUnloadPackage(data, loadingObj = {}) {
+function postCarsLoadUnloadPackage(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-trunkline/api/carsLoad/unloadPackage`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postCarsLoadUnloadZero(data, loadingObj = {}) {
+function postCarsLoadUnloadZero(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-trunkline/api/carsLoad/unloadZero`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postFindUnloadTrayGoodsList(data, loadingObj = {}) {
+function postFindUnloadTrayGoodsList(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-trunkline/api/carsLoad/findUnloadTrayGoodsList`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postUnloadTray(data, loadingObj = {}) {
+function postUnloadTray(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-trunkline/api/carsLoad/unloadTray`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postFindSyncOldTrayData(data, loadingObj = {}) {
+function postFindSyncOldTrayData(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseTrayType/findSyncOldTrayData`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postSyncOldTrayData(data, loadingObj = {}) {
+function postSyncOldTrayData(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseTrayType/syncOldTrayData`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function getBillladingList(data, loadingObj = {}) {
+function getBillladingList(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-trunkline/api/billlading/list`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function getTripartiteTransfer(data, loadingObj = {}) {
+function getTripartiteTransfer(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-trunkline/api/tripartiteTransfer/transferLoadPageList`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postIncomingIncomingPackage(data, loadingObj = {}) {
+function postIncomingIncomingPackage(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-trunkline/api/incoming/incomingPackage`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postIncomingBillladingBillladingList(data, loadingObj = {}) {
+function postIncomingBillladingBillladingList(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-trunkline/api/billlading/billladingList`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postFindAdvanceDetailList(data, loadingObj = {}) {
+function postFindAdvanceDetailList(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-trunkline/api/billlading/findAdvanceDetailList`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postFinaSignOrderList(data, loadingObj = {}) {
+function postFinaSignOrderList(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-trunkline/api/carsLoad/finaSignOrderList`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postFinaSignOrderDetail(data, loadingObj = {}) {
+function postFinaSignOrderDetail(data, loadingObj = {}, canCancel = true) {
return utils_request.service(
{
url: `logpm-trunkline/api/carsLoad/finaSignOrderDetail`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postSignScanPackageCode(data, loadingObj = {}) {
+function postSignScanPackageCode(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-trunkline/api/carsLoad/signScanPackageCode`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postSignZeroOrder(data, loadingObj = {}) {
+function postSignZeroOrder(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-trunkline/api/carsLoad/signZeroOrder`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postArriveCarByLoadId(data, loadingObj = {}) {
+function postArriveCarByLoadId(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-trunkline/carsLoad/arriveCarByLoadId`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postTransferUnloadPackage(data, loadingObj = {}) {
+function postTransferUnloadPackage(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-trunkline/api/tripartiteTransfer/transferUnloadPackage`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postTransferUnloadZero(data, loadingObj = {}) {
+function postTransferUnloadZero(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-trunkline/api/tripartiteTransfer/transferUnloadZero`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postTransferUnloadTray(data, loadingObj = {}) {
+function postTransferUnloadTray(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-trunkline/api/tripartiteTransfer/transferUnloadTray`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postorderUpshelfDetailByAllocationId(data, loadingObj = {}) {
+function postorderUpshelfDetailByAllocationId(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/warehouseUpdownType/orderUpshelfDetailByAllocationId`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function classifyList(data, loadingObj = {}) {
+function classifyList(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-supervise/classifyApi/classifyList`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function saveApiIndicators(data, loadingObj = {}) {
+function saveApiIndicators(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-supervise/classifyApi/saveApiIndicators`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function updateApiIndicators(data, loadingObj = {}) {
+function updateApiIndicators(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-supervise/classifyApi/updateApiIndicators`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function myApiIndicators(data, loadingObj = {}) {
+function myApiIndicators(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-supervise/classifyApi/myApiIndicators`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function myApiIndicatorsDetail(data, loadingObj = {}) {
+function myApiIndicatorsDetail(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-supervise/classifyApi/myApiIndicatorsDetail`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function beMyApiIndicators(data, loadingObj = {}) {
+function beMyApiIndicators(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-supervise/classifyApi/beMyApiIndicators`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function deptTree(data, loadingObj = {}) {
+function deptTree(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-supervise/classifyApi/deptList`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postFindStockList(data, loadingObj = {}) {
+function postFindStockList(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-warehouse/api/WarehouseTask/findStockList`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postUnloadTrayAllOne(data, loadingObj = {}) {
+function postUnloadTrayAllOne(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-trunkline/api/carsLoad/unloadTrayAllOne`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function getCurrentTree(data, loadingObj = {}) {
+function getCurrentTree(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `blade-system/dept/currentTree`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postFindLoadZeroList(data, loadingObj = {}) {
+function postFindLoadZeroList(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-trunkline/api/carsLoad/findLoadZeroList`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postDeliveryInfo(data, loadingObj = {}) {
+function postDeliveryInfo(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-distribution/app/delivery/deliveryInfo`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postGoodsAllocation(data, loadingObj = {}) {
+function postGoodsAllocation(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-basicdata/app/goodsAllocation/list`,
method: "get",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postUploadSignPhoto(data, loadingObj = {}) {
+function postUploadSignPhoto(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-trunkline/api/carsLoad/uploadSignPhoto`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postAddContractByLoadId(data, loadingObj = {}) {
+function postAddContractByLoadId(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-trunkline/carsLoad/addContractByLoadId`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
-function postFindFinanceList(data, loadingObj = {}) {
+function postFindFinanceList(data, loadingObj = {}, canCancel = false) {
return utils_request.service(
{
url: `logpm-trunkline/carsLoad/findFinanceList`,
method: "post",
data
},
- loadingObj
+ loadingObj,
+ canCancel
);
}
exports.$_initRetentionList = $_initRetentionList;
diff --git a/unpackage/dist/dev/mp-weixin/common/vendor.js b/unpackage/dist/dev/mp-weixin/common/vendor.js
index 8fc9fe8..4e973bf 100644
--- a/unpackage/dist/dev/mp-weixin/common/vendor.js
+++ b/unpackage/dist/dev/mp-weixin/common/vendor.js
@@ -1285,9 +1285,9 @@ function populateParameters(fromRes, toRes) {
const hostLanguage = language.replace(/_/g, "-");
const parameters = {
appId: "__UNI__EB22F37",
- appName: "货无忧",
- appVersion: "1.1.30",
- appVersionCode: 1130,
+ appName: "货无忧测试版",
+ appVersion: "1.1.28",
+ appVersionCode: 1128,
appLanguage: getAppLanguage(hostLanguage),
uniCompileVersion: "4.08",
uniRuntimeVersion: "4.08",
@@ -1429,9 +1429,9 @@ const getAppBaseInfo = {
hostSDKVersion: SDKVersion,
hostTheme: theme,
appId: "__UNI__EB22F37",
- appName: "货无忧",
- appVersion: "1.1.30",
- appVersionCode: 1130,
+ appName: "货无忧测试版",
+ appVersion: "1.1.28",
+ appVersionCode: 1128,
appLanguage: getAppLanguage(hostLanguage)
}));
}
diff --git a/unpackage/dist/dev/mp-weixin/config/host.js b/unpackage/dist/dev/mp-weixin/config/host.js
index e57e12d..d5003d5 100644
--- a/unpackage/dist/dev/mp-weixin/config/host.js
+++ b/unpackage/dist/dev/mp-weixin/config/host.js
@@ -1,5 +1,5 @@
"use strict";
-const devhost = "https://h5uapi.huitongys.com/";
+const devhost = "http://test.api.huo5you.com/";
const imghost = "";
const host = devhost;
const APPKEY = "h5u:h5u_secret";
diff --git a/unpackage/dist/dev/mp-weixin/pages/index/index.js b/unpackage/dist/dev/mp-weixin/pages/index/index.js
index 6804f16..b2903fa 100644
--- a/unpackage/dist/dev/mp-weixin/pages/index/index.js
+++ b/unpackage/dist/dev/mp-weixin/pages/index/index.js
@@ -27,7 +27,217 @@ 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://47.108.51.143:9000/basic/upload/20231016/440a01005f8333bcc76c1254a1d35570.png",
+ name: "订单查询",
+ router: "/pagesHome/pages/orderInquiry/orderInquiry"
+ },
+ {
+ icon: "http://47.108.51.143:9000/basic/upload/20240103/81ac2b693232dd9968ec35c0fa3d21f2.png",
+ name: "运单查询",
+ router: "/pagesHome/pages/waybillInquiry/waybillInquiry"
+ },
+ {
+ icon: "http://47.108.51.143:9000/basic/upload/20240103/81ac2b693232dd9968ec35c0fa3d21f2.png",
+ name: "库位查询",
+ router: "/pagesHome/pages/storageInquiry/storageInquiry"
+ },
+ {
+ icon: "http://47.108.51.143:9000/basic/upload/20240103/81ac2b693232dd9968ec35c0fa3d21f2.png",
+ name: "托盘查询",
+ router: "/pagesHome/pages/trayInquiry/trayInquiry"
+ },
+ {
+ icon: "http://47.108.51.143:9000/basic/upload/20240103/81ac2b693232dd9968ec35c0fa3d21f2.png",
+ name: "库存品查询",
+ router: "/pagesHome/pages/inventoryInquiry/inventoryInquiry"
+ },
+ {
+ icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
+ name: "物料维护",
+ router: "/pagesHome/pages/MaterialMaintenance/MaterialMaintenance"
+ },
+ {
+ icon: "http://47.108.51.143:9000/basic/upload/20240320/d22bc792f9deff3f106aafc590ec14fb.png",
+ name: "库位列表",
+ router: "/pagesHome/pages/StorageLocationList/StorageLocationList"
+ }
+ // {
+ // icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png',
+ // name: '发起工单',
+ // router: '/pagesHome/pages/CreateAbnormalWorkOrder/CreateAbnormalWorkOrder',
+ // },
+ ]
+ },
+ {
+ type: 1,
+ name: "入库",
+ minilist: [
+ {
+ icon: "http://47.108.51.143:9000/basic/upload/20240429/14451e54503266f168edf3651f2ab798.png",
+ name: "码板打托",
+ router: "/pagesHome/pages/codePlateBracket/codePlateBracket"
+ },
+ {
+ icon: "http://47.108.51.143:9000/basic/upload/20240429/d4325e620aa324658da28d7cabc6f223.png",
+ name: "入库扫描",
+ router: "/pagesHome/pages/TranNumber/TranNumber"
+ },
+ {
+ icon: "http://47.108.51.143:9000/basic/upload/20240429/49254333c9c5c7aed6e9c8aab89c5998.png",
+ name: "到车入库",
+ router: "/pagesHome/pages/ArrivalList/ArrivalList"
+ }
+ ]
+ },
+ {
+ type: 1,
+ name: "库内",
+ minilist: [
+ {
+ icon: "http://47.108.51.143:9000/basic/upload/20231012/e2604b3c97ee6001f367df87e3d0fdd1.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://47.108.51.143:9000/basic/upload/20231012/03add918888d36ce0d566da120510840.png",
+ name: "扫码上架",
+ router: "/pagesHome/pages/ScanUpType/ScanUpType"
+ },
+ {
+ icon: "http://47.108.51.143:9000/basic/upload/20231012/7b7ca70b84ebf6a2f72e74300725132c.png",
+ name: "手动上架",
+ router: "/pagesHome/pages/PeopleScanUpType/PeopleScanUpType"
+ },
+ {
+ icon: "http://47.108.51.143:9000/basic/upload/20231012/7b7e477dd35483ca7628567c609657fc.png",
+ name: "移库",
+ router: "/pagesHome/pages/RelocationType/RelocationType"
+ },
+ {
+ icon: "http://47.108.51.143:9000/basic/upload/20231012/b104c036fc6b6af5b635cc619731db6f.png",
+ name: "滞留",
+ router: "/pagesHome/pages/Retention/Retention"
+ },
+ {
+ icon: "http://47.108.51.143:9000/basic/upload/20231012/ce45bb522069f1fd154ca964e66069c2.png",
+ name: "合托",
+ router: "/pagesHome/pages/MergeTray/MergeTray"
+ },
+ {
+ icon: "http://47.108.51.143:9000/basic/upload/20231012/91403695005c2c65ea2c9d4ddadac9c3.png",
+ name: "下架",
+ router: "/pagesHome/pages/DownGoodsType/DownGoodsType"
+ },
+ {
+ icon: "http://47.108.51.143:9000/basic/upload/20231017/4ae045f95dcd923e8e8a553ccb374471.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://47.108.51.143:9000/basic/upload/20231217/5d3a466a54b62a60cfb9dc53b0f6ded1.png",
+ name: "托盘数据同步",
+ router: "/pagesHome/pages/SearchTray/SearchTray"
+ }
+ ]
+ },
+ {
+ type: 1,
+ name: "出库",
+ minilist: [
+ {
+ icon: "http://47.108.51.143:9000/basic/upload/20231012/b58252914de56c0e3da1bdc75ac51c07.png",
+ name: "拣货扫描",
+ router: "/pagesHome/pages/pickingScan/pickingScan"
+ },
+ {
+ icon: "http://47.108.51.143:9000/basic/upload/20231012/7a9648ffdefd77f7ab8bb7861a2473e7.png",
+ name: "自提扫描",
+ router: "/pagesHome/pages/SelfPickupScan/SelfPickupScan"
+ },
+ {
+ icon: "http://47.108.51.143:9000/basic/upload/20240429/e5562240ca21316b21306d17f9394abc.png",
+ name: "配载装车",
+ router: "/pagesHome/pages/StowageList/StowageList"
+ },
+ {
+ icon: "http://47.108.51.143:9000/basic/upload/20240429/d58281e6ba1845f313d85a119107e260.png",
+ name: "中转装车",
+ router: "/pagesHome/pages/RelayScanList/RelayScanList"
+ }
+ ]
+ },
+ {
+ type: 1,
+ name: "配送",
+ minilist: [
+ {
+ icon: "http://47.108.51.143:9000/basic/upload/20231012/1a9bbc8c842b8b7ef555d6cd79d421be.png",
+ name: "装车扫描",
+ router: "/pagesHome/pages/LoadingScan/LoadingScan"
+ },
+ {
+ icon: "http://47.108.51.143:9000/basic/upload/20231012/6956f6950cfc291e01c038ea5e13f984.png",
+ name: "签收扫描",
+ router: "/pagesHome/pages/signinScan/signinScan"
+ },
+ {
+ icon: "http://47.108.51.143:9000/basic/upload/20240429/16a9b462df1546f2fa6159df00ade62e.png",
+ name: "直发商家签收",
+ router: "/pagesHome/pages/directGoMarket/directGoMarket"
+ }
+ ]
+ },
+ {
+ type: 1,
+ name: "离线上传",
+ minilist: [
+ {
+ icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
+ name: "离线上传",
+ router: "/pagesHome/pages/OfflineUpload/OfflineUpload"
+ }
+ ]
+ },
+ {
+ type: 1,
+ name: "考核",
+ minilist: [
+ {
+ icon: "http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png",
+ name: "考核指标",
+ router: "/pagesHome/pages/integral/integral"
+ },
+ {
+ icon: "http://8.137.14.82:9000/bladex/upload/20240117/fac9c4fd6c4f0bee599417fc8fbbee62.png",
+ name: "我的考核",
+ router: "/pagesHome/pages/integralMy/integralMy"
+ }
+ ]
+ }
+ ]
+ });
function gopathpage(path) {
common_vendor.index.navigateTo({
url: path
diff --git a/unpackage/dist/dev/mp-weixin/pagesHome/pages/SelfPickupDetails/SelfPickupDetails.js b/unpackage/dist/dev/mp-weixin/pagesHome/pages/SelfPickupDetails/SelfPickupDetails.js
index fc136c2..800922c 100644
--- a/unpackage/dist/dev/mp-weixin/pagesHome/pages/SelfPickupDetails/SelfPickupDetails.js
+++ b/unpackage/dist/dev/mp-weixin/pagesHome/pages/SelfPickupDetails/SelfPickupDetails.js
@@ -2,9 +2,9 @@
const common_vendor = require("../../../common/vendor.js");
const api_user = require("../../../api/user.js");
const store_useSystemSettingsStore = require("../../../store/useSystemSettingsStore.js");
+const utils_utils = require("../../../utils/utils.js");
require("../../../utils/request.js");
require("../../../store/index.js");
-require("../../../utils/utils.js");
require("../../../utils/functions.js");
require("../../../utils/IDCardVerification.js");
require("../../../utils/base64.js");
@@ -31,7 +31,6 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
__name: "SelfPickupDetails",
setup(__props) {
common_vendor.storeToRefs(store_useSystemSettingsStore.useSystemSettingsStore());
- const utils = common_vendor.inject("utils");
const option = {
title: "自提明细扫描",
haveData: true,
@@ -72,19 +71,22 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
isscan: false,
zeroList: [],
orderList: [],
- stockList: []
+ stockList: [],
+ /** 滚动区高度 */
+ scrollHeight: "45vh",
+ /** 扫描的码值 */
+ scanOrderPackageCode: ""
});
const tiplists = common_vendor.ref(null);
const basicContainer = common_vendor.ref(null);
common_vendor.onLoad((op) => {
details.billLadingId = op.billLadingId;
});
- common_vendor.onShow(() => {
- const timer = setTimeout(() => {
- basicContainer.value.startPullDownRefresh();
- clearTimeout(timer);
- }, 200);
+ common_vendor.onShow(async () => {
+ await common_vendor.nextTick$1();
+ basicContainer.value.startPullDownRefresh();
details.dataList = details.orderList;
+ details.scrollHeight = await utils_utils.utils.getViewDistanceFormTop(".scrollv");
});
function goorderdetail(item) {
common_vendor.index.navigateTo({
@@ -92,6 +94,8 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
});
}
function showsdqs() {
+ if (details.planNum <= details.signedNum)
+ return utils_utils.utils.handleToast("提货计划已完成");
tiplists.value.setdetails({
isshow: true,
tipstate: 1,
@@ -99,6 +103,8 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
placeholder: "请输入扫描的码",
inputtext: "",
success: (detail) => {
+ if (!detail.inputtext && detail.inputtext !== 0)
+ return utils_utils.utils.handleToast("请输入码值");
details.scancode = detail.inputtext;
sacn();
tiplists.value.setdetails({ isshow: false });
@@ -167,6 +173,28 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
try {
if (details.orderCode === 3)
return;
+ if (details.planNum <= details.signedNum)
+ return utils_utils.utils.handleToast("提货计划已完成");
+ let content = "";
+ let haveData = false;
+ for (let i = 0; i < details.orderList.length; i++) {
+ const item = details.orderList[i];
+ if (content)
+ break;
+ if (details.scancode !== item.orderPackageCode)
+ continue;
+ haveData = true;
+ if (item.scanStatus === 2) {
+ content = "包件已扫描";
+ const _value = details.orderList.splice(i, 1);
+ details.orderList.unshift(_value[0]);
+ }
+ break;
+ }
+ if (!haveData)
+ return utils_utils.utils.handleToast("码值错误, 不在本计划内");
+ if (content)
+ return utils_utils.utils.handleToast(content);
let data = {
id: details.billLadingId,
coding: details.scancode,
@@ -176,13 +204,14 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
console.log(res);
if (res.code == 200) {
details.isscan = true;
+ details.scanOrderPackageCode = data.coding;
initpage();
} else if (res.code === 3001) {
common_vendor.index.showToast({
title: res.msg,
icon: "none"
});
- utils.ttsspke(res.audio);
+ utils_utils.utils.ttsspke(res.audio);
}
} catch (err) {
console.log("err :>> ", err);
@@ -192,11 +221,6 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
async function initpage() {
details.dataList = [];
try {
- common_vendor.index.showLoading({
- title: "数据加载中",
- mask: true
- });
- console.log("获取数据");
if (details.orderType == 1) {
let data = {
orderStatus: details.orderStatus,
@@ -204,9 +228,23 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
orderCode: details.orderCode
};
let response = await api_user.billLadingdetailList(data);
- if (response.code !== 200)
+ const { code, data: { list } } = response;
+ console.log("response :>> ", response);
+ if (code !== 200 || !list)
return;
- details.orderList = response.data.list || [];
+ const _arr = [];
+ const scanArr = [];
+ for (let i = 0; i < list.length; i++) {
+ const item = list[i];
+ if (item.scanStatus === 1)
+ _arr.push(item);
+ else if (item.orderPackageCode === details.scanOrderPackageCode)
+ _arr.unshift(item);
+ else
+ scanArr.push(item);
+ }
+ details.scanOrderPackageCode = "";
+ details.orderList = [..._arr, ...scanArr];
details.consignee = response.data.consignee;
details.pickUpPlate = response.data.pickUpPlate;
details.carTypeStr = response.data.carTypeStr;
@@ -242,10 +280,9 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
} catch (e) {
} finally {
if (details.isscan && details.signedNum) {
- utils.ttsspke(details.signedNum + "件");
+ utils_utils.utils.ttsspke(details.signedNum + "件");
details.isscan = false;
}
- common_vendor.index.hideLoading();
}
}
function setorderStatus(state) {
@@ -283,12 +320,12 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
f: common_vendor.f([1, 2], (item, k0, i0) => {
return {
a: common_vendor.t(item == 1 ? "计划" : "完成"),
- b: "45762c3a-7-" + i0 + "," + ("45762c3a-6-" + i0),
+ b: "8cd5f8a8-7-" + i0 + "," + ("8cd5f8a8-6-" + i0),
c: common_vendor.t(item == 1 ? common_vendor.unref(details).orderNum : common_vendor.unref(details).completeNum),
- d: "45762c3a-8-" + i0 + "," + ("45762c3a-6-" + i0),
+ d: "8cd5f8a8-8-" + i0 + "," + ("8cd5f8a8-6-" + i0),
e: common_vendor.t(item == 1 ? common_vendor.unref(details).planNum : common_vendor.unref(details).signedNum),
- f: "45762c3a-9-" + i0 + "," + ("45762c3a-6-" + i0),
- g: "45762c3a-6-" + i0 + ",45762c3a-1"
+ f: "8cd5f8a8-9-" + i0 + "," + ("8cd5f8a8-6-" + i0),
+ g: "8cd5f8a8-6-" + i0 + ",8cd5f8a8-1"
};
}),
g: common_vendor.p({
@@ -326,7 +363,7 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
b: common_vendor.o(($event) => goorderdetail(item), item),
c: common_vendor.t(item.orderPackageCode),
d: common_vendor.t(item.scanStatusStr),
- e: common_vendor.t(item.errorStatusStr),
+ e: Number(item.scanStatus) !== 1 ? 1 : "",
f: common_vendor.o(showsdqs, item)
} : {}, common_vendor.unref(orderType) == 2 ? {
g: common_vendor.t(item.sku),
@@ -350,18 +387,19 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
v: common_vendor.unref(orderType) == 1,
w: common_vendor.unref(orderType) == 2,
x: common_vendor.unref(orderType) == 3,
- y: common_vendor.sr(basicContainer, "45762c3a-0", {
+ y: common_vendor.unref(details).scrollHeight,
+ z: common_vendor.sr(basicContainer, "8cd5f8a8-0", {
"k": "basicContainer"
}),
- z: common_vendor.p({
+ A: common_vendor.p({
option
}),
- A: common_vendor.sr(tiplists, "45762c3a-11", {
+ B: common_vendor.sr(tiplists, "8cd5f8a8-11", {
"k": "tiplists"
})
};
};
}
});
-const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__file", "D:/worksp/logpm/pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue"]]);
+const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-8cd5f8a8"], ["__file", "D:/worksp/logpm/pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue"]]);
wx.createPage(MiniProgramPage);
diff --git a/unpackage/dist/dev/mp-weixin/pagesHome/pages/SelfPickupDetails/SelfPickupDetails.wxml b/unpackage/dist/dev/mp-weixin/pagesHome/pages/SelfPickupDetails/SelfPickupDetails.wxml
index ab562fa..fdb598a 100644
--- a/unpackage/dist/dev/mp-weixin/pagesHome/pages/SelfPickupDetails/SelfPickupDetails.wxml
+++ b/unpackage/dist/dev/mp-weixin/pagesHome/pages/SelfPickupDetails/SelfPickupDetails.wxml
@@ -1 +1 @@
-车牌号:{{a}}司机:{{b}}订单总数签收件数{{item.a}}{{item.c}}{{item.e}}齐套状态查询定制品库存品零担订单号:{{item.a}}包条码:{{item.c}}是否扫描:{{item.d}}异常:{{item.e}}SKU:{{item.g}}包件号:{{item.h}}物品:{{item.i}}规格:{{item.j}}单位:{{item.k}}扫描:{{item.l}}订单号:{{item.n}}运单号:{{item.o}}产品名称:{{item.p}}预计签收件数:{{item.q}}实际签收件数:{{item.r}}
\ No newline at end of file
+车牌号:{{a}}司机:{{b}}订单总数签收件数{{item.a}}{{item.c}}{{item.e}}齐套状态查询定制品库存品零担订单号:{{item.a}}包条码:{{item.c}}{{item.d}}SKU:{{item.g}}包件号:{{item.h}}物品:{{item.i}}规格:{{item.j}}单位:{{item.k}}扫描:{{item.l}}订单号:{{item.n}}运单号:{{item.o}}产品名称:{{item.p}}预计签收件数:{{item.q}}实际签收件数:{{item.r}}
\ No newline at end of file
diff --git a/unpackage/dist/dev/mp-weixin/pagesHome/pages/SelfPickupDetails/SelfPickupDetails.wxss b/unpackage/dist/dev/mp-weixin/pagesHome/pages/SelfPickupDetails/SelfPickupDetails.wxss
index 0f451c1..3ca6636 100644
--- a/unpackage/dist/dev/mp-weixin/pagesHome/pages/SelfPickupDetails/SelfPickupDetails.wxss
+++ b/unpackage/dist/dev/mp-weixin/pagesHome/pages/SelfPickupDetails/SelfPickupDetails.wxss
@@ -23,12 +23,109 @@
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
-.tabtip {
+.flex.data-v-8cd5f8a8{
+ display: flex;
+}
+.flex-c-c.data-v-8cd5f8a8{
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+.flex-c-sb.data-v-8cd5f8a8{
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+}
+.flex-c-sa.data-v-8cd5f8a8{
+ display: flex;
+ align-items: center;
+ justify-content: space-around;
+}
+.align-center.data-v-8cd5f8a8{
+ display: flex;
+ align-items: center;
+}
+.flex1.data-v-8cd5f8a8{
+ flex: 1;
+}
+.flexnone.data-v-8cd5f8a8{
+ flex: none;
+}
+.mt10.data-v-8cd5f8a8{
+ margin-top: 10rpx;
+}
+.mt20.data-v-8cd5f8a8{
+ margin-top: 20rpx;
+}
+.ml10.data-v-8cd5f8a8{
+ margin-left: 10rpx;
+}
+.ml20.data-v-8cd5f8a8{
+ margin-left: 20rpx;
+}
+.mb10.data-v-8cd5f8a8{
+ margin-bottom: 10rpx;
+}
+.mb20.data-v-8cd5f8a8{
+ margin-bottom: 20rpx;
+}
+.mr10.data-v-8cd5f8a8{
+ margin-right: 10rpx;
+}
+.mr20.data-v-8cd5f8a8{
+ margin-right: 20rpx;
+}
+.pd10.data-v-8cd5f8a8{
+ padding: 10rpx;
+}
+.pd15.data-v-8cd5f8a8{
+ padding: 15rpx;
+}
+.pd20.data-v-8cd5f8a8{
+ padding: 20rpx;
+}
+.w100.data-v-8cd5f8a8{
+ width: 100%;
+}
+.h100.data-v-8cd5f8a8{
+ height: 100%;
+}
+.text-center.data-v-8cd5f8a8{
+ text-align: center;
+}
+.text-start.data-v-8cd5f8a8{
+ text-align: start;
+}
+.text-end.data-v-8cd5f8a8{
+ text-align: end;
+}
+.fwb.data-v-8cd5f8a8{
+ font-weight: bold;
+}
+.rem-1.data-v-8cd5f8a8{
+ font-size: 1rem;
+}
+.rem-0-8.data-v-8cd5f8a8{
+ font-size: 0.8rem;
+}
+.rem-0-9.data-v-8cd5f8a8{
+ font-size: 0.9rem;
+}
+.rem-1-5.data-v-8cd5f8a8{
+ font-size: 1.5rem;
+}
+.primaryColor.data-v-8cd5f8a8{
+ color: #172e60;
+}
+.primaryColorIm.data-v-8cd5f8a8{
+ color: #172e60 !important;
+}
+.tabtip.data-v-8cd5f8a8 {
display: flex;
align-items: center;
justify-content: space-between;
}
-.tabtip > view {
+.tabtip > view.data-v-8cd5f8a8 {
width: 50%;
display: flex;
align-items: center;
@@ -38,19 +135,18 @@
font-weight: 400;
color: #90A0AF;
}
-.tabtip > view > view {
+.tabtip > view > view.data-v-8cd5f8a8 {
height: 80rpx;
border-bottom: 8rpx solid #ffffff;
display: flex;
align-items: center;
justify-content: center;
}
-.tabtip .xz {
+.tabtip .xz.data-v-8cd5f8a8 {
color: #D3832A;
border-bottom: 8rpx solid #D3832A;
}
-.scrollv {
- width: 686rpx;
+.scrollv.data-v-8cd5f8a8 {
height: 48.5vh;
box-sizing: border-box;
background-color: #ffffff;
@@ -59,104 +155,121 @@
padding: 20rpx;
box-sizing: border-box;
}
-.scrollv .mabxs {
+.scrollv .mabxs.data-v-8cd5f8a8 {
display: flex;
flex-direction: column;
align-items: center;
padding-top: 5rpx;
}
-.scrollv .mabxs .ite {
- width: 96%;
+.scrollv .mabxs .ite.data-v-8cd5f8a8 {
+ width: 98%;
display: flex;
flex-direction: column;
align-items: center;
- padding: 20rpx 15rpx;
+ padding: 20rpx 15rpx 0rpx;
box-sizing: border-box;
border-radius: 8rpx;
box-shadow: 0rpx 2rpx 10rpx 0rpx #e2e2e3;
margin-bottom: 20rpx;
- padding-bottom: 10rpx;
+ position: relative;
+ overflow: hidden;
}
-.scrollv .mabxs .ite:nth-last-child(1) {
+.scrollv .mabxs .ite.data-v-8cd5f8a8:nth-last-child(1) {
margin-bottom: 5rpx;
}
-.scrollv .mabxs .ite > view {
+.scrollv .mabxs .ite > view.data-v-8cd5f8a8 {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
margin-bottom: 20rpx;
}
-.scrollv .mabxs .ite > view:nth-last-child(1) {
+.scrollv .mabxs .ite > view.data-v-8cd5f8a8:nth-last-child(1) {
margin-bottom: none !important;
}
-.scrollv .mabxs .ite > view > view {
+.scrollv .mabxs .ite > view > view.data-v-8cd5f8a8 {
font-size: 28rpx;
font-weight: 400;
color: #092C4D;
}
-.tabmabx {
+.scrollv .mabxs .ite .scanTip.data-v-8cd5f8a8 {
+ position: absolute;
+ top: 0;
+ right: 0;
+ width: -webkit-fit-content;
+ width: fit-content;
+ padding: 10rpx;
+ font-size: 0.8rem;
+ background: #f00;
+ color: #fff;
+ font-weight: bold;
+}
+.scrollv .mabxs .ite .scanTip.isScan.data-v-8cd5f8a8 {
+ background: #1ba035;
+}
+.tabmabx.data-v-8cd5f8a8 {
width: 100%;
padding: 0 32rpx;
box-sizing: border-box;
background-color: #ffffff;
padding-bottom: 20rpx;
}
-.tabmabx .uni-table-th {
+.tabmabx .uni-table-th.data-v-8cd5f8a8 {
background-color: #F8FBFF;
font-size: 28rpx;
font-weight: 400;
color: #092C4D;
+ padding: 10rpx;
}
-.tabmabx .uni-table-tr:nth-last-child(2) > .uni-table-td {
+.tabmabx .uni-table-tr:nth-last-child(2) > .uni-table-td.data-v-8cd5f8a8 {
font-size: 36rpx;
font-weight: 400;
color: #092C4D;
+ padding: 10rpx;
}
-.tabmabx .uni-table-tr:nth-last-child(2) > .uni-table-td:nth-of-type(1) {
+.tabmabx .uni-table-tr:nth-last-child(2) > .uni-table-td.data-v-8cd5f8a8:nth-of-type(1) {
font-size: 28rpx !important;
font-weight: 400;
color: #092C4D !important;
}
-.tabmabx .uni-table-tr:nth-last-child(1) > .uni-table-td {
+.tabmabx .uni-table-tr:nth-last-child(1) > .uni-table-td.data-v-8cd5f8a8 {
border-bottom: none !important;
font-size: 36rpx;
font-weight: 400;
color: #0086F1;
}
-.tabmabx .uni-table-tr:nth-last-child(1) > .uni-table-td:nth-of-type(1) {
+.tabmabx .uni-table-tr:nth-last-child(1) > .uni-table-td.data-v-8cd5f8a8:nth-of-type(1) {
font-size: 28rpx !important;
font-weight: 400;
color: #092C4D !important;
}
-.tabmabx > view {
+.tabmabx > view.data-v-8cd5f8a8 {
border-radius: 8rpx;
border: 2rpx solid #EEEEEE;
padding-bottom: -2rpx;
}
-.headtop {
+.headtop.data-v-8cd5f8a8 {
display: flex;
flex-direction: column;
- padding: 34rpx 32rpx;
+ padding: 20rpx 32rpx;
box-sizing: border-box;
background-color: #ffffff;
}
-.headtop > view {
+.headtop > view.data-v-8cd5f8a8 {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 28rpx;
font-weight: 400;
color: #092C4D;
- margin-bottom: 24rpx;
}
-.headtop > view:nth-of-type(2) {
+.headtop > view.data-v-8cd5f8a8:nth-of-type(2) {
margin-bottom: 0;
}
-.headtop > view > view {
+.headtop > view > view.data-v-8cd5f8a8 {
flex: 1;
}
-.scinp {
+.scinp.data-v-8cd5f8a8 {
display: flex;
align-items: center;
justify-content: space-between;
@@ -164,12 +277,12 @@
box-sizing: border-box;
background-color: #ffffff;
}
-.scinp > view:nth-of-type(1) {
+.scinp > view.data-v-8cd5f8a8:nth-of-type(1) {
font-size: 28rpx;
font-weight: 400;
color: #092C4D;
}
-.scinp .inputs {
+.scinp .inputs.data-v-8cd5f8a8 {
width: 276rpx;
height: 64rpx;
background: #F5F5F6;
@@ -182,12 +295,12 @@
font-weight: 400;
color: #AFB4BA;
}
-.scinp .inputs > input {
+.scinp .inputs > input.data-v-8cd5f8a8 {
flex: 1;
font-size: 24rpx;
color: #092C4D;
}
-.scinp .btscan {
+.scinp .btscan.data-v-8cd5f8a8 {
width: 128rpx;
height: 64rpx;
background: #D3832A;
diff --git a/unpackage/dist/dev/mp-weixin/pagesHome/pages/signOrderScan/signOrderScan.js b/unpackage/dist/dev/mp-weixin/pagesHome/pages/signOrderScan/signOrderScan.js
index 0f0c2f9..c4466aa 100644
--- a/unpackage/dist/dev/mp-weixin/pagesHome/pages/signOrderScan/signOrderScan.js
+++ b/unpackage/dist/dev/mp-weixin/pagesHome/pages/signOrderScan/signOrderScan.js
@@ -542,12 +542,13 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
M: common_vendor.o(($event) => checkphon(item, index))
}) : {}, common_vendor.unref(orderStatus) === 3 ? {
N: common_vendor.t(item.sku),
- O: common_vendor.t(item.descriptionGoods),
- P: common_vendor.t(item.specification),
- Q: common_vendor.t(item.logpmUnit),
- R: common_vendor.t(item.signforNub == 0 ? "未扫" : item.signforNub == item.reservationNum ? "齐套" : "部分扫"),
- S: common_vendor.n(item.signforNub == 0 ? "tip tp2" : item.signforNub == item.reservationNum ? "tip tp1" : "tip tp3"),
- T: common_vendor.o(($event) => setcheckindex(index))
+ O: common_vendor.t(item.orderPackageCode),
+ P: common_vendor.t(item.descriptionGoods),
+ Q: common_vendor.t(item.specification),
+ R: common_vendor.t(item.logpmUnit),
+ S: common_vendor.t(item.signforNub == 0 ? "未扫" : "已扫"),
+ T: common_vendor.n(item.signforNub == 0 ? "tip tp2" : "tip tp1"),
+ U: common_vendor.o(($event) => setcheckindex(index))
} : {});
}),
w: common_vendor.unref(orderStatus) === 1,
diff --git a/unpackage/dist/dev/mp-weixin/pagesHome/pages/signOrderScan/signOrderScan.wxml b/unpackage/dist/dev/mp-weixin/pagesHome/pages/signOrderScan/signOrderScan.wxml
index 940e333..fccae51 100644
--- a/unpackage/dist/dev/mp-weixin/pagesHome/pages/signOrderScan/signOrderScan.wxml
+++ b/unpackage/dist/dev/mp-weixin/pagesHome/pages/signOrderScan/signOrderScan.wxml
@@ -1 +1 @@
-客户:{{b}}地址:{{c}}电话:{{d}} 录入包条码 订单总数{{f}}计划件数{{g}}配送件数{{h}}签收件数{{i}}齐套状态查询定制品零担库存品订单编号:{{item.b}}运单号:{{item.d}}计划:{{item.e}}装车:{{item.f}}签收:{{item.g}}异常装车:{{item.h}}异常签收:{{item.i}}包条码货物品类签收状态异常状态{{ite.a}}{{ite.d}}{{ite.f}}{{ite.h}}{{item.A}}订单编号:{{item.E}}产品名称:{{item.G}}计划签收:{{item.H}}实际签收:{{item.I}}{{item.K}}SKU:{{item.N}}物品:{{item.O}}规格:{{item.P}}单位:{{item.Q}}{{item.R}} 详情扫描
\ No newline at end of file
+客户:{{b}}地址:{{c}}电话:{{d}} 录入包条码 订单总数{{f}}计划件数{{g}}配送件数{{h}}签收件数{{i}}齐套状态查询定制品零担库存品订单编号:{{item.b}}运单号:{{item.d}}计划:{{item.e}}装车:{{item.f}}签收:{{item.g}}异常装车:{{item.h}}异常签收:{{item.i}}包条码货物品类签收状态异常状态{{ite.a}}{{ite.d}}{{ite.f}}{{ite.h}}{{item.A}}订单编号:{{item.E}}产品名称:{{item.G}}计划签收:{{item.H}}实际签收:{{item.I}}{{item.K}}SKU:{{item.N}}包条码:{{item.O}}物品:{{item.P}}规格:{{item.Q}}单位:{{item.R}}{{item.S}} 详情扫描
\ No newline at end of file
diff --git a/unpackage/dist/dev/mp-weixin/project.config.json b/unpackage/dist/dev/mp-weixin/project.config.json
index fc7564f..bd4398e 100644
--- a/unpackage/dist/dev/mp-weixin/project.config.json
+++ b/unpackage/dist/dev/mp-weixin/project.config.json
@@ -6,14 +6,14 @@
},
"setting": {
"urlCheck": false,
- "es6": true,
+ "es6": false,
"postcss": false,
"minified": true,
"newFeature": true,
"bigPackageSizeSupport": true,
"ignoreDevUnusedFiles": false,
"lazyCodeLoading": "requiredComponents",
- "enhance": true,
+ "enhance": false,
"packNpmRelationList": [],
"babelSetting": {
"ignore": [],
@@ -23,8 +23,8 @@
},
"compileType": "miniprogram",
"libVersion": "3.1.2",
- "appid": "wx35c7fb77840097de",
- "projectname": "货无忧",
+ "appid": "wxedb0d10ea46a0113",
+ "projectname": "货无忧测试版",
"condition": {
"search": {
"current": -1,
diff --git a/unpackage/dist/dev/mp-weixin/utils/request.js b/unpackage/dist/dev/mp-weixin/utils/request.js
index aa37c26..61443e2 100644
--- a/unpackage/dist/dev/mp-weixin/utils/request.js
+++ b/unpackage/dist/dev/mp-weixin/utils/request.js
@@ -73,6 +73,7 @@ const HandleRefreshToken = (header, urlhd, refresh_token, user) => {
};
const HandleRequest = (params, key, loadingObj) => {
return new Promise(async (relove, reject) => {
+ console.log("进入请求");
let refresh_token = common_vendor.index.getStorageSync("refresh_token");
let token = common_vendor.index.getStorageSync("access_token");
let user = common_vendor.index.getStorageSync("userinfo");
@@ -112,11 +113,12 @@ const HandleRequest = (params, key, loadingObj) => {
url: urlhd + params.url,
data: params.data,
method: params.method,
- header
+ header,
+ complete: () => {
+ }
};
let response = {};
- const request = common_vendor.index.request(submitData);
- request.then((res) => {
+ submitData.success = (res) => {
console.log("请求res :>> ", res);
response = res;
if (res.statusCode == 200) {
@@ -153,7 +155,7 @@ const HandleRequest = (params, key, loadingObj) => {
}
if (_isRefreshToken._isRefreshToken) {
_isRefreshToken._isRefreshToken.then(() => {
- HandleRequest(requestObj[key], key, loadingObj).then((res2) => {
+ HandleRequest(requestObj[key].params, key, loadingObj).then((res2) => {
relove(res2);
});
});
@@ -161,7 +163,7 @@ const HandleRequest = (params, key, loadingObj) => {
console.log("header :>> ", header);
const refreshFn = HandleRefreshToken(header, urlhd, refresh_token, user);
refreshFn.then((res2) => {
- HandleRequest(requestObj[key], key, loadingObj).then((res3) => {
+ HandleRequest(requestObj[key].params, key, loadingObj).then((res3) => {
relove(res3);
});
}).catch(() => {
@@ -176,13 +178,18 @@ const HandleRequest = (params, key, loadingObj) => {
reject(res);
}
}
- }).catch(async (err) => {
- console.log(err);
+ };
+ submitData.fail = async (err) => {
+ console.log("err", err);
+ const {
+ errMsg
+ } = err;
+ if (errMsg === "request:fail abort")
+ return;
delete requestObj[key];
utils_functions.api.error("请检查是否连接到无线网络");
- }).finally(async (res) => {
- console.log("response :>> ", response);
- console.log("res-finally :>> ", res);
+ };
+ submitData.complete = async (res) => {
await common_vendor.nextTick$1();
if (loadingObj.isShowLoading !== false)
common_vendor.index.hideLoading();
@@ -196,7 +203,9 @@ const HandleRequest = (params, key, loadingObj) => {
} else if (data.audio)
utils_utils.utils.handleToast(data.audio, "none", false);
}
- });
+ };
+ const request = common_vendor.index.request(submitData);
+ requestObj[key].request = request;
});
};
let requestObj = {};
@@ -204,19 +213,31 @@ let _isRefreshToken = {
_isRefreshToken: null
};
let isLogin = false;
-const service = async (params, loadingObj) => {
+const service = async (params, loadingObj, canCancel = false) => {
if (params.data.isLogin) {
isLogin = true;
delete params.data.isLogin;
} else
isLogin = false;
console.log("params :>> ", params);
+ console.log("requestObj :>> ", requestObj);
const _key = params.url + JSON.stringify(params.data);
- if (requestObj[_key])
- return new Promise((resolve) => resolve({
- code: 4e3
- }));
- requestObj[_key] = params;
+ if (requestObj[_key]) {
+ const {
+ request
+ } = requestObj[_key];
+ if (canCancel && request) {
+ console.log("request :>> ", request);
+ request.abort();
+ } else
+ return new Promise((resolve) => resolve({
+ code: 4e3
+ }));
+ }
+ console.log("222 :>> ", 222);
+ requestObj[_key] = {
+ params
+ };
if (_isRefreshToken._isRefreshToken) {
await _isRefreshToken._isRefreshToken;
return HandleRequest(params, _key, loadingObj);
diff --git a/utils/request.js b/utils/request.js
index b331c12..54ffb27 100644
--- a/utils/request.js
+++ b/utils/request.js
@@ -294,7 +294,7 @@ const HandleRequest = (params, key, loadingObj) => {
if (data) {
if (data.code !== 200 && data.code !== 401) {
- if (data.msg) utils.handleToast(data.msg)
+ if (data.msg) utils.handleToast(data.msg.length > 100 ? '系统异常,请联系管理员' : data.msg)
} else if (data.audio) utils.handleToast(data.audio, 'none', false)
}
}