| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- {
- "viewHeadSetting": {
- "html": "<table border='1' cellpadding='0' cellspacing='0' styles='headTable' id='headTable'></table>"
- },
- "viewSetting": {
- "html": "<table border='1' cellpadding='0' cellspacing='0' styles='contentTable' id='contentTable'></table>"
- },
- "headSetting": {
- "html": "<tr styles='viewHeadNode'></tr>"
- },
- "documentSetting": {
- "html": "<tr styles='documentNode'></tr>",
- "mouseoverStyles": "documentNode_over"
- },
- "items": [
- {
- "name": "title",
- "head": {
- "html": "<th styles='normalThNode' index='1'><span lable='customerName'></span><span name='resizeLine' styles='resizeLine'></span></th>",
- "width": "300px"
- },
- "content": {
- "html": "<td styles='normalTdNode' index='1'>"+
- " <div item='customername' styles='documentSubject'></div>" +
- "</td>",
- "width":"300px",
- "items": {
- "customername":{"value":"function(d){ return (d.customername == undefined || d.customername=='') ? '--': d.customername}"}
- }
- }
- },
- {
- "name": "createTime",
- "head": {
- "html": "<th styles='normalThNode' lable='createTime'></th>",
- "width": "200px"
- },
- "content": {
- "html": "<td styles='normalTdNode'>"+
- " <div item='createTime' styles='documentSubject'></div>" +
- "</td>",
- "width": "200px",
- "items": {
- "createTime":{"value":"function(d){ return (d.createTime == undefined || d.createTime=='') ? '--': d.createTime}"}
- }
- }
- },
- {
- "name": "customerType",
- "head": {
- "html": "<th styles='normalThNode' lable='customerType'></th>",
- "width": "200px"
- },
- "content": {
- "html": "<td styles='normalTdNode'>"+
- " <div item='customertype' styles='documentSubject'></div>" +
- "</td>",
- "width": "200px",
- "items": {
- "customertype":{"value":"function(d){ return (d.customertype == undefined || d.customertype=='') ? '--': d.customertype}"}
- }
- }
- },
- {
- "name": "customerSource",
- "head": {
- "html": "<th styles='normalThNode' lable='customerSource'></th>",
- "width": "200px"
- },
- "content": {
- "html": "<td styles='normalTdNode'>"+
- " <div item='source' styles='documentSubject'></div>" +
- "</td>",
- "width": "200px",
- "items": {
- "source": {"value":"function(d){ return (d.source == undefined || d.source=='') ? '--': d.source}"}
- }
- }
- },
- {
- "name": "customerLevel",
- "head": {
- "html": "<th styles='normalThNode' lable='customerLevel'></th>",
- "width": "200px"
- },
- "content": {
- "html": "<td styles='normalTdNode'>"+
- " <div item='level' styles='documentSubject'></div>" +
- "</td>",
- "width": "200px",
- "items": {
- "level": {"value":"function(d){ return (d.level == undefined || d.level=='') ? '--': d.level}"}
- }
- }
- },
- {
- "name": "customerStatus",
- "head": {
- "html": "<th styles='normalThNode' lable='customerStatus'></th>",
- "width": "200px"
- },
- "content": {
- "html": "<td styles='normalTdNode'>"+
- " <div item='customerStatus' styles='documentSubject'></div>" +
- "</td>",
- "width": "200px",
- "items": {
- "customerStatus": {"value":"function(d){ return (d.state == undefined || d.state=='') ? '--': d.state}"}
- }
- }
- },
- {
- "name": "customerStatus",
- "head": {
- "html": "<th styles='normalThNode' lable='customerStatus'></th>",
- "width": "200px"
- },
- "content": {
- "html": "<td styles='normalTdNode'>"+
- " <div item='customerStatus' styles='documentSubject'></div>" +
- "</td>",
- "width": "200px",
- "items": {
- "customerStatus": {"value":"function(d){ return (d.state == undefined || d.state=='') ? '--': d.state}"}
- }
- }
- },
- {
- "name": "customerStatus",
- "head": {
- "html": "<th styles='normalThNode' lable='customerStatus'></th>",
- "width": "200px"
- },
- "content": {
- "html": "<td styles='normalTdNode'>"+
- " <div item='customerStatus' styles='documentSubject'></div>" +
- "</td>",
- "width": "200px",
- "items": {
- "customerStatus": {"value":"function(d){ return (d.state == undefined || d.state=='') ? '--': d.state}"}
- }
- }
- },
- {
- "name": "customerStatus",
- "head": {
- "html": "<th styles='normalThNode' lable='customerStatus'></th>",
- "width": "200px"
- },
- "content": {
- "html": "<td styles='normalTdNode'>"+
- " <div item='customerStatus' styles='documentSubject'></div>" +
- "</td>",
- "width": "200px",
- "items": {
- "customerStatus": {"value":"function(d){ return (d.state == undefined || d.state=='') ? '--': d.state}"}
- }
- }
- },
- {
- "name": "customerGrade",
- "head": {
- "html": "<th styles='normalThNode' lable='customerGrade'></th>",
- "width": "200px"
- },
- "content": {
- "html": "<td styles='normalTdNode'>"+
- " <div item='customerGrade' styles='documentSubject'></div>" +
- "</td>",
- "width": "200px",
- "items": {
- "customerGrade": {"value":"function(d){ return (d.rank == undefined || d.rank=='') ? '--': d.rank}"}
- }
- }
- }
- ]
- }
|