zhangc
2025-03-24 c9bf178eb14f830e503481c6acbe883e13b3f189
提示优化;箱壳下架
7个文件已修改
20 ■■■■ 已修改文件
manifest.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages.json 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/comOrder/checkOut.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/orderOut/orderCheck.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/orderOut/orderCheck_2.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/processOrder/orderCheck.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/processOrder/orderCheck2.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json
@@ -2,7 +2,7 @@
    "name" : "中扬WMS",
    "appid" : "__UNI__DA5854D",
    "description" : "",
    "versionName" : "20250312A",
    "versionName" : "20250324A",
    "versionCode" : 146,
    "transformPx" : false,
    /* 5+App特有相关 */
pages.json
@@ -425,6 +425,15 @@
            }
            
        }
        ,{
            "path" : "pages/phyz/orderOut/bcpOrderOutSelect_3",
            "style" :
            {
                "navigationBarTitleText": "吸塑箱壳下架出库",
                "enablePullDownRefresh": false
            }
        }
        ,{
            "path" : "pages/phyz/wrkMast/locMoveMast",
            "style" : 
pages/phyz/comOrder/checkOut.vue
@@ -123,7 +123,7 @@
                    if (k == item) flag = true 
                }
                if(!flag) {
                    uni.showToast({ title: '当前站点无法使用,已复位', icon: "error", position: 'top' })
                    uni.showToast({ title: '当前站点存在工作档无法使用,已复位', icon: "error", position: 'top' })
                    setTimeout(() => {
                        this.dataList[index].agvStaNo = ''
                    }, 100);
pages/phyz/orderOut/orderCheck.vue
@@ -129,7 +129,7 @@
                }
                console.log(item);
                if(!flag) {
                    uni.showToast({ title: '当前站点无法使用,已复位', icon: "error", position: 'top' })
                    uni.showToast({ title: '当前站点存在工作档无法使用,已复位', icon: "error", position: 'top' })
                    setTimeout(() => {
                        this.dataList[index].agvStaNo = ''
                    }, 100);
pages/phyz/orderOut/orderCheck_2.vue
@@ -129,7 +129,7 @@
                    if (k == item) flag = true 
                }
                if(!flag) {
                    uni.showToast({ title: '当前站点无法使用,已复位', icon: "error", position: 'top' })
                    uni.showToast({ title: '当前站点存在工作档无法使用,已复位', icon: "error", position: 'top' })
                    setTimeout(() => {
                        this.dataList[index].agvStaNo = ''
                    }, 100);
pages/phyz/processOrder/orderCheck.vue
@@ -123,7 +123,7 @@
                    if (k == item) flag = true 
                }
                if(!flag) {
                    uni.showToast({ title: '当前站点无法使用,已复位', icon: "error", position: 'top' })
                    uni.showToast({ title: '当前站点存在工作档无法使用,已复位', icon: "error", position: 'top' })
                    setTimeout(() => {
                        this.dataList[index].agvStaNo = ''
                    }, 100);
pages/phyz/processOrder/orderCheck2.vue
@@ -99,7 +99,6 @@
                    if (k == item) flag = true 
                }
                if(!flag) {
                    uni.showToast({ title: '当前站点无法使用,已复位', icon: "error", position: 'top' })
                    setTimeout(() => {
                        this.dataList[index].agvStaNo = ''
                    }, 100);