@dssp/supervision 1.0.0-alpha.3 → 1.0.0-alpha.5
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/dist-client/pages/building-inspection/building-inspection-detail-drawing.d.ts +0 -1
- package/dist-client/pages/building-inspection/building-inspection-detail-drawing.js +16 -11
- package/dist-client/pages/building-inspection/building-inspection-detail-drawing.js.map +1 -1
- package/dist-client/pages/building-inspection/component/inspection-event-provider.js +3 -3
- package/dist-client/pages/building-inspection/component/inspection-event-provider.js.map +1 -1
- package/dist-client/pages/building-inspection-grid/building-inspection-grid-detail.d.ts +40 -0
- package/dist-client/pages/building-inspection-grid/building-inspection-grid-detail.js +756 -0
- package/dist-client/pages/building-inspection-grid/building-inspection-grid-detail.js.map +1 -0
- package/dist-client/pages/building-inspection-grid/component/grid-inspection-create-popup.d.ts +2 -0
- package/dist-client/pages/building-inspection-grid/component/grid-inspection-create-popup.js +626 -0
- package/dist-client/pages/building-inspection-grid/component/grid-inspection-create-popup.js.map +1 -0
- package/dist-client/pages/building-inspection-grid/component/notice-comment-popup.d.ts +1 -0
- package/dist-client/pages/building-inspection-grid/component/notice-comment-popup.js +304 -0
- package/dist-client/pages/building-inspection-grid/component/notice-comment-popup.js.map +1 -0
- package/dist-client/pages/checklist/checklist-view.d.ts +2 -0
- package/dist-client/pages/checklist/checklist-view.js +282 -174
- package/dist-client/pages/checklist/checklist-view.js.map +1 -1
- package/dist-client/pages/checklist-template/checklist-template-item.js +8 -3
- package/dist-client/pages/checklist-template/checklist-template-item.js.map +1 -1
- package/dist-client/pages/checklist-template/checklist-template-list.js +1 -1
- package/dist-client/pages/checklist-template/checklist-template-list.js.map +1 -1
- package/dist-client/route.d.ts +1 -1
- package/dist-client/route.js +3 -0
- package/dist-client/route.js.map +1 -1
- package/dist-client/stt/speech-to-text.d.ts +36 -0
- package/dist-client/stt/speech-to-text.js +89 -0
- package/dist-client/stt/speech-to-text.js.map +1 -0
- package/dist-client/stt/stt-utils.d.ts +28 -0
- package/dist-client/stt/stt-utils.js +146 -0
- package/dist-client/stt/stt-utils.js.map +1 -0
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/dist-server/service/action-plan/index.d.ts +0 -1
- package/dist-server/service/action-plan/index.js +1 -2
- package/dist-server/service/action-plan/index.js.map +1 -1
- package/dist-server/service/building-inspection/building-inspection-mutation.js +25 -10
- package/dist-server/service/building-inspection/building-inspection-mutation.js.map +1 -1
- package/dist-server/service/building-inspection/building-inspection-query.d.ts +2 -1
- package/dist-server/service/building-inspection/building-inspection-query.js +31 -2
- package/dist-server/service/building-inspection/building-inspection-query.js.map +1 -1
- package/dist-server/service/building-inspection/building-inspection-type.d.ts +5 -2
- package/dist-server/service/building-inspection/building-inspection-type.js +16 -4
- package/dist-server/service/building-inspection/building-inspection-type.js.map +1 -1
- package/dist-server/service/building-inspection/building-inspection.d.ts +9 -0
- package/dist-server/service/building-inspection/building-inspection.js +40 -2
- package/dist-server/service/building-inspection/building-inspection.js.map +1 -1
- package/dist-server/service/building-inspection/index.d.ts +2 -4
- package/dist-server/service/building-inspection/index.js +2 -4
- package/dist-server/service/building-inspection/index.js.map +1 -1
- package/dist-server/service/checklist/checklist-history.d.ts +8 -0
- package/dist-server/service/checklist/checklist-history.js +36 -0
- package/dist-server/service/checklist/checklist-history.js.map +1 -1
- package/dist-server/service/checklist/checklist.d.ts +10 -0
- package/dist-server/service/checklist/checklist.js +45 -3
- package/dist-server/service/checklist/checklist.js.map +1 -1
- package/dist-server/service/checklist/index.d.ts +0 -2
- package/dist-server/service/checklist/index.js +1 -3
- package/dist-server/service/checklist/index.js.map +1 -1
- package/dist-server/service/checklist-item-comment/index.d.ts +0 -2
- package/dist-server/service/checklist-item-comment/index.js +1 -3
- package/dist-server/service/checklist-item-comment/index.js.map +1 -1
- package/dist-server/service/checklist-template-item/checklist-template-item.js +2 -4
- package/dist-server/service/checklist-template-item/checklist-template-item.js.map +1 -1
- package/dist-server/service/index.d.ts +0 -1
- package/dist-server/service/index.js +1 -11
- package/dist-server/service/index.js.map +1 -1
- package/dist-server/service/issue/index.d.ts +0 -1
- package/dist-server/service/issue/index.js +1 -2
- package/dist-server/service/issue/index.js.map +1 -1
- package/dist-server/service/project-report/index.d.ts +0 -1
- package/dist-server/service/project-report/index.js +1 -2
- package/dist-server/service/project-report/index.js.map +1 -1
- package/dist-server/service/supervisor/index.d.ts +0 -1
- package/dist-server/service/supervisor/index.js +1 -2
- package/dist-server/service/supervisor/index.js.map +1 -1
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/things-factory.config.js +3 -1
- package/dist-server/service/building-inspection/event-subscriber.d.ts +0 -7
- package/dist-server/service/building-inspection/event-subscriber.js +0 -21
- package/dist-server/service/building-inspection/event-subscriber.js.map +0 -1
- package/dist-server/service/checklist/event-subscriber.d.ts +0 -7
- package/dist-server/service/checklist/event-subscriber.js +0 -21
- package/dist-server/service/checklist/event-subscriber.js.map +0 -1
- package/dist-server/service/checklist-item-comment/event-subscriber.d.ts +0 -7
- package/dist-server/service/checklist-item-comment/event-subscriber.js +0 -21
- package/dist-server/service/checklist-item-comment/event-subscriber.js.map +0 -1
|
@@ -0,0 +1,626 @@
|
|
|
1
|
+
import { __decorate, __metadata } from "tslib";
|
|
2
|
+
import '@material/web/icon/icon.js';
|
|
3
|
+
import '@operato/data-grist/ox-grist.js';
|
|
4
|
+
import gql from 'graphql-tag';
|
|
5
|
+
import { css, html, LitElement } from 'lit';
|
|
6
|
+
import { customElement, property, query, state } from 'lit/decorators.js';
|
|
7
|
+
import { DataGrist } from '@operato/data-grist/ox-grist.js';
|
|
8
|
+
import { client } from '@operato/graphql';
|
|
9
|
+
import { ButtonContainerStyles, ScrollbarStyles } from '@operato/styles';
|
|
10
|
+
import { notify } from '@operato/layout';
|
|
11
|
+
import { BuildingInspectionStatus, CHECKLIST_MAIN_TYPE_LIST } from '../../building-inspection/building-inspection-list';
|
|
12
|
+
let GridInspectionCreatePopup = class GridInspectionCreatePopup extends LitElement {
|
|
13
|
+
constructor() {
|
|
14
|
+
super(...arguments);
|
|
15
|
+
this.projectId = '';
|
|
16
|
+
this.checklistTemplateId = '';
|
|
17
|
+
this.selectedBuildingId = '';
|
|
18
|
+
this.selectedBuildingLevelId = '';
|
|
19
|
+
this.cell = '';
|
|
20
|
+
this.buildings = [];
|
|
21
|
+
this.selectedBuilding = {};
|
|
22
|
+
this.selectedLevel = {};
|
|
23
|
+
this.managers = [];
|
|
24
|
+
this.selectedManager = {};
|
|
25
|
+
this.checklistTemplates = [];
|
|
26
|
+
this.checklist = {};
|
|
27
|
+
this.activeTab = 'edit';
|
|
28
|
+
}
|
|
29
|
+
render() {
|
|
30
|
+
var _a, _b, _c, _d, _e;
|
|
31
|
+
return html `
|
|
32
|
+
<div body>
|
|
33
|
+
<div tab-container ?inactive=${this.activeTab !== 'edit'} edit>
|
|
34
|
+
<div detail>
|
|
35
|
+
<h3>세부 정보</h3>
|
|
36
|
+
|
|
37
|
+
<div data-row>
|
|
38
|
+
<label>동</label>
|
|
39
|
+
<md-filled-text-field building name="buildingName" type="text" .value=${((_a = this.selectedBuilding) === null || _a === void 0 ? void 0 : _a.name) || ''} disabled>
|
|
40
|
+
</md-filled-text-field>
|
|
41
|
+
|
|
42
|
+
<div partition></div>
|
|
43
|
+
|
|
44
|
+
<label>층</label>
|
|
45
|
+
<md-filled-text-field level name="buildingLevelName" type="text" .value=${((_b = this.selectedLevel) === null || _b === void 0 ? void 0 : _b.floor) || ''} disabled>
|
|
46
|
+
</md-filled-text-field>
|
|
47
|
+
</div>
|
|
48
|
+
</div>
|
|
49
|
+
|
|
50
|
+
<div checklist>
|
|
51
|
+
<h3>체크리스트</h3>
|
|
52
|
+
|
|
53
|
+
<div data-row>
|
|
54
|
+
<label>이름</label>
|
|
55
|
+
<md-filled-text-field
|
|
56
|
+
name="checklistName"
|
|
57
|
+
type="text"
|
|
58
|
+
.value=${((_c = this.checklist) === null || _c === void 0 ? void 0 : _c.name) || ''}
|
|
59
|
+
@input=${this._onInputChange}
|
|
60
|
+
>
|
|
61
|
+
</md-filled-text-field>
|
|
62
|
+
|
|
63
|
+
<div partition></div>
|
|
64
|
+
|
|
65
|
+
<label>템플릿</label>
|
|
66
|
+
<md-filled-select checklistTemplate @change=${this._onSelectChecklistTemplate}>
|
|
67
|
+
<md-select-option></md-select-option>
|
|
68
|
+
${(_d = this.checklistTemplates) === null || _d === void 0 ? void 0 : _d.map((checklistTemplate, idx) => {
|
|
69
|
+
return html ` <md-select-option .value=${checklistTemplate.id}>
|
|
70
|
+
<div slot="headline">${checklistTemplate.name}</div>
|
|
71
|
+
</md-select-option>`;
|
|
72
|
+
})}
|
|
73
|
+
</md-filled-select>
|
|
74
|
+
</div>
|
|
75
|
+
</div>
|
|
76
|
+
|
|
77
|
+
<div manager>
|
|
78
|
+
<h3>담당자</h3>
|
|
79
|
+
|
|
80
|
+
<div data-row>
|
|
81
|
+
<label>담당자</label>
|
|
82
|
+
<md-filled-select manager @change=${this._onSelectManager}>
|
|
83
|
+
<md-select-option></md-select-option>
|
|
84
|
+
${(_e = this.managers) === null || _e === void 0 ? void 0 : _e.map((manager, idx) => {
|
|
85
|
+
return html ` <md-select-option .value=${manager.userId}>
|
|
86
|
+
<div slot="headline">${manager.name}</div>
|
|
87
|
+
</md-select-option>`;
|
|
88
|
+
})}
|
|
89
|
+
</md-filled-select>
|
|
90
|
+
</div>
|
|
91
|
+
</div>
|
|
92
|
+
|
|
93
|
+
<ox-grist
|
|
94
|
+
.mode=${'GRID'}
|
|
95
|
+
.config=${this.gristConfig}
|
|
96
|
+
.fetchHandler=${this.fetchHandler.bind(this)}
|
|
97
|
+
@field-change=${this.onChangeGird}
|
|
98
|
+
>
|
|
99
|
+
</ox-grist>
|
|
100
|
+
</div>
|
|
101
|
+
|
|
102
|
+
<div tab-container ?inactive=${this.activeTab !== 'preview'} preview>
|
|
103
|
+
<checklist-view .mode=${"VIEWER" /* ChecklistMode.VIEWER */} .checklist=${this.checklist}></checklist-view>
|
|
104
|
+
</div>
|
|
105
|
+
</div>
|
|
106
|
+
|
|
107
|
+
<div tabs>
|
|
108
|
+
<button ?active=${this.activeTab === 'edit'} @click=${() => (this.activeTab = 'edit')}>검측 요청 정보</button>
|
|
109
|
+
<button ?active=${this.activeTab === 'preview'} @click=${() => (this.activeTab = 'preview')}>미리보기</button>
|
|
110
|
+
</div>
|
|
111
|
+
|
|
112
|
+
<div button-container>
|
|
113
|
+
<md-elevated-button blue @click=${this._createInspection}>
|
|
114
|
+
<md-icon slot="icon">task</md-icon>검측 요청서 등록
|
|
115
|
+
</md-elevated-button>
|
|
116
|
+
<md-elevated-button @click=${this._close}> <md-icon slot="icon">cancel</md-icon>취소</md-elevated-button>
|
|
117
|
+
</div>
|
|
118
|
+
`;
|
|
119
|
+
}
|
|
120
|
+
updated() {
|
|
121
|
+
var _a, _b;
|
|
122
|
+
const ratio = Math.round((((_a = this.checklistViewContainer) === null || _a === void 0 ? void 0 : _a.offsetWidth) / ((_b = this.checklistView) === null || _b === void 0 ? void 0 : _b.offsetWidth)) * 100) / 100 || 1;
|
|
123
|
+
this.checklistView.style.transform = `scale(${ratio})`;
|
|
124
|
+
}
|
|
125
|
+
async firstUpdated() {
|
|
126
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
|
127
|
+
const response = await client.query({
|
|
128
|
+
query: gql `
|
|
129
|
+
query Project($id: String!) {
|
|
130
|
+
project(id: $id) {
|
|
131
|
+
id
|
|
132
|
+
name
|
|
133
|
+
buildingComplex {
|
|
134
|
+
id
|
|
135
|
+
buildings {
|
|
136
|
+
id
|
|
137
|
+
name
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
checklistTemplates {
|
|
143
|
+
items {
|
|
144
|
+
id
|
|
145
|
+
name
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
checklistTypes {
|
|
150
|
+
items {
|
|
151
|
+
id
|
|
152
|
+
mainType
|
|
153
|
+
detailType
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
managers {
|
|
158
|
+
id
|
|
159
|
+
phone
|
|
160
|
+
position
|
|
161
|
+
userId
|
|
162
|
+
name
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
`,
|
|
166
|
+
variables: {
|
|
167
|
+
id: this.projectId
|
|
168
|
+
}
|
|
169
|
+
});
|
|
170
|
+
if (response.errors)
|
|
171
|
+
return;
|
|
172
|
+
const project = (_a = response.data) === null || _a === void 0 ? void 0 : _a.project;
|
|
173
|
+
const checklistTemplates = ((_c = (_b = response.data) === null || _b === void 0 ? void 0 : _b.checklistTemplates) === null || _c === void 0 ? void 0 : _c.items) || [];
|
|
174
|
+
this.managers = (_d = response.data) === null || _d === void 0 ? void 0 : _d.managers;
|
|
175
|
+
this.checklistDetailTypes = (_f = (_e = response.data.checklistTypes) === null || _e === void 0 ? void 0 : _e.items) === null || _f === void 0 ? void 0 : _f.map(v => {
|
|
176
|
+
return {
|
|
177
|
+
display: v.detailType,
|
|
178
|
+
value: v.id,
|
|
179
|
+
mainType: v.mainType
|
|
180
|
+
};
|
|
181
|
+
});
|
|
182
|
+
this.checklistTemplates = [...checklistTemplates];
|
|
183
|
+
this.buildings = [...(((_g = project === null || project === void 0 ? void 0 : project.buildingComplex) === null || _g === void 0 ? void 0 : _g.buildings) || [])];
|
|
184
|
+
// selectedBuildingId가 있으면 해당 빌딩 선택, 없으면 첫번째 빌딩 선택
|
|
185
|
+
this.selectedBuilding = this.buildings.find(building => building.id == this.selectedBuildingId);
|
|
186
|
+
this.selectedBuilding = await this._getBuilding(this.selectedBuilding.id);
|
|
187
|
+
// selectedBuildingLevelId가 있으면 선택된 층, 없으면 첫번째 층 선택
|
|
188
|
+
this.selectedLevel = (_j = (_h = this.selectedBuilding) === null || _h === void 0 ? void 0 : _h.buildingLevels) === null || _j === void 0 ? void 0 : _j.find(level => level.id == this.selectedBuildingLevelId);
|
|
189
|
+
// 기본 값 셋팅 select
|
|
190
|
+
await this.htmlSelectChecklistTemplate.selectIndex(0);
|
|
191
|
+
this.checklist = {
|
|
192
|
+
constructionType: '',
|
|
193
|
+
constructionDetailType: '',
|
|
194
|
+
location: `${((_k = this.selectedBuilding) === null || _k === void 0 ? void 0 : _k.name) || ''} ${this.selectedLevel.floor || ''}층`,
|
|
195
|
+
documentNo: '0000-000-000000',
|
|
196
|
+
buildingInspection: {
|
|
197
|
+
status: BuildingInspectionStatus.WAIT
|
|
198
|
+
}
|
|
199
|
+
};
|
|
200
|
+
// 그리드 셋팅
|
|
201
|
+
this.setGristConfig();
|
|
202
|
+
}
|
|
203
|
+
requestRefresh(buildingInspectionId = '') {
|
|
204
|
+
this.dispatchEvent(new CustomEvent('requestRefresh', { detail: { buildingInspectionId } }));
|
|
205
|
+
}
|
|
206
|
+
_close() {
|
|
207
|
+
history.back();
|
|
208
|
+
}
|
|
209
|
+
setGristConfig() {
|
|
210
|
+
this.gristConfig = {
|
|
211
|
+
columns: [
|
|
212
|
+
{ type: 'gutter', gutterName: 'row-selector', multiple: true },
|
|
213
|
+
{
|
|
214
|
+
type: 'gutter',
|
|
215
|
+
gutterName: 'button',
|
|
216
|
+
icon: 'arrow_upward',
|
|
217
|
+
handlers: {
|
|
218
|
+
click: 'move-up'
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
type: 'gutter',
|
|
223
|
+
gutterName: 'button',
|
|
224
|
+
icon: 'arrow_downward',
|
|
225
|
+
handlers: {
|
|
226
|
+
click: 'move-down'
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
type: 'select',
|
|
231
|
+
name: 'mainType',
|
|
232
|
+
header: '구분',
|
|
233
|
+
record: {
|
|
234
|
+
editable: true,
|
|
235
|
+
options: [{ display: '', value: '' }].concat(Object.keys(CHECKLIST_MAIN_TYPE_LIST).map(key => ({ display: CHECKLIST_MAIN_TYPE_LIST[key], value: key })))
|
|
236
|
+
},
|
|
237
|
+
width: 100
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
type: 'select',
|
|
241
|
+
name: 'detailType',
|
|
242
|
+
header: '상세 구분',
|
|
243
|
+
record: {
|
|
244
|
+
editable: true,
|
|
245
|
+
options: (columns, data, column) => [
|
|
246
|
+
{ display: '', value: '' },
|
|
247
|
+
...this.checklistDetailTypes.filter(v => v.mainType == column.mainType)
|
|
248
|
+
]
|
|
249
|
+
},
|
|
250
|
+
width: 200
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
type: 'string',
|
|
254
|
+
name: 'name',
|
|
255
|
+
header: '검사 항목',
|
|
256
|
+
record: {
|
|
257
|
+
editable: true
|
|
258
|
+
},
|
|
259
|
+
width: 200
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
type: 'string',
|
|
263
|
+
name: 'inspctionCriteria',
|
|
264
|
+
header: '검사 기준',
|
|
265
|
+
record: {
|
|
266
|
+
editable: true
|
|
267
|
+
},
|
|
268
|
+
width: 200
|
|
269
|
+
}
|
|
270
|
+
],
|
|
271
|
+
pagination: {
|
|
272
|
+
infinite: true
|
|
273
|
+
},
|
|
274
|
+
sorters: [{ name: 'mainType' }, { name: 'sequence' }]
|
|
275
|
+
};
|
|
276
|
+
}
|
|
277
|
+
async fetchHandler() {
|
|
278
|
+
if (!this.checklistTemplateId)
|
|
279
|
+
return [];
|
|
280
|
+
const response = await client.query({
|
|
281
|
+
query: gql `
|
|
282
|
+
query ($filters: [Filter!], $pagination: Pagination, $sortings: [Sorting!]) {
|
|
283
|
+
checklistTemplateItems(filters: $filters, pagination: $pagination, sortings: $sortings) {
|
|
284
|
+
items {
|
|
285
|
+
id
|
|
286
|
+
sequence
|
|
287
|
+
name
|
|
288
|
+
inspctionCriteria
|
|
289
|
+
mainType
|
|
290
|
+
detailType
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
`,
|
|
295
|
+
variables: {
|
|
296
|
+
filters: {
|
|
297
|
+
name: 'checklistTemplateId',
|
|
298
|
+
value: this.checklistTemplateId,
|
|
299
|
+
operator: 'eq'
|
|
300
|
+
},
|
|
301
|
+
sortings: [{ name: 'mainType' }, { name: 'sequence' }]
|
|
302
|
+
}
|
|
303
|
+
});
|
|
304
|
+
// 체크리스트 아이템 데이터 갱신
|
|
305
|
+
this.onChangeGird();
|
|
306
|
+
return {
|
|
307
|
+
records: response.data.checklistTemplateItems.items || []
|
|
308
|
+
};
|
|
309
|
+
}
|
|
310
|
+
async _getBuilding(buildingId = '') {
|
|
311
|
+
var _a;
|
|
312
|
+
const response = await client.query({
|
|
313
|
+
query: gql `
|
|
314
|
+
query Building($id: String!) {
|
|
315
|
+
building(id: $id) {
|
|
316
|
+
id
|
|
317
|
+
name
|
|
318
|
+
buildingLevels {
|
|
319
|
+
id
|
|
320
|
+
floor
|
|
321
|
+
mainDrawing {
|
|
322
|
+
id
|
|
323
|
+
name
|
|
324
|
+
fullpath
|
|
325
|
+
}
|
|
326
|
+
mainDrawingImage
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
`,
|
|
331
|
+
variables: {
|
|
332
|
+
id: buildingId
|
|
333
|
+
}
|
|
334
|
+
});
|
|
335
|
+
if (response.errors)
|
|
336
|
+
return;
|
|
337
|
+
return ((_a = response.data) === null || _a === void 0 ? void 0 : _a.building) || {};
|
|
338
|
+
}
|
|
339
|
+
_onSelectChecklistTemplate(e) {
|
|
340
|
+
const checklistTemplateId = e.target.value;
|
|
341
|
+
// 체크 리스트 이름 셋팅
|
|
342
|
+
this.checklist = Object.assign(Object.assign({}, this.checklist), { name: e.target.displayText });
|
|
343
|
+
// 그리드 아이템 셋팅
|
|
344
|
+
if (checklistTemplateId) {
|
|
345
|
+
this.checklistTemplateId = checklistTemplateId;
|
|
346
|
+
this.grist.fetch();
|
|
347
|
+
}
|
|
348
|
+
}
|
|
349
|
+
_onSelectManager(e) {
|
|
350
|
+
const managerId = e.target.value;
|
|
351
|
+
this.selectedManager = this.managers.find(manager => manager.userId == managerId);
|
|
352
|
+
}
|
|
353
|
+
async _createInspection() {
|
|
354
|
+
var _a, _b, _c;
|
|
355
|
+
let patch = {};
|
|
356
|
+
patch.buildingLevelId = this.selectedLevel.id;
|
|
357
|
+
patch.managerId = this.selectedManager.userId;
|
|
358
|
+
patch.checklist = {
|
|
359
|
+
name: this.checklist.name,
|
|
360
|
+
location: `${this.selectedBuilding.name} ${this.selectedLevel.floor}층`,
|
|
361
|
+
inspectionParts: this.checklist.inspectionParts
|
|
362
|
+
};
|
|
363
|
+
patch.checklistItem = (_a = this.checklist.checklistItems) === null || _a === void 0 ? void 0 : _a.map(item => {
|
|
364
|
+
return {
|
|
365
|
+
name: item.name,
|
|
366
|
+
mainType: item.mainType,
|
|
367
|
+
detailType: item.detailType,
|
|
368
|
+
inspctionCriteria: item.inspctionCriteria
|
|
369
|
+
};
|
|
370
|
+
});
|
|
371
|
+
const [cellX, cellY] = this.cell.split(',');
|
|
372
|
+
patch.cellX = Number(cellX);
|
|
373
|
+
patch.cellY = Number(cellY);
|
|
374
|
+
const response = await client.mutate({
|
|
375
|
+
mutation: gql `
|
|
376
|
+
mutation CreateBuildingInspection($patch: NewBuildingInspection!) {
|
|
377
|
+
createBuildingInspection(patch: $patch) {
|
|
378
|
+
id
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
`,
|
|
382
|
+
variables: {
|
|
383
|
+
patch
|
|
384
|
+
}
|
|
385
|
+
});
|
|
386
|
+
if (!response.errors) {
|
|
387
|
+
notify({ message: '검측 요청서를 등록하였습니다.' });
|
|
388
|
+
this.requestRefresh(response.data.createBuildingInspection.id);
|
|
389
|
+
this._close();
|
|
390
|
+
}
|
|
391
|
+
else {
|
|
392
|
+
notify({ message: ((_c = (_b = response.errors) === null || _b === void 0 ? void 0 : _b[0]) === null || _c === void 0 ? void 0 : _c.message) || '검측 요청서 등록에 실패하였습니다.', level: 'error' });
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
// Input 요소의 값이 변경될 때 호출되는 콜백 함수
|
|
396
|
+
_onInputChange(event) {
|
|
397
|
+
const target = event.target;
|
|
398
|
+
this[target.name] = target.value;
|
|
399
|
+
this.checklist = Object.assign(Object.assign({}, this.checklist), { name: target.value });
|
|
400
|
+
}
|
|
401
|
+
// 체크리스트 아이템 데이터 갱신
|
|
402
|
+
onChangeGird() {
|
|
403
|
+
const checklistDetailTypes = Object.fromEntries(this.checklistDetailTypes.map(item => [item.value, item.display]));
|
|
404
|
+
const grist = this.grist;
|
|
405
|
+
// grist field-change가 오는 시점이 데이터 변경 전이라 setTimeout으로 변경
|
|
406
|
+
setTimeout(() => {
|
|
407
|
+
this.checklist.checklistItems = grist.dirtyData.records.map((row, idx) => {
|
|
408
|
+
return Object.assign(Object.assign({}, row), { detailType: checklistDetailTypes[row.detailType], sequence: idx });
|
|
409
|
+
});
|
|
410
|
+
this.checklist = Object.assign({}, this.checklist);
|
|
411
|
+
}, 100);
|
|
412
|
+
}
|
|
413
|
+
};
|
|
414
|
+
GridInspectionCreatePopup.styles = [
|
|
415
|
+
ButtonContainerStyles,
|
|
416
|
+
ScrollbarStyles,
|
|
417
|
+
css `
|
|
418
|
+
:host {
|
|
419
|
+
display: flex;
|
|
420
|
+
flex-direction: column;
|
|
421
|
+
padding: 15px 20px;
|
|
422
|
+
|
|
423
|
+
background-color: var(--md-sys-color-surface);
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
md-filled-select {
|
|
427
|
+
width: auto;
|
|
428
|
+
min-width: 150px;
|
|
429
|
+
--md-filled-select-text-field-container-color: transparent;
|
|
430
|
+
--md-filled-select-text-field-active-indicator-color: #999;
|
|
431
|
+
--md-filled-select-text-field-input-text-size: 14px;
|
|
432
|
+
--md-filled-select-text-field-input-text-weight: bold;
|
|
433
|
+
--md-filled-select-text-field-input-text-line-height: 6px;
|
|
434
|
+
}
|
|
435
|
+
md-filled-select[level] {
|
|
436
|
+
min-width: 110px;
|
|
437
|
+
margin-left: 20px;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
checklist-view {
|
|
441
|
+
pointer-events: none;
|
|
442
|
+
transform-origin: top left;
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
div[body] {
|
|
446
|
+
height: 100%;
|
|
447
|
+
overflow-y: auto;
|
|
448
|
+
|
|
449
|
+
div[tab-container][inactive] {
|
|
450
|
+
display: none !important;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
div[edit] {
|
|
454
|
+
width: 100%;
|
|
455
|
+
|
|
456
|
+
div[detail] {
|
|
457
|
+
margin-bottom: 30px;
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
h3 {
|
|
461
|
+
position: relative;
|
|
462
|
+
color: #0595e5;
|
|
463
|
+
font-size: 17px;
|
|
464
|
+
font-weight: 700;
|
|
465
|
+
background-color: var(--md-sys-color-surface);
|
|
466
|
+
margin-top: 0;
|
|
467
|
+
margin-bottom: 5px;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
div[data-row] {
|
|
471
|
+
display: grid;
|
|
472
|
+
grid-template-columns: 100px 1fr 0.3fr 100px 1fr;
|
|
473
|
+
gap: 15px;
|
|
474
|
+
margin-bottom: 11px;
|
|
475
|
+
|
|
476
|
+
& > label {
|
|
477
|
+
display: flex;
|
|
478
|
+
justify-content: flex-end;
|
|
479
|
+
align-items: center;
|
|
480
|
+
font-size: 15px;
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
div[inspection-parts] {
|
|
484
|
+
display: block;
|
|
485
|
+
margin-top: 7px;
|
|
486
|
+
|
|
487
|
+
& > span {
|
|
488
|
+
display: inline-block;
|
|
489
|
+
margin-right: 5px;
|
|
490
|
+
margin-bottom: 5px;
|
|
491
|
+
|
|
492
|
+
& > md-checkbox {
|
|
493
|
+
margin-top: 2px;
|
|
494
|
+
}
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
}
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
div[preview] {
|
|
501
|
+
display: flex;
|
|
502
|
+
overflow-y: auto;
|
|
503
|
+
overflow-x: hidden;
|
|
504
|
+
}
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
div[tabs] {
|
|
508
|
+
display: flex;
|
|
509
|
+
|
|
510
|
+
button {
|
|
511
|
+
background-color: #fff;
|
|
512
|
+
padding: 6px 14px;
|
|
513
|
+
color: #999;
|
|
514
|
+
border: solid 1px #999;
|
|
515
|
+
border-top: none;
|
|
516
|
+
border-radius: 0px 0px 8px 8px;
|
|
517
|
+
margin-right: -2px;
|
|
518
|
+
cursor: pointer;
|
|
519
|
+
|
|
520
|
+
&[active] {
|
|
521
|
+
color: var(--button-color, var(--md-sys-color-on-secondary-container));
|
|
522
|
+
font-weight: 600;
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
div[button-container] {
|
|
528
|
+
display: flex;
|
|
529
|
+
justify-content: flex-end;
|
|
530
|
+
gap: 10px;
|
|
531
|
+
|
|
532
|
+
md-elevated-button[blue] {
|
|
533
|
+
--md-elevated-button-container-color: #0595e5;
|
|
534
|
+
|
|
535
|
+
--md-elevated-button-label-text-color: #fff;
|
|
536
|
+
--md-elevated-button-hover-label-text-color: #fff;
|
|
537
|
+
--md-elevated-button-pressed-label-text-color: #fff;
|
|
538
|
+
--md-elevated-button-focus-label-text-color: #fff;
|
|
539
|
+
--md-elevated-button-icon-color: #fff;
|
|
540
|
+
--md-elevated-button-hover-icon-color: #fff;
|
|
541
|
+
--md-elevated-button-pressed-icon-color: #fff;
|
|
542
|
+
--md-elevated-button-focus-icon-color: #fff;
|
|
543
|
+
}
|
|
544
|
+
}
|
|
545
|
+
`
|
|
546
|
+
];
|
|
547
|
+
__decorate([
|
|
548
|
+
property({ type: Object }),
|
|
549
|
+
__metadata("design:type", Object)
|
|
550
|
+
], GridInspectionCreatePopup.prototype, "gristConfig", void 0);
|
|
551
|
+
__decorate([
|
|
552
|
+
property({ type: Object }),
|
|
553
|
+
__metadata("design:type", Object)
|
|
554
|
+
], GridInspectionCreatePopup.prototype, "checklistDetailTypes", void 0);
|
|
555
|
+
__decorate([
|
|
556
|
+
property({ type: String }),
|
|
557
|
+
__metadata("design:type", String)
|
|
558
|
+
], GridInspectionCreatePopup.prototype, "projectId", void 0);
|
|
559
|
+
__decorate([
|
|
560
|
+
property({ type: String }),
|
|
561
|
+
__metadata("design:type", String)
|
|
562
|
+
], GridInspectionCreatePopup.prototype, "checklistTemplateId", void 0);
|
|
563
|
+
__decorate([
|
|
564
|
+
property({ type: String }),
|
|
565
|
+
__metadata("design:type", String)
|
|
566
|
+
], GridInspectionCreatePopup.prototype, "selectedBuildingId", void 0);
|
|
567
|
+
__decorate([
|
|
568
|
+
property({ type: String }),
|
|
569
|
+
__metadata("design:type", String)
|
|
570
|
+
], GridInspectionCreatePopup.prototype, "selectedBuildingLevelId", void 0);
|
|
571
|
+
__decorate([
|
|
572
|
+
property({ type: String }),
|
|
573
|
+
__metadata("design:type", String)
|
|
574
|
+
], GridInspectionCreatePopup.prototype, "cell", void 0);
|
|
575
|
+
__decorate([
|
|
576
|
+
state(),
|
|
577
|
+
__metadata("design:type", Object)
|
|
578
|
+
], GridInspectionCreatePopup.prototype, "buildings", void 0);
|
|
579
|
+
__decorate([
|
|
580
|
+
state(),
|
|
581
|
+
__metadata("design:type", Object)
|
|
582
|
+
], GridInspectionCreatePopup.prototype, "selectedBuilding", void 0);
|
|
583
|
+
__decorate([
|
|
584
|
+
state(),
|
|
585
|
+
__metadata("design:type", Object)
|
|
586
|
+
], GridInspectionCreatePopup.prototype, "selectedLevel", void 0);
|
|
587
|
+
__decorate([
|
|
588
|
+
state(),
|
|
589
|
+
__metadata("design:type", Object)
|
|
590
|
+
], GridInspectionCreatePopup.prototype, "managers", void 0);
|
|
591
|
+
__decorate([
|
|
592
|
+
state(),
|
|
593
|
+
__metadata("design:type", Object)
|
|
594
|
+
], GridInspectionCreatePopup.prototype, "selectedManager", void 0);
|
|
595
|
+
__decorate([
|
|
596
|
+
state(),
|
|
597
|
+
__metadata("design:type", Object)
|
|
598
|
+
], GridInspectionCreatePopup.prototype, "checklistTemplates", void 0);
|
|
599
|
+
__decorate([
|
|
600
|
+
state(),
|
|
601
|
+
__metadata("design:type", Object)
|
|
602
|
+
], GridInspectionCreatePopup.prototype, "checklist", void 0);
|
|
603
|
+
__decorate([
|
|
604
|
+
state(),
|
|
605
|
+
__metadata("design:type", String)
|
|
606
|
+
], GridInspectionCreatePopup.prototype, "activeTab", void 0);
|
|
607
|
+
__decorate([
|
|
608
|
+
query('md-filled-select[checklistTemplate]'),
|
|
609
|
+
__metadata("design:type", Object)
|
|
610
|
+
], GridInspectionCreatePopup.prototype, "htmlSelectChecklistTemplate", void 0);
|
|
611
|
+
__decorate([
|
|
612
|
+
query('ox-grist'),
|
|
613
|
+
__metadata("design:type", DataGrist)
|
|
614
|
+
], GridInspectionCreatePopup.prototype, "grist", void 0);
|
|
615
|
+
__decorate([
|
|
616
|
+
query('div[preview]'),
|
|
617
|
+
__metadata("design:type", HTMLDivElement)
|
|
618
|
+
], GridInspectionCreatePopup.prototype, "checklistViewContainer", void 0);
|
|
619
|
+
__decorate([
|
|
620
|
+
query('checklist-view'),
|
|
621
|
+
__metadata("design:type", HTMLElement)
|
|
622
|
+
], GridInspectionCreatePopup.prototype, "checklistView", void 0);
|
|
623
|
+
GridInspectionCreatePopup = __decorate([
|
|
624
|
+
customElement('grid-inspection-create-popup')
|
|
625
|
+
], GridInspectionCreatePopup);
|
|
626
|
+
//# sourceMappingURL=grid-inspection-create-popup.js.map
|
package/dist-client/pages/building-inspection-grid/component/grid-inspection-create-popup.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"grid-inspection-create-popup.js","sourceRoot":"","sources":["../../../../client/pages/building-inspection-grid/component/grid-inspection-create-popup.ts"],"names":[],"mappings":"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","sourcesContent":["import '@material/web/icon/icon.js'\nimport '@operato/data-grist/ox-grist.js'\n\nimport gql from 'graphql-tag'\nimport { css, html, LitElement } from 'lit'\nimport { customElement, property, query, state } from 'lit/decorators.js'\nimport { DataGrist } from '@operato/data-grist/ox-grist.js'\nimport { client } from '@operato/graphql'\nimport { ButtonContainerStyles, ScrollbarStyles } from '@operato/styles'\nimport { notify } from '@operato/layout'\nimport { BuildingInspectionStatus, CHECKLIST_MAIN_TYPE_LIST } from '../../building-inspection/building-inspection-list'\nimport { ChecklistMode } from '../../checklist/checklist-view'\n\n@customElement('grid-inspection-create-popup')\nclass GridInspectionCreatePopup extends LitElement {\n static styles = [\n ButtonContainerStyles,\n ScrollbarStyles,\n css`\n :host {\n display: flex;\n flex-direction: column;\n padding: 15px 20px;\n\n background-color: var(--md-sys-color-surface);\n }\n\n md-filled-select {\n width: auto;\n min-width: 150px;\n --md-filled-select-text-field-container-color: transparent;\n --md-filled-select-text-field-active-indicator-color: #999;\n --md-filled-select-text-field-input-text-size: 14px;\n --md-filled-select-text-field-input-text-weight: bold;\n --md-filled-select-text-field-input-text-line-height: 6px;\n }\n md-filled-select[level] {\n min-width: 110px;\n margin-left: 20px;\n }\n\n checklist-view {\n pointer-events: none;\n transform-origin: top left;\n }\n\n div[body] {\n height: 100%;\n overflow-y: auto;\n\n div[tab-container][inactive] {\n display: none !important;\n }\n\n div[edit] {\n width: 100%;\n\n div[detail] {\n margin-bottom: 30px;\n }\n\n h3 {\n position: relative;\n color: #0595e5;\n font-size: 17px;\n font-weight: 700;\n background-color: var(--md-sys-color-surface);\n margin-top: 0;\n margin-bottom: 5px;\n }\n\n div[data-row] {\n display: grid;\n grid-template-columns: 100px 1fr 0.3fr 100px 1fr;\n gap: 15px;\n margin-bottom: 11px;\n\n & > label {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n font-size: 15px;\n }\n\n div[inspection-parts] {\n display: block;\n margin-top: 7px;\n\n & > span {\n display: inline-block;\n margin-right: 5px;\n margin-bottom: 5px;\n\n & > md-checkbox {\n margin-top: 2px;\n }\n }\n }\n }\n }\n\n div[preview] {\n display: flex;\n overflow-y: auto;\n overflow-x: hidden;\n }\n }\n\n div[tabs] {\n display: flex;\n\n button {\n background-color: #fff;\n padding: 6px 14px;\n color: #999;\n border: solid 1px #999;\n border-top: none;\n border-radius: 0px 0px 8px 8px;\n margin-right: -2px;\n cursor: pointer;\n\n &[active] {\n color: var(--button-color, var(--md-sys-color-on-secondary-container));\n font-weight: 600;\n }\n }\n }\n\n div[button-container] {\n display: flex;\n justify-content: flex-end;\n gap: 10px;\n\n md-elevated-button[blue] {\n --md-elevated-button-container-color: #0595e5;\n\n --md-elevated-button-label-text-color: #fff;\n --md-elevated-button-hover-label-text-color: #fff;\n --md-elevated-button-pressed-label-text-color: #fff;\n --md-elevated-button-focus-label-text-color: #fff;\n --md-elevated-button-icon-color: #fff;\n --md-elevated-button-hover-icon-color: #fff;\n --md-elevated-button-pressed-icon-color: #fff;\n --md-elevated-button-focus-icon-color: #fff;\n }\n }\n `\n ]\n\n @property({ type: Object }) gristConfig: any\n @property({ type: Object }) checklistDetailTypes: any\n @property({ type: String }) projectId: string = ''\n @property({ type: String }) checklistTemplateId: string = ''\n @property({ type: String }) selectedBuildingId: string = ''\n @property({ type: String }) selectedBuildingLevelId: string = ''\n @property({ type: String }) cell: string = ''\n\n @state() buildings: any = []\n @state() selectedBuilding: any = {}\n @state() selectedLevel: any = {}\n\n @state() managers: any = []\n @state() selectedManager: any = {}\n\n @state() checklistTemplates: any = []\n @state() checklist: any = {}\n\n @state() activeTab: 'edit' | 'preview' = 'edit'\n\n @query('md-filled-select[checklistTemplate]') htmlSelectChecklistTemplate\n @query('ox-grist') grist!: DataGrist\n\n @query('div[preview]') checklistViewContainer!: HTMLDivElement\n @query('checklist-view') checklistView!: HTMLElement\n\n render() {\n return html`\n <div body>\n <div tab-container ?inactive=${this.activeTab !== 'edit'} edit>\n <div detail>\n <h3>세부 정보</h3>\n\n <div data-row>\n <label>동</label>\n <md-filled-text-field building name=\"buildingName\" type=\"text\" .value=${this.selectedBuilding?.name || ''} disabled>\n </md-filled-text-field>\n\n <div partition></div>\n\n <label>층</label>\n <md-filled-text-field level name=\"buildingLevelName\" type=\"text\" .value=${this.selectedLevel?.floor || ''} disabled>\n </md-filled-text-field>\n </div>\n </div>\n\n <div checklist>\n <h3>체크리스트</h3>\n\n <div data-row>\n <label>이름</label>\n <md-filled-text-field\n name=\"checklistName\"\n type=\"text\"\n .value=${this.checklist?.name || ''}\n @input=${this._onInputChange}\n >\n </md-filled-text-field>\n\n <div partition></div>\n\n <label>템플릿</label>\n <md-filled-select checklistTemplate @change=${this._onSelectChecklistTemplate}>\n <md-select-option></md-select-option>\n ${this.checklistTemplates?.map((checklistTemplate, idx) => {\n return html` <md-select-option .value=${checklistTemplate.id}>\n <div slot=\"headline\">${checklistTemplate.name}</div>\n </md-select-option>`\n })}\n </md-filled-select>\n </div>\n </div>\n\n <div manager>\n <h3>담당자</h3>\n\n <div data-row>\n <label>담당자</label>\n <md-filled-select manager @change=${this._onSelectManager}>\n <md-select-option></md-select-option>\n ${this.managers?.map((manager, idx) => {\n return html` <md-select-option .value=${manager.userId}>\n <div slot=\"headline\">${manager.name}</div>\n </md-select-option>`\n })}\n </md-filled-select>\n </div>\n </div>\n\n <ox-grist\n .mode=${'GRID'}\n .config=${this.gristConfig}\n .fetchHandler=${this.fetchHandler.bind(this)}\n @field-change=${this.onChangeGird}\n >\n </ox-grist>\n </div>\n\n <div tab-container ?inactive=${this.activeTab !== 'preview'} preview>\n <checklist-view .mode=${ChecklistMode.VIEWER} .checklist=${this.checklist}></checklist-view>\n </div>\n </div>\n\n <div tabs>\n <button ?active=${this.activeTab === 'edit'} @click=${() => (this.activeTab = 'edit')}>검측 요청 정보</button>\n <button ?active=${this.activeTab === 'preview'} @click=${() => (this.activeTab = 'preview')}>미리보기</button>\n </div>\n\n <div button-container>\n <md-elevated-button blue @click=${this._createInspection}>\n <md-icon slot=\"icon\">task</md-icon>검측 요청서 등록\n </md-elevated-button>\n <md-elevated-button @click=${this._close}> <md-icon slot=\"icon\">cancel</md-icon>취소</md-elevated-button>\n </div>\n `\n }\n\n updated() {\n const ratio = Math.round((this.checklistViewContainer?.offsetWidth / this.checklistView?.offsetWidth) * 100) / 100 || 1\n this.checklistView.style.transform = `scale(${ratio})`\n }\n\n async firstUpdated() {\n const response = await client.query({\n query: gql`\n query Project($id: String!) {\n project(id: $id) {\n id\n name\n buildingComplex {\n id\n buildings {\n id\n name\n }\n }\n }\n\n checklistTemplates {\n items {\n id\n name\n }\n }\n\n checklistTypes {\n items {\n id\n mainType\n detailType\n }\n }\n\n managers {\n id\n phone\n position\n userId\n name\n }\n }\n `,\n variables: {\n id: this.projectId\n }\n })\n\n if (response.errors) return\n\n const project = response.data?.project\n const checklistTemplates = response.data?.checklistTemplates?.items || []\n this.managers = response.data?.managers\n this.checklistDetailTypes = response.data.checklistTypes?.items?.map(v => {\n return {\n display: v.detailType,\n value: v.id,\n mainType: v.mainType\n }\n })\n\n this.checklistTemplates = [...checklistTemplates]\n this.buildings = [...(project?.buildingComplex?.buildings || [])]\n\n // selectedBuildingId가 있으면 해당 빌딩 선택, 없으면 첫번째 빌딩 선택\n this.selectedBuilding = this.buildings.find(building => building.id == this.selectedBuildingId)\n this.selectedBuilding = await this._getBuilding(this.selectedBuilding.id)\n\n // selectedBuildingLevelId가 있으면 선택된 층, 없으면 첫번째 층 선택\n this.selectedLevel = this.selectedBuilding?.buildingLevels?.find(level => level.id == this.selectedBuildingLevelId)\n\n // 기본 값 셋팅 select\n await this.htmlSelectChecklistTemplate.selectIndex(0)\n\n this.checklist = {\n constructionType: '',\n constructionDetailType: '',\n location: `${this.selectedBuilding?.name || ''} ${this.selectedLevel.floor || ''}층`,\n documentNo: '0000-000-000000',\n buildingInspection: {\n status: BuildingInspectionStatus.WAIT\n }\n }\n\n // 그리드 셋팅\n this.setGristConfig()\n }\n\n requestRefresh(buildingInspectionId: string = '') {\n this.dispatchEvent(new CustomEvent('requestRefresh', { detail: { buildingInspectionId } }))\n }\n\n private _close() {\n history.back()\n }\n\n setGristConfig() {\n this.gristConfig = {\n columns: [\n { type: 'gutter', gutterName: 'row-selector', multiple: true },\n {\n type: 'gutter',\n gutterName: 'button',\n icon: 'arrow_upward',\n handlers: {\n click: 'move-up'\n }\n },\n {\n type: 'gutter',\n gutterName: 'button',\n icon: 'arrow_downward',\n handlers: {\n click: 'move-down'\n }\n },\n {\n type: 'select',\n name: 'mainType',\n header: '구분',\n record: {\n editable: true,\n options: [{ display: '', value: '' }].concat(\n Object.keys(CHECKLIST_MAIN_TYPE_LIST).map(key => ({ display: CHECKLIST_MAIN_TYPE_LIST[key], value: key }))\n )\n },\n width: 100\n },\n {\n type: 'select',\n name: 'detailType',\n header: '상세 구분',\n record: {\n editable: true,\n options: (columns, data, column) => [\n { display: '', value: '' },\n ...this.checklistDetailTypes.filter(v => v.mainType == column.mainType)\n ]\n },\n width: 200\n },\n {\n type: 'string',\n name: 'name',\n header: '검사 항목',\n record: {\n editable: true\n },\n width: 200\n },\n {\n type: 'string',\n name: 'inspctionCriteria',\n header: '검사 기준',\n record: {\n editable: true\n },\n width: 200\n }\n ],\n pagination: {\n infinite: true\n },\n sorters: [{ name: 'mainType' }, { name: 'sequence' }]\n }\n }\n\n async fetchHandler() {\n if (!this.checklistTemplateId) return []\n\n const response = await client.query({\n query: gql`\n query ($filters: [Filter!], $pagination: Pagination, $sortings: [Sorting!]) {\n checklistTemplateItems(filters: $filters, pagination: $pagination, sortings: $sortings) {\n items {\n id\n sequence\n name\n inspctionCriteria\n mainType\n detailType\n }\n }\n }\n `,\n variables: {\n filters: {\n name: 'checklistTemplateId',\n value: this.checklistTemplateId,\n operator: 'eq'\n },\n sortings: [{ name: 'mainType' }, { name: 'sequence' }]\n }\n })\n\n // 체크리스트 아이템 데이터 갱신\n this.onChangeGird()\n\n return {\n records: response.data.checklistTemplateItems.items || []\n }\n }\n\n async _getBuilding(buildingId: string = '') {\n const response = await client.query({\n query: gql`\n query Building($id: String!) {\n building(id: $id) {\n id\n name\n buildingLevels {\n id\n floor\n mainDrawing {\n id\n name\n fullpath\n }\n mainDrawingImage\n }\n }\n }\n `,\n variables: {\n id: buildingId\n }\n })\n\n if (response.errors) return\n\n return response.data?.building || {}\n }\n\n private _onSelectChecklistTemplate(e) {\n const checklistTemplateId = e.target.value\n\n // 체크 리스트 이름 셋팅\n this.checklist = { ...this.checklist, name: e.target.displayText }\n\n // 그리드 아이템 셋팅\n if (checklistTemplateId) {\n this.checklistTemplateId = checklistTemplateId\n this.grist.fetch()\n }\n }\n\n private _onSelectManager(e) {\n const managerId = e.target.value\n this.selectedManager = this.managers.find(manager => manager.userId == managerId)\n }\n\n async _createInspection() {\n let patch: any = {}\n\n patch.buildingLevelId = this.selectedLevel.id\n patch.managerId = this.selectedManager.userId\n patch.checklist = {\n name: this.checklist.name,\n location: `${this.selectedBuilding.name} ${this.selectedLevel.floor}층`,\n inspectionParts: this.checklist.inspectionParts\n }\n patch.checklistItem = this.checklist.checklistItems?.map(item => {\n return {\n name: item.name,\n mainType: item.mainType,\n detailType: item.detailType,\n inspctionCriteria: item.inspctionCriteria\n }\n })\n\n const [cellX, cellY] = this.cell.split(',')\n patch.cellX = Number(cellX)\n patch.cellY = Number(cellY)\n\n const response = await client.mutate({\n mutation: gql`\n mutation CreateBuildingInspection($patch: NewBuildingInspection!) {\n createBuildingInspection(patch: $patch) {\n id\n }\n }\n `,\n variables: {\n patch\n }\n })\n\n if (!response.errors) {\n notify({ message: '검측 요청서를 등록하였습니다.' })\n this.requestRefresh(response.data.createBuildingInspection.id)\n this._close()\n } else {\n notify({ message: response.errors?.[0]?.message || '검측 요청서 등록에 실패하였습니다.', level: 'error' })\n }\n }\n\n // Input 요소의 값이 변경될 때 호출되는 콜백 함수\n private _onInputChange(event: InputEvent) {\n const target = event.target as HTMLInputElement\n this[target.name] = target.value\n this.checklist = { ...this.checklist, name: target.value }\n }\n\n // 체크리스트 아이템 데이터 갱신\n private onChangeGird() {\n const checklistDetailTypes = Object.fromEntries(this.checklistDetailTypes.map(item => [item.value, item.display]))\n const grist = this.grist\n\n // grist field-change가 오는 시점이 데이터 변경 전이라 setTimeout으로 변경\n setTimeout(() => {\n this.checklist.checklistItems = grist.dirtyData.records.map((row, idx) => {\n return {\n ...row,\n detailType: checklistDetailTypes[row.detailType],\n sequence: idx\n }\n })\n this.checklist = { ...this.checklist }\n }, 100)\n }\n}\n"]}
|