| | |
| | | { label: '业务经理', name: 'YwjlName', labtype: 'txt', hidden: false, width: 100 }, |
| | | { label: '订单数量', name: 'Ordercount', labtype: 'txt', hidden: false, width: 100 }, |
| | | { label: '订单产值', name: 'Moneycount', labtype: 'txt', hidden: false, width: 100 }, |
| | | |
| | | { |
| | | label: '客户回访', name: 'Name111', labtype: 'txt', hidden: false, width: 100, |
| | | formatter: function (cellvalue, options, rowObject) { |
| | | return "<a onclick=\"OpenWindow('新增合作客户回访','98%','100%', '/CooperVisit/Edit?id=&Viscustomer=" + rowObject.Id + "')\" >客户回访</a>"; |
| | | } |
| | | }, |
| | | { |
| | | label: '回访记录', name: 'Name112', labtype: 'txt', hidden: false, width: 100, |
| | | formatter: function (cellvalue, options, rowObject) { |
| | | return "<a onclick=\"OpenWindow('回访记录','98%','100%', '/CooperVisit/Index?IsYwjl=true&Viscustomer=" + rowObject.Id + "')\" >回访记录</a>"; |
| | | } |
| | | }, |
| | | ]; |
| | | dataUrl = "/CooperatecustomCustomer/GetList"; |
| | | searchCol = [ |