| | |
| | | } |
| | | }, |
| | | |
| | | { label: '所属区域', name: 'ShengName', labtype: 'txt', hidden: false, width: 100 }, |
| | | //{ label: '所属区域', name: 'ShengName', labtype: 'txt', hidden: false, width: 100 }, |
| | | { label: '客户单位', name: 'Name', labtype: 'txt', hidden: false, width: 100 }, |
| | | { label: '拜访方式', name: 'VisTypeName', labtype: 'txt', hidden: false, width: 100 }, |
| | | { label: '接待人', name: 'Jdr', labtype: 'txt', hidden: false, width: 100}, |
| | |
| | | { label: '客户反馈', name: 'Khfk', labtype: 'txt', hidden: false, width: 100 }, |
| | | { label: '成交意向', name: 'YxName', labtype: 'txt', hidden: false, width: 100 }, |
| | | { label: '跟踪建议', name: 'JyName', labtype: 'txt', hidden: false, width: 100 }, |
| | | { label: '录入人', name: 'CreaterName', labtype: 'txt', hidden: false, width: 100 }, |
| | | { label: '访问人', name: 'CreaterName', labtype: 'txt', hidden: false, width: 100 }, |
| | | |
| | | ]; |
| | | dataUrl = "/IntentionVisit/GetList?Viscustomer=@Viscustomer"; |
| | |
| | | { label: '区县', name: 'AreaId', labtype: 'combox', hidden: false, data: JSON.parse('[]'), cwidth: '2%', cccwidth: '8%' }, |
| | | { label: '客户单位', name: 'Name', labtype: 'txt', hidden: false }, |
| | | { label: '拜访时间', name: 'Vistime', labtype: 'datearea', hidden: false }, |
| | | { label: '录入人', name: 'Creater', labtype: 'combox', hidden: false, data: JSON.parse(creater), cwidth: '5%', cccwidth: '8%'}, |
| | | { label: '访问人', name: 'Creater', labtype: 'combox', hidden: false, data: JSON.parse(creater), cwidth: '5%', cccwidth: '8%'}, |
| | | |
| | | |
| | | |