中扬CRM客户关系管理系统
#
luxiaotao1123
2022-11-14 fbd753a069cf27d8ff285c9f38964a98f260ba88
#
1个文件已修改
14 ■■■■■ 已修改文件
src/main/webapp/static/js/order/order.js 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/order/order.js
@@ -136,7 +136,7 @@
            {type: 'checkbox'}
            ,{field: 'name', align: 'left',title: '跟踪项目名称', style: 'color: #1890ff;cursor:pointer', event: 'more', width: 300}
            ,{field: 'uuid', align: 'left',title: '项目代号'}
            ,{field: 'cstmrId$', align: 'left',title: '甲方单位', templet:function(d){return emptyShow(d.cstmrId$)}}
            ,{field: 'cstmrId$', align: 'left',title: '甲方单位', style: 'color: #1890ff;cursor:pointer', event: 'cstmrMore', templet:function(d){return emptyShow(d.cstmrId$)}}
            ,{field: 'pcd$', align: 'left',title: '所属区域', templet:function(d){return emptyShow(d.pcd$)}}
            ,{field: 'addr', align: 'left',title: '项目地址', templet:function(d){return emptyShow(d.addr)}}
            ,{field: 'money', align: 'right',title: '项目总金额', templet:function(d){return emptyShow(d.money)}}
@@ -228,6 +228,18 @@
                    }
                })
                break;
            case 'cstmrMore':
                top.cstmrByMore = data.cstmrId;
                admin.popupRight({
                    type: 1,
                    window: "top",
                    area: "1250px",
                    url: "../cstmr/cstmr_more.html",
                    end: function () {
                        // $(".layui-laypage-btn")[0].click();
                    }
                })
                break;
            case 'edit':
                showEditModel(data);
                break;