| | |
| | | dataUrl = "/IntentionCustomer/GetList"; |
| | | searchCol = [ |
| | | { label: '客户来源', name: 'Khly', labtype: 'combox', hidden: false, data: JSON.parse(khlys), cwidth: '5%', cccwidth: '8%' }, |
| | | { label: '行业分类', name: 'Hyfl', labtype: 'combox', hidden: false, data: JSON.parse(hyfls), cwidth: '5%', cccwidth: '8%' }, |
| | | { label: '行业分类', name: 'Hyfl', labtype: 'combox', hidden: false, data: JSON.parse(hyfls), cwidth: '5%', cccwidth: '15%' }, |
| | | { label: '客户类型', name: 'Khlx', labtype: 'combox', hidden: false, data: JSON.parse(khlxs), cwidth: '5%', cccwidth: '8%' }, |
| | | { label: '业务经理', name: 'Ywjl', labtype: 'combox', hidden: false, data: JSON.parse(users), cwidth: '5%', cccwidth: '8%' }, |
| | | |
| | |
| | | |
| | | ]; |
| | | var _pageAdd = function () { |
| | | OpenWindow("新增意向客户", "98%", "90%", "/IntentionCustomer/Edit/"); |
| | | OpenWindow("新增意向客户", "98%", "100%", "/IntentionCustomer/Edit/"); |
| | | } |
| | | |
| | | var _pagePrint = function () { |