中扬CRM客户关系管理系统
#
lsh
2024-04-16 799c3039676eb62d64b4757bcda704376f8916de
src/main/webapp/static/js/weekly/weekly.js
@@ -644,7 +644,8 @@
                    },
                    done: function (res, curr, count) {
                        $(".layui-table-cell").css('overflow', 'visible');//解决layui数据表格中嵌套下拉框显示问题
                        $(".laytable-cell-2-0-7").css('color', 'rgba(0, 0, 0, 0)');
                        $(".laytable-cell-2-0-5").css('color', 'rgba(0, 0, 0, 0)');
                        $(".layui-layer-setwin").css('display', 'none');
                        $(layero).find('.layui-table-view').css('margin', '0');
                        var options = this;
@@ -936,7 +937,11 @@
                        }
                    })
                    location.reload();
                    return false;
                });
                $('#cancelBtn').on('click', function () {
                    location.reload();
                });
                // 明细表格
                var xxDataList = [];
@@ -954,7 +959,7 @@
                        // ,{field: 'workPurpose', title: '工作目的', style: 'color: blue;font-weight: bold', edit:true}
                        ,{field: 'addr', title: '地址', style: 'color: blue;font-weight: bold', edit:true}
                        // ,{field: 'comment', title: '评论', style: 'color: blue;font-weight: bold', edit:false}
                        ,{field: 'weeklyMatter', title: '需协助事项', style: 'color: blue;font-weight: bold', edit:true}
                        // ,{field: 'weeklyMatter', title: '需协助事项', style: 'color: blue;font-weight: bold', edit:true}
                        // ,{field: 'dailyTime$', align: 'center',title: '日报日期'}
                        // ,{field: 'settleMsg', align: 'center',title: '审核进度'}
                        // ,{field: 'director', align: 'center',title: '负责人'}
@@ -974,7 +979,8 @@
                    },
                    done: function (res, curr, count) {
                        $(".layui-table-cell").css('overflow', 'visible');//解决layui数据表格中嵌套下拉框显示问题
                        $(".laytable-cell-2-0-6").css('color', 'rgba(0, 0, 0, 0)');
                        $(".laytable-cell-2-0-4").css('color', 'rgba(0, 0, 0, 0)');
                        $(".layui-layer-setwin").css('display', 'none');
                        $(layero).find('.layui-table-view').css('margin', '0');
                        var options = this;
@@ -1130,6 +1136,9 @@
                        title: (exp ? '修改' : '添加') + '明细',
                        content: $('#matEditDialog').html(),
                        success: function (layero, dIndex) {
                            if (!exp){
                                indexDelSign = 1;
                            }
                            // 回显数据
                            form.val('matEditForm', exp);
                            // 表单提交事件