| | |
| | | }, |
| | | 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; |
| | |
| | | } |
| | | }) |
| | | location.reload(); |
| | | |
| | | return false; |
| | | }); |
| | | $('#cancelBtn').on('click', function () { |
| | | location.reload(); |
| | | }); |
| | | // 明细表格 |
| | | var xxDataList = []; |
| | |
| | | // ,{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: '负责人'} |
| | |
| | | }, |
| | | 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; |
| | |
| | | title: (exp ? '修改' : '添加') + '明细', |
| | | content: $('#matEditDialog').html(), |
| | | success: function (layero, dIndex) { |
| | | if (!exp){ |
| | | indexDelSign = 1; |
| | | } |
| | | // 回显数据 |
| | | form.val('matEditForm', exp); |
| | | // 表单提交事件 |