Compare commits

...

2 Commits

Author SHA1 Message Date
974d05f770 vault backup: 2026-01-23 11:16:15 2026-01-23 11:16:15 +03:00
5f83a98f10 vault backup: 2026-01-23 10:58:33 2026-01-23 10:58:33 +03:00
3 changed files with 3 additions and 24 deletions

View File

@@ -1,28 +1,5 @@
https://blitz.digital-home.site:443/eb4643570d60cb40ef62b5bc7c7b92c4/
```js
callTemporalService: function () {
const serviceOptions = {
// ClientData: {
// Name: this.get("Name"), // AccountId: this.get("Id") // }, OrderData: {
OrderName: this.get("Number"),
OrderDate: this.get("NrbStartDate"),
ClientId: "123-123",
ManagerProjectId: "00123036",
HeadProjectId: "00123037",
DirectorProjectId: "00123038",
OrderAmount: this.get("NrbAmountDeal"),
ProductAttribute: 1,
ProjectId: "",
OrderId: this.get("Id")
} };
ServiceHelper.callService("PresaleProjectService", "CreatePresaleProject", function (response) {
}, serviceOptions, this);
},
```
19 - 100000 (ap +)
20 - 150000 (изменение + - согласование идет) - 1 заявка
21 - 120000 () - 1 заявка (нужно перевыпуск)

View File

@@ -0,0 +1,2 @@
1. Проставить значение настройки "NrbErpHeadProject"
2. Проставить значение настройки "NrbAsyncServiceUri"

View File

@@ -1,3 +1,3 @@
```
export CONFIG_FILE="configs/config.yaml
export CONFIG_FILE="configs/config.yaml"
```