5d62f0a16c8475aff2103f476fe827ec3e16046c..e9ae77e42ca35e30de229663a72ca899aaf9046e
7 天以前 zhang
123
e9ae77 对比 | 目录
7 天以前 zhang
出库异常时,提示优化
0de302 对比 | 目录
5个文件已修改
17个文件已删除
75 ■■■■ 已修改文件
manifest.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/comOrder/checkOut.vue 17 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/orderOut/orderCheck.vue 22 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/orderOut/orderCheck_2.vue 17 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/processOrder/orderCheck.vue 17 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/res/icons/1024x1024.png 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/res/icons/120x120.png 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/res/icons/144x144.png 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/res/icons/152x152.png 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/res/icons/167x167.png 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/res/icons/180x180.png 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/res/icons/192x192.png 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/res/icons/20x20.png 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/res/icons/29x29.png 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/res/icons/40x40.png 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/res/icons/58x58.png 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/res/icons/60x60.png 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/res/icons/72x72.png 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/res/icons/76x76.png 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/res/icons/80x80.png 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/res/icons/87x87.png 补丁 | 查看 | 原始文档 | blame | 历史
unpackage/res/icons/96x96.png 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json
@@ -2,7 +2,7 @@
    "name" : "中扬WMS",
    "appid" : "__UNI__DA5854D",
    "description" : "",
    "versionName" : "20250324A",
    "versionName" : "20250530A",
    "versionCode" : 146,
    "transformPx" : false,
    /* 5+App特有相关 */
pages/phyz/comOrder/checkOut.vue
@@ -123,10 +123,19 @@
                    if (k == item) flag = true 
                }
                if(!flag) {
                    uni.showToast({ title: '当前站点存在工作档无法使用,已复位', icon: "error", position: 'top' })
                    setTimeout(() => {
                        this.dataList[index].agvStaNo = ''
                    }, 100);
                    var lev0 = this.dataList[index].locNo.substring(this.dataList[index].locNo.length-2);
                    var lev00 = item.substring(item.length-2);
                    if(lev0 != lev00){
                        uni.showToast({ title: '扫描的站点和库位不在同一楼层,请检查数据', icon: "error", position: 'top' })
                        setTimeout(() => {
                            this.dataList[index].agvStaNo = ''
                        }, 100);
                    }else{
                        uni.showToast({ title: '当前站点无法使用,已复位', icon: "error", position: 'top' })
                        setTimeout(() => {
                            this.dataList[index].agvStaNo = ''
                        }, 100);
                    }
                }
            },
            // 订单明细
pages/phyz/orderOut/orderCheck.vue
@@ -125,14 +125,24 @@
            staInput(item,items,index) {
                var flag = false
                for (let k of items) {
                    if (k == item) flag = true
                    if (k == item) {
                        flag = true
                    }
                }
                console.log(item);
                if(!flag) {
                    uni.showToast({ title: '当前站点存在工作档无法使用,已复位', icon: "error", position: 'top' })
                    setTimeout(() => {
                        this.dataList[index].agvStaNo = ''
                    }, 100);
                    var lev0 = this.dataList[index].locNo.substring(this.dataList[index].locNo.length-2);
                    var lev00 = item.substring(item.length-2);
                    if(lev0 != lev00){
                        uni.showToast({ title: '扫描的站点和库位不在同一楼层,请检查数据', icon: "error", position: 'top' })
                        setTimeout(() => {
                            this.dataList[index].agvStaNo = ''
                        }, 100);
                    }else{
                        uni.showToast({ title: '当前站点无法使用,已复位', icon: "error", position: 'top' })
                        setTimeout(() => {
                            this.dataList[index].agvStaNo = ''
                        }, 100);
                    }
                }
            },
            // 订单明细
pages/phyz/orderOut/orderCheck_2.vue
@@ -129,10 +129,19 @@
                    if (k == item) flag = true 
                }
                if(!flag) {
                    uni.showToast({ title: '当前站点存在工作档无法使用,已复位', icon: "error", position: 'top' })
                    setTimeout(() => {
                        this.dataList[index].agvStaNo = ''
                    }, 100);
                    var lev0 = this.dataList[index].locNo.substring(this.dataList[index].locNo.length-2);
                    var lev00 = item.substring(item.length-2);
                    if(lev0 != lev00){
                        uni.showToast({ title: '扫描的站点和库位不在同一楼层,请检查数据', icon: "error", position: 'top' })
                        setTimeout(() => {
                            this.dataList[index].agvStaNo = ''
                        }, 100);
                    }else{
                        uni.showToast({ title: '当前站点无法使用,已复位', icon: "error", position: 'top' })
                        setTimeout(() => {
                            this.dataList[index].agvStaNo = ''
                        }, 100);
                    }
                }
            },
            // 订单明细
pages/phyz/processOrder/orderCheck.vue
@@ -123,10 +123,19 @@
                    if (k == item) flag = true 
                }
                if(!flag) {
                    uni.showToast({ title: '当前站点存在工作档无法使用,已复位', icon: "error", position: 'top' })
                    setTimeout(() => {
                        this.dataList[index].agvStaNo = ''
                    }, 100);
                    var lev0 = this.dataList[index].locNo.substring(this.dataList[index].locNo.length-2);
                    var lev00 = item.substring(item.length-2);
                    if(lev0 != lev00){
                        uni.showToast({ title: '扫描的站点和库位不在同一楼层,请检查数据', icon: "error", position: 'top' })
                        setTimeout(() => {
                            this.dataList[index].agvStaNo = ''
                        }, 100);
                    }else{
                        uni.showToast({ title: '当前站点无法使用,已复位', icon: "error", position: 'top' })
                        setTimeout(() => {
                            this.dataList[index].agvStaNo = ''
                        }, 100);
                    }
                }
            },
            // 订单明细
unpackage/res/icons/1024x1024.png
Binary files differ
unpackage/res/icons/120x120.png
Binary files differ
unpackage/res/icons/144x144.png
Binary files differ
unpackage/res/icons/152x152.png
Binary files differ
unpackage/res/icons/167x167.png
Binary files differ
unpackage/res/icons/180x180.png
Binary files differ
unpackage/res/icons/192x192.png
Binary files differ
unpackage/res/icons/20x20.png
Binary files differ
unpackage/res/icons/29x29.png
Binary files differ
unpackage/res/icons/40x40.png
Binary files differ
unpackage/res/icons/58x58.png
Binary files differ
unpackage/res/icons/60x60.png
Binary files differ
unpackage/res/icons/72x72.png
Binary files differ
unpackage/res/icons/76x76.png
Binary files differ
unpackage/res/icons/80x80.png
Binary files differ
unpackage/res/icons/87x87.png
Binary files differ
unpackage/res/icons/96x96.png
Binary files differ