@worksafevictoria/wcl7.5 1.13.0-beta.1 → 1.13.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/components/Paragraphs/Directory/Asbestos/Records/SingleRecord/index.stories.js +8 -8
- package/src/components/Paragraphs/Directory/Asbestos/Records/SingleRecord/index.vue +8 -8
- package/src/components/Paragraphs/Directory/Asbestos/Records/index.vue +56 -55
- package/src/mock/asbestos-removalists.js +224 -196
package/package.json
CHANGED
|
@@ -3,17 +3,17 @@ import arRecord from './index.vue'
|
|
|
3
3
|
const arData =
|
|
4
4
|
{
|
|
5
5
|
title: 'Ventia Utility Services Pty Limited',
|
|
6
|
-
fullAddress: 'MITCHAM
|
|
7
|
-
workPhone: '0438531164',
|
|
6
|
+
fullAddress: 'MITCHAM 3132',
|
|
7
|
+
// workPhone: '0438531164',
|
|
8
8
|
mobilePhone: '0438531164',
|
|
9
9
|
email: 'daniel.dehaan@ventia.com',
|
|
10
|
-
website: 'http://www.ventia.com.au',
|
|
10
|
+
// website: 'http://www.ventia.com.au',
|
|
11
11
|
contact1: 'Daniel DeHaan',
|
|
12
|
-
phone1: '0438531164',
|
|
13
|
-
email1: 'daniel.dehaan@ventia.com',
|
|
14
|
-
mobile1: '0438531164',
|
|
15
|
-
serviceCategory: 'Class B -
|
|
16
|
-
services: 'Bituminous coal tar coatings,Non-friable Asbestos Cement Water Pipes and Associated Fittings ONLY,Non-friable Asbetos Containing Bituminous Coating on Mild Steel Pipes',
|
|
12
|
+
// phone1: '0438531164',
|
|
13
|
+
// email1: 'daniel.dehaan@ventia.com',
|
|
14
|
+
// mobile1: '0438531164',
|
|
15
|
+
serviceCategory: 'Class B - Non-friable',
|
|
16
|
+
// services: 'Bituminous coal tar coatings,Non-friable Asbestos Cement Water Pipes and Associated Fittings ONLY,Non-friable Asbetos Containing Bituminous Coating on Mild Steel Pipes',
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
|
|
@@ -69,25 +69,25 @@
|
|
|
69
69
|
</column>
|
|
70
70
|
</row>
|
|
71
71
|
<row v-if="item.contact1 !== ''">
|
|
72
|
-
<column sm="2" class="label"> Contact </column>
|
|
72
|
+
<column sm="2" class="label" v-if="item.contact1 !== ''"> Contact </column>
|
|
73
73
|
<column sm="4" class="dir-additional-records">
|
|
74
74
|
{{ item.contact1 }}
|
|
75
75
|
</column>
|
|
76
76
|
</row>
|
|
77
|
-
<row v-if="item.phone1 !== ''">
|
|
77
|
+
<!-- <row v-if="item.phone1 !== ''">
|
|
78
78
|
<column sm="2" class="label"> Phone </column>
|
|
79
79
|
<column sm="4" class="dir-additional-records">
|
|
80
80
|
{{ item.phone1 }}
|
|
81
81
|
</column>
|
|
82
|
-
</row>
|
|
83
|
-
<row v-if="item.mobile1
|
|
82
|
+
</row> -->
|
|
83
|
+
<row v-if="item.mobile1">
|
|
84
84
|
<column sm="2" class="label"> Mobile </column>
|
|
85
85
|
<column sm="4" class="dir-additional-records">
|
|
86
86
|
{{ item.mobile1 }}
|
|
87
87
|
</column>
|
|
88
88
|
</row>
|
|
89
|
-
<row v-if="item.email1
|
|
90
|
-
<column sm="2" class="label"> Email </column>
|
|
89
|
+
<row v-if="item.email1">
|
|
90
|
+
<column sm="2" class="label" > Email </column>
|
|
91
91
|
<column sm="4" class="dir-additional-records">
|
|
92
92
|
{{ item.email1 }}
|
|
93
93
|
</column>
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
<h4>{{ item.serviceCategory }}</h4>
|
|
100
100
|
</column>
|
|
101
101
|
</row>
|
|
102
|
-
<row class="dir-additional-records">
|
|
102
|
+
<!-- <row class="dir-additional-records">
|
|
103
103
|
<column>
|
|
104
104
|
<ul>
|
|
105
105
|
<li v-for="serv in item.services.split(',')" :key="serv.id">
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
</li>
|
|
108
108
|
</ul>
|
|
109
109
|
</column>
|
|
110
|
-
</row>
|
|
110
|
+
</row> -->
|
|
111
111
|
</div>
|
|
112
112
|
</div>
|
|
113
113
|
</container>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<section-group class="paragraph--directory dir-filters">
|
|
3
3
|
<!-- Filters -->
|
|
4
|
-
<row style="column-gap:
|
|
4
|
+
<row style="column-gap: 10px">
|
|
5
5
|
<!-- Keyword Filters -->
|
|
6
6
|
<column xxl="2" xl="3" md="4" sm="6">
|
|
7
7
|
<label class="col-form-label visually-hidden" for="keyword-search">
|
|
@@ -44,21 +44,21 @@
|
|
|
44
44
|
<option class="placeholder" value="" disabled hidden selected>
|
|
45
45
|
Service class
|
|
46
46
|
</option>
|
|
47
|
-
<option value="Class A
|
|
48
|
-
Class A
|
|
47
|
+
<option value="Class A - Friable and non-friable">
|
|
48
|
+
Class A - Friable and non-friable
|
|
49
49
|
</option>
|
|
50
|
-
<option value="Class B
|
|
51
|
-
Class B
|
|
50
|
+
<option value="Class B - Non-friable">
|
|
51
|
+
Class B - Non-friable
|
|
52
52
|
</option>
|
|
53
|
-
<option value="Class A - Restricted - Asbestos Removalists">
|
|
53
|
+
<!-- <option value="Class A - Restricted - Asbestos Removalists">
|
|
54
54
|
Class A - Restricted - Asbestos Removalists
|
|
55
55
|
</option>
|
|
56
56
|
<option value="Class B - Restricted - Asbestos Removalists">
|
|
57
57
|
Class B - Restricted - Asbestos Removalists
|
|
58
|
-
</option>
|
|
58
|
+
</option> -->
|
|
59
59
|
</select>
|
|
60
60
|
</column>
|
|
61
|
-
<column xxl="2" xl="3" md="4" sm="6">
|
|
61
|
+
<!-- <column xxl="2" xl="3" md="4" sm="6">
|
|
62
62
|
<label class="col-form-label visually-hidden" for="search-services">
|
|
63
63
|
Search by suburb (typed suburb automatically filters below results)
|
|
64
64
|
</label>
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
aria-label="Search by suburb (typed suburb automatically filters below results)"
|
|
71
71
|
class="search"
|
|
72
72
|
/>
|
|
73
|
-
</column>
|
|
73
|
+
</column> -->
|
|
74
74
|
<column md="2">
|
|
75
75
|
<filter-button
|
|
76
76
|
v-if="!hideReset"
|
|
@@ -120,7 +120,7 @@ export default {
|
|
|
120
120
|
searchRem: '',
|
|
121
121
|
searchSub: '',
|
|
122
122
|
searchClass: '',
|
|
123
|
-
searchServices: '',
|
|
123
|
+
// searchServices: '',
|
|
124
124
|
filteredItems: null,
|
|
125
125
|
perPage: 10,
|
|
126
126
|
page: 0,
|
|
@@ -159,21 +159,21 @@ export default {
|
|
|
159
159
|
.includes(this.searchClass.toLowerCase()),
|
|
160
160
|
)
|
|
161
161
|
}
|
|
162
|
-
if (this.searchServices.length) {
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
}
|
|
162
|
+
// if (this.searchServices.length) {
|
|
163
|
+
// this.hideReset = false
|
|
164
|
+
// results = results.filter((item) =>
|
|
165
|
+
// item.services
|
|
166
|
+
// .toLowerCase()
|
|
167
|
+
// .includes(this.searchServices.toLowerCase()),
|
|
168
|
+
// )
|
|
169
|
+
// }
|
|
170
170
|
this.filteredItems = results
|
|
171
171
|
|
|
172
172
|
if (
|
|
173
173
|
this.searchRem.length ||
|
|
174
174
|
this.searchSub.length ||
|
|
175
|
-
this.searchClass.length
|
|
176
|
-
this.searchServices.length
|
|
175
|
+
this.searchClass.length
|
|
176
|
+
// || this.searchServices.length
|
|
177
177
|
) {
|
|
178
178
|
this.pageChanged(1)
|
|
179
179
|
}
|
|
@@ -184,7 +184,7 @@ export default {
|
|
|
184
184
|
flatRecords() {
|
|
185
185
|
let flatRecords = []
|
|
186
186
|
const sortedItems = this.items.sort((a, b) =>
|
|
187
|
-
a.
|
|
187
|
+
a.Account.localeCompare(b.Account, 'en', {
|
|
188
188
|
sensitivity: 'base',
|
|
189
189
|
}),
|
|
190
190
|
)
|
|
@@ -192,21 +192,22 @@ export default {
|
|
|
192
192
|
sortedItems.forEach((record) => {
|
|
193
193
|
flatRecords.push({
|
|
194
194
|
type: 'ar',
|
|
195
|
-
title: record.
|
|
196
|
-
fullAddress: record.
|
|
197
|
-
workPhone: record.Phone,
|
|
198
|
-
mobilePhone: record.
|
|
199
|
-
email: record.
|
|
200
|
-
website: this.formatWebsite(record.CompanyWebURLDisp),
|
|
201
|
-
contact1: this.returnContact(
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
),
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
195
|
+
title: record.Account,
|
|
196
|
+
fullAddress: record.Regbusinessaddresssuburb + ' ' + record.Regbusinessaddresspostcode,
|
|
197
|
+
// workPhone: record.Phone,
|
|
198
|
+
mobilePhone: record.PrimaryContactMobile,
|
|
199
|
+
email: record.PrimaryContactEmail,
|
|
200
|
+
// website: this.formatWebsite(record.CompanyWebURLDisp),
|
|
201
|
+
// contact1: this.returnContact(
|
|
202
|
+
// record.ContactFirstName,
|
|
203
|
+
// record.ContactLastName,
|
|
204
|
+
// ),
|
|
205
|
+
contact1: record.PrimaryContactAccountName,
|
|
206
|
+
// email1: record.PrimaryContactEmail,
|
|
207
|
+
// phone1: record.ContactPhoneDisp,
|
|
208
|
+
// mobile1: record.PrimaryContactMobile,
|
|
209
|
+
// services: record.ServicesAll.replace(/,$/, ''),
|
|
210
|
+
serviceCategory: record.AsbestosClass,
|
|
210
211
|
})
|
|
211
212
|
})
|
|
212
213
|
return flatRecords
|
|
@@ -229,26 +230,26 @@ export default {
|
|
|
229
230
|
},
|
|
230
231
|
|
|
231
232
|
methods: {
|
|
232
|
-
formatWebsite(url) {
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
},
|
|
233
|
+
// formatWebsite(url) {
|
|
234
|
+
// let startUrl = url.slice(0, 3)
|
|
235
|
+
// let returnUrl = url
|
|
236
|
+
// if (startUrl.toLowerCase() === 'www') {
|
|
237
|
+
// returnUrl = 'https://' + url
|
|
238
|
+
// }
|
|
239
|
+
// if (
|
|
240
|
+
// startUrl.toLowerCase() !== 'htt' &&
|
|
241
|
+
// startUrl.toLowerCase() !== 'www' &&
|
|
242
|
+
// url !== ''
|
|
243
|
+
// ) {
|
|
244
|
+
// returnUrl = 'https://www.' + url
|
|
245
|
+
// }
|
|
246
|
+
// return returnUrl
|
|
247
|
+
// },
|
|
247
248
|
|
|
248
|
-
returnContact(firstN, lastN) {
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
},
|
|
249
|
+
// returnContact(firstN, lastN) {
|
|
250
|
+
// let retContact = [firstN, lastN].filter(Boolean).join(' ')
|
|
251
|
+
// return retContact
|
|
252
|
+
// },
|
|
252
253
|
|
|
253
254
|
chunkify(arr, n) {
|
|
254
255
|
if (arr) {
|
|
@@ -1,226 +1,254 @@
|
|
|
1
1
|
export const arData = [
|
|
2
2
|
{
|
|
3
|
-
|
|
4
|
-
CompanyAddress: '62 Webber Parade',
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
3
|
+
Account: 'A.D.S. Asbestos Removal Pty Ltd',
|
|
4
|
+
// CompanyAddress: '62 Webber Parade',
|
|
5
|
+
Regbusinessaddresssuburb: 'KEILOR EAST',
|
|
6
|
+
Regbusinessaddresspostcode: '3033',
|
|
7
|
+
// Phone: '0404073745',
|
|
8
|
+
// CompanyMobile: '0404 073 745',
|
|
9
|
+
// CompanyEmailDisp: 'ads.asbestos@gmail.com',
|
|
10
|
+
// CompanyWebURLDisp: 'adsasbestosremoval.com.au',
|
|
11
|
+
// ContactFirstName: 'Ivan',
|
|
12
|
+
// ContactLastName: 'Silva',
|
|
13
|
+
PrimaryContactAccountName: 'Ivan Silva',
|
|
14
|
+
// ContactPhoneDisp: '0404073745',
|
|
15
|
+
PrimaryPrimaryContactEmail: 'ads.asbestos@gmail.com',
|
|
16
|
+
PrimaryContactMobile: '1300 064 277',
|
|
17
|
+
AsbestosClass: 'Class A - Friable and non-friable',
|
|
18
|
+
// ServicesAll: 'removal of any asbestos containing material that was previously non-friable but has become friable as a result of a fire and does not require an enclosure with a negative air unit(s) to perform the work.',
|
|
17
19
|
},
|
|
18
20
|
{
|
|
19
|
-
|
|
20
|
-
CompanyAddress: '9 Ewens Court',
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
21
|
+
Account: 'AAA ASBESTOS SOLUTIONS PTY LTD',
|
|
22
|
+
// CompanyAddress: '9 Ewens Court',
|
|
23
|
+
Regbusinessaddresssuburb: 'MOUNT GAMBIER',
|
|
24
|
+
Regbusinessaddresspostcode: '5290',
|
|
25
|
+
// Phone: '0418 854 443',
|
|
26
|
+
// CompanyMobile: '0418 854 443',
|
|
27
|
+
// CompanyEmailDisp: 'nieto4@bigpond.net.au',
|
|
28
|
+
// CompanyWebURLDisp: '',
|
|
29
|
+
// ContactFirstName: 'ERIC',
|
|
30
|
+
// ContactLastName: 'NIETO',
|
|
31
|
+
PrimaryContactAccountName: 'ERIC NIETO',
|
|
32
|
+
// ContactPhoneDisp: '0418 854 443',
|
|
33
|
+
PrimaryContactEmail: 'nieto4@bigpond.net.au',
|
|
34
|
+
PrimaryContactMobile: '0418 854 443',
|
|
35
|
+
AsbestosClass: 'Class B - Non-friable',
|
|
36
|
+
// ServicesAll: 'All types of non-friable asbestos containing material (eg. cement sheeting or vinyl tiles)',
|
|
33
37
|
},
|
|
34
38
|
{
|
|
35
|
-
|
|
36
|
-
CompanyAddress: '44 Townsent Street',
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
39
|
+
Account: 'Aaron John Field',
|
|
40
|
+
// CompanyAddress: '44 Townsent Street',
|
|
41
|
+
Regbusinessaddresssuburb: 'Howlong',
|
|
42
|
+
Regbusinessaddresspostcode: '2643',
|
|
43
|
+
// Phone: '',
|
|
44
|
+
// CompanyMobile: '0408474707',
|
|
45
|
+
// CompanyEmailDisp: 'azz_317@homail.com',
|
|
46
|
+
// CompanyWebURLDisp: '',
|
|
47
|
+
// ContactFirstName: 'Aaron',
|
|
48
|
+
// ContactLastName: 'Field',
|
|
49
|
+
PrimaryContactAccountName: 'Aaron Field',
|
|
50
|
+
// ContactPhoneDisp: '',
|
|
51
|
+
PrimaryContactEmail: 'azz_317@homail.com',
|
|
52
|
+
PrimaryContactMobile: '0408474707',
|
|
53
|
+
AsbestosClass: 'Class B - Non-friable',
|
|
54
|
+
// ServicesAll: 'All types of non-friable asbestos containing material (eg. cement sheeting or vinyl tiles),Telecommunication Asbestos cement pits and pipes',
|
|
49
55
|
},
|
|
50
56
|
{
|
|
51
|
-
|
|
52
|
-
CompanyAddress: '13 Rudkin Court',
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
57
|
+
Account: 'Al Baarini Ahmad',
|
|
58
|
+
// CompanyAddress: '13 Rudkin Court',
|
|
59
|
+
Regbusinessaddresssuburb: 'Hoppers Crossing',
|
|
60
|
+
Regbusinessaddresspostcode: '3029',
|
|
61
|
+
// Phone: '0421 280 732',
|
|
62
|
+
// CompanyMobile: '0401 016 565',
|
|
63
|
+
// CompanyEmailDisp: 'CITYWIDEDEMOLITION@HOTMAIL.COM',
|
|
64
|
+
// CompanyWebURLDisp: 'www.citywidedemolition.com.au',
|
|
65
|
+
// ContactFirstName: 'Eman',
|
|
66
|
+
// ContactLastName: 'Al Baarini',
|
|
67
|
+
PrimaryContactAccountName: 'Eman Al Baarini',
|
|
68
|
+
// ContactPhoneDisp: '0421 280 732',
|
|
69
|
+
PrimaryContactEmail: 'CITYWIDEDEMOLITION@HOTMAIL.COM',
|
|
70
|
+
PrimaryContactMobile: '0421 280 732',
|
|
71
|
+
AsbestosClass: 'Class B - Non-friable',
|
|
72
|
+
// ServicesAll: 'All types of non-friable asbestos containing material (eg. cement sheeting or vinyl tiles)',
|
|
65
73
|
},
|
|
66
74
|
{
|
|
67
|
-
|
|
68
|
-
CompanyAddress: '17 Rohs Road',
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
75
|
+
Account: 'Ashcorp Holdings Pty Ltd',
|
|
76
|
+
// CompanyAddress: '17 Rohs Road',
|
|
77
|
+
Regbusinessaddresssuburb: 'EAST BENDIGO',
|
|
78
|
+
Regbusinessaddresspostcode: '3550',
|
|
79
|
+
// Phone: '(03) 5444 3261',
|
|
80
|
+
// CompanyMobile: '0409 012 780',
|
|
81
|
+
// CompanyEmailDisp: 'admin@ashworthdemolition.com.au',
|
|
82
|
+
// CompanyWebURLDisp: '',
|
|
83
|
+
// ContactFirstName: 'Dean',
|
|
84
|
+
// ContactLastName: 'Ashworth',
|
|
85
|
+
PrimaryContactAccountName: 'Dean Ashworth',
|
|
86
|
+
// ContactPhoneDisp: '(03) 5444 3261',
|
|
87
|
+
PrimaryContactEmail: 'info@ashworthdemolition.com.au',
|
|
88
|
+
PrimaryContactMobile: '0409012780',
|
|
89
|
+
AsbestosClass: 'Class A - Friable and non-friable',
|
|
90
|
+
// ServicesAll: 'removal of all types of non-friable asbestos containing material,removal of asbestos containing gaskets and ropes,removal of friable asbestos containing material from soil that does not require an enclosure with negative air unit(s),removal of any asbestos containing material that was previously non-friable but has become friable as a result of a fire,The Licence is restricted to removal of asbestos containing material that does not require an enclosure with a negative air unit(s).'
|
|
81
91
|
},
|
|
82
92
|
{
|
|
83
|
-
|
|
84
|
-
CompanyAddress: 'Ventia - Cardinia Building, 25 Lucknow Street',
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
93
|
+
Account: 'Ventia Utility Services Pty Limited',
|
|
94
|
+
// CompanyAddress: 'Ventia - Cardinia Building, 25 Lucknow Street',
|
|
95
|
+
Regbusinessaddresssuburb: 'MITCHAM',
|
|
96
|
+
Regbusinessaddresspostcode: '3132',
|
|
97
|
+
// Phone: '0438531164',
|
|
98
|
+
// CompanyMobile: '',
|
|
99
|
+
// CompanyEmailDisp: 'daniel.dehaan@ventia.com',
|
|
100
|
+
// CompanyWebURLDisp: 'www.ventia.com.au',
|
|
101
|
+
// ContactFirstName: 'Daniel',
|
|
102
|
+
// ContactLastName: 'DeHaan',
|
|
103
|
+
PrimaryContactAccountName: 'Daniel DeHaan',
|
|
104
|
+
// ContactPhoneDisp: '0438531164',
|
|
105
|
+
PrimaryContactEmail: 'daniel.dehaan@ventia.com',
|
|
106
|
+
PrimaryContactMobile: '0438531164',
|
|
107
|
+
AsbestosClass: 'Class B - Non-friable',
|
|
108
|
+
// ServicesAll: 'Bituminous coal tar coatings,Non-friable Asbestos Cement Water Pipes and Associated Fittings ONLY,Non-friable Asbetos Containing Bituminous Coating on Mild Steel Pipes',
|
|
97
109
|
},
|
|
98
110
|
{
|
|
99
|
-
|
|
100
|
-
CompanyAddress: '62 Webber Parade',
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
111
|
+
Account: 'ONE A.D.S Asbestos Removal Pty Ltd',
|
|
112
|
+
// CompanyAddress: '62 Webber Parade',
|
|
113
|
+
Regbusinessaddresssuburb: 'KEILOR EAST',
|
|
114
|
+
Regbusinessaddresspostcode: '3033',
|
|
115
|
+
// Phone: '0404073745',
|
|
116
|
+
// CompanyMobile: '0404 073 745',
|
|
117
|
+
// CompanyEmailDisp: 'ads.asbestos@gmail.com',
|
|
118
|
+
// CompanyWebURLDisp: 'http://www.adsasbestosremoval.com.au',
|
|
119
|
+
// ContactFirstName: '',
|
|
120
|
+
// ContactLastName: '',
|
|
121
|
+
PrimaryContactAccountName: '',
|
|
122
|
+
// ContactPhoneDisp: '0404073745',
|
|
123
|
+
PrimaryContactEmail: 'ads.asbestos@gmail.com',
|
|
124
|
+
PrimaryContactMobile: '1300 064 277',
|
|
125
|
+
AsbestosClass: 'Class A - Friable and non-friable',
|
|
126
|
+
// ServicesAll: 'removal of any asbestos containing material that was previously non-friable but has become friable as a result of a fire and does not require an enclosure with a negative air unit(s) to perform the work.',
|
|
113
127
|
},
|
|
114
128
|
{
|
|
115
|
-
|
|
116
|
-
CompanyAddress: '62 Webber Parade',
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
+
Account: 'TWO A.D.S Asbestos Removal Pty Ltd',
|
|
130
|
+
// CompanyAddress: '62 Webber Parade',
|
|
131
|
+
Regbusinessaddresssuburb: 'KEILOR EAST',
|
|
132
|
+
Regbusinessaddresspostcode: '3033',
|
|
133
|
+
// Phone: '0404073745',
|
|
134
|
+
// CompanyMobile: '0404 073 745',
|
|
135
|
+
// CompanyEmailDisp: 'ads.asbestos@gmail.com',
|
|
136
|
+
// CompanyWebURLDisp: 'http://www.adsasbestosremoval.com.au',
|
|
137
|
+
// ContactFirstName: 'Ivan',
|
|
138
|
+
// ContactLastName: 'Silva',
|
|
139
|
+
PrimaryContactAccountName: 'Ivan Silva',
|
|
140
|
+
// ContactPhoneDisp: '',
|
|
141
|
+
PrimaryContactEmail: 'ads.asbestos@gmail.com',
|
|
142
|
+
PrimaryContactMobile: '1300 064 277',
|
|
143
|
+
AsbestosClass: 'Class A - Friable and non-friable',
|
|
144
|
+
// ServicesAll: 'removal of any asbestos containing material that was previously non-friable but has become friable as a result of a fire and does not require an enclosure with a negative air unit(s) to perform the work.',
|
|
129
145
|
},
|
|
130
146
|
{
|
|
131
|
-
|
|
132
|
-
CompanyAddress: '62 Webber Parade',
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
147
|
+
Account: 'Three A.D.S Asbestos Removal Pty Ltd',
|
|
148
|
+
// CompanyAddress: '62 Webber Parade',
|
|
149
|
+
Regbusinessaddresssuburb: 'KEILOR EAST',
|
|
150
|
+
Regbusinessaddresspostcode: '3033',
|
|
151
|
+
// Phone: '0404073745',
|
|
152
|
+
// CompanyMobile: '0404 073 745',
|
|
153
|
+
// CompanyEmailDisp: 'ads.asbestos@gmail.com',
|
|
154
|
+
// CompanyWebURLDisp: 'http://www.adsasbestosremoval.com.au',
|
|
155
|
+
// ContactFirstName: 'Ivan',
|
|
156
|
+
// ContactLastName: 'Silva',
|
|
157
|
+
PrimaryContactAccountName: 'Ivan Silva',
|
|
158
|
+
// ContactPhoneDisp: '0404073745',
|
|
159
|
+
PrimaryContactEmail: '',
|
|
160
|
+
PrimaryContactMobile: '1300 064 277',
|
|
161
|
+
AsbestosClass: 'Class A - Friable and non-friable',
|
|
162
|
+
// ServicesAll: 'removal of any asbestos containing material that was previously non-friable but has become friable as a result of a fire and does not require an enclosure with a negative air unit(s) to perform the work.',
|
|
145
163
|
},
|
|
146
164
|
{
|
|
147
|
-
|
|
148
|
-
CompanyAddress: '62 Webber Parade',
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
165
|
+
Account: 'FOUR A.D.S Asbestos Removal Pty Ltd',
|
|
166
|
+
// CompanyAddress: '62 Webber Parade',
|
|
167
|
+
Regbusinessaddresssuburb: 'KEILOR EAST',
|
|
168
|
+
Regbusinessaddresspostcode: '3033',
|
|
169
|
+
// Phone: '0404073745',
|
|
170
|
+
// CompanyMobile: '0404 073 745',
|
|
171
|
+
// CompanyEmailDisp: 'ads.asbestos@gmail.com',
|
|
172
|
+
// CompanyWebURLDisp: 'http://www.adsasbestosremoval.com.au',
|
|
173
|
+
// ContactFirstName: 'Ivan',
|
|
174
|
+
// ContactLastName: 'Silva',
|
|
175
|
+
PrimaryContactAccountName: 'Ivan Silva',
|
|
176
|
+
// ContactPhoneDisp: '0404073745',
|
|
177
|
+
PrimaryContactEmail: 'ads.asbestos@gmail.com',
|
|
178
|
+
PrimaryContactMobile: '',
|
|
179
|
+
AsbestosClass: 'Class A - Friable and non-friable',
|
|
180
|
+
// ServicesAll: 'removal of any asbestos containing material that was previously non-friable but has become friable as a result of a fire and does not require an enclosure with a negative air unit(s) to perform the work.',
|
|
161
181
|
},
|
|
162
182
|
{
|
|
163
|
-
|
|
164
|
-
CompanyAddress: '62 Webber Parade',
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
183
|
+
Account: 'Five A.D.S Asbestos Removal Pty Ltd',
|
|
184
|
+
// CompanyAddress: '62 Webber Parade',
|
|
185
|
+
Regbusinessaddresssuburb: 'KEILOR EAST',
|
|
186
|
+
Regbusinessaddresspostcode: '3033',
|
|
187
|
+
// Phone: '0404073745',
|
|
188
|
+
// CompanyMobile: '0404 073 745',
|
|
189
|
+
// CompanyEmailDisp: 'ads.asbestos@gmail.com',
|
|
190
|
+
// CompanyWebURLDisp: 'http://www.adsasbestosremoval.com.au',
|
|
191
|
+
// ContactFirstName: '',
|
|
192
|
+
// ContactLastName: '',
|
|
193
|
+
PrimaryContactAccountName: '',
|
|
194
|
+
// ContactPhoneDisp: '',
|
|
195
|
+
PrimaryContactEmail: '',
|
|
196
|
+
PrimaryContactMobile: '',
|
|
197
|
+
AsbestosClass: 'Class A - Friable and non-friable',
|
|
198
|
+
// ServicesAll: 'removal of any asbestos containing material that was previously non-friable but has become friable as a result of a fire and does not require an enclosure with a negative air unit(s) to perform the work.',
|
|
177
199
|
},
|
|
178
200
|
{
|
|
179
|
-
|
|
180
|
-
CompanyAddress: '62 Webber Parade',
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
201
|
+
Account: 'SIX A.D.S Asbestos Removal Pty Ltd',
|
|
202
|
+
// CompanyAddress: '62 Webber Parade',
|
|
203
|
+
Regbusinessaddresssuburb: 'KEILOR EAST',
|
|
204
|
+
Regbusinessaddresspostcode: '3033',
|
|
205
|
+
// Phone: '0404073745',
|
|
206
|
+
// CompanyMobile: '0404 073 745',
|
|
207
|
+
// CompanyEmailDisp: 'ads.asbestos@gmail.com',
|
|
208
|
+
// CompanyWebURLDisp: 'http://www.adsasbestosremoval.com.au',
|
|
209
|
+
// ContactFirstName: 'Ivan',
|
|
210
|
+
// ContactLastName: 'Silva',
|
|
211
|
+
PrimaryContactAccountName: 'Ivan Silva',
|
|
212
|
+
// ContactPhoneDisp: '0404073745',
|
|
213
|
+
PrimaryContactEmail: 'ads.asbestos@gmail.com',
|
|
214
|
+
PrimaryContactMobile: '1300 064 277',
|
|
215
|
+
AsbestosClass: 'Class A - Friable and non-friable',
|
|
216
|
+
// ServicesAll: 'removal of any asbestos containing material that was previously non-friable but has become friable as a result of a fire and does not require an enclosure with a negative air unit(s) to perform the work.',
|
|
193
217
|
},
|
|
194
218
|
{
|
|
195
|
-
|
|
196
|
-
CompanyAddress: '90 Marriage Lane',
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
219
|
+
Account: 'SSM Asbestos Removal Pty Ltd',
|
|
220
|
+
// CompanyAddress: '90 Marriage Lane',
|
|
221
|
+
Regbusinessaddresssuburb: 'HILLSIDE',
|
|
222
|
+
Regbusinessaddresspostcode: '3875',
|
|
223
|
+
// Phone: '0405 083 197',
|
|
224
|
+
// CompanyMobile: '0405 083 197',
|
|
225
|
+
// CompanyEmailDisp: 'steve@ssmasbestos.com.au',
|
|
226
|
+
// CompanyWebURLDisp: 'www.ssm-asbestosremoval.com',
|
|
227
|
+
// ContactFirstName: 'Steven',
|
|
228
|
+
// ContactLastName: 'McCarthy',
|
|
229
|
+
PrimaryContactAccountName: 'Steven McCarthy',
|
|
230
|
+
// ContactPhoneDisp: '0405 083 197',
|
|
231
|
+
PrimaryContactEmail: 'steve@ssmasbestos.com.au',
|
|
232
|
+
PrimaryContactMobile: '0405 083 197',
|
|
233
|
+
AsbestosClass: 'Class A - Friable and non-friable',
|
|
234
|
+
// ServicesAll: 'All types of Asbestos containing material (friable & non-friable)',
|
|
209
235
|
},
|
|
210
236
|
{
|
|
211
|
-
|
|
212
|
-
CompanyAddress: '165 Grevillea Drive',
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
237
|
+
Account: 'Golden Plains Asbestos PTY LTD',
|
|
238
|
+
// CompanyAddress: '165 Grevillea Drive',
|
|
239
|
+
Regbusinessaddresssuburb: 'ENFIELD',
|
|
240
|
+
Regbusinessaddresspostcode: '3352',
|
|
241
|
+
// Phone: '0450582103',
|
|
242
|
+
// CompanyMobile: '0450582103',
|
|
243
|
+
// CompanyEmailDisp: 'gpasbestos@outlook.com',
|
|
244
|
+
// CompanyWebURLDisp: '',
|
|
245
|
+
// ContactFirstName: 'Carlos',
|
|
246
|
+
// ContactLastName: 'Rios',
|
|
247
|
+
PrimaryContactAccountName: 'Carlos Rios',
|
|
248
|
+
// ContactPhoneDisp: '0450582103',
|
|
249
|
+
PrimaryContactEmail: 'gpasbestos@outlook.com',
|
|
250
|
+
PrimaryContactMobile: '0450582103',
|
|
251
|
+
AsbestosClass: 'Class A - Friable and non-friable',
|
|
252
|
+
// ServicesAll: 'All types of Asbestos containing material (friable & non-friable)',
|
|
225
253
|
}
|
|
226
254
|
]
|