中扬CRM客户关系管理系统
#
luxiaotao1123
2022-09-12 c060819de43f517d5c4b5abb15036fa3e177c7ff
src/main/webapp/static/js/cstmr/cstmr.js
@@ -23,7 +23,7 @@
        cellMinWidth: 100,
        height: 'full-120',
        size: 'sm',
        skin: 'nob',
        skin: 'line',
        cols: [[
            {type: 'checkbox'}
            // ,{field: 'id', align: 'center',title: 'ID'}
@@ -129,7 +129,7 @@
    function showEditModel(mData) {
        admin.open({
            type: 1,
            area: '1000px',
            area: '1500px',
            title: (mData ? '修改' : '添加') + '甲方单位',
            content: $('#editDialog').html(),
            success: function (layero, dIndex) {