d
cuiqian2004
2025-04-16 9201045a62b97c63e0cda7a63bc383b4074b2ee0
d
2个文件已修改
36 ■■■■ 已修改文件
manifest.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/modal/5601.vue 32 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json
@@ -2,8 +2,8 @@
    "name" : "MoboxPDA",
    "appid" : "__UNI__56D451E",
    "description" : "",
    "versionName" : "1.1.55",
    "versionCode" : 1155,
    "versionName" : "1.1.56",
    "versionCode" : 1156,
    "transformPx" : false,
    /* 5+App特有相关 */
    "app-plus" : {
pages/modal/5601.vue
@@ -2495,22 +2495,22 @@
            },
            sava(pageData, event) {
                var $this = this;
                if (pageData.DefList.length == 0) {
                    uni.showModal({
                        title: this.translateSys("tip"),
                        content: this.translate(
                                "tip_no_data_first") +
                            this.translateSys(
                                "quotation_mark_left") + pageData.Name + this
                            .translateSys(
                                "quotation_mark_right") +
                            this.translate(
                                "tip_no_data_last"),
                        showCancel: false,
                        confirmText: this.translateSys('close')
                    });
                    return false;
                }
                // if (pageData.DefList.length == 0) {
                //     uni.showModal({
                //         title: this.translateSys("tip"),
                //         content: this.translate(
                //                 "tip_no_data_first") +
                //             this.translateSys(
                //                 "quotation_mark_left") + pageData.Name + this
                //             .translateSys(
                //                 "quotation_mark_right") +
                //             this.translate(
                //                 "tip_no_data_last"),
                //         showCancel: false,
                //         confirmText: this.translateSys('close')
                //     });
                //     return false;
                // }
                //获取表头属性
                var head_attr = {};
                this.head_styledef.form.items.forEach(item => {