ntk-cms-api 1.2.189 → 1.2.190
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/esm2020/lib/service/estate/estateCustomerOrder.service.mjs +5 -5
- package/esm2020/lib/service/estate/estateProperty.service.mjs +7 -7
- package/fesm2015/ntk-cms-api.mjs +10 -10
- package/fesm2015/ntk-cms-api.mjs.map +1 -1
- package/fesm2020/ntk-cms-api.mjs +10 -10
- package/fesm2020/ntk-cms-api.mjs.map +1 -1
- package/lib/service/estate/estateCustomerOrder.service.d.ts +2 -2
- package/lib/service/estate/estateProperty.service.d.ts +3 -3
- package/package.json +1 -1
package/fesm2020/ntk-cms-api.mjs
CHANGED
|
@@ -10106,12 +10106,12 @@ class EstateCustomerOrderService extends ApiCmsServerBase {
|
|
|
10106
10106
|
return this.errorExceptionResultCheck(ret);
|
|
10107
10107
|
}));
|
|
10108
10108
|
}
|
|
10109
|
-
|
|
10109
|
+
ServiceGetAllWithCoverPropertyId(propertyId, model) {
|
|
10110
10110
|
if (model == null) {
|
|
10111
10111
|
model = new FilterModel();
|
|
10112
10112
|
}
|
|
10113
10113
|
return this.http
|
|
10114
|
-
.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/
|
|
10114
|
+
.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCoverPropertyId/' + propertyId, model, {
|
|
10115
10115
|
headers: this.getHeaders(),
|
|
10116
10116
|
})
|
|
10117
10117
|
.pipe(retry(this.configApiRetry),
|
|
@@ -10120,12 +10120,12 @@ class EstateCustomerOrderService extends ApiCmsServerBase {
|
|
|
10120
10120
|
return this.errorExceptionResultCheck(ret);
|
|
10121
10121
|
}));
|
|
10122
10122
|
}
|
|
10123
|
-
|
|
10123
|
+
ServiceGetAllWithCoverPropertyIdHaveHistory(propertyId, model) {
|
|
10124
10124
|
if (model == null) {
|
|
10125
10125
|
model = new FilterModel();
|
|
10126
10126
|
}
|
|
10127
10127
|
return this.http
|
|
10128
|
-
.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/
|
|
10128
|
+
.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCoverPropertyIdHaveHistory/' + propertyId, model, {
|
|
10129
10129
|
headers: this.getHeaders(),
|
|
10130
10130
|
})
|
|
10131
10131
|
.pipe(retry(this.configApiRetry),
|
|
@@ -10280,7 +10280,7 @@ class EstatePropertyService extends ApiCmsServerBase {
|
|
|
10280
10280
|
return this.errorExceptionResultCheck(ret);
|
|
10281
10281
|
}));
|
|
10282
10282
|
}
|
|
10283
|
-
|
|
10283
|
+
ServiceGetAllWithCoverCustomerOrderId(CustomerOrderId, model) {
|
|
10284
10284
|
if (model == null) {
|
|
10285
10285
|
model = new FilterModel();
|
|
10286
10286
|
}
|
|
@@ -10288,7 +10288,7 @@ class EstatePropertyService extends ApiCmsServerBase {
|
|
|
10288
10288
|
CustomerOrderId = '00';
|
|
10289
10289
|
}
|
|
10290
10290
|
return this.http
|
|
10291
|
-
.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/
|
|
10291
|
+
.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCoverCustomerOrderId/' + CustomerOrderId, model, {
|
|
10292
10292
|
headers: this.getHeaders(),
|
|
10293
10293
|
})
|
|
10294
10294
|
.pipe(retry(this.configApiRetry),
|
|
@@ -10297,7 +10297,7 @@ class EstatePropertyService extends ApiCmsServerBase {
|
|
|
10297
10297
|
return this.errorExceptionResultCheck(ret);
|
|
10298
10298
|
}));
|
|
10299
10299
|
}
|
|
10300
|
-
|
|
10300
|
+
ServiceGetAllWithCoverCustomerOrderIdHaveHistory(CustomerOrderId, model) {
|
|
10301
10301
|
if (model == null) {
|
|
10302
10302
|
model = new FilterModel();
|
|
10303
10303
|
}
|
|
@@ -10305,7 +10305,7 @@ class EstatePropertyService extends ApiCmsServerBase {
|
|
|
10305
10305
|
CustomerOrderId = '00';
|
|
10306
10306
|
}
|
|
10307
10307
|
return this.http
|
|
10308
|
-
.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/
|
|
10308
|
+
.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCoverCustomerOrderIdHaveHistory/' + CustomerOrderId, model, {
|
|
10309
10309
|
headers: this.getHeaders(),
|
|
10310
10310
|
})
|
|
10311
10311
|
.pipe(retry(this.configApiRetry),
|
|
@@ -10314,13 +10314,13 @@ class EstatePropertyService extends ApiCmsServerBase {
|
|
|
10314
10314
|
return this.errorExceptionResultCheck(ret);
|
|
10315
10315
|
}));
|
|
10316
10316
|
}
|
|
10317
|
-
|
|
10317
|
+
ServiceGetAllWithCoverCustomerOrderIdExportFile(CustomerOrderId, model) {
|
|
10318
10318
|
// this.loadingStatus=true;
|
|
10319
10319
|
if (model == null) {
|
|
10320
10320
|
model = new FilterModel();
|
|
10321
10321
|
}
|
|
10322
10322
|
return this.http
|
|
10323
|
-
.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/
|
|
10323
|
+
.post(this.getBaseUrl() + this.getModuleControllerUrl() + '/GetAllWithCoverCustomerOrderIdExportFile/' + CustomerOrderId, model, {
|
|
10324
10324
|
headers: this.getHeaders(),
|
|
10325
10325
|
})
|
|
10326
10326
|
.pipe(retry(this.configApiRetry),
|