中扬CRM客户关系管理系统
#
luxiaotao1123
2022-09-12 e5de4e24fa0f9d1a133c613243fbb4c68fb3a3b8
src/main/webapp/static/js/cstmr/cstmr.js
@@ -22,8 +22,8 @@
        limits: [15, 30, 50, 100, 200, 500],
        cellMinWidth: 100,
        height: 'full-120',
        size: 'sm',
        skin: 'nob',
        // size: 'sm',
        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) {