| @@ -27,6 +27,7 @@ | |||
| <th>Contact No.</th> | |||
| <th>Unit No.</th> | |||
| <th>Building</th> | |||
| <th>Project Type</th> | |||
| <th>Street</th> | |||
| <!-- <th>Postcode</th> --> | |||
| <th>Need Phone</th> | |||
| @@ -46,6 +47,7 @@ | |||
| <th>Contact No.</th> | |||
| <th>Unit No.</th> | |||
| <th>Building</th> | |||
| <th>Project Type</th> | |||
| <th>Street</th> | |||
| <th>Need Phone</th> | |||
| <th>Email</th> | |||
| @@ -109,6 +111,7 @@ | |||
| { "data": "phone","name": "phone"}, | |||
| { "data": "unit","name": "unit"}, | |||
| { "data": "building","name": "building"}, | |||
| { "data": "projectT", "name": "projectT"}, | |||
| { "data": "street","name": "street"}, | |||
| // { "data": "postcode", "name": "postcode"}, | |||
| { "data": "need_phone","name": "need_phone"}, | |||
| @@ -148,7 +151,7 @@ | |||
| return '<a class="tablectrl_medium bGreen isDisabled tipS" link-disabled="" original-title="Success verifying"><span class="iconb" data-icon=""></span></a>'; | |||
| } | |||
| }, | |||
| "targets": 8 | |||
| "targets": 9 | |||
| }, | |||
| { | |||
| "render": function ( data, type, row ) { | |||
| @@ -171,7 +174,7 @@ | |||
| return data; | |||
| } | |||
| }, | |||
| "targets": 9 | |||
| "targets": 10 | |||
| }, | |||
| { | |||
| "render": function ( data, type, row ) { | |||
| @@ -179,7 +182,7 @@ | |||
| var link2 = "{{ url('/customer-service/customer/pdf') }}"+"/"+data; | |||
| return '<a target="_blank" href="'+link2+'" class="tablectrl_medium bPurple tipS" original-title="View Subscribers"><span class="iconb" data-icon=""></span></a> <a href="'+link+'" class="tablectrl_medium bLightBlue tipS" title="Edit Agent"><span class="iconb" data-icon=""></span></a> <a class="tablectrl_medium bRed tipS delModule" onclick="deleteA(\''+data+'\',\'' + row.name + '\', )" title="Delete Customer"><span class="iconb" data-icon=""></span></a>'; | |||
| }, | |||
| "targets": 10 | |||
| "targets": 11 | |||
| } | |||
| ], | |||
| }); | |||
| @@ -204,6 +207,7 @@ | |||
| { "data": "phone","name": "phone"}, | |||
| { "data": "unit","name": "unit"}, | |||
| { "data": "building","name": "building"}, | |||
| { "data": "projectT","name":"projectT"}, | |||
| { "data": "street","name": "street"}, | |||
| // { "data": "postcode", "name": "postcode"}, | |||
| { "data": "need_phone","name": "need_phone"}, | |||
| @@ -240,7 +244,7 @@ | |||
| return '<a class="tablectrl_medium bGreen isDisabled tipS" link-disabled="" original-title="Success verifying"><span class="iconb" data-icon=""></span></a>'; | |||
| } | |||
| }, | |||
| "targets": 8 | |||
| "targets": 9 | |||
| }, | |||
| ], | |||
| }); | |||