中扬CRM客户关系管理系统
#
LSH
2023-11-21 29cfba4aa2e41fb15cacb500c3e2d9ae7c652d08
src/main/webapp/static/js/priOnline2/priOnline.js
@@ -85,7 +85,7 @@
        cellMinWidth: 150,
        cols: [[
            {type: 'checkbox', fixed: 'left'}
            , {field: 'id', title: 'ID', sort: true, align: 'center', fixed: 'left', width: 80, hide: true}
            , {field: 'id', title: 'ID', sort: true, align: 'center', fixed: 'left', width: 80, hide: true, sort:true}
            , {
                field: 'templateName',
                align: 'center',
@@ -93,10 +93,10 @@
                style: 'color: #1890ff;cursor:pointer',
                event: 'moreCstmr',
                width: 350,
                hide: false
                hide: false, sort:true
            }
            , {field: 'cstmrId$', align: 'center', title: '客户id', hide: true}
            , {field: 'orderNum', align: 'center', title: '核价单号', hide: false}
            , {field: 'orderNum', align: 'center', title: '核价单号', hide: false, sort:true}
            , {
                field: 'planId$',
                align: 'center',
@@ -105,7 +105,7 @@
                event: 'morePlan',
                hide: false
            }
            , {field: 'itemId', align: 'center', title: '规划单号', hide: true}
            , {field: 'itemId', align: 'center', title: '规划单ID', hide: true, sort:true}
            , {field: 'statusAll$', align: 'center',title: '状态'}
            // ,{field: 'memberId$', align: 'center',title: ''}
            , {