jt
2024-09-06 91cefc81af0efef669d0d4f4dc9d2ea1981753fd
test
1个文件已修改
26 ■■■■ 已修改文件
pages/modal/3018_2.vue 26 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/modal/3018_2.vue
@@ -193,7 +193,7 @@
                scanCodeVal: "",
                popupType: "center",
                check_list: {},
                popupParam: {},
                focusFieldId: "",
                focusOldFieldId: "",
                head_styledef: {
@@ -942,15 +942,15 @@
                        });
                    }
                }
                // if (!$this.$data.popupParam) {
                //     uni.showModal({
                //         title: this.translateSys("tip"),
                //         content: "popupParam为空!",
                //         showCancel: false,
                //         confirmText: this.translateSys("cancel")
                //     });
                //     return;
                // }
                if (!$this.$data.popupParam) {
                    uni.showModal({
                        title: this.translateSys("tip"),
                        content: "popupParam为空!",
                        showCancel: false,
                        confirmText: this.translateSys("cancel")
                    });
                    return;
                }
                var fieldId = $this.$data.popupParam.item.fieldId;
                $this.head_styledef.form.model[attr] = name;
@@ -1521,8 +1521,7 @@
                                        var $this = this;
                                        if (val.common_dlg_id == 'check_list') {
                                            $this.$data.check_list = val.config;
                                            if (val.config.appear_style ==
                                                'sideslip') //判断是否是侧滑
                                            if (val.config.appear_style == 'sideslip') //判断是否是侧滑
                                                $this.$data.popupType = 'right';
                                            else
                                                $this.$data.popupType = 'center'
@@ -1536,8 +1535,7 @@
                                            }
                                            $this.$data.popupParam = popupParam;
                                        }
                                    } else if (action.action_type ==
                                        'open_project_query_dlg') {
                                    } else if (action.action_type == 'open_project_query_dlg') {
                                        //console.log(action.value.select_range);
                                        //console.log(action.value.mulit_select);
                                        var priRel = '-1';