1
chenhaozhe
2025-11-13 fa513b529614910b5ecb3bdf2ad4b9f75b66e943
1
7个文件已修改
40 ■■■■ 已修改文件
manifest.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages.json 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/ZLGL/shoujianjianyan/form.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/ZLGL/xunjianjianyan/form.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/index/index.vue 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/shouliaotongzhi/table.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/tiaomaguanli/table.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json
@@ -2,8 +2,8 @@
    "name" : "智云LMES",
    "appid" : "__UNI__B002F49",
    "description" : "",
    "versionName" : "2.0.12",
    "versionCode" : 212,
    "versionName" : "2.0.16",
    "versionCode" : 216,
    "transformPx" : false,
    /* 5+App特有相关 */
    "app-plus" : {
pages.json
@@ -916,6 +916,12 @@
            }
        },
        {
            "path": "pages/tiaomaguanli/table_son",
            "style": {
                "navigationBarTitleText": "条码生成"
            }
        },
        {
            "path": "pages/tiaomaguanli/table",
            "style": {
                "navigationBarTitleText": "条码管理"
@@ -1246,6 +1252,13 @@
            "style": {
                "navigationBarTitleText": "巡检单"
            }
        },
        {
            "path" : "pages/multiBarcodeVerification/index",
            "style" :
            {
                "navigationBarTitleText" : "条码打印"
            }
        }
    ],
    "tabBar": {
pages/ZLGL/shoujianjianyan/form.vue
@@ -2177,7 +2177,7 @@
                .sampleDestory {
                    border: 1px solid #acacac;
                    border-radius: 10%;
                    border-radius: 5rpx;
                    padding: 0 12rpx;
                }
            }
pages/ZLGL/xunjianjianyan/form.vue
@@ -2177,7 +2177,7 @@
                .sampleDestory {
                    border: 1px solid #acacac;
                    border-radius: 10%;
                    border-radius: 5rpx;
                    padding: 0 12rpx;
                }
            }
pages/index/index.vue
@@ -273,7 +273,19 @@
                        url: '/pages/zhuangxiangdan/form',
                        id: 30,
                        hidden: false,
                    },
                    },{
                        img: '../../static/icon/icon8.png',
                        text: '三码合一校验',
                        url: '/pages/multiBarcodeVerification/index?openType=1',
                        id: 31,
                        hidden: false,
                    },{
                        img: '../../static/icon/icon8.png',
                        text: '四码合一校验',
                        url: '/pages/multiBarcodeVerification/index?openType=2',
                        id: 32,
                        hidden: false,
                    }
                ],
                // itemData: [{
pages/shouliaotongzhi/table.vue
@@ -225,12 +225,12 @@
                }
            },
            toSon(item) {
                console.log(item)
                // 根据条件判断是否去子页面,如果是多条码打印模式,则存入缓存
                if (!this.MultiCodePrint) {
                    uni.navigateTo({
                        url: './table_son?OperationType=1&closeType=1&linterid=' + item.hmainid + '&hsubid=' +
                            item
                            .hsubid
                            item.hsubid
                    })
                } else {
                    this.setPrintableWaitInfo(item)
pages/tiaomaguanli/table.vue
@@ -185,6 +185,7 @@
                }
            },
            toSon(item) {
                console.log(item)
                uni.navigateTo({
                    url: './table_son?OperationType=1&closeType=1&linterid=' + item.hmainid + '&hsubid=' + item
                        .hsubid + '&HBillType=' + this.baseInfo.HBillType