Initial commit
This commit is contained in:
35
Hysteria2.md
Normal file
35
Hysteria2.md
Normal file
@@ -0,0 +1,35 @@
|
||||
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 заявка (нужно перевыпуск)
|
||||
22 - ... (успешный ответ) - 1 заявка успех, 2 заявку отправляем
|
||||
|
||||
Нужно перевыпустить (логическое - не изменяемое) - Да
|
||||
|
||||
Новая
|
||||
Зарегистрирована
|
||||
На изменении (изменение данных + согласование)
|
||||
Reference in New Issue
Block a user