From 278f388cd1c0d967896d93cd27eeb67f00fbfd3c Mon Sep 17 00:00:00 2001
From: qb <1191961160@qq.com>
Date: Thu, 19 Oct 2023 23:04:09 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=BA=93=E5=86=85=E8=AF=AD?=
=?UTF-8?q?=E9=9F=B3=E5=92=8C=E8=87=AA=E6=8F=90=E6=89=AB=E6=8F=8F=E7=9A=84?=
=?UTF-8?q?=E9=9B=B6=E6=8B=85=E7=89=B5=E6=89=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
api/user.js | 38 +-
compoment/tiplist/tiplist.vue | 16 +-
config/host.js | 4 +-
manifest.json | 4 +-
pages/user/user.vue | 2 +-
.../CustomerOrdersDetails.vue | 115 +-
.../CustomerTrayDetails.vue | 15 +-
pagesHome/pages/DownGoods/DownGoods.vue | 20 +-
.../OrderSortingDetail/OrderSortingDetail.vue | 14 +-
pagesHome/pages/PeopleScanUp/PeopleScanUp.vue | 55 +-
.../PeopleSortingDetail.vue | 40 +-
.../RelocationAllocationId.vue | 2 +-
.../pages/ScanSortingType/ScanSortingType.vue | 5 +-
pagesHome/pages/ScanUp/ScanUp.vue | 104 +-
.../pages/SelfPScanList/SelfPScanList.vue | 422 ++++--
.../SelfPickupDetails/SelfPickupDetails.vue | 153 +-
pagesHome/pages/StockUplist/StockUplist.vue | 4 +
.../StockUplistScandetails.vue | 289 ++--
.../lnventorysortinglist.vue | 2 -
pagesHome/pages/pickingScan/pickingScan.vue | 2 +
.../CustomerOrdersDetails.css | 2 +-
unpackage/dist/dev/app-plus/app-service.js | 1318 ++++++++++-------
unpackage/dist/dev/app-plus/app.css | 12 +-
unpackage/dist/dev/app-plus/manifest.json | 4 +-
.../CustomerOrdersDetails.css | 22 +
25 files changed, 1589 insertions(+), 1075 deletions(-)
diff --git a/api/user.js b/api/user.js
index bda1965..877c3cd 100644
--- a/api/user.js
+++ b/api/user.js
@@ -151,7 +151,7 @@ export function billLadingdetailList(data) {
export function billLadingzeroBillData(data) {
return request({
- url: `logpm-distribution/app/billLading/zeroBillData`,
+ url: `logpm-distribution/app/billLading/zeroBillPackData`,
method: "post",
data
});
@@ -457,6 +457,18 @@ export function billLadinggetInventory(data) {
data
});
}
+/**
+ * 自提零担订单提交
+ * @param {Object} data
+ */
+export function billLadinggetZeroBillPack(data) {
+
+ return request({
+ url: `logpm-distribution/app/billLading/zeroBillPack`,
+ method: "post",
+ data
+ });
+}
/**
* 自提详情库存品
* @param {Object} data
@@ -481,6 +493,18 @@ export function billLadingscan(data) {
data
});
}
+/**
+ * 自提扫描 -- 零担订单列表的数据
+ * @param {Object} data
+ */
+export function billLadingZeroBillOrderData(data) {
+
+ return request({
+ url: `logpm-distribution/app/billLading//zeroBillOrderData`,
+ method: "post",
+ data
+ });
+}
/**
* 订单分拣列表
* @param {Object} data
@@ -961,6 +985,18 @@ export function warehouseUpdownTypedownScanPackage(data) {
data
});
}
+/**
+ * 下架扫描包件
+ * @param {Object} data
+ */
+export function warehouseUpdownTypedownDownAllocation(data) {
+
+ return request({
+ url: `logpm-warehouse/api/warehouseUpdownType/downAllocation`,
+ method: "post",
+ data
+ });
+}
/**
* 扫描来源托盘
* @param {Object} data
diff --git a/compoment/tiplist/tiplist.vue b/compoment/tiplist/tiplist.vue
index da778e5..d431c23 100644
--- a/compoment/tiplist/tiplist.vue
+++ b/compoment/tiplist/tiplist.vue
@@ -71,9 +71,6 @@
:placeholder="item.placeholder" :disabled="item.disabled" type="number" v-model="item.value"
@input="inputNum(item)" />
{{item.value}}
-
-
@@ -478,7 +475,7 @@
.scvboxs {
width: 100%;
- height: 500upx;
+ max-height: 500upx;
}
.imgbx {
@@ -639,16 +636,21 @@
margin-bottom: 10upx;
}
+ &:last-child {
+ border-bottom: 0px;
+ }
+
.inpNum-value {
display: flex;
align-items: center;
justify-content: space-between;
.inpNum {
- margin-left: 20upx;
+ margin-left: 10upx;
flex: 1;
- padding: 0 10upx;
- border: 1upx solid #000;
+ padding: 5upx 10upx;
+ border: 1upx solid #afafaf;
+ border-radius: 10upx;
}
}
}
diff --git a/config/host.js b/config/host.js
index 8c73905..1597c9e 100644
--- a/config/host.js
+++ b/config/host.js
@@ -10,9 +10,9 @@
// zhy
// const devhost = 'http://192.168.10.48:8888/'
// tjj
-// const devhost = 'http://192.168.10.29:13000/'
+const devhost = 'http://192.168.10.29:13000/'
// cyz
-const devhost = 'http://192.168.10.75:8777/'
+// const devhost = 'http://192.168.10.75:8777/'
// 正式
// const devhost = 'http://h5uapi.huitongys.com/'
// cg
diff --git a/manifest.json b/manifest.json
index 9a4afdd..514effb 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
"name" : "货无忧",
"appid" : "__UNI__EB22F37",
"description" : "",
- "versionName" : "1.0.9",
- "versionCode" : 109,
+ "versionName" : "1.0.11",
+ "versionCode" : 1011,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
diff --git a/pages/user/user.vue b/pages/user/user.vue
index b4607ab..a9f1bb2 100644
--- a/pages/user/user.vue
+++ b/pages/user/user.vue
@@ -173,7 +173,7 @@
// 获取版本信息
// let version = await utils.getversion()
let version = {
- version: '1.0.9',
+ version: '1.0.11',
pkName: 'com.hwy.pda'
}
console.log("version 版本>>>>", version)
diff --git a/pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue b/pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue
index a0bb4c0..c0f56bd 100644
--- a/pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue
+++ b/pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue
@@ -54,40 +54,57 @@
-
-
- 订单编号:{{item.orderCode}}
+
+
+
+
+ 订单编号:{{item.orderCode}}
+
+
+
+ 配送数:{{item.reservationNum}}
+ 已扫码数:{{item.loadingNub}}
+
+
+
+ 包条码:{{ite.orderPackageCode}}
+ 货物品类:{{ite.thirdProduct}}
+ 扫描状态:{{ite.isScan?ite.isScan:'未扫'}}
+
+
+
+ {{item.complete}}
+
+
+
+
+
+ {{item.isHaveAbnormalPackageName}}
+
+
+
-
-
- 配送数:{{item.reservationNum}}
- 已扫码数:{{item.loadingNub}}
-
-
-
- 包条码:{{ite.orderPackageCode}}
- 货物品类:{{ite.thirdProduct}}
- 扫描状态:{{ite.isScan?ite.isScan:'未扫'}}
+
+
+
+
+
+ SKU:{{item.sku}}
+
+
+ 物品:{{item.descriptionGoods}}
+ 规格:{{item.specification}}
+
+
+ 单位:{{item.logpmUnit}}
+
+
+
-
-
- {{item.complete}}
-
-
-
-
- SKU:{{item.sku}}
-
-
- 物品:{{item.descriptionGoods}}
- 规格:{{item.specification}}
-
-
- 单位:{{item.logpmUnit}}
-
-
-
-
+
+
@@ -208,7 +225,9 @@
details.datalist = response.data.records || []
if (loadingNub.value != 0 && details.isscan) {
console.log(loadingNub.value + '件')
- utils.ttsspke(loadingNub.value + '件')
+ setTimeout(() => {
+ utils.ttsspke(loadingNub.value + '件')
+ }, 1000)
}
}
function checktype(e) {
@@ -247,6 +266,7 @@
const { code, audio } = res
// 异常装车
if (code === 5000) {
+ console.log(123123)
utils.ttsspke('不在本次计划, 是否继续装车')
// 开启弹出层
@@ -268,6 +288,7 @@
// 提价异常装车请求
const res = await postAbnormalTruckLoading(data)
console.log('res :>> ', res);
+ tiplists.value.setdetails({ isshow: false })
},
cancel: () => {
tiplists.value.setdetails({ isshow: false })
@@ -295,7 +316,6 @@
console.log('err :>> ', err);
//TODO handle the exception
} finally {
- tiplists.value.setdetails({ isshow: false })
initpage()
}
}
@@ -308,7 +328,6 @@
details.listcheckindex = index
}
}
-
const { listcheckindex, inputtxt, orderStatus, schanvalue, typearr, items, datalist } = toRefs(details)
@@ -431,6 +450,7 @@
box-sizing: border-box;
position: relative;
margin-bottom: 20upx;
+ overflow: hidden;
&:nth-last-child(1) {
margin-bottom: 0;
@@ -580,4 +600,29 @@
}
}
}
+
+ .abnormalStyleContainer {
+ top: -20upx;
+ left: -20upx;
+ position: absolute;
+ padding: 10upx;
+ border: 1upx solid #f8544b;
+ border-radius: 50%;
+ }
+
+ // 异常标签
+ .abnormalStyle {
+ font-size: 28upx;
+ height: 80upx;
+ width: 80upx;
+ display: flex;
+ align-items: center;
+ text-align: center;
+
+ color: #f8544b;
+ padding: 10upx;
+ border-radius: 50%;
+ border: 1upx solid #f8544b;
+ opacity: 0.6;
+ }
\ No newline at end of file
diff --git a/pagesHome/pages/CustomerTrayDetails/CustomerTrayDetails.vue b/pagesHome/pages/CustomerTrayDetails/CustomerTrayDetails.vue
index add25b6..92ceec8 100644
--- a/pagesHome/pages/CustomerTrayDetails/CustomerTrayDetails.vue
+++ b/pagesHome/pages/CustomerTrayDetails/CustomerTrayDetails.vue
@@ -106,7 +106,7 @@
orderType: 0,
inputtxt: '',
listcheckindex: -1,
- isscan:false
+ isscan: false
})
const tiplists = ref(null)
onLoad((op) => {
@@ -136,7 +136,7 @@
const loadingNub = computed(() => {
let num = 0
- if (!!details.datalist){
+ if (!!details.datalist) {
details.datalist.map(item => {
if (item.loadingNub) {
num += item.loadingNub
@@ -181,11 +181,11 @@
// }
const res = await distributionTrayDetail(data)
console.log('res', res);
- const {code } = res
+ const { code } = res
const resData = res.data
// 重置数据列表
details.datalist = []
- if (code === 200 && !!resData){
+ if (code === 200 && !!resData) {
details.datalist = resData.records
}
if (loadingNub.value != 0 && details.isscan) {
@@ -224,11 +224,10 @@
type: 2,
barcode: details.scancode
}
-
- data.barcode = 'HTLQ000019'
+
let res = await deliveryloadingscan(data)
console.log('res', res);
- const {code} = res
+ const { code } = res
// 语音播报
if (code === 3001 || code === 200) utils.ttsspke(res.audio)
initpage()
@@ -241,7 +240,7 @@
details.listcheckindex = index
}
}
-
+
const { listcheckindex, inputtxt, orderStatus, schanvalue, typearr, items, datalist } = toRefs(details)
diff --git a/pagesHome/pages/DownGoods/DownGoods.vue b/pagesHome/pages/DownGoods/DownGoods.vue
index bfdd07b..cc7e2af 100644
--- a/pagesHome/pages/DownGoods/DownGoods.vue
+++ b/pagesHome/pages/DownGoods/DownGoods.vue
@@ -62,7 +62,7 @@
托盘码:{{details.resdata.trayCode}}
-
+
@@ -265,6 +265,7 @@
import {
warehouseUpdownTypedownScanPackage,
warehouseUpdownTypeupShelfScanAllocation,
+ warehouseUpdownTypedownDownAllocation,
warehouseUpdownTypedownPackage,
warehouseUpdownTypedownTrayCode,
warehouseUpdownTypedownZeroOrder,
@@ -325,7 +326,9 @@
// details.scancode='23072400555-1'
// scandata()
// },4500)
+ })
+ onShow(() => {
uni.$on('scancodedate', function (code) {
if (code) {
// console.log(code);
@@ -334,6 +337,11 @@
}
})
})
+
+ onHide(() => {
+ uni.$off('scancodedate')
+ })
+
function backun() {
uni.navigateBack()
}
@@ -454,7 +462,7 @@
data = {
allocationId: details.resdata.allocationId
}
- res = await warehouseUpdownTypeupShelfScanAllocation(data)
+ res = await warehouseUpdownTypedownDownAllocation(data)
break;
case 3:
list = []
@@ -500,7 +508,14 @@
res = await warehouseUpdownTypedownZeroOrder(data)
break;
}
+ console.log('res :>> ', res);
+ uni.hideLoading()
if (res.code == 200) {
+ uni.showToast({
+ title: res.msg,
+ icon: 'none'
+ })
+ utils.ttsspke(res.msg)
details.checkdatalist = []
details.datalist = []
details.codelist = []
@@ -513,7 +528,6 @@
title: '下架失败'
})
}
- uni.hideLoading()
}
function checkite(item) {
if (details.checkdatalist.indexOf(item) == -1) {
diff --git a/pagesHome/pages/OrderSortingDetail/OrderSortingDetail.vue b/pagesHome/pages/OrderSortingDetail/OrderSortingDetail.vue
index edb906d..5a0e592 100644
--- a/pagesHome/pages/OrderSortingDetail/OrderSortingDetail.vue
+++ b/pagesHome/pages/OrderSortingDetail/OrderSortingDetail.vue
@@ -114,7 +114,7 @@
onLoad((op) => {
details.trayCode = op.trayCode
details.trayType = op.trayType
- utils.ttsspke('当前打托方式为' + op.pageName)
+ if (op.pageName) utils.ttsspke('当前打托方式为' + op.pageName)
console.log('details.trayType :>> ', details.trayType);
if (!op.trayType) {
uni.showToast({
@@ -203,12 +203,11 @@
}
})
}
- if (details?.detauser?.trayNum && details?.detauser?.trayNum > 0 && details.iscan) {
- utils.ttsspke('托盘件数' + details.detauser.trayNum + '件')
- }
} else {
}
+
+ return res
}
async function scandata() {
let data = {
@@ -218,8 +217,11 @@
}
let response = await warehouseTrayTypeorderScanOrderPackageCode(data)
console.log(response);
- initlist()
- utils.ttsspke('')
+ const res = await initlist()
+
+ if (details?.detauser?.trayNum && details?.detauser?.trayNum > 0) {
+ utils.ttsspke(details.detauser.trayNum + '件')
+ }
}
// watchEffect(()=>{
// if(details?.detauser?.trayNum){
diff --git a/pagesHome/pages/PeopleScanUp/PeopleScanUp.vue b/pagesHome/pages/PeopleScanUp/PeopleScanUp.vue
index 9d171f4..3be8330 100644
--- a/pagesHome/pages/PeopleScanUp/PeopleScanUp.vue
+++ b/pagesHome/pages/PeopleScanUp/PeopleScanUp.vue
@@ -324,7 +324,7 @@
onLoad((op) => {
details.pageName = op.pageName
details.upshelfScanType = op.type
- utils.ttsspke(`当前上架方式为 ${op.pageName}, 请扫描货位`)
+ if (op.pageName) utils.ttsspke(`当前上架方式为 ${op.pageName}, 请扫描货位`)
initmarke()
})
@@ -494,7 +494,32 @@
}
function uplist() {
- utils.ttsspke(`当前待上架${details.uplistarr.length}件, 是否进行上架`)
+ if (details.uplistarr.length == 0) {
+ let content = ''
+ let msg = ''
+ if (details.allocationId === '') {
+ content = '请先扫描库位'
+ msg = '请先扫描库位'
+ }
+ else if (Number(details.upshelfScanType) == 4) {
+ content = '请先扫描托盘码'
+ msg = '请先扫描托盘码'
+ } else {
+ content = '请先扫描包件数据'
+ msg = '请先扫描包件'
+ }
+ uni.showToast({
+ title: content,
+ icon: "none"
+ })
+ utils.ttsspke(msg)
+ return
+ }
+
+ // 计算扫描件数总数
+ const _totalShelfNum = uplistarr.value.reduce((curr, item) => curr + item.shelfNum, 0)
+
+ utils.ttsspke(`当前待上架${_totalShelfNum}件, 是否进行上架`)
tip.value.setdetails({
title: '提示',
@@ -503,31 +528,7 @@
isshow: true,
isshowcancel: true,
success: async () => {
- if (details.uplistarr.length == 0) {
- let content = ''
- if (Number(details.upshelfScanType) == 4) {
- content = '请先扫描托盘码'
- } else {
- content = '请先扫描包件数据'
- }
- tip.value.setdetails({
- title: '警告',
- content,
- confirmTxt: '确认',
- isshow: true,
- isshowcancel: true,
- success: () => {
- tip.value.setisshow(false)
- },
- cancel: () => {
- tip.value.setisshow(false)
- },
- close: () => {
- tip.value.setisshow(false)
- }
- })
- return
- }
+
uni.showLoading({
mask: true,
title: '上架中'
diff --git a/pagesHome/pages/PeopleSortingDetail/PeopleSortingDetail.vue b/pagesHome/pages/PeopleSortingDetail/PeopleSortingDetail.vue
index bbbf471..d6bc592 100644
--- a/pagesHome/pages/PeopleSortingDetail/PeopleSortingDetail.vue
+++ b/pagesHome/pages/PeopleSortingDetail/PeopleSortingDetail.vue
@@ -173,6 +173,7 @@
warehouseTrayenterZeroOrderByTrayCode,
warehouseTrayTypegetZeroOrderByWaybillCode,
} from '@/api/user.js'
+ import utils from '@/utils/utils.js';
import { reactive, toRefs, watchEffect, ref } from "vue";
let details = reactive({
showstate: 0,
@@ -191,6 +192,7 @@
onLoad((op) => {
details.trayCode = op.trayCode
details.trayType = op.trayType
+ if (op.pageName) utils.ttsspke(`当前打托方式为${op.pageName}`)
if (!op.trayType) {
uni.showToast({
title: '获取打托方式出错',
@@ -248,28 +250,28 @@
let zeroList = []
// 是否退出提交
let isfl = false
-
+
isfl = !details.codelist.every(item => item.number > 0)
// 当数据为空或物料数据未修改时, 不进行提交
if (isfl || details.codelist) {
return tip.value.setdetails({
- title: '警告',
- content: '最少修改一项物料',
- confirmTxt: '确认',
- isshow: true,
- isshowcancel: false,
- success: () => {
- tip.value.setisshow(false)
- },
- cancel: () => {
- tip.value.setisshow(false)
- },
- close: () => {
- tip.value.setisshow(false)
- }
- })
+ title: '警告',
+ content: '最少修改一项物料',
+ confirmTxt: '确认',
+ isshow: true,
+ isshowcancel: false,
+ success: () => {
+ tip.value.setisshow(false)
+ },
+ cancel: () => {
+ tip.value.setisshow(false)
+ },
+ close: () => {
+ tip.value.setisshow(false)
+ }
+ })
}
-
+
// 循环筛选符合的数据
details.codelist.forEach(item => {
if (item.number == 0) {
@@ -302,12 +304,12 @@
zeroList.push(obj)
}
})
-
+
// 不符合提交要求, 退出函数
if (isfl) {
return
}
-
+
let data = {
trayType: details.trayType,
trayCode: details.trayCode,
diff --git a/pagesHome/pages/RelocationAllocationId/RelocationAllocationId.vue b/pagesHome/pages/RelocationAllocationId/RelocationAllocationId.vue
index 33cb527..eb80e40 100644
--- a/pagesHome/pages/RelocationAllocationId/RelocationAllocationId.vue
+++ b/pagesHome/pages/RelocationAllocationId/RelocationAllocationId.vue
@@ -227,7 +227,7 @@
})
onLoad((op) => {
details.pagetype = op.type
- utils.ttsspke(`当前移库方式为${op.pageName}, 请先扫描要移动的库位,再扫描目标库位`)
+ if (op.pageName) utils.ttsspke(`当前移库方式为${op.pageName}, 请先扫描要移动的库位,再扫描目标库位`)
})
// 页面隐藏时, 关闭监听扫描事件
onHide(() => {
diff --git a/pagesHome/pages/ScanSortingType/ScanSortingType.vue b/pagesHome/pages/ScanSortingType/ScanSortingType.vue
index 0c449f7..7cf2f2e 100644
--- a/pagesHome/pages/ScanSortingType/ScanSortingType.vue
+++ b/pagesHome/pages/ScanSortingType/ScanSortingType.vue
@@ -27,7 +27,6 @@
let typelist = ref<{ type : number, name : string, src : string }[]>([])
let pageType = ref('')
let trayCode = ref('')
- utils.ttsspke('请进行服务号/订单自编码/商场/客户/仓库/门店/其它分拣')
onLoad((op) => {
pageType.value = op.type
trayCode.value = op.trayCode
@@ -42,6 +41,7 @@
{ type: 7, name: '其他', src: '/pagesHome/static/scicon7.png' },
]
let trayCodeTypearr = uni.getStorageSync('trayCodeType')
+ utils.ttsspke('请进行服务号/订单自编码/商场/客户/仓库/门店/其它分拣')
console.log(trayCodeTypearr);
trayCodeTypearr.map((item, index) => {
typelist.value.map((ite, inde) => {
@@ -55,6 +55,7 @@
{ type: 1, name: '运单号', src: '/pagesHome/static/scicon1.png' },
{ type: 2, name: '订单自编码', src: '/pagesHome/static/scicon2.png' },
]
+ utils.ttsspke('请进行运单号/订单自编码分拣')
let trayCodeTypearr = uni.getStorageSync('trayCodeType')
console.log(trayCodeTypearr);
trayCodeTypearr.map((item, index) => {
@@ -75,7 +76,7 @@
+ trayCode.value + '&trayType=' + item.dictKey + '&pageName=' + item.name
} else if (Number(pageType.value) == 2) {
url = '/pagesHome/pages/PeopleSortingDetail/PeopleSortingDetail?trayCode='
- + trayCode.value + '&trayType=' + item.dictKey
+ + trayCode.value + '&trayType=' + item.dictKey + '&pageName=' + item.name
}
uni.redirectTo({
url
diff --git a/pagesHome/pages/ScanUp/ScanUp.vue b/pagesHome/pages/ScanUp/ScanUp.vue
index af26f2a..778e3a5 100644
--- a/pagesHome/pages/ScanUp/ScanUp.vue
+++ b/pagesHome/pages/ScanUp/ScanUp.vue
@@ -230,7 +230,7 @@
onLoad((op) => {
details.upshelfScanType = op.type
- utils.ttsspke(`当前上架方式为${op.pageName},请先扫描库位码`)
+ if (op.pageName) utils.ttsspke(`当前上架方式为${op.pageName},请先扫描库位码`)
})
// 开启监听扫描
@@ -253,6 +253,12 @@
// 下拉刷新数据
onPullDownRefresh(() => {
setTimeout(() => {
+ // 重置数据
+ details.allocationId = ''
+ details.reqobj = []
+ details.renderList = []
+ details.datalist = []
+ details.uplistarr = []
// 关闭刷新动画
uni.stopPullDownRefresh()
@@ -277,22 +283,6 @@
}
} else {
if (Number(details.upshelfScanType) == 4 && details.reqobj.trayCode) {
- tip.value.setdetails({
- title: '提示',
- content: '该库位已绑托盘',
- confirmTxt: '确认',
- isshow: true,
- isshowcancel: true,
- success: () => {
- tip.value.setisshow(false)
- },
- cancel: () => {
- tip.value.setisshow(false)
- },
- close: () => {
- tip.value.setisshow(false)
- }
- })
// #ifdef APP
utils.ttsspke('该库位已绑托盘')
// #endif
@@ -302,22 +292,6 @@
if (details.upshelfScanType === '3') {
const flag = details.uplistarr.findIndex(val => val.orderPackageCode === details.scancode)
if (flag !== -1) {
- tip.value.setdetails({
- title: '提示',
- content: '重复扫描包件',
- confirmTxt: '确认',
- isshow: true,
- isshowcancel: true,
- success: () => {
- tip.value.setisshow(false)
- },
- cancel: () => {
- tip.value.setisshow(false)
- },
- close: () => {
- tip.value.setisshow(false)
- }
- })
// #ifdef APP
utils.ttsspke('包件重复扫描')
// #endif
@@ -330,10 +304,15 @@
code: details.scancode,
}
let res = await warehouseUpdownTypeupShelfScanGoods(data)
- console.log(res);
+ console.log('res>>>>>', res);
if (res.code == 200) {
details.uplistarr = details.uplistarr.concat(res.data)
+ if (details.upshelfScanType === '4') utils.ttsspke(details.uplistarr.reduce((curr, item) => curr + item.shelfNum, 0) + '件')
+ else utils.ttsspke(details.uplistarr.length + '件')
if (details.checkstate === 1) return details.renderList = details.uplistarr
+
+ } else if (res.code === 3001 && res.audio) {
+ utils.ttsspke(res.audio)
}
}
@@ -346,7 +325,32 @@
})
}
function uplist() {
- utils.ttsspke(`待上架${uplistarr.value.length}件, 是否进行上架`)
+ if (details.uplistarr.length == 0) {
+ let content = ''
+ let msg = ''
+ if (details.allocationId === '') {
+ content = '请先扫描库位'
+ msg = '请先扫描库位'
+ }
+ else if (Number(details.upshelfScanType) == 4) {
+ content = '请先扫描托盘码'
+ msg = '请先扫描托盘码'
+ } else {
+ content = '请先扫描包件数据'
+ msg = '请先扫描包件'
+ }
+ uni.showToast({
+ title: content,
+ icon: "none"
+ })
+ utils.ttsspke(msg)
+ return
+ }
+ let _totalShelfNum = 0
+ // 计算扫描件数总数
+ if (details.upshelfScanType === '3') _totalShelfNum = uplistarr.value.length
+ if (details.upshelfScanType === '4') _totalShelfNum = uplistarr.value.reduce((curr, item) => curr + item.shelfNum, 0)
+ utils.ttsspke(`待上架${_totalShelfNum}件, 是否进行上架`)
tip.value.setdetails({
title: '提示',
@@ -355,33 +359,6 @@
isshow: true,
isshowcancel: true,
success: async () => {
- if (details.uplistarr.length == 0) {
- let content = ''
- if (Number(details.upshelfScanType) == 4) {
- utils.ttsspke('请先扫描托盘码')
- content = '请先扫描托盘码'
- } else {
- utils.ttsspke('请先扫描包件数据')
- content = '请先扫描包件数据'
- }
- tip.value.setdetails({
- title: '警告',
- content,
- confirmTxt: '确认',
- isshow: true,
- isshowcancel: true,
- success: () => {
- tip.value.setisshow(false)
- },
- cancel: () => {
- tip.value.setisshow(false)
- },
- close: () => {
- tip.value.setisshow(false)
- }
- })
- return
- }
let res : any = null
// loading
uni.showLoading({
@@ -410,10 +387,11 @@
}
if (res.code == 200) {
- utils.ttsspke(`成功上架${uplistarr.value.length}件`)
+ // utils.ttsspke(`成功上架${_totalShelfNum}件`)
details.uplistarr = []
details.scancode = details.allocationId
details.allocationId = ''
+ details.renderList = []
scandata()
}
// 关闭loading
diff --git a/pagesHome/pages/SelfPScanList/SelfPScanList.vue b/pagesHome/pages/SelfPScanList/SelfPScanList.vue
index b9f6920..b1341c9 100644
--- a/pagesHome/pages/SelfPScanList/SelfPScanList.vue
+++ b/pagesHome/pages/SelfPScanList/SelfPScanList.vue
@@ -1,9 +1,7 @@
-
+
订单总数
@@ -29,10 +27,11 @@
齐套状态
-
+
-
+
查询
@@ -43,36 +42,67 @@
库存品
+
+ 零担
+
-
-
-
- 订单编号:
- {{item.orderSelfNumbering}}
+
+
+
+
+
+ 订单编号:
+ {{item.orderSelfNumbering}}
+
+
+
+ 配送数:{{item.planNum}}
+ 已扫码数:{{item.signedNum}}
+
+
+ {{item.orderStatusStr}}
+
+
+
+
+
+
+
+ SKU:{{item.sku}}
+
+
+ 物品:{{item.descriptionGoods}}
+ 规格:{{item.specification}}
+
+
+ 单位:{{item.cargoUnit}}
+ 自提数:{{item.quantity}}
+
+
-
-
- 配送数:{{item.planNum}}
- 已扫码数:{{item.signedNum}}
-
- {{item.orderStatusStr}}
-
-
-
- SKU:{{item.sku}}
-
-
- 物品:{{item.descriptionGoods}}
- 规格:{{item.specification}}
-
-
- 单位:{{item.cargoUnit}}
- 自提数:{{item.quantity}}
-
-
-
+
+
+
+
+
+
+
+ 订单号:{{item.orderCode}}
+
+
+ 运单号:{{item.waybillNumber}}
+
+
+ 产品名称:{{item.firsts}}
+
+
+ 预计签收件数:{{item.reservationQuantity}}
+
+
+
+
@@ -86,158 +116,223 @@
onHide,
onUnload
} from '@dcloudio/uni-app'
- import {
+ import {
billLadingorderList,
billLadinggetInventory,
- billLadingscan
+ billLadingscan,
+ billLadingZeroBillOrderData
} from '@/api/user.js'
import cusSelects from '@/compoment/cus-selects-fan/cus-selects-fan.vue'
- import { reactive, toRefs,ref } from "vue";
+ import { reactive, toRefs, ref } from "vue";
import { pagedetails } from '@/interfaces/pagesHome/SelfPScanList'
- let details=reactive({
- schanvalue:'',
- typearr:[
+ let details = reactive({
+ schanvalue: '',
+ typearr: [
{
- value:1,
- label:'齐套'
+ value: 1,
+ label: '齐套'
},
{
- value:2,
- label:'部分扫'
+ value: 2,
+ label: '部分扫'
},
{
- value:3,
- label:'未扫'
+ value: 3,
+ label: '未扫'
}
],
- orderStatus:0,
- orderType:1,
- billLadingId:'',
- datalist:[],
- orderCode:'',
- orderNum:'',
- completeNum:'',
- planNum:'',
- signedNum:'',
- inventoryNub:'',
- scancode:'',
+ orderStatus: 0,
+ orderType: 1,
+ billLadingId: '',
+ datalist: [],
+ orderCode: '',
+ orderNum: '',
+ completeNum: '',
+ planNum: '',
+ signedNum: '',
+ inventoryNub: '',
+ scancode: '',
})
- const tiplists=ref(null)
- onLoad((op)=>{
- details.billLadingId=op.billLadingId
+ const tiplists = ref(null)
+ onLoad((op) => {
+ details.billLadingId = op.billLadingId
initpage()
// details.scancode='TESTCodeBJ2308030001'
-
+
})
- onShow(()=>{
- uni.$on('scancodedate', function(code) {
+ onShow(() => {
+ uni.$on('scancodedate', function (code) {
if (code) {
console.log(code);
- details.scancode=code
+ details.scancode = code
sacn()
}
})
})
- onHide(()=>{
+ onHide(() => {
uni.$off('scancodedate')
})
- function showsdqs(){
+ function showsdqs() {
tiplists.value.setdetails({
- isshow:true,
- tipstate:1,
- title:'请输入扫描的码',
- placeholder:'请输入扫描的码',
- inputtext:'',
- success:(detail)=>{
- details.scancode=detail.inputtext
+ isshow: true,
+ tipstate: 1,
+ title: '请输入扫描的码',
+ placeholder: '请输入扫描的码',
+ inputtext: '',
+ success: (detail) => {
+ details.scancode = detail.inputtext
sacn()
- tiplists.value.setdetails({isshow:false})
+ tiplists.value.setdetails({ isshow: false })
},
- cancel:()=>{
- tiplists.value.setdetails({isshow:false})
+ cancel: () => {
+ tiplists.value.setdetails({ isshow: false })
},
- close:()=>{
- tiplists.value.setdetails({isshow:false})
+ close: () => {
+ tiplists.value.setdetails({ isshow: false })
}
})
}
- async function sacn(){
- let data={
- id:details.billLadingId,
- coding:details.scancode,
- type:details.orderType==1?'2':'1'
+ async function sacn() {
+ let data = {
+ id: details.billLadingId,
+ coding: details.scancode,
+ type: details.orderType == 1 ? '2' : '1'
}
- let res=await billLadingscan(data)
+ let res = await billLadingscan(data)
console.log(res);
- if(res.code==200){
+ if (res.code == 200) {
initpage()
}
}
- async function initpage(){
- details.datalist=[]
- if(details.orderType==1){
- let data={
- orderStatus:details.orderStatus,
- billLadingId:details.billLadingId,
- orderCode:details.orderCode
+ async function initpage() {
+ details.datalist = []
+ if (details.orderType == 1) {
+ let data = {
+ orderStatus: details.orderStatus,
+ billLadingId: details.billLadingId,
+ orderCode: details.orderCode
}
- let response=await billLadingorderList(data)
- details.datalist=response.data.list
- details.orderNum=response.data.orderNum
- details.completeNum=response.data.completeNum
- details.planNum=response.data.planNum
- details.inventoryNub=response.data.inventoryNub
- details.signedNum=response.data.signedNum
- }else if(details.orderType==2){
- let date={
- id:details.billLadingId,
- current:1,
- size:10
+ let response = await billLadingorderList(data)
+ details.datalist = response.data.list
+ details.orderNum = response.data.orderNum
+ details.completeNum = response.data.completeNum
+ details.planNum = response.data.planNum
+ details.inventoryNub = response.data.inventoryNub
+ details.signedNum = response.data.signedNum
+ } else if (details.orderType == 2) {
+ let date = {
+ id: details.billLadingId,
+ current: 1,
+ size: 10
}
- let response=await billLadinggetInventory(date)
- details.datalist.map(item=>{
- if(item.esauInventoryNum==-1){
+ let response = await billLadinggetInventory(date)
+ details.datalist.map(item => {
+ if (item.esauInventoryNum == -1) {
uni.showToast({
- title:'物品备货未完成,请前往备货',
- icon:'none'
+ title: '物品备货未完成,请前往备货',
+ icon: 'none'
})
}
})
- details.datalist=response.data.records
+ details.datalist = response.data.records
// details.orderNum=response.data.orderNum
// details.completeNum=response.data.completeNum
// details.planNum=response.data.planNum
// details.signedNum=response.data.signedNum
+ } else if (details.orderType === 3) {
+ let deta = {
+ billLadingId: details.billLadingId,
+ current: 1,
+ size: 10
+ }
+ const res = await billLadingZeroBillOrderData(deta)
+ console.log('res :>> ', res);
+ const { code, data } = res
+ if (code === 200) details.datalist = data
}
// sacn()
}
- function setorderStatus(state:number){
- details.orderType=state
+ function setorderStatus(state : number) {
+ details.orderType = state
initpage()
}
- function checktype(e){
- if(e==''){
- details.schanvalue=''
- details.orderStatus=0
+
+ function showsTipsZero(item) {
+ console.log('item :>> ', item);
+
+ const inpList = [
+ {
+ title: item.firsts,
+ maxNum: item.reservationQuantity,
+ minNum: 0,
+ type: 'Number',
+ value: 0
+ }
+ ]
+
+ // 单个提交零担数据
+ tiplists.value.setdetails({
+ isshow: true,
+ tipstate: 4,
+ inpList,
+ title: '签收零担',
+ placeholder: `订单${item.orderCode}下${item.firsts}的数量`,
+ inputtext: '',
+ success: async (detail) => {
+ try {
+ console.log('item :>> ', item);
+ const { inpList: [_info] } = detail
+ if (_info.value === 0) return uni.showToast({
+ title: '请输入签收的零担数量',
+ icon: 'none'
+ })
+ const submitForm = {
+ id: item.id,
+ stockArticleId: item.stockArticleId,
+ quantity: _info.value
+ }
+ // const res = await billLadinggetZeroBillPack({ billLadingId: details.billLadingId, billLadingZeroVO: submitForm })
+ // if (res.code === 200) initpage()
+ } catch (err) {
+ console.log('err :>> ', err);
+ //TODO handle the exception
+ } finally {
+ tiplists.value.setdetails({ isshow: false })
+ }
+ },
+ cancel: () => {
+ tiplists.value.setdetails({ isshow: false })
+ },
+ close: () => {
+ tiplists.value.setdetails({ isshow: false })
+ }
+ })
+ }
+
+ function checktype(e) {
+ if (e == '') {
+ details.schanvalue = ''
+ details.orderStatus = 0
return
}
- details.typearr.map(item=>{
- if(item.value==e){
- details.schanvalue=item.label
- details.orderStatus=item.value
+ details.typearr.map(item => {
+ if (item.value == e) {
+ details.schanvalue = item.label
+ details.orderStatus = item.value
console.log(details.schanvalue)
}
})
}
- const { orderType,schanvalue,typearr,orderCode,datalist }=toRefs(details)
+ const { orderType, schanvalue, typearr, orderCode, datalist } = toRefs(details)
+
\ No newline at end of file
diff --git a/pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue b/pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue
index 25af103..f1a5a40 100644
--- a/pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue
+++ b/pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue
@@ -50,49 +50,60 @@
-
-
-
- 订单号:{{item.orderCode}}
- 包条码:{{item.orderPackageCode}}
-
-
- 是否扫描:{{item.scanStatusStr}}
- 异常:{{item.errorStatusStr}}
-
-
-
-
-
-
- SKU:{{item.sku}}
- 包件号:{{item.coding}}
-
-
- 物品:{{item.descriptionGoods}}
- 规格:{{item.specification}}
-
-
- 单位:{{item.cargoUnit}}
- 扫描:{{item.scanStatus==1?'未扫描':item.scanStatus==''?'未扫描':'扫描'}}
-
-
-
-
-
-
-
- 订单号:{{item.orderCode}}
-
-
- 物料名称:{{item.firsts}}
-
-
- 总数:{{item.quantity}}
- 剩余数量:{{item.cargoUnit}}
-
-
-
+
+
+
+
+
+
+ 订单号:{{item.orderCode}}
+ 包条码:{{item.orderPackageCode}}
+
+
+ 是否扫描:{{item.scanStatusStr}}
+ 异常:{{item.errorStatusStr}}
+
+
+
+
+
+
+
+
+ SKU:{{item.sku}}
+ 包件号:{{item.coding}}
+
+
+ 物品:{{item.descriptionGoods}}
+ 规格:{{item.specification}}
+
+
+ 单位:{{item.cargoUnit}}
+ 扫描:{{item.scanStatus==1?'未扫描':item.scanStatus==''?'未扫描':'扫描'}}
+
+
+
+
+
+
+
+
+
+
+ 订单号:{{item.orderCode}}
+
+
+ 运单号:{{item.waybillNumber}}
+
+
+ 产品名称:{{item.firsts}}
+
+
+ 预计签收件数:{{item.reservationQuantity}}
+
+
+
+
@@ -110,7 +121,8 @@
billLadingdetailList,
billLadinggetInventoryNum,
billLadingzeroBillData,
- billLadingscan
+ billLadingscan,
+ billLadinggetZeroBillPack
} from '@/api/user.js'
import { pagedetailType } from '@/interfaces/pagesHome/SelfPickupDetails'
import cusSelects from '@/compoment/cus-selects-fan/cus-selects-fan.vue'
@@ -195,6 +207,59 @@
}
})
}
+
+ function showsTipsZero(item) {
+ console.log('item :>> ', item);
+
+ const inpList = [
+ {
+ title: item.firsts,
+ maxNum: item.reservationQuantity,
+ minNum: 0,
+ type: 'Number',
+ value: 0
+ }
+ ]
+
+ // 单个提交零担数据
+ tiplists.value.setdetails({
+ isshow: true,
+ tipstate: 4,
+ inpList,
+ title: '签收零担',
+ placeholder: `订单${item.orderCode}下${item.firsts}的数量`,
+ inputtext: '',
+ success: async (detail) => {
+ try {
+ console.log('item :>> ', item);
+ const { inpList: [_info] } = detail
+ if (_info.value === 0) return uni.showToast({
+ title: '请输入签收的零担数量',
+ icon: 'none'
+ })
+ const submitForm = {
+ id: item.id,
+ stockArticleId: item.stockArticleId,
+ quantity: _info.value
+ }
+ const res = await billLadinggetZeroBillPack({ billLadingId: details.billLadingId, billLadingZeroVO: submitForm })
+ if (res.code === 200) initpage()
+ } catch (err) {
+ console.log('err :>> ', err);
+ //TODO handle the exception
+ } finally {
+ tiplists.value.setdetails({ isshow: false })
+ }
+ },
+ cancel: () => {
+ tiplists.value.setdetails({ isshow: false })
+ },
+ close: () => {
+ tiplists.value.setdetails({ isshow: false })
+ }
+ })
+ }
+
async function sacn() {
// 标签页为3时, 不支持扫描
if (details.orderCode === 3) return
diff --git a/pagesHome/pages/StockUplist/StockUplist.vue b/pagesHome/pages/StockUplist/StockUplist.vue
index 7e25a0b..d156b30 100644
--- a/pagesHome/pages/StockUplist/StockUplist.vue
+++ b/pagesHome/pages/StockUplist/StockUplist.vue
@@ -174,6 +174,8 @@
details.items = JSON.parse(op.item)
// details.user.goodsAreaName=op.stockupArea
// details.reservationId='1682676882390781953'
+ const _tts = ['定制品拣货', '库存品拣货', '零担拣货']
+ utils.ttsspke(_tts[details.orderStatus - 1])
})
onShow(() => {
uni.$on('scancodedate', function (code) {
@@ -250,6 +252,8 @@
}
function setorderStatus(state : number) {
details.orderStatus = state
+ const _tts = ['定制品拣货', '库存品拣货', '零担拣货']
+ utils.ttsspke(_tts[details.orderStatus - 1])
initpage()
}
async function goBarCode(item : any) {
diff --git a/pagesHome/pages/StockUplistScandetails/StockUplistScandetails.vue b/pagesHome/pages/StockUplistScandetails/StockUplistScandetails.vue
index fc893be..1018ab5 100644
--- a/pagesHome/pages/StockUplistScandetails/StockUplistScandetails.vue
+++ b/pagesHome/pages/StockUplistScandetails/StockUplistScandetails.vue
@@ -1,9 +1,7 @@
-
+
@@ -47,7 +45,7 @@
绑定托盘
-->
-
+
@@ -98,7 +96,7 @@
-
+
+
\ No newline at end of file
diff --git a/pagesHome/pages/lnventorysortinglist/lnventorysortinglist.vue b/pagesHome/pages/lnventorysortinglist/lnventorysortinglist.vue
index ac53119..ba6c235 100644
--- a/pagesHome/pages/lnventorysortinglist/lnventorysortinglist.vue
+++ b/pagesHome/pages/lnventorysortinglist/lnventorysortinglist.vue
@@ -176,8 +176,6 @@
onLoad((op) => {
// details.pageType = op.type
details.pageType = 1
- // details.scancode='HT20230800004'
- // scandata()
})
onShow(() => {
// initpage()
diff --git a/pagesHome/pages/pickingScan/pickingScan.vue b/pagesHome/pages/pickingScan/pickingScan.vue
index ed591b4..5dd4c4d 100644
--- a/pagesHome/pages/pickingScan/pickingScan.vue
+++ b/pagesHome/pages/pickingScan/pickingScan.vue
@@ -103,6 +103,7 @@
import { pageData } from '@/interfaces/pagesHome/pickingScan'
import { timeType } from '@/interfaces/pagesHome/allType'
import { inject, reactive, ref, toRefs, watchEffect } from "vue";
+ import utils from '../../../utils/utils';
// const functions=inject('functions')
let details = reactive({
datatime: '',
@@ -137,6 +138,7 @@
details.currentPage = 1
date.value[0] = (uni as any).$u.timeFormat((new Date().valueOf() - 1000 * 60 * 60 * 24 * 3), 'yyyy-mm-dd')
date.value[1] = (uni as any).$u.timeFormat((new Date().valueOf()), 'yyyy-mm-dd')
+ utils.ttsspke('请选择拣货任务')
// initpage()
})
function init() {
diff --git a/unpackage/dist/build/app-plus/pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.css b/unpackage/dist/build/app-plus/pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.css
index 12ef953..7880015 100644
--- a/unpackage/dist/build/app-plus/pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.css
+++ b/unpackage/dist/build/app-plus/pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.css
@@ -1 +1 @@
-.u-status-bar[data-v-31491727]{width:100%}uni-view[data-v-5c79ae5e],uni-scroll-view[data-v-5c79ae5e],uni-swiper-item[data-v-5c79ae5e]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uicon-iconfont;src:url(https://at.alicdn.com/t/font_2225171_8kdcwk4po24.ttf) format("truetype")}.u-icon[data-v-5c79ae5e]{display:flex;align-items:center}.u-icon--left[data-v-5c79ae5e]{flex-direction:row-reverse;align-items:center}.u-icon--right[data-v-5c79ae5e]{flex-direction:row;align-items:center}.u-icon--top[data-v-5c79ae5e]{flex-direction:column-reverse;justify-content:center}.u-icon--bottom[data-v-5c79ae5e]{flex-direction:column;justify-content:center}.u-icon__icon[data-v-5c79ae5e]{font-family:uicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.u-icon__icon--primary[data-v-5c79ae5e]{color:#3c9cff}.u-icon__icon--success[data-v-5c79ae5e]{color:#5ac725}.u-icon__icon--error[data-v-5c79ae5e]{color:#f56c6c}.u-icon__icon--warning[data-v-5c79ae5e]{color:#f9ae3d}.u-icon__icon--info[data-v-5c79ae5e]{color:#909399}.u-icon__img[data-v-5c79ae5e]{height:auto;will-change:transform}.u-icon__label[data-v-5c79ae5e]{line-height:1}uni-view[data-v-917ffc31],uni-scroll-view[data-v-917ffc31],uni-swiper-item[data-v-917ffc31]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.u-navbar--fixed[data-v-917ffc31]{position:fixed;left:0;right:0;top:0;z-index:11}.u-navbar__content[data-v-917ffc31]{display:flex;flex-direction:row;align-items:center;height:44px;background-color:#9acafc;position:relative;justify-content:center}.u-navbar__content__left[data-v-917ffc31],.u-navbar__content__right[data-v-917ffc31]{padding:0 13px;position:absolute;top:0;bottom:0;display:flex;flex-direction:row;align-items:center}.u-navbar__content__left[data-v-917ffc31]{left:0}.u-navbar__content__left--hover[data-v-917ffc31]{opacity:.7}.u-navbar__content__left__text[data-v-917ffc31]{font-size:15px;margin-left:3px}.u-navbar__content__title[data-v-917ffc31]{text-align:center;font-size:16px;color:#303133}.u-navbar__content__right[data-v-917ffc31]{right:0}.u-navbar__content__right__text[data-v-917ffc31]{font-size:15px;margin-left:3px}uni-view[data-v-1be0bab1],uni-scroll-view[data-v-1be0bab1],uni-swiper-item[data-v-1be0bab1]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.u-fade-enter-active[data-v-1be0bab1],.u-fade-leave-active[data-v-1be0bab1]{transition-property:opacity}.u-fade-enter[data-v-1be0bab1],.u-fade-leave-to[data-v-1be0bab1]{opacity:0}.u-fade-zoom-enter[data-v-1be0bab1],.u-fade-zoom-leave-to[data-v-1be0bab1]{transform:scale(.95);opacity:0}.u-fade-zoom-enter-active[data-v-1be0bab1],.u-fade-zoom-leave-active[data-v-1be0bab1]{transition-property:transform,opacity}.u-fade-down-enter-active[data-v-1be0bab1],.u-fade-down-leave-active[data-v-1be0bab1],.u-fade-left-enter-active[data-v-1be0bab1],.u-fade-left-leave-active[data-v-1be0bab1],.u-fade-right-enter-active[data-v-1be0bab1],.u-fade-right-leave-active[data-v-1be0bab1],.u-fade-up-enter-active[data-v-1be0bab1],.u-fade-up-leave-active[data-v-1be0bab1]{transition-property:opacity,transform}.u-fade-up-enter[data-v-1be0bab1],.u-fade-up-leave-to[data-v-1be0bab1]{transform:translate3d(0,100%,0);opacity:0}.u-fade-down-enter[data-v-1be0bab1],.u-fade-down-leave-to[data-v-1be0bab1]{transform:translate3d(0,-100%,0);opacity:0}.u-fade-left-enter[data-v-1be0bab1],.u-fade-left-leave-to[data-v-1be0bab1]{transform:translate3d(-100%,0,0);opacity:0}.u-fade-right-enter[data-v-1be0bab1],.u-fade-right-leave-to[data-v-1be0bab1]{transform:translate3d(100%,0,0);opacity:0}.u-slide-down-enter-active[data-v-1be0bab1],.u-slide-down-leave-active[data-v-1be0bab1],.u-slide-left-enter-active[data-v-1be0bab1],.u-slide-left-leave-active[data-v-1be0bab1],.u-slide-right-enter-active[data-v-1be0bab1],.u-slide-right-leave-active[data-v-1be0bab1],.u-slide-up-enter-active[data-v-1be0bab1],.u-slide-up-leave-active[data-v-1be0bab1]{transition-property:transform}.u-slide-up-enter[data-v-1be0bab1],.u-slide-up-leave-to[data-v-1be0bab1]{transform:translate3d(0,100%,0)}.u-slide-down-enter[data-v-1be0bab1],.u-slide-down-leave-to[data-v-1be0bab1]{transform:translate3d(0,-100%,0)}.u-slide-left-enter[data-v-1be0bab1],.u-slide-left-leave-to[data-v-1be0bab1]{transform:translate3d(-100%,0,0)}.u-slide-right-enter[data-v-1be0bab1],.u-slide-right-leave-to[data-v-1be0bab1]{transform:translate3d(100%,0,0)}.u-zoom-enter-active[data-v-1be0bab1],.u-zoom-leave-active[data-v-1be0bab1]{transition-property:transform}.u-zoom-enter[data-v-1be0bab1],.u-zoom-leave-to[data-v-1be0bab1]{transform:scale(.95)}uni-view[data-v-e964d889],uni-scroll-view[data-v-e964d889],uni-swiper-item[data-v-e964d889]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.u-overlay[data-v-e964d889]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7)}.u-safe-bottom[data-v-3dbbff38]{width:100%}uni-view[data-v-6f70b91e],uni-scroll-view[data-v-6f70b91e],uni-swiper-item[data-v-6f70b91e]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.u-popup[data-v-6f70b91e]{flex:1}.u-popup__content[data-v-6f70b91e]{background-color:#fff;position:relative}.u-popup__content--round-top[data-v-6f70b91e]{border-radius:0 0 10px 10px}.u-popup__content--round-left[data-v-6f70b91e]{border-radius:0 10px 10px 0}.u-popup__content--round-right[data-v-6f70b91e]{border-radius:10px 0 0 10px}.u-popup__content--round-bottom[data-v-6f70b91e]{border-radius:10px 10px 0 0}.u-popup__content--round-center[data-v-6f70b91e]{border-radius:10px}.u-popup__content__close[data-v-6f70b91e]{position:absolute}.u-popup__content__close--hover[data-v-6f70b91e]{opacity:.4}.u-popup__content__close--top-left[data-v-6f70b91e]{top:15px;left:15px}.u-popup__content__close--top-right[data-v-6f70b91e]{top:15px;right:15px}.u-popup__content__close--bottom-left[data-v-6f70b91e]{bottom:15px;left:15px}.u-popup__content__close--bottom-right[data-v-6f70b91e]{right:15px;bottom:15px}.select_wrap[data-v-e7df7516]{width:7.5rem;height:2rem;box-sizing:border-box;display:inline-block;position:relative}.select_wrap .select_input[data-v-e7df7516]{-webkit-appearance:none;background-color:#f5f5f6;background-image:none;border-radius:.3125rem;border:.03125rem 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-e7df7516]{font-size:.875rem;width:100%;height:100%;margin-left:.3125rem}.select_wrap .select_input .input_info .text_tips[data-v-e7df7516]{height:100%;color:#092c4d;font-size:.875rem}.select_wrap .select_input .icon_arrow[data-v-e7df7516]{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-e7df7516]{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-e7df7516]{transform:rotate(-45deg);margin-top:.15625rem}.select_wrap .select_input .icon_arrow .arrow_up[data-v-e7df7516]{transform:rotate(135deg);margin-top:-.15625rem}.select_wrap .select_input .icon_arrow .arrow-clear[data-v-e7df7516]{width:.84375rem;height:.84375rem;border:.03125rem 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-e7df7516]{width:.65625rem;height:.65625rem}.select_wrap .select_input_select[data-v-e7df7516]{border-color:rgba(211,131,42,.5)}.select_modal_con[data-v-e7df7516]{width:100%;transform-origin:center top;z-index:2062;position:absolute;top:1.25rem;left:0;border:.03125rem 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-e7df7516]{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-e7df7516]: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-e7df7516]{overflow:scroll}.select_modal .select_content[data-v-e7df7516]{list-style:none;padding:.375rem 0;margin:0;box-sizing:border-box}.select_modal .select_content .select_content_li[data-v-e7df7516]{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-e7df7516]{color:rgba(211,131,42,.565);font-weight:700;background-color:#f5f7fa}.select_modal .select_content .select_content_li[data-v-e7df7516]:hover{background-color:#f5f7fa}.xialaxz{display:flex;flex-direction:column}.xialaxz>uni-view{display:flex;align-items:flex-start;justify-content:space-between;border-top:.03125rem solid #00000010;padding:.625rem 0;box-sizing:border-box;font-size:.875rem;color:#092c4d}.xialaxz>uni-view>uni-view{word-wrap:break-word;word-break:break-all;margin-right:.3125rem}.xialaxz>uni-view>uni-view:nth-last-child(1){margin-right:0}.butlur{width:6.25rem!important;height:2rem!important;background:#D3832A;border-radius:.25rem;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:400;color:#fff}.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}.hdtp{padding:1.0625rem 1rem;box-sizing:border-box;background-color:#fff;display:flex;flex-direction:column;align-items:center}.hdtp>uni-view{width:100%;display:flex;align-items:center;justify-content:space-between;font-size:.875rem;font-weight:400;color:#092c4d;margin-bottom:.75rem}.hdtp>uni-view:nth-last-child(1){margin-bottom:0}.hdtp>uni-view>uni-view{width:50%}.scve{width:100%;height:50vh;margin-top:.625rem}.scve .mabx{display:flex;flex-direction:column;align-items:center}.scve .mabx>.itec{width:21.4375rem;background:#FFFFFF;border-radius:.25rem;padding:1.125rem .75rem;box-sizing:border-box;position:relative;margin-bottom:.625rem}.scve .mabx>.itec:nth-last-child(1){margin-bottom:0}.scve .mabx>.itec>.contenbx1{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;color:#092c4d;margin-bottom:.625rem}.scve .mabx>.itec>.contenbx1:nth-last-child(1){margin-bottom:0}.scve .mabx>.itec>.contenbx1>uni-view{flex:1}.scve .mabx>.itec .tip{position:absolute;right:0;top:0;width:3rem;height:1.5rem;border-radius:0 .25rem;display:flex;align-items:center;justify-content:center;font-size:.75rem}.scve .mabx>.itec .tp1{background-color:rgba(0,134,241,.125);color:#0086f1}.scve .mabx>.itec .tp2{background-color:rgba(248,84,75,.125);color:#f8544b}.scve .mabx>.itec .tp3{background-color:rgba(250,140,22,.125);color:#fa8c16}.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}.hdtpnum{display:flex;align-items:center;justify-content:space-around;background-color:#fff;padding:.875rem 0;border-bottom:.09375rem solid #EEEEEE}.hdtpnum>uni-view{display:flex;align-items:center;flex-direction:column;font-size:.875rem;font-weight:400;color:#092c4d}.hdtpnum>uni-view:nth-of-type(1)>uni-view:nth-of-type(2){color:#092c4d}.hdtpnum>uni-view:nth-of-type(2)>uni-view:nth-of-type(2){color:#0086f1}.hdtpnum>uni-view:nth-of-type(3)>uni-view:nth-of-type(2){color:#3ad8bc}.hdtpnum>uni-view:nth-of-type(4)>uni-view:nth-of-type(2){color:#fa8c16}.hdtpnum>uni-view>uni-view:nth-of-type(2){font-size:1.125rem;font-weight:400;color:#092c4d;margin-top:.625rem}
+.u-status-bar[data-v-31491727]{width:100%}uni-view[data-v-5c79ae5e],uni-scroll-view[data-v-5c79ae5e],uni-swiper-item[data-v-5c79ae5e]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}@font-face{font-family:uicon-iconfont;src:url(https://at.alicdn.com/t/font_2225171_8kdcwk4po24.ttf) format("truetype")}.u-icon[data-v-5c79ae5e]{display:flex;align-items:center}.u-icon--left[data-v-5c79ae5e]{flex-direction:row-reverse;align-items:center}.u-icon--right[data-v-5c79ae5e]{flex-direction:row;align-items:center}.u-icon--top[data-v-5c79ae5e]{flex-direction:column-reverse;justify-content:center}.u-icon--bottom[data-v-5c79ae5e]{flex-direction:column;justify-content:center}.u-icon__icon[data-v-5c79ae5e]{font-family:uicon-iconfont;position:relative;display:flex;flex-direction:row;align-items:center}.u-icon__icon--primary[data-v-5c79ae5e]{color:#3c9cff}.u-icon__icon--success[data-v-5c79ae5e]{color:#5ac725}.u-icon__icon--error[data-v-5c79ae5e]{color:#f56c6c}.u-icon__icon--warning[data-v-5c79ae5e]{color:#f9ae3d}.u-icon__icon--info[data-v-5c79ae5e]{color:#909399}.u-icon__img[data-v-5c79ae5e]{height:auto;will-change:transform}.u-icon__label[data-v-5c79ae5e]{line-height:1}uni-view[data-v-917ffc31],uni-scroll-view[data-v-917ffc31],uni-swiper-item[data-v-917ffc31]{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.u-navbar--fixed[data-v-917ffc31]{position:fixed;left:0;right:0;top:0;z-index:11}.u-navbar__content[data-v-917ffc31]{display:flex;flex-direction:row;align-items:center;height:44px;background-color:#9acafc;position:relative;justify-content:center}.u-navbar__content__left[data-v-917ffc31],.u-navbar__content__right[data-v-917ffc31]{padding:0 13px;position:absolute;top:0;bottom:0;display:flex;flex-direction:row;align-items:center}.u-navbar__content__left[data-v-917ffc31]{left:0}.u-navbar__content__left--hover[data-v-917ffc31]{opacity:.7}.u-navbar__content__left__text[data-v-917ffc31]{font-size:15px;margin-left:3px}.u-navbar__content__title[data-v-917ffc31]{text-align:center;font-size:16px;color:#303133}.u-navbar__content__right[data-v-917ffc31]{right:0}.u-navbar__content__right__text[data-v-917ffc31]{font-size:15px;margin-left:3px}.select_wrap[data-v-e7df7516]{width:7.5rem;height:2rem;box-sizing:border-box;display:inline-block;position:relative}.select_wrap .select_input[data-v-e7df7516]{-webkit-appearance:none;background-color:#f5f5f6;background-image:none;border-radius:.3125rem;border:.03125rem 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-e7df7516]{font-size:.875rem;width:100%;height:100%;margin-left:.3125rem}.select_wrap .select_input .input_info .text_tips[data-v-e7df7516]{height:100%;color:#092c4d;font-size:.875rem}.select_wrap .select_input .icon_arrow[data-v-e7df7516]{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-e7df7516]{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-e7df7516]{transform:rotate(-45deg);margin-top:.15625rem}.select_wrap .select_input .icon_arrow .arrow_up[data-v-e7df7516]{transform:rotate(135deg);margin-top:-.15625rem}.select_wrap .select_input .icon_arrow .arrow-clear[data-v-e7df7516]{width:.84375rem;height:.84375rem;border:.03125rem 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-e7df7516]{width:.65625rem;height:.65625rem}.select_wrap .select_input_select[data-v-e7df7516]{border-color:rgba(211,131,42,.5)}.select_modal_con[data-v-e7df7516]{width:100%;transform-origin:center top;z-index:2062;position:absolute;top:1.25rem;left:0;border:.03125rem 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-e7df7516]{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-e7df7516]: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-e7df7516]{overflow:scroll}.select_modal .select_content[data-v-e7df7516]{list-style:none;padding:.375rem 0;margin:0;box-sizing:border-box}.select_modal .select_content .select_content_li[data-v-e7df7516]{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-e7df7516]{color:rgba(211,131,42,.565);font-weight:700;background-color:#f5f7fa}.select_modal .select_content .select_content_li[data-v-e7df7516]:hover{background-color:#f5f7fa}.xialaxz{display:flex;flex-direction:column}.xialaxz>uni-view{display:flex;align-items:flex-start;justify-content:space-between;border-top:.03125rem solid #00000010;padding:.625rem 0;box-sizing:border-box;font-size:.875rem;color:#092c4d}.xialaxz>uni-view>uni-view{word-wrap:break-word;word-break:break-all;margin-right:.3125rem}.xialaxz>uni-view>uni-view:nth-last-child(1){margin-right:0}.butlur{width:6.25rem!important;height:2rem!important;background:#D3832A;border-radius:.25rem;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:400;color:#fff}.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}.hdtp{padding:1.0625rem 1rem;box-sizing:border-box;background-color:#fff;display:flex;flex-direction:column;align-items:center}.hdtp>uni-view{width:100%;display:flex;align-items:center;justify-content:space-between;font-size:.875rem;font-weight:400;color:#092c4d;margin-bottom:.75rem}.hdtp>uni-view:nth-last-child(1){margin-bottom:0}.hdtp>uni-view>uni-view{width:50%}.scve{width:100%;height:50vh;margin-top:.625rem}.scve .mabx{display:flex;flex-direction:column;align-items:center}.scve .mabx>.itec{width:21.4375rem;background:#FFFFFF;border-radius:.25rem;padding:1.125rem .75rem;box-sizing:border-box;position:relative;margin-bottom:.625rem}.scve .mabx>.itec:nth-last-child(1){margin-bottom:0}.scve .mabx>.itec>.contenbx1{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;color:#092c4d;margin-bottom:.625rem}.scve .mabx>.itec>.contenbx1:nth-last-child(1){margin-bottom:0}.scve .mabx>.itec>.contenbx1>uni-view{flex:1}.scve .mabx>.itec .tip{position:absolute;right:0;top:0;width:3rem;height:1.5rem;border-radius:0 .25rem;display:flex;align-items:center;justify-content:center;font-size:.75rem}.scve .mabx>.itec .tp1{background-color:rgba(0,134,241,.125);color:#0086f1}.scve .mabx>.itec .tp2{background-color:rgba(248,84,75,.125);color:#f8544b}.scve .mabx>.itec .tp3{background-color:rgba(250,140,22,.125);color:#fa8c16}.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}.hdtpnum{display:flex;align-items:center;justify-content:space-around;background-color:#fff;padding:.875rem 0;border-bottom:.09375rem solid #EEEEEE}.hdtpnum>uni-view{display:flex;align-items:center;flex-direction:column;font-size:.875rem;font-weight:400;color:#092c4d}.hdtpnum>uni-view:nth-of-type(1)>uni-view:nth-of-type(2){color:#092c4d}.hdtpnum>uni-view:nth-of-type(2)>uni-view:nth-of-type(2){color:#0086f1}.hdtpnum>uni-view:nth-of-type(3)>uni-view:nth-of-type(2){color:#3ad8bc}.hdtpnum>uni-view:nth-of-type(4)>uni-view:nth-of-type(2){color:#fa8c16}.hdtpnum>uni-view>uni-view:nth-of-type(2){font-size:1.125rem;font-weight:400;color:#092c4d;margin-top:.625rem}
diff --git a/unpackage/dist/dev/app-plus/app-service.js b/unpackage/dist/dev/app-plus/app-service.js
index 75ae898..75e365f 100644
--- a/unpackage/dist/dev/app-plus/app-service.js
+++ b/unpackage/dist/dev/app-plus/app-service.js
@@ -4016,7 +4016,7 @@ if (uni.restoreGlobal) {
};
};
const base64 = new Base64();
- const devhost = "http://192.168.10.75:8777/";
+ const devhost = "http://192.168.10.29:13000/";
const imghost = "";
const host = devhost;
const APPKEY = "h5u:h5u_secret";
@@ -4481,7 +4481,7 @@ if (uni.restoreGlobal) {
}
function billLadingzeroBillData(data) {
return service({
- url: `logpm-distribution/app/billLading/zeroBillData`,
+ url: `logpm-distribution/app/billLading/zeroBillPackData`,
method: "post",
data
});
@@ -4661,6 +4661,13 @@ if (uni.restoreGlobal) {
data
});
}
+ function billLadinggetZeroBillPack(data) {
+ return service({
+ url: `logpm-distribution/app/billLading/zeroBillPack`,
+ method: "post",
+ data
+ });
+ }
function billLadinggetInventoryNum(data) {
return service({
url: `logpm-distribution/app/billLading/getInventoryNum`,
@@ -4675,6 +4682,13 @@ if (uni.restoreGlobal) {
data
});
}
+ function billLadingZeroBillOrderData(data) {
+ return service({
+ url: `logpm-distribution/app/billLading//zeroBillOrderData`,
+ method: "post",
+ data
+ });
+ }
function warehouseTrayTypeorderPageList(data) {
return service({
url: `logpm-warehouse/api/warehouseTrayType/orderPageList`,
@@ -4955,6 +4969,13 @@ if (uni.restoreGlobal) {
data
});
}
+ function warehouseUpdownTypedownDownAllocation(data) {
+ return service({
+ url: `logpm-warehouse/api/warehouseUpdownType/downAllocation`,
+ method: "post",
+ data
+ });
+ }
function warehouseTrayTypescanSourceTrayCode(data) {
return service({
url: `logpm-warehouse/api/warehouseTrayType/scanSourceTrayCode`,
@@ -7659,7 +7680,7 @@ This will fail in production if not fixed.`);
}
async function updateApp() {
let version2 = {
- version: "1.0.9",
+ version: "1.0.11",
pkName: "com.hwy.pda"
};
formatAppLog("log", "at pages/user/user.vue:179", "version 版本>>>>", version2);
@@ -9657,7 +9678,7 @@ This will fail in production if not fixed.`);
details.show = !details.show;
}
function onConfirm(e) {
- formatAppLog("log", "at pagesHome/pages/pickingScan/pickingScan.vue:122", e);
+ formatAppLog("log", "at pagesHome/pages/pickingScan/pickingScan.vue:123", e);
date2.value[0] = e.startDate;
date2.value[1] = e.endDate;
details.datatime = date2.value[0] + " 至 " + date2.value[1];
@@ -9674,6 +9695,7 @@ This will fail in production if not fixed.`);
details.currentPage = 1;
date2.value[0] = uni.$u.timeFormat((/* @__PURE__ */ new Date()).valueOf() - 1e3 * 60 * 60 * 24 * 3, "yyyy-mm-dd");
date2.value[1] = uni.$u.timeFormat((/* @__PURE__ */ new Date()).valueOf(), "yyyy-mm-dd");
+ utils.ttsspke("请选择拣货任务");
});
function init() {
details.currentPage = 1;
@@ -10869,11 +10891,13 @@ This will fail in production if not fixed.`);
details.reservationId = op.id;
details.stockupId = op.stockupId;
details.items = JSON.parse(op.item);
+ const _tts = ["定制品拣货", "库存品拣货", "零担拣货"];
+ utils2.ttsspke(_tts[details.orderStatus - 1]);
});
onShow(() => {
uni.$on("scancodedate", function(code2) {
if (code2) {
- formatAppLog("log", "at pagesHome/pages/StockUplist/StockUplist.vue:181", code2);
+ formatAppLog("log", "at pagesHome/pages/StockUplist/StockUplist.vue:183", code2);
details.scancode = code2;
details.isscan = true;
if (details.isscan)
@@ -10893,7 +10917,7 @@ This will fail in production if not fixed.`);
}
async function initpage() {
var _a, _b, _c, _d, _e, _f, _g;
- formatAppLog("log", "at pagesHome/pages/StockUplist/StockUplist.vue:199", details.items);
+ formatAppLog("log", "at pagesHome/pages/StockUplist/StockUplist.vue:201", details.items);
let data = {
// 零担为1, 不是零担为0
isZero: 0,
@@ -10908,8 +10932,8 @@ This will fail in production if not fixed.`);
}
details.orderList = [];
let response = await distributionStockuporderList(data);
- formatAppLog("log", "at pagesHome/pages/StockUplist/StockUplist.vue:215", "response :>> ", response);
- formatAppLog("log", "at pagesHome/pages/StockUplist/StockUplist.vue:216", "details.orderStatus :>> ", details.orderStatus);
+ formatAppLog("log", "at pagesHome/pages/StockUplist/StockUplist.vue:217", "response :>> ", response);
+ formatAppLog("log", "at pagesHome/pages/StockUplist/StockUplist.vue:218", "details.orderStatus :>> ", details.orderStatus);
details.user.consignee = (_a = response.data) == null ? void 0 : _a.consignee;
details.user.goodsAreaName = (_b = response.data) == null ? void 0 : _b.goodsAreaName;
details.user.planNum = (_c = response.data) == null ? void 0 : _c.planNum;
@@ -10931,6 +10955,8 @@ This will fail in production if not fixed.`);
}
function setorderStatus(state) {
details.orderStatus = state;
+ const _tts = ["定制品拣货", "库存品拣货", "零担拣货"];
+ utils2.ttsspke(_tts[details.orderStatus - 1]);
initpage();
}
async function goBarCode(item) {
@@ -10991,7 +11017,7 @@ This will fail in production if not fixed.`);
initpage();
}
async function showZeroOrderDetails(item) {
- formatAppLog("log", "at pagesHome/pages/StockUplist/StockUplist.vue:327", "item :>> ", item);
+ formatAppLog("log", "at pagesHome/pages/StockUplist/StockUplist.vue:331", "item :>> ", item);
let data = {
typeService: details.items.typeService,
stockupId: details.stockupId,
@@ -11003,7 +11029,7 @@ This will fail in production if not fixed.`);
let inpList = [];
const { code: code2 } = res;
if (code2 === 200) {
- formatAppLog("log", "at pagesHome/pages/StockUplist/StockUplist.vue:339", "res.data :>> ", res.data);
+ formatAppLog("log", "at pagesHome/pages/StockUplist/StockUplist.vue:343", "res.data :>> ", res.data);
inpList = res.data.map((val) => {
return {
id: val.id,
@@ -11048,7 +11074,7 @@ This will fail in production if not fixed.`);
confirmTxt: "确认选择",
isonecheck: true,
success: async (deta) => {
- formatAppLog("log", "at pagesHome/pages/StockUplist/StockUplist.vue:388", "deta :>> ", deta);
+ formatAppLog("log", "at pagesHome/pages/StockUplist/StockUplist.vue:392", "deta :>> ", deta);
if (deta.inpList.length === 0 || item.completeStact)
return tiplists.value.setdetails({ isshow: false });
let data2 = {
@@ -11061,7 +11087,7 @@ This will fail in production if not fixed.`);
list: []
};
data2.list = deta.inpList.map((val) => {
- formatAppLog("log", "at pagesHome/pages/StockUplist/StockUplist.vue:400", val);
+ formatAppLog("log", "at pagesHome/pages/StockUplist/StockUplist.vue:404", val);
return {
firsts: val.title,
id: val.id,
@@ -11070,7 +11096,7 @@ This will fail in production if not fixed.`);
};
});
const res2 = await postZeroStockUp(data2);
- formatAppLog("log", "at pagesHome/pages/StockUplist/StockUplist.vue:410", "res :>> ", res2);
+ formatAppLog("log", "at pagesHome/pages/StockUplist/StockUplist.vue:414", "res :>> ", res2);
tiplists.value.setdetails({ isshow: false });
initpage();
},
@@ -11468,14 +11494,19 @@ This will fail in production if not fixed.`);
details.orderCode = op.orderCode;
details.typeService = op.typeService;
initpage();
+ });
+ onShow(() => {
uni.$on("scancodedate", function(code2) {
if (code2) {
- formatAppLog("log", "at pagesHome/pages/StockUplistScandetails/StockUplistScandetails.vue:154", code2);
+ formatAppLog("log", "at pagesHome/pages/StockUplistScandetails/StockUplistScandetails.vue:156", code2);
details.scancode = code2;
scandata();
}
});
});
+ onHide(() => {
+ uni.$off("scancodedate");
+ });
function goorderdetail(item) {
uni.navigateTo({
url: "/pagesHome/pages/orderDetails/orderDetails?orderCode=" + item.orderCode
@@ -11535,9 +11566,9 @@ This will fail in production if not fixed.`);
text += "FORM\r\n";
text += "PRINT\r\n";
let sylist = util.initbl();
- formatAppLog("log", "at pagesHome/pages/StockUplistScandetails/StockUplistScandetails.vue:211", sylist);
+ formatAppLog("log", "at pagesHome/pages/StockUplistScandetails/StockUplistScandetails.vue:219", sylist);
sylist.map((item2) => {
- formatAppLog("log", "at pagesHome/pages/StockUplistScandetails/StockUplistScandetails.vue:213", item2);
+ formatAppLog("log", "at pagesHome/pages/StockUplistScandetails/StockUplistScandetails.vue:221", item2);
if (item2.uuids) {
util.getbl(item2, text);
}
@@ -11585,10 +11616,13 @@ This will fail in production if not fixed.`);
typeService: details.typeService
};
let res = await distributionStockupstockupScan(data);
- formatAppLog("log", "at pagesHome/pages/StockUplistScandetails/StockUplistScandetails.vue:262", res);
+ formatAppLog("log", "at pagesHome/pages/StockUplistScandetails/StockUplistScandetails.vue:270", res);
if (res.code == 200) {
details.isscan = true;
initpage();
+ } else if (res.code === 3001) {
+ if (res.audio)
+ utils.ttsspke(res.audio);
}
}
async function initpage() {
@@ -11605,7 +11639,7 @@ This will fail in production if not fixed.`);
typeService: details.typeService
};
let response = await distributionStockuporderInfo(data);
- formatAppLog("log", "at pagesHome/pages/StockUplistScandetails/StockUplistScandetails.vue:282", response);
+ formatAppLog("log", "at pagesHome/pages/StockUplistScandetails/StockUplistScandetails.vue:293", response);
details.dataList = response.data.packageList;
details.customer = response.data.customer;
details.stockupArea = response.data.stockupArea;
@@ -11615,7 +11649,7 @@ This will fail in production if not fixed.`);
details.warehouseArea = response.data.warehouseArea;
details.address = response.data.address;
if (Number(details.scanNum) > 0 && details.isscan) {
- util.ttsspke(details.scanNum + "件");
+ util.ttsspke("扫描" + details.scanNum + "件");
}
}
const { dataList } = vue.toRefs(details);
@@ -12464,7 +12498,7 @@ This will fail in production if not fixed.`);
onShow(() => {
uni.$on("scancodedate", function(code2) {
if (code2) {
- formatAppLog("log", "at pagesHome/pages/SelfPScanList/SelfPScanList.vue:135", code2);
+ formatAppLog("log", "at pagesHome/pages/SelfPScanList/SelfPScanList.vue:166", code2);
details.scancode = code2;
sacn();
}
@@ -12500,7 +12534,7 @@ This will fail in production if not fixed.`);
type: details.orderType == 1 ? "2" : "1"
};
let res = await billLadingscan(data);
- formatAppLog("log", "at pagesHome/pages/SelfPScanList/SelfPScanList.vue:171", res);
+ formatAppLog("log", "at pagesHome/pages/SelfPScanList/SelfPScanList.vue:202", res);
if (res.code == 200) {
initpage();
}
@@ -12536,12 +12570,69 @@ This will fail in production if not fixed.`);
}
});
details.datalist = response.data.records;
+ } else if (details.orderType === 3) {
+ let deta = {
+ billLadingId: details.billLadingId,
+ current: 1,
+ size: 10
+ };
+ const res = await billLadingZeroBillOrderData(deta);
+ formatAppLog("log", "at pagesHome/pages/SelfPScanList/SelfPScanList.vue:249", "res :>> ", res);
+ const { code: code2, data } = res;
+ if (code2 === 200)
+ details.datalist = data;
}
}
function setorderStatus(state) {
details.orderType = state;
initpage();
}
+ function showsTipsZero(item) {
+ formatAppLog("log", "at pagesHome/pages/SelfPScanList/SelfPScanList.vue:261", "item :>> ", item);
+ const inpList = [
+ {
+ title: item.firsts,
+ maxNum: item.reservationQuantity,
+ minNum: 0,
+ type: "Number",
+ value: 0
+ }
+ ];
+ tiplists.value.setdetails({
+ isshow: true,
+ tipstate: 4,
+ inpList,
+ title: "签收零担",
+ placeholder: `订单${item.orderCode}下${item.firsts}的数量`,
+ inputtext: "",
+ success: async (detail) => {
+ try {
+ formatAppLog("log", "at pagesHome/pages/SelfPScanList/SelfPScanList.vue:283", "item :>> ", item);
+ const { inpList: [_info] } = detail;
+ if (_info.value === 0)
+ return uni.showToast({
+ title: "请输入签收的零担数量",
+ icon: "none"
+ });
+ const submitForm = {
+ id: item.id,
+ stockArticleId: item.stockArticleId,
+ quantity: _info.value
+ };
+ } catch (err) {
+ formatAppLog("log", "at pagesHome/pages/SelfPScanList/SelfPScanList.vue:297", "err :>> ", err);
+ } finally {
+ tiplists.value.setdetails({ isshow: false });
+ }
+ },
+ cancel: () => {
+ tiplists.value.setdetails({ isshow: false });
+ },
+ close: () => {
+ tiplists.value.setdetails({ isshow: false });
+ }
+ });
+ }
function checktype(e) {
if (e == "") {
details.schanvalue = "";
@@ -12552,7 +12643,7 @@ This will fail in production if not fixed.`);
if (item.value == e) {
details.schanvalue = item.label;
details.orderStatus = item.value;
- formatAppLog("log", "at pagesHome/pages/SelfPScanList/SelfPScanList.vue:228", details.schanvalue);
+ formatAppLog("log", "at pagesHome/pages/SelfPScanList/SelfPScanList.vue:322", details.schanvalue);
}
});
}
@@ -12685,6 +12776,19 @@ This will fail in production if not fixed.`);
2
/* CLASS */
)
+ ]),
+ vue.createElementVNode("view", {
+ onClick: _cache[3] || (_cache[3] = ($event) => setorderStatus(3))
+ }, [
+ vue.createElementVNode(
+ "view",
+ {
+ class: vue.normalizeClass(vue.unref(orderType) == 3 ? "xz" : "")
+ },
+ "零担",
+ 2
+ /* CLASS */
+ )
])
]),
vue.createElementVNode("scroll-view", {
@@ -12692,116 +12796,165 @@ This will fail in production if not fixed.`);
"scroll-y": "true"
}, [
vue.createElementVNode("view", { class: "mabx" }, [
- vue.unref(orderType) == 1 ? (vue.openBlock(true), vue.createElementBlock(
- vue.Fragment,
- { key: 0 },
- vue.renderList(vue.unref(datalist), (item) => {
- return vue.openBlock(), vue.createElementBlock("view", {
- class: "itec",
- onClick: showsdqs
- }, [
- vue.createElementVNode("view", { class: "contenbx1" }, [
- vue.createElementVNode("view", null, [
- vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "订单编号:"),
- vue.createTextVNode(
- " " + vue.toDisplayString(item.orderSelfNumbering),
- 1
- /* TEXT */
- )
- ])
- ]),
- vue.createElementVNode("view", { class: "contenbx1" }, [
- vue.createElementVNode("view", null, [
- vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "配送数:"),
- vue.createTextVNode(
- vue.toDisplayString(item.planNum),
- 1
- /* TEXT */
- )
- ]),
- vue.createElementVNode("view", null, [
- vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "已扫码数:"),
- vue.createTextVNode(
- vue.toDisplayString(item.signedNum),
- 1
- /* TEXT */
- )
- ])
- ]),
- vue.createElementVNode(
- "view",
- {
- class: vue.normalizeClass(item.orderStatusStr == "齐套" ? "tip tp1" : item.orderStatusStr == "部分扫" ? "tip tp3" : "tip tp2")
- },
- vue.toDisplayString(item.orderStatusStr),
- 3
- /* TEXT, CLASS */
- )
- ]);
- }),
- 256
- /* UNKEYED_FRAGMENT */
- )) : vue.createCommentVNode("v-if", true),
- vue.unref(orderType) == 2 ? (vue.openBlock(true), vue.createElementBlock(
+ (vue.openBlock(true), vue.createElementBlock(
vue.Fragment,
- { key: 1 },
+ null,
vue.renderList(vue.unref(datalist), (item) => {
- return vue.openBlock(), vue.createElementBlock("view", {
- class: "itec",
- onClick: showsdqs
- }, [
- vue.createElementVNode("view", { class: "contenbx1" }, [
- vue.createElementVNode("view", null, [
- vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "SKU:"),
- vue.createTextVNode(
- vue.toDisplayString(item.sku),
- 1
- /* TEXT */
- )
- ])
- ]),
- vue.createElementVNode("view", { class: "contenbx1" }, [
- vue.createElementVNode("view", null, [
- vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "物品:"),
- vue.createTextVNode(
- vue.toDisplayString(item.descriptionGoods),
- 1
- /* TEXT */
- )
- ]),
- vue.createElementVNode("view", null, [
- vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "规格:"),
- vue.createTextVNode(
- vue.toDisplayString(item.specification),
- 1
- /* TEXT */
- )
- ])
- ]),
- vue.createElementVNode("view", { class: "contenbx1" }, [
- vue.createElementVNode("view", null, [
- vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "单位:"),
- vue.createTextVNode(
- vue.toDisplayString(item.cargoUnit),
- 1
- /* TEXT */
- )
- ]),
- vue.createElementVNode("view", null, [
- vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "自提数:"),
- vue.createTextVNode(
- vue.toDisplayString(item.quantity),
- 1
- /* TEXT */
+ return vue.openBlock(), vue.createElementBlock(
+ vue.Fragment,
+ { key: item },
+ [
+ vue.unref(orderType) == 1 ? (vue.openBlock(), vue.createElementBlock("view", {
+ key: 0,
+ class: "itec",
+ onClick: showsdqs
+ }, [
+ vue.createElementVNode("view", { class: "contenbx1" }, [
+ vue.createElementVNode("view", null, [
+ vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "订单编号:"),
+ vue.createTextVNode(
+ " " + vue.toDisplayString(item.orderSelfNumbering),
+ 1
+ /* TEXT */
+ )
+ ])
+ ]),
+ vue.createElementVNode("view", { class: "contenbx1" }, [
+ vue.createElementVNode("view", null, [
+ vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "配送数:"),
+ vue.createTextVNode(
+ vue.toDisplayString(item.planNum),
+ 1
+ /* TEXT */
+ )
+ ]),
+ vue.createElementVNode("view", null, [
+ vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "已扫码数:"),
+ vue.createTextVNode(
+ vue.toDisplayString(item.signedNum),
+ 1
+ /* TEXT */
+ )
+ ])
+ ]),
+ vue.createElementVNode(
+ "view",
+ {
+ class: vue.normalizeClass(item.orderStatusStr == "齐套" ? "tip tp1" : item.orderStatusStr == "部分扫" ? "tip tp3" : "tip tp2")
+ },
+ vue.toDisplayString(item.orderStatusStr),
+ 3
+ /* TEXT, CLASS */
)
- ])
- ]),
- vue.createCommentVNode(` {{item.signforNub==0?'未扫':item.signforNub==item.reservationNum?'齐套':'部分扫'}} `)
- ]);
+ ])) : vue.createCommentVNode("v-if", true),
+ vue.unref(orderType) == 2 ? (vue.openBlock(), vue.createElementBlock("view", {
+ key: 1,
+ class: "itec",
+ onClick: showsdqs
+ }, [
+ vue.createElementVNode("view", { class: "contenbx1" }, [
+ vue.createElementVNode("view", null, [
+ vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "SKU:"),
+ vue.createTextVNode(
+ vue.toDisplayString(item.sku),
+ 1
+ /* TEXT */
+ )
+ ])
+ ]),
+ vue.createElementVNode("view", { class: "contenbx1" }, [
+ vue.createElementVNode("view", null, [
+ vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "物品:"),
+ vue.createTextVNode(
+ vue.toDisplayString(item.descriptionGoods),
+ 1
+ /* TEXT */
+ )
+ ]),
+ vue.createElementVNode("view", null, [
+ vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "规格:"),
+ vue.createTextVNode(
+ vue.toDisplayString(item.specification),
+ 1
+ /* TEXT */
+ )
+ ])
+ ]),
+ vue.createElementVNode("view", { class: "contenbx1" }, [
+ vue.createElementVNode("view", null, [
+ vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "单位:"),
+ vue.createTextVNode(
+ vue.toDisplayString(item.cargoUnit),
+ 1
+ /* TEXT */
+ )
+ ]),
+ vue.createElementVNode("view", null, [
+ vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "自提数:"),
+ vue.createTextVNode(
+ vue.toDisplayString(item.quantity),
+ 1
+ /* TEXT */
+ )
+ ])
+ ]),
+ vue.createCommentVNode(` {{item.signforNub==0?'未扫':item.signforNub==item.reservationNum?'齐套':'部分扫'}} `)
+ ])) : vue.createCommentVNode("v-if", true),
+ vue.createCommentVNode(" 零担 "),
+ vue.unref(orderType) == 3 ? (vue.openBlock(), vue.createElementBlock("view", {
+ key: 2,
+ class: "itec",
+ onClick: ($event) => showsTipsZero(item)
+ }, [
+ vue.createElementVNode("view", { class: "contenbx1" }, [
+ vue.createElementVNode("view", null, [
+ vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "订单号:"),
+ vue.createTextVNode(
+ vue.toDisplayString(item.orderCode),
+ 1
+ /* TEXT */
+ )
+ ])
+ ]),
+ vue.createElementVNode("view", { class: "contenbx1" }, [
+ vue.createElementVNode("view", null, [
+ vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "运单号:"),
+ vue.createTextVNode(
+ vue.toDisplayString(item.waybillNumber),
+ 1
+ /* TEXT */
+ )
+ ])
+ ]),
+ vue.createElementVNode("view", { class: "contenbx1" }, [
+ vue.createElementVNode("view", null, [
+ vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "产品名称:"),
+ vue.createTextVNode(
+ vue.toDisplayString(item.firsts),
+ 1
+ /* TEXT */
+ )
+ ])
+ ]),
+ vue.createElementVNode("view", { class: "contenbx1" }, [
+ vue.createElementVNode("view", null, [
+ vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "预计签收件数:"),
+ vue.createTextVNode(
+ vue.toDisplayString(item.reservationQuantity),
+ 1
+ /* TEXT */
+ )
+ ])
+ ])
+ ], 8, ["onClick"])) : vue.createCommentVNode("v-if", true)
+ ],
+ 64
+ /* STABLE_FRAGMENT */
+ );
}),
- 256
- /* UNKEYED_FRAGMENT */
- )) : vue.createCommentVNode("v-if", true)
+ 128
+ /* KEYED_FRAGMENT */
+ ))
])
]),
vue.createVNode(
@@ -13608,7 +13761,7 @@ This will fail in production if not fixed.`);
onShow(() => {
uni.$on("scancodedate", function(code2) {
if (code2) {
- formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:159", code2);
+ formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:171", code2);
details.scancode = code2;
sacn();
}
@@ -13647,6 +13800,55 @@ This will fail in production if not fixed.`);
}
});
}
+ function showsTipsZero(item) {
+ formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:212", "item :>> ", item);
+ const inpList = [
+ {
+ title: item.firsts,
+ maxNum: item.reservationQuantity,
+ minNum: 0,
+ type: "Number",
+ value: 0
+ }
+ ];
+ tiplists.value.setdetails({
+ isshow: true,
+ tipstate: 4,
+ inpList,
+ title: "签收零担",
+ placeholder: `订单${item.orderCode}下${item.firsts}的数量`,
+ inputtext: "",
+ success: async (detail) => {
+ try {
+ formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:234", "item :>> ", item);
+ const { inpList: [_info] } = detail;
+ if (_info.value === 0)
+ return uni.showToast({
+ title: "请输入签收的零担数量",
+ icon: "none"
+ });
+ const submitForm = {
+ id: item.id,
+ stockArticleId: item.stockArticleId,
+ quantity: _info.value
+ };
+ const res = await billLadinggetZeroBillPack({ billLadingId: details.billLadingId, billLadingZeroVO: submitForm });
+ if (res.code === 200)
+ initpage();
+ } catch (err) {
+ formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:248", "err :>> ", err);
+ } finally {
+ tiplists.value.setdetails({ isshow: false });
+ }
+ },
+ cancel: () => {
+ tiplists.value.setdetails({ isshow: false });
+ },
+ close: () => {
+ tiplists.value.setdetails({ isshow: false });
+ }
+ });
+ }
async function sacn() {
if (details.orderCode === 3)
return;
@@ -13656,14 +13858,14 @@ This will fail in production if not fixed.`);
type: details.orderType == 1 ? "2" : "1"
};
let res = await billLadingscan(data);
- formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:207", res);
+ formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:272", res);
if (res.code == 200) {
details.isscan = true;
initpage();
}
}
async function initpage() {
- formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:214", "获取数据");
+ formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:279", "获取数据");
if (details.orderType == 1) {
let data = {
orderStatus: details.orderStatus,
@@ -13694,7 +13896,7 @@ This will fail in production if not fixed.`);
billLadingId: details.billLadingId
};
const response = await billLadingzeroBillData(data);
- formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:246", "response :>> ", response);
+ formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:311", "response :>> ", response);
const { code: code2 } = response;
if (code2 === 200) {
details.dataList = response.data || [];
@@ -13713,7 +13915,7 @@ This will fail in production if not fixed.`);
if (item.value == e) {
details.schanvalue = item.label;
details.orderStatus = item.value;
- formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:265", details.schanvalue);
+ formatAppLog("log", "at pagesHome/pages/SelfPickupDetails/SelfPickupDetails.vue:330", details.schanvalue);
}
});
}
@@ -13936,160 +14138,156 @@ This will fail in production if not fixed.`);
class: "scrollv"
}, [
vue.createElementVNode("view", { class: "mabxs" }, [
- vue.createCommentVNode(" 定制品 "),
- vue.unref(orderType) == 1 ? (vue.openBlock(true), vue.createElementBlock(
- vue.Fragment,
- { key: 0 },
- vue.renderList(vue.unref(dataList), (item) => {
- return vue.openBlock(), vue.createElementBlock("view", {
- class: "ite",
- onClick: showsdqs
- }, [
- vue.createElementVNode("view", null, [
- vue.createElementVNode("view", {
- onClick: vue.withModifiers(($event) => goorderdetail(item), ["stop"])
- }, "订单号:" + vue.toDisplayString(item.orderCode), 9, ["onClick"]),
- vue.createElementVNode(
- "view",
- null,
- "包条码:" + vue.toDisplayString(item.orderPackageCode),
- 1
- /* TEXT */
- )
- ]),
- vue.createElementVNode("view", null, [
- vue.createElementVNode(
- "view",
- null,
- "是否扫描:" + vue.toDisplayString(item.scanStatusStr),
- 1
- /* TEXT */
- ),
- vue.createElementVNode(
- "view",
- null,
- "异常:" + vue.toDisplayString(item.errorStatusStr),
- 1
- /* TEXT */
- )
- ])
- ]);
- }),
- 256
- /* UNKEYED_FRAGMENT */
- )) : vue.createCommentVNode("v-if", true),
- vue.createCommentVNode(" 库存品 "),
- vue.unref(orderType) == 2 ? (vue.openBlock(true), vue.createElementBlock(
- vue.Fragment,
- { key: 1 },
- vue.renderList(vue.unref(dataList), (item) => {
- return vue.openBlock(), vue.createElementBlock("view", {
- class: "ite",
- onClick: showsdqs
- }, [
- vue.createElementVNode("view", null, [
- vue.createElementVNode(
- "view",
- null,
- "SKU:" + vue.toDisplayString(item.sku),
- 1
- /* TEXT */
- ),
- vue.createElementVNode(
- "view",
- null,
- "包件号:" + vue.toDisplayString(item.coding),
- 1
- /* TEXT */
- )
- ]),
- vue.createElementVNode("view", null, [
- vue.createElementVNode(
- "view",
- null,
- "物品:" + vue.toDisplayString(item.descriptionGoods),
- 1
- /* TEXT */
- ),
- vue.createElementVNode(
- "view",
- null,
- "规格:" + vue.toDisplayString(item.specification),
- 1
- /* TEXT */
- )
- ]),
- vue.createElementVNode("view", null, [
- vue.createElementVNode(
- "view",
- null,
- "单位:" + vue.toDisplayString(item.cargoUnit),
- 1
- /* TEXT */
- ),
- vue.createElementVNode(
- "view",
- null,
- "扫描:" + vue.toDisplayString(item.scanStatus == 1 ? "未扫描" : item.scanStatus == "" ? "未扫描" : "扫描"),
- 1
- /* TEXT */
- ),
- vue.createCommentVNode(" 规格:{{item.specification}} ")
- ])
- ]);
- }),
- 256
- /* UNKEYED_FRAGMENT */
- )) : vue.createCommentVNode("v-if", true),
- vue.createCommentVNode(" 零担 "),
- vue.unref(orderType) == 3 ? (vue.openBlock(true), vue.createElementBlock(
+ (vue.openBlock(true), vue.createElementBlock(
vue.Fragment,
- { key: 2 },
+ null,
vue.renderList(vue.unref(dataList), (item) => {
- return vue.openBlock(), vue.createElementBlock("view", {
- class: "ite",
- onClick: showsdqs
- }, [
- vue.createElementVNode("view", null, [
- vue.createElementVNode(
- "view",
- null,
- "订单号:" + vue.toDisplayString(item.orderCode),
- 1
- /* TEXT */
- )
- ]),
- vue.createElementVNode("view", null, [
- vue.createElementVNode(
- "view",
- null,
- "物料名称:" + vue.toDisplayString(item.firsts),
- 1
- /* TEXT */
- )
- ]),
- vue.createElementVNode("view", null, [
- vue.createElementVNode(
- "view",
- null,
- "总数:" + vue.toDisplayString(item.quantity),
- 1
- /* TEXT */
- ),
- vue.createElementVNode(
- "view",
- null,
- "剩余数量:" + vue.toDisplayString(item.cargoUnit),
- 1
- /* TEXT */
- ),
- vue.createCommentVNode(" 规格:{{item.specification}} ")
- ])
- ]);
+ return vue.openBlock(), vue.createElementBlock(
+ vue.Fragment,
+ { key: item },
+ [
+ vue.createCommentVNode(" 定制品 "),
+ vue.unref(orderType) == 1 ? (vue.openBlock(), vue.createElementBlock("view", {
+ key: 0,
+ class: "ite",
+ onClick: showsdqs
+ }, [
+ vue.createElementVNode("view", null, [
+ vue.createElementVNode("view", {
+ onClick: vue.withModifiers(($event) => goorderdetail(item), ["stop"])
+ }, "订单号:" + vue.toDisplayString(item.orderCode), 9, ["onClick"]),
+ vue.createElementVNode(
+ "view",
+ null,
+ "包条码:" + vue.toDisplayString(item.orderPackageCode),
+ 1
+ /* TEXT */
+ )
+ ]),
+ vue.createElementVNode("view", null, [
+ vue.createElementVNode(
+ "view",
+ null,
+ "是否扫描:" + vue.toDisplayString(item.scanStatusStr),
+ 1
+ /* TEXT */
+ ),
+ vue.createElementVNode(
+ "view",
+ null,
+ "异常:" + vue.toDisplayString(item.errorStatusStr),
+ 1
+ /* TEXT */
+ )
+ ])
+ ])) : vue.createCommentVNode("v-if", true),
+ vue.createCommentVNode(" 库存品 "),
+ vue.unref(orderType) == 2 ? (vue.openBlock(), vue.createElementBlock("view", {
+ key: 1,
+ class: "ite",
+ onClick: showsdqs
+ }, [
+ vue.createElementVNode("view", null, [
+ vue.createElementVNode(
+ "view",
+ null,
+ "SKU:" + vue.toDisplayString(item.sku),
+ 1
+ /* TEXT */
+ ),
+ vue.createElementVNode(
+ "view",
+ null,
+ "包件号:" + vue.toDisplayString(item.coding),
+ 1
+ /* TEXT */
+ )
+ ]),
+ vue.createElementVNode("view", null, [
+ vue.createElementVNode(
+ "view",
+ null,
+ "物品:" + vue.toDisplayString(item.descriptionGoods),
+ 1
+ /* TEXT */
+ ),
+ vue.createElementVNode(
+ "view",
+ null,
+ "规格:" + vue.toDisplayString(item.specification),
+ 1
+ /* TEXT */
+ )
+ ]),
+ vue.createElementVNode("view", null, [
+ vue.createElementVNode(
+ "view",
+ null,
+ "单位:" + vue.toDisplayString(item.cargoUnit),
+ 1
+ /* TEXT */
+ ),
+ vue.createElementVNode(
+ "view",
+ null,
+ "扫描:" + vue.toDisplayString(item.scanStatus == 1 ? "未扫描" : item.scanStatus == "" ? "未扫描" : "扫描"),
+ 1
+ /* TEXT */
+ ),
+ vue.createCommentVNode(" 规格:{{item.specification}} ")
+ ])
+ ])) : vue.createCommentVNode("v-if", true),
+ vue.createCommentVNode(" 零担 "),
+ vue.unref(orderType) == 3 ? (vue.openBlock(), vue.createElementBlock("view", {
+ key: 2,
+ class: "ite",
+ onClick: ($event) => showsTipsZero(item)
+ }, [
+ vue.createElementVNode("view", null, [
+ vue.createElementVNode(
+ "view",
+ null,
+ "订单号:" + vue.toDisplayString(item.orderCode),
+ 1
+ /* TEXT */
+ )
+ ]),
+ vue.createElementVNode("view", null, [
+ vue.createElementVNode(
+ "view",
+ null,
+ "运单号:" + vue.toDisplayString(item.waybillNumber),
+ 1
+ /* TEXT */
+ )
+ ]),
+ vue.createElementVNode("view", null, [
+ vue.createElementVNode(
+ "view",
+ null,
+ "产品名称:" + vue.toDisplayString(item.firsts),
+ 1
+ /* TEXT */
+ )
+ ]),
+ vue.createElementVNode("view", null, [
+ vue.createElementVNode(
+ "view",
+ null,
+ "预计签收件数:" + vue.toDisplayString(item.reservationQuantity),
+ 1
+ /* TEXT */
+ )
+ ])
+ ], 8, ["onClick"])) : vue.createCommentVNode("v-if", true)
+ ],
+ 64
+ /* STABLE_FRAGMENT */
+ );
}),
- 256
- /* UNKEYED_FRAGMENT */
- )) : vue.createCommentVNode("v-if", true)
+ 128
+ /* KEYED_FRAGMENT */
+ ))
])
]),
vue.createVNode(
@@ -14596,7 +14794,7 @@ This will fail in production if not fixed.`);
onShow(() => {
uni.$on("scancodedate", function(code2) {
if (code2) {
- formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:154", code2);
+ formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:171", code2);
details.scancode = code2;
details.isscan = true;
scandata();
@@ -14651,8 +14849,10 @@ This will fail in production if not fixed.`);
}
details.datalist = response.data.records || [];
if (loadingNub.value != 0 && details.isscan) {
- formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:210", loadingNub.value + "件");
- utils2.ttsspke(loadingNub.value + "件");
+ formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:227", loadingNub.value + "件");
+ setTimeout(() => {
+ utils2.ttsspke(loadingNub.value + "件");
+ }, 1e3);
}
}
function checktype(e) {
@@ -14664,7 +14864,7 @@ This will fail in production if not fixed.`);
if (item.value == e) {
details.schanvalue = item.label;
details.orderType = item.value;
- formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:223", details.schanvalue);
+ formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:242", details.schanvalue);
}
});
}
@@ -14684,9 +14884,10 @@ This will fail in production if not fixed.`);
barcode: details.scancode
};
let res = await deliveryloadingscan(data);
- formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:246", res);
+ formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:265", res);
const { code: code2, audio } = res;
if (code2 === 5e3) {
+ formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:269", 123123);
utils2.ttsspke("不在本次计划, 是否继续装车");
tiplists.value.setdetails({
isshow: true,
@@ -14704,7 +14905,8 @@ This will fail in production if not fixed.`);
barcode: details.scancode
};
const res2 = await postAbnormalTruckLoading(data2);
- formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:270", "res :>> ", res2);
+ formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:290", "res :>> ", res2);
+ tiplists.value.setdetails({ isshow: false });
},
cancel: () => {
tiplists.value.setdetails({ isshow: false });
@@ -14725,12 +14927,11 @@ This will fail in production if not fixed.`);
barcode: details.scancode
};
let res = await deliveryloadinginventory(data);
- formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:292", res);
+ formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:313", res);
}
} catch (err) {
- formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:295", "err :>> ", err);
+ formatAppLog("log", "at pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.vue:316", "err :>> ", err);
} finally {
- tiplists.value.setdetails({ isshow: false });
initpage();
}
}
@@ -14897,149 +15098,164 @@ This will fail in production if not fixed.`);
"scroll-y": "true"
}, [
vue.createElementVNode("view", { class: "mabx" }, [
- vue.unref(orderStatus) == 1 ? (vue.openBlock(true), vue.createElementBlock(
+ (vue.openBlock(true), vue.createElementBlock(
vue.Fragment,
- { key: 0 },
+ null,
vue.renderList(vue.unref(datalist), (item, index2) => {
- return vue.openBlock(), vue.createElementBlock("view", {
- class: "itec",
- onClick: ($event) => checkphon(index2)
- }, [
- vue.createElementVNode("view", { class: "contenbx1" }, [
- vue.createElementVNode("view", null, [
- vue.createElementVNode("text", {
- style: { "color": "#90A0AF" },
- onClick: vue.withModifiers(($event) => goorderdetail(item), ["stop"])
- }, "订单编号:", 8, ["onClick"]),
- vue.createTextVNode(
- vue.toDisplayString(item.orderCode),
- 1
- /* TEXT */
- )
- ])
- ]),
- vue.createElementVNode("view", { class: "contenbx1" }, [
- vue.createElementVNode("view", null, [
- vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "配送数:"),
- vue.createTextVNode(
- vue.toDisplayString(item.reservationNum),
- 1
- /* TEXT */
- )
- ]),
- vue.createElementVNode("view", null, [
- vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "已扫码数:"),
- vue.createTextVNode(
- vue.toDisplayString(item.loadingNub),
- 1
- /* TEXT */
- )
- ])
- ]),
- vue.unref(listcheckindex) == index2 ? (vue.openBlock(), vue.createElementBlock("view", {
- key: 0,
- class: "xialaxz"
- }, [
- (vue.openBlock(true), vue.createElementBlock(
- vue.Fragment,
- null,
- vue.renderList(item.distributionAppParcelListVOS, (ite) => {
- return vue.openBlock(), vue.createElementBlock("view", null, [
- vue.createElementVNode(
- "view",
- null,
- "包条码:" + vue.toDisplayString(ite.orderPackageCode),
+ return vue.openBlock(), vue.createElementBlock(
+ vue.Fragment,
+ { key: item },
+ [
+ vue.unref(orderStatus) == 1 ? (vue.openBlock(), vue.createElementBlock("view", {
+ key: 0,
+ class: "itec",
+ onClick: ($event) => checkphon(index2)
+ }, [
+ vue.createElementVNode("view", { class: "contenbx1" }, [
+ vue.createElementVNode("view", null, [
+ vue.createElementVNode("text", {
+ style: { "color": "#90A0AF" },
+ onClick: vue.withModifiers(($event) => goorderdetail(item), ["stop"])
+ }, "订单编号:", 8, ["onClick"]),
+ vue.createTextVNode(
+ vue.toDisplayString(item.orderCode),
1
/* TEXT */
- ),
- vue.createElementVNode(
- "view",
- null,
- "货物品类:" + vue.toDisplayString(ite.thirdProduct),
+ )
+ ])
+ ]),
+ vue.createElementVNode("view", { class: "contenbx1" }, [
+ vue.createElementVNode("view", null, [
+ vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "配送数:"),
+ vue.createTextVNode(
+ vue.toDisplayString(item.reservationNum),
1
/* TEXT */
- ),
- vue.createElementVNode(
- "view",
- null,
- "扫描状态:" + vue.toDisplayString(ite.isScan ? ite.isScan : "未扫"),
+ )
+ ]),
+ vue.createElementVNode("view", null, [
+ vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "已扫码数:"),
+ vue.createTextVNode(
+ vue.toDisplayString(item.loadingNub),
1
/* TEXT */
)
- ]);
- }),
- 256
- /* UNKEYED_FRAGMENT */
- ))
- ])) : vue.createCommentVNode("v-if", true),
- item.complete ? (vue.openBlock(), vue.createElementBlock(
- "view",
- {
+ ])
+ ]),
+ vue.unref(listcheckindex) == index2 ? (vue.openBlock(), vue.createElementBlock("view", {
+ key: 0,
+ class: "xialaxz"
+ }, [
+ (vue.openBlock(true), vue.createElementBlock(
+ vue.Fragment,
+ null,
+ vue.renderList(item.distributionAppParcelListVOS, (ite) => {
+ return vue.openBlock(), vue.createElementBlock("view", null, [
+ vue.createElementVNode(
+ "view",
+ null,
+ "包条码:" + vue.toDisplayString(ite.orderPackageCode),
+ 1
+ /* TEXT */
+ ),
+ vue.createElementVNode(
+ "view",
+ null,
+ "货物品类:" + vue.toDisplayString(ite.thirdProduct),
+ 1
+ /* TEXT */
+ ),
+ vue.createElementVNode(
+ "view",
+ null,
+ "扫描状态:" + vue.toDisplayString(ite.isScan ? ite.isScan : "未扫"),
+ 1
+ /* TEXT */
+ )
+ ]);
+ }),
+ 256
+ /* UNKEYED_FRAGMENT */
+ ))
+ ])) : vue.createCommentVNode("v-if", true),
+ item.complete ? (vue.openBlock(), vue.createElementBlock(
+ "view",
+ {
+ key: 1,
+ class: vue.normalizeClass(item.completecode == 3 ? "tip tp1" : item.completecode == 1 ? "tip tp2" : "tip tp3")
+ },
+ vue.toDisplayString(item.complete),
+ 3
+ /* TEXT, CLASS */
+ )) : vue.createCommentVNode("v-if", true),
+ vue.createCommentVNode(" 当有异常状态时, 显示异常状态 "),
+ item.isHaveAbnormalPackageName ? (vue.openBlock(), vue.createElementBlock("view", {
+ key: 2,
+ class: "abnormalStyleContainer"
+ }, [
+ vue.createElementVNode(
+ "view",
+ { class: "abnormalStyle" },
+ vue.toDisplayString(item.isHaveAbnormalPackageName),
+ 1
+ /* TEXT */
+ )
+ ])) : vue.createCommentVNode("v-if", true)
+ ], 8, ["onClick"])) : vue.createCommentVNode("v-if", true),
+ vue.unref(orderStatus) == 2 ? (vue.openBlock(), vue.createElementBlock("view", {
key: 1,
- class: vue.normalizeClass(item.completecode == 3 ? "tip tp1" : item.completecode == 1 ? "tip tp2" : "tip tp3")
- },
- vue.toDisplayString(item.complete),
- 3
- /* TEXT, CLASS */
- )) : vue.createCommentVNode("v-if", true)
- ], 8, ["onClick"]);
- }),
- 256
- /* UNKEYED_FRAGMENT */
- )) : vue.createCommentVNode("v-if", true),
- vue.unref(orderStatus) == 2 ? (vue.openBlock(true), vue.createElementBlock(
- vue.Fragment,
- { key: 1 },
- vue.renderList(vue.unref(datalist), (item, index2) => {
- return vue.openBlock(), vue.createElementBlock("view", {
- class: "itec",
- onClick: ($event) => checkphon(index2)
- }, [
- vue.createElementVNode("view", { class: "contenbx1" }, [
- vue.createElementVNode("view", null, [
- vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "SKU:"),
- vue.createTextVNode(
- vue.toDisplayString(item.sku),
- 1
- /* TEXT */
- )
- ])
- ]),
- vue.createElementVNode("view", { class: "contenbx1" }, [
- vue.createElementVNode("view", null, [
- vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "物品:"),
- vue.createTextVNode(
- vue.toDisplayString(item.descriptionGoods),
- 1
- /* TEXT */
- )
- ]),
- vue.createElementVNode("view", null, [
- vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "规格:"),
- vue.createTextVNode(
- vue.toDisplayString(item.specification),
- 1
- /* TEXT */
- )
- ])
- ]),
- vue.createElementVNode("view", { class: "contenbx1" }, [
- vue.createElementVNode("view", null, [
- vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "单位:"),
- vue.createTextVNode(
- vue.toDisplayString(item.logpmUnit),
- 1
- /* TEXT */
- )
- ]),
- vue.createCommentVNode(' 签收:{{item.signforNub}} ')
- ]),
- vue.createCommentVNode(` {{item.complete}} `)
- ], 8, ["onClick"]);
+ class: "itec",
+ onClick: ($event) => checkphon(index2)
+ }, [
+ vue.createElementVNode("view", { class: "contenbx1" }, [
+ vue.createElementVNode("view", null, [
+ vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "SKU:"),
+ vue.createTextVNode(
+ vue.toDisplayString(item.sku),
+ 1
+ /* TEXT */
+ )
+ ])
+ ]),
+ vue.createElementVNode("view", { class: "contenbx1" }, [
+ vue.createElementVNode("view", null, [
+ vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "物品:"),
+ vue.createTextVNode(
+ vue.toDisplayString(item.descriptionGoods),
+ 1
+ /* TEXT */
+ )
+ ]),
+ vue.createElementVNode("view", null, [
+ vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "规格:"),
+ vue.createTextVNode(
+ vue.toDisplayString(item.specification),
+ 1
+ /* TEXT */
+ )
+ ])
+ ]),
+ vue.createElementVNode("view", { class: "contenbx1" }, [
+ vue.createElementVNode("view", null, [
+ vue.createElementVNode("text", { style: { "color": "#90A0AF" } }, "单位:"),
+ vue.createTextVNode(
+ vue.toDisplayString(item.logpmUnit),
+ 1
+ /* TEXT */
+ )
+ ]),
+ vue.createCommentVNode(' 签收:{{item.signforNub}} ')
+ ]),
+ vue.createCommentVNode(` {{item.complete}} `)
+ ], 8, ["onClick"])) : vue.createCommentVNode("v-if", true)
+ ],
+ 64
+ /* STABLE_FRAGMENT */
+ );
}),
- 256
- /* UNKEYED_FRAGMENT */
- )) : vue.createCommentVNode("v-if", true)
+ 128
+ /* KEYED_FRAGMENT */
+ ))
])
]),
vue.createVNode(
@@ -18129,7 +18345,8 @@ This will fail in production if not fixed.`);
onLoad((op) => {
details.trayCode = op.trayCode;
details.trayType = op.trayType;
- utils.ttsspke("当前打托方式为" + op.pageName);
+ if (op.pageName)
+ utils.ttsspke("当前打托方式为" + op.pageName);
formatAppLog("log", "at pagesHome/pages/OrderSortingDetail/OrderSortingDetail.vue:118", "details.trayType :>> ", details.trayType);
if (!op.trayType) {
uni.showToast({
@@ -18182,7 +18399,6 @@ This will fail in production if not fixed.`);
});
}
async function initlist() {
- var _a, _b;
let data = {
trayCode: details.trayCode
};
@@ -18199,21 +18415,22 @@ This will fail in production if not fixed.`);
}
});
}
- if (((_a = details == null ? void 0 : details.detauser) == null ? void 0 : _a.trayNum) && ((_b = details == null ? void 0 : details.detauser) == null ? void 0 : _b.trayNum) > 0 && details.iscan) {
- utils.ttsspke("托盘件数" + details.detauser.trayNum + "件");
- }
}
+ return res;
}
async function scandata() {
+ var _a, _b;
let data = {
trayType: details.trayType,
trayCode: details.trayCode,
orderPackageCode: details.scancode
};
let response = await warehouseTrayTypeorderScanOrderPackageCode(data);
- formatAppLog("log", "at pagesHome/pages/OrderSortingDetail/OrderSortingDetail.vue:220", response);
- initlist();
- utils.ttsspke("");
+ formatAppLog("log", "at pagesHome/pages/OrderSortingDetail/OrderSortingDetail.vue:219", response);
+ await initlist();
+ if (((_a = details == null ? void 0 : details.detauser) == null ? void 0 : _a.trayNum) && ((_b = details == null ? void 0 : details.detauser) == null ? void 0 : _b.trayNum) > 0) {
+ utils.ttsspke(details.detauser.trayNum + "件");
+ }
}
const { datelist, detauser } = vue.toRefs(details);
return (_ctx, _cache) => {
@@ -18415,7 +18632,6 @@ This will fail in production if not fixed.`);
let typelist = vue.ref([]);
let pageType = vue.ref("");
let trayCode = vue.ref("");
- utils.ttsspke("请进行服务号/订单自编码/商场/客户/仓库/门店/其它分拣");
onLoad((op) => {
pageType.value = op.type;
trayCode.value = op.trayCode;
@@ -18430,6 +18646,7 @@ This will fail in production if not fixed.`);
{ type: 7, name: "其他", src: "/pagesHome/static/scicon7.png" }
];
let trayCodeTypearr = uni.getStorageSync("trayCodeType");
+ utils.ttsspke("请进行服务号/订单自编码/商场/客户/仓库/门店/其它分拣");
formatAppLog("log", "at pagesHome/pages/ScanSortingType/ScanSortingType.vue:45", trayCodeTypearr);
trayCodeTypearr.map((item, index2) => {
typelist.value.map((ite, inde) => {
@@ -18443,8 +18660,9 @@ This will fail in production if not fixed.`);
{ type: 1, name: "运单号", src: "/pagesHome/static/scicon1.png" },
{ type: 2, name: "订单自编码", src: "/pagesHome/static/scicon2.png" }
];
+ utils.ttsspke("请进行运单号/订单自编码分拣");
let trayCodeTypearr = uni.getStorageSync("trayCodeType");
- formatAppLog("log", "at pagesHome/pages/ScanSortingType/ScanSortingType.vue:59", trayCodeTypearr);
+ formatAppLog("log", "at pagesHome/pages/ScanSortingType/ScanSortingType.vue:60", trayCodeTypearr);
trayCodeTypearr.map((item, index2) => {
typelist.value.map((ite, inde) => {
if (item.dictValue == ite.name) {
@@ -18453,15 +18671,15 @@ This will fail in production if not fixed.`);
});
});
}
- formatAppLog("log", "at pagesHome/pages/ScanSortingType/ScanSortingType.vue:68", typelist.value);
+ formatAppLog("log", "at pagesHome/pages/ScanSortingType/ScanSortingType.vue:69", typelist.value);
});
function gotourl(item) {
let url2 = "";
- formatAppLog("log", "at pagesHome/pages/ScanSortingType/ScanSortingType.vue:72", "item>>>>>>>", item);
+ formatAppLog("log", "at pagesHome/pages/ScanSortingType/ScanSortingType.vue:73", "item>>>>>>>", item);
if (Number(pageType.value) == 1) {
url2 = "/pagesHome/pages/OrderSortingDetail/OrderSortingDetail?trayCode=" + trayCode.value + "&trayType=" + item.dictKey + "&pageName=" + item.name;
} else if (Number(pageType.value) == 2) {
- url2 = "/pagesHome/pages/PeopleSortingDetail/PeopleSortingDetail?trayCode=" + trayCode.value + "&trayType=" + item.dictKey;
+ url2 = "/pagesHome/pages/PeopleSortingDetail/PeopleSortingDetail?trayCode=" + trayCode.value + "&trayType=" + item.dictKey + "&pageName=" + item.name;
}
uni.redirectTo({
url: url2
@@ -18566,6 +18784,8 @@ This will fail in production if not fixed.`);
onLoad((op) => {
details.trayCode = op.trayCode;
details.trayType = op.trayType;
+ if (op.pageName)
+ utils.ttsspke(`当前打托方式为${op.pageName}`);
if (!op.trayType) {
uni.showToast({
title: "获取打托方式出错",
@@ -18573,7 +18793,7 @@ This will fail in production if not fixed.`);
});
}
let trayCodeTypearr = uni.getStorageSync("trayCodeType");
- formatAppLog("log", "at pagesHome/pages/PeopleSortingDetail/PeopleSortingDetail.vue:201", "trayCodeTypearr :>> ", trayCodeTypearr);
+ formatAppLog("log", "at pagesHome/pages/PeopleSortingDetail/PeopleSortingDetail.vue:203", "trayCodeTypearr :>> ", trayCodeTypearr);
trayCodeTypearr.map((item) => {
if (item.dictKey == details.trayType) {
details.trayCodevalue = item.dictValue;
@@ -18582,7 +18802,7 @@ This will fail in production if not fixed.`);
initpage();
uni.$on("scancodedate", function(code2) {
if (code2) {
- formatAppLog("log", "at pagesHome/pages/PeopleSortingDetail/PeopleSortingDetail.vue:210", code2);
+ formatAppLog("log", "at pagesHome/pages/PeopleSortingDetail/PeopleSortingDetail.vue:212", code2);
details.scancode = code2;
}
});
@@ -18605,7 +18825,7 @@ This will fail in production if not fixed.`);
waybillCode: details.waybillCode
};
let response = await warehouseTrayTypegetZeroOrderByWaybillCode(data);
- formatAppLog("log", "at pagesHome/pages/PeopleSortingDetail/PeopleSortingDetail.vue:239", response);
+ formatAppLog("log", "at pagesHome/pages/PeopleSortingDetail/PeopleSortingDetail.vue:241", response);
details.codelist = response.data;
details.codelist.map((item) => {
item["number"] = 0;
@@ -20270,7 +20490,7 @@ This will fail in production if not fixed.`);
onShow(() => {
uni.$on("scancodedate", function(code2) {
if (code2) {
- formatAppLog("log", "at pagesHome/pages/lnventorysortinglist/lnventorysortinglist.vue:186", code2);
+ formatAppLog("log", "at pagesHome/pages/lnventorysortinglist/lnventorysortinglist.vue:184", code2);
details.scancode = code2;
scandata();
}
@@ -20335,11 +20555,11 @@ This will fail in production if not fixed.`);
} else if (details.pageType == 2) {
res = await warehouseTrayTypestockNoDataPageList(submitData);
}
- formatAppLog("log", "at pagesHome/pages/lnventorysortinglist/lnventorysortinglist.vue:293", "res :>> ", res);
+ formatAppLog("log", "at pagesHome/pages/lnventorysortinglist/lnventorysortinglist.vue:291", "res :>> ", res);
const { code: code2, data } = res;
if (code2 === 200 && data)
details.datelist = [...details.datelist, ...data.records];
- formatAppLog("log", "at pagesHome/pages/lnventorysortinglist/lnventorysortinglist.vue:296", "details.datelist :>> ", details.datelist);
+ formatAppLog("log", "at pagesHome/pages/lnventorysortinglist/lnventorysortinglist.vue:294", "details.datelist :>> ", details.datelist);
if (res.data.records.length < details.pageSize || details.pageNum >= res.pages) {
uni.showToast({
title: "已经到底了",
@@ -20364,7 +20584,7 @@ This will fail in production if not fixed.`);
details.show = !details.show;
}
function onConfirm(e) {
- formatAppLog("log", "at pagesHome/pages/lnventorysortinglist/lnventorysortinglist.vue:331", e);
+ formatAppLog("log", "at pagesHome/pages/lnventorysortinglist/lnventorysortinglist.vue:329", e);
date2.value[0] = e.startDate;
date2.value[1] = e.endDate;
details.datatime = date2.value[0] + " 至 " + date2.value[1];
@@ -21098,7 +21318,8 @@ This will fail in production if not fixed.`);
});
onLoad((op) => {
details.upshelfScanType = op.type;
- utils2.ttsspke(`当前上架方式为${op.pageName},请先扫描库位码`);
+ if (op.pageName)
+ utils2.ttsspke(`当前上架方式为${op.pageName},请先扫描库位码`);
});
onShow(() => {
uni.$on("scancodedate", function(code2) {
@@ -21114,6 +21335,11 @@ This will fail in production if not fixed.`);
});
onPullDownRefresh(() => {
setTimeout(() => {
+ details.allocationId = "";
+ details.reqobj = [];
+ details.renderList = [];
+ details.datalist = [];
+ details.uplistarr = [];
uni.stopPullDownRefresh();
}, 1e3);
});
@@ -21124,7 +21350,7 @@ This will fail in production if not fixed.`);
allocationId: details.scancode
};
let res = await warehouseUpdownTypeupShelfScanAllocation(data);
- formatAppLog("log", "at pagesHome/pages/ScanUp/ScanUp.vue:269", res);
+ formatAppLog("log", "at pagesHome/pages/ScanUp/ScanUp.vue:275", res);
if (res.code == 200) {
details.reqobj = res.data;
details.allocationId = res.data.allocationId;
@@ -21137,44 +21363,12 @@ This will fail in production if not fixed.`);
}
} else {
if (Number(details.upshelfScanType) == 4 && details.reqobj.trayCode) {
- tip.value.setdetails({
- title: "提示",
- content: "该库位已绑托盘",
- confirmTxt: "确认",
- isshow: true,
- isshowcancel: true,
- success: () => {
- tip.value.setisshow(false);
- },
- cancel: () => {
- tip.value.setisshow(false);
- },
- close: () => {
- tip.value.setisshow(false);
- }
- });
utils2.ttsspke("该库位已绑托盘");
return;
}
if (details.upshelfScanType === "3") {
const flag2 = details.uplistarr.findIndex((val) => val.orderPackageCode === details.scancode);
if (flag2 !== -1) {
- tip.value.setdetails({
- title: "提示",
- content: "重复扫描包件",
- confirmTxt: "确认",
- isshow: true,
- isshowcancel: true,
- success: () => {
- tip.value.setisshow(false);
- },
- cancel: () => {
- tip.value.setisshow(false);
- },
- close: () => {
- tip.value.setisshow(false);
- }
- });
utils2.ttsspke("包件重复扫描");
return;
}
@@ -21184,11 +21378,17 @@ This will fail in production if not fixed.`);
code: details.scancode
};
let res = await warehouseUpdownTypeupShelfScanGoods(data);
- formatAppLog("log", "at pagesHome/pages/ScanUp/ScanUp.vue:333", res);
+ formatAppLog("log", "at pagesHome/pages/ScanUp/ScanUp.vue:307", "res>>>>>", res);
if (res.code == 200) {
details.uplistarr = details.uplistarr.concat(res.data);
+ if (details.upshelfScanType === "4")
+ utils2.ttsspke(details.uplistarr.reduce((curr, item) => curr + item.shelfNum, 0) + "件");
+ else
+ utils2.ttsspke(details.uplistarr.length + "件");
if (details.checkstate === 1)
return details.renderList = details.uplistarr;
+ } else if (res.code === 3001 && res.audio) {
+ utils2.ttsspke(res.audio);
}
}
}
@@ -21200,7 +21400,32 @@ This will fail in production if not fixed.`);
});
}
function uplist() {
- utils2.ttsspke(`待上架${uplistarr.value.length}件, 是否进行上架`);
+ if (details.uplistarr.length == 0) {
+ let content = "";
+ let msg = "";
+ if (details.allocationId === "") {
+ content = "请先扫描库位";
+ msg = "请先扫描库位";
+ } else if (Number(details.upshelfScanType) == 4) {
+ content = "请先扫描托盘码";
+ msg = "请先扫描托盘码";
+ } else {
+ content = "请先扫描包件数据";
+ msg = "请先扫描包件";
+ }
+ uni.showToast({
+ title: content,
+ icon: "none"
+ });
+ utils2.ttsspke(msg);
+ return;
+ }
+ let _totalShelfNum = 0;
+ if (details.upshelfScanType === "3")
+ _totalShelfNum = uplistarr.value.length;
+ if (details.upshelfScanType === "4")
+ _totalShelfNum = uplistarr.value.reduce((curr, item) => curr + item.shelfNum, 0);
+ utils2.ttsspke(`待上架${_totalShelfNum}件, 是否进行上架`);
tip.value.setdetails({
title: "提示",
content: "确认上架?",
@@ -21208,33 +21433,6 @@ This will fail in production if not fixed.`);
isshow: true,
isshowcancel: true,
success: async () => {
- if (details.uplistarr.length == 0) {
- let content = "";
- if (Number(details.upshelfScanType) == 4) {
- utils2.ttsspke("请先扫描托盘码");
- content = "请先扫描托盘码";
- } else {
- utils2.ttsspke("请先扫描包件数据");
- content = "请先扫描包件数据";
- }
- tip.value.setdetails({
- title: "警告",
- content,
- confirmTxt: "确认",
- isshow: true,
- isshowcancel: true,
- success: () => {
- tip.value.setisshow(false);
- },
- cancel: () => {
- tip.value.setisshow(false);
- },
- close: () => {
- tip.value.setisshow(false);
- }
- });
- return;
- }
let res = null;
uni.showLoading({
mask: true,
@@ -21260,10 +21458,10 @@ This will fail in production if not fixed.`);
res = await warehouseUpdownTypeupShelfTray(data);
}
if (res.code == 200) {
- utils2.ttsspke(`成功上架${uplistarr.value.length}件`);
details.uplistarr = [];
details.scancode = details.allocationId;
details.allocationId = "";
+ details.renderList = [];
scandata();
}
uni.hideLoading();
@@ -22569,7 +22767,8 @@ This will fail in production if not fixed.`);
onLoad((op) => {
details.pageName = op.pageName;
details.upshelfScanType = op.type;
- utils.ttsspke(`当前上架方式为 ${op.pageName}, 请扫描货位`);
+ if (op.pageName)
+ utils.ttsspke(`当前上架方式为 ${op.pageName}, 请扫描货位`);
initmarke();
});
onShow(() => {
@@ -22714,7 +22913,28 @@ This will fail in production if not fixed.`);
}
}
function uplist() {
- utils.ttsspke(`当前待上架${details.uplistarr.length}件, 是否进行上架`);
+ if (details.uplistarr.length == 0) {
+ let content = "";
+ let msg = "";
+ if (details.allocationId === "") {
+ content = "请先扫描库位";
+ msg = "请先扫描库位";
+ } else if (Number(details.upshelfScanType) == 4) {
+ content = "请先扫描托盘码";
+ msg = "请先扫描托盘码";
+ } else {
+ content = "请先扫描包件数据";
+ msg = "请先扫描包件";
+ }
+ uni.showToast({
+ title: content,
+ icon: "none"
+ });
+ utils.ttsspke(msg);
+ return;
+ }
+ const _totalShelfNum = uplistarr.value.reduce((curr, item) => curr + item.shelfNum, 0);
+ utils.ttsspke(`当前待上架${_totalShelfNum}件, 是否进行上架`);
tip.value.setdetails({
title: "提示",
content: "确认上架?",
@@ -22722,31 +22942,6 @@ This will fail in production if not fixed.`);
isshow: true,
isshowcancel: true,
success: async () => {
- if (details.uplistarr.length == 0) {
- let content = "";
- if (Number(details.upshelfScanType) == 4) {
- content = "请先扫描托盘码";
- } else {
- content = "请先扫描包件数据";
- }
- tip.value.setdetails({
- title: "警告",
- content,
- confirmTxt: "确认",
- isshow: true,
- isshowcancel: true,
- success: () => {
- tip.value.setisshow(false);
- },
- cancel: () => {
- tip.value.setisshow(false);
- },
- close: () => {
- tip.value.setisshow(false);
- }
- });
- return;
- }
uni.showLoading({
mask: true,
title: "上架中"
@@ -24693,6 +24888,8 @@ This will fail in production if not fixed.`);
utils.ttsspke(`当前下架方式为${op.pageName}, 请录入订单号或运单号`);
}
await initmarke();
+ });
+ onShow(() => {
uni.$on("scancodedate", function(code2) {
if (code2) {
details.scancode = code2;
@@ -24700,6 +24897,9 @@ This will fail in production if not fixed.`);
}
});
});
+ onHide(() => {
+ uni.$off("scancodedate");
+ });
function backun() {
uni.navigateBack();
}
@@ -24713,7 +24913,7 @@ This will fail in production if not fixed.`);
warehouseCode: "LQ"
};
let res = await warehouseTrayTypefindAllMarket(data);
- formatAppLog("log", "at pagesHome/pages/DownGoods/DownGoods.vue:350", res.data);
+ formatAppLog("log", "at pagesHome/pages/DownGoods/DownGoods.vue:358", res.data);
details.Marketlist = res.data;
}
vue.watchEffect(() => {
@@ -24813,7 +25013,7 @@ This will fail in production if not fixed.`);
data = {
allocationId: details.resdata.allocationId
};
- res = await warehouseUpdownTypeupShelfScanAllocation(data);
+ res = await warehouseUpdownTypedownDownAllocation(data);
break;
case 3:
list = [];
@@ -24859,7 +25059,14 @@ This will fail in production if not fixed.`);
res = await warehouseUpdownTypedownZeroOrder(data);
break;
}
+ formatAppLog("log", "at pagesHome/pages/DownGoods/DownGoods.vue:511", "res :>> ", res);
+ uni.hideLoading();
if (res.code == 200) {
+ uni.showToast({
+ title: res.msg,
+ icon: "none"
+ });
+ utils.ttsspke(res.msg);
details.checkdatalist = [];
details.datalist = [];
details.codelist = [];
@@ -24872,7 +25079,6 @@ This will fail in production if not fixed.`);
title: "下架失败"
});
}
- uni.hideLoading();
}
function checkite(item) {
if (details.checkdatalist.indexOf(item) == -1) {
@@ -25201,7 +25407,7 @@ This will fail in production if not fixed.`);
{
"scroll-y": "true",
class: "scvorder",
- style: vue.normalizeStyle({ "--height": vue.unref(pageType) == "1" ? "60vh" : vue.unref(pageType) == "2" ? "77vh" : "65vh" })
+ style: vue.normalizeStyle({ "--height": vue.unref(pageType) == "1" ? "60vh" : vue.unref(pageType) == "2" ? "60vh" : "65vh" })
},
[
details.pageType != 2 && details.pageType != 1 ? (vue.openBlock(true), vue.createElementBlock(
@@ -26784,7 +26990,8 @@ This will fail in production if not fixed.`);
});
onLoad((op) => {
details.pagetype = op.type;
- utils.ttsspke(`当前移库方式为${op.pageName}, 请先扫描要移动的库位,再扫描目标库位`);
+ if (op.pageName)
+ utils.ttsspke(`当前移库方式为${op.pageName}, 请先扫描要移动的库位,再扫描目标库位`);
});
onHide(() => {
uni.$off("scancodedate");
@@ -29119,9 +29326,8 @@ This will fail in production if not fixed.`);
type: 2,
barcode: details.scancode
};
- data.barcode = "HTLQ000019";
let res = await deliveryloadingscan(data);
- formatAppLog("log", "at pagesHome/pages/CustomerTrayDetails/CustomerTrayDetails.vue:230", "res", res);
+ formatAppLog("log", "at pagesHome/pages/CustomerTrayDetails/CustomerTrayDetails.vue:229", "res", res);
const { code: code2 } = res;
if (code2 === 3001 || code2 === 200)
utils2.ttsspke(res.audio);
@@ -37651,12 +37857,12 @@ This will fail in production if not fixed.`);
uni.chooseImage({
count: details.maximglength,
success: async (chooseImageRes) => {
- formatAppLog("log", "at compoment/tiplist/tiplist.vue:291", "chooseImageRes >>>>>>>>", chooseImageRes);
+ formatAppLog("log", "at compoment/tiplist/tiplist.vue:288", "chooseImageRes >>>>>>>>", chooseImageRes);
const tempFilePaths = chooseImageRes.tempFilePaths;
tempFilePaths.map(async (item) => {
- formatAppLog("log", "at compoment/tiplist/tiplist.vue:295", 1232131231);
+ formatAppLog("log", "at compoment/tiplist/tiplist.vue:292", 1232131231);
let url2 = await api.upfile(item);
- formatAppLog("log", "at compoment/tiplist/tiplist.vue:297", "url :>> ", url2);
+ formatAppLog("log", "at compoment/tiplist/tiplist.vue:294", "url :>> ", url2);
details.imglist[index2].imgList.push({ urlRoute: url2.link, type, name: url2.originalName });
});
}
@@ -37702,7 +37908,7 @@ This will fail in production if not fixed.`);
clearTimeout(isInputN);
isInputN = setTimeout(() => {
const maxNum = details.list[0].value - details.checkSectionList.reduce((curr, val) => curr + parseInt(val.value), 0) + parseInt(item.value);
- formatAppLog("log", "at compoment/tiplist/tiplist.vue:362", "maxNum :>> ", maxNum);
+ formatAppLog("log", "at compoment/tiplist/tiplist.vue:359", "maxNum :>> ", maxNum);
item.value = parseInt(item.value);
if (item.value <= 0 || isNaN(item.value))
item.value = 0;
@@ -37725,8 +37931,8 @@ This will fail in production if not fixed.`);
}
function handleshowMarket() {
details.showMarketList = !details.showMarketList;
- formatAppLog("log", "at compoment/tiplist/tiplist.vue:384", "123 :>> ", 123);
- formatAppLog("log", "at compoment/tiplist/tiplist.vue:385", "details.showMarketList :>> ", details.showMarketList);
+ formatAppLog("log", "at compoment/tiplist/tiplist.vue:381", "123 :>> ", 123);
+ formatAppLog("log", "at compoment/tiplist/tiplist.vue:382", "details.showMarketList :>> ", details.showMarketList);
}
let _atn = null;
function searchStock() {
@@ -37734,7 +37940,7 @@ This will fail in production if not fixed.`);
clearTimeout(_atn);
_atn = setTimeout(async () => {
const res = await postqueryfindMaterialList({ materialCode: details.upform.stock.materialName });
- formatAppLog("log", "at compoment/tiplist/tiplist.vue:393", "res :>> ", res);
+ formatAppLog("log", "at compoment/tiplist/tiplist.vue:390", "res :>> ", res);
const { code: code2 } = res;
if (code2 === 200)
details.materialName = res.data;
@@ -37748,7 +37954,6 @@ This will fail in production if not fixed.`);
expose({ setdetails });
const { isonecheck, checklength, imglist, inputtext, checklist, list, isshow, tipstate, title, isshowcancel, placeholder, confirmTxt, cancelTxt, showPreviewPicture, ImagesRequiredFields, maximglength, inpList } = vue.toRefs(details);
return (_ctx, _cache) => {
- const _component_up_input = vue.resolveComponent("up-input");
return vue.openBlock(), vue.createElementBlock(
vue.Fragment,
null,
@@ -37951,16 +38156,7 @@ This will fail in production if not fixed.`);
vue.toDisplayString(item.value),
1
/* TEXT */
- )) : (vue.openBlock(), vue.createBlock(_component_up_input, {
- key: 2,
- placeholder: item.placeholder,
- border: "surround",
- disabled: item.disabled,
- type: item.type,
- modelValue: item.value,
- "onUpdate:modelValue": ($event) => item.value = $event,
- clearable: ""
- }, null, 8, ["placeholder", "disabled", "type", "modelValue", "onUpdate:modelValue"]))
+ )) : vue.createCommentVNode("v-if", true)
])
], 8, ["onClick"]);
}),
diff --git a/unpackage/dist/dev/app-plus/app.css b/unpackage/dist/dev/app-plus/app.css
index 73a080a..d215993 100644
--- a/unpackage/dist/dev/app-plus/app.css
+++ b/unpackage/dist/dev/app-plus/app.css
@@ -745,7 +745,7 @@ body {
}
.modtips .scvboxs[data-v-a3a2f036] {
width: 100%;
- height: 15.625rem;
+ max-height: 15.625rem;
}
.modtips .imgbx[data-v-a3a2f036] {
width: 17.1875rem;
@@ -881,16 +881,20 @@ body {
.inpNumList > uni-view[data-v-a3a2f036] {
margin-bottom: 0.3125rem;
}
+.inpNumList[data-v-a3a2f036]:last-child {
+ border-bottom: 0px;
+}
.inpNumList .inpNum-value[data-v-a3a2f036] {
display: flex;
align-items: center;
justify-content: space-between;
}
.inpNumList .inpNum-value .inpNum[data-v-a3a2f036] {
- margin-left: 0.625rem;
+ margin-left: 0.3125rem;
flex: 1;
- padding: 0 0.3125rem;
- border: 0.03125rem solid #000;
+ padding: 0.15625rem 0.3125rem;
+ border: 0.03125rem solid #afafaf;
+ border-radius: 0.3125rem;
}
.inputNum[data-v-92b65ffd]{
diff --git a/unpackage/dist/dev/app-plus/manifest.json b/unpackage/dist/dev/app-plus/manifest.json
index e97cc96..3a75368 100644
--- a/unpackage/dist/dev/app-plus/manifest.json
+++ b/unpackage/dist/dev/app-plus/manifest.json
@@ -7,8 +7,8 @@
"id": "__UNI__EB22F37",
"name": "货无忧",
"version": {
- "name": "1.0.9",
- "code": 109
+ "name": "1.0.11",
+ "code": 1011
},
"description": "",
"developer": {
diff --git a/unpackage/dist/dev/app-plus/pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.css b/unpackage/dist/dev/app-plus/pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.css
index 8fce7b3..84019b8 100644
--- a/unpackage/dist/dev/app-plus/pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.css
+++ b/unpackage/dist/dev/app-plus/pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails.css
@@ -487,6 +487,7 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
box-sizing: border-box;
position: relative;
margin-bottom: 0.625rem;
+ overflow: hidden;
}
.scve .mabx > .itec:nth-last-child(1) {
margin-bottom: 0;
@@ -605,4 +606,25 @@ uni-view[data-v-f631659b], uni-scroll-view[data-v-f631659b], uni-swiper-item[dat
font-weight: 400;
color: #092C4D;
margin-top: 0.625rem;
+}
+.abnormalStyleContainer {
+ top: -0.625rem;
+ left: -0.625rem;
+ position: absolute;
+ padding: 0.3125rem;
+ border: 0.03125rem solid #f8544b;
+ border-radius: 50%;
+}
+.abnormalStyle {
+ font-size: 0.875rem;
+ height: 2.5rem;
+ width: 2.5rem;
+ display: flex;
+ align-items: center;
+ text-align: center;
+ color: #f8544b;
+ padding: 0.3125rem;
+ border-radius: 50%;
+ border: 0.03125rem solid #f8544b;
+ opacity: 0.6;
}
\ No newline at end of file