|
@@ -0,0 +1,978 @@
|
|
1
|
+<template>
|
|
2
|
+ <view class="handler">
|
|
3
|
+ <view class="head">
|
|
4
|
+ <view class="tab" :class="{active: tab.value === dataInfo.tabActiveValue}" v-for="tab in dataInfo.tabs" :key="tab.id" @click="clickTab(tab.value)">
|
|
5
|
+ {{tab.name}}<text v-if="tab.num !== ''">({{tab.num}})</text>
|
|
6
|
+ </view>
|
|
7
|
+ </view>
|
|
8
|
+ <scroll-view scroll-y class="body page_padding">
|
|
9
|
+ <!-- 故障处理 -->
|
|
10
|
+ <template v-if="dataInfo.tabActiveValue === 'direct'">
|
|
11
|
+ <view class="form_item column" v-if="dataInfo.category.hasSimple != 1">
|
|
12
|
+ <view class="title"><text class="required newicon newicon-bitian"></text>解决方案:</view>
|
|
13
|
+ <uni-easyinput class="value" type="textarea" v-model="dataInfo.handleDescription" placeholder="请输入解决方案" :class="{formRed: isSubmit && !dataInfo.handleDescription.trim()}" />
|
|
14
|
+ </view>
|
|
15
|
+ <view class="form_item" v-if="dataInfo.category.hasSimple != 1">
|
|
16
|
+ <view class="title"><text class="required newicon newicon-bitian"></text>故障现象:</view>
|
|
17
|
+ <view class="value category" @click="selectCategory">
|
|
18
|
+ <text class="categoryName ellipsis-multiline">{{dataInfo.category.mutiCategory}}</text>
|
|
19
|
+ <text class="newicon newicon-weibiaoti2010104"></text>
|
|
20
|
+ </view>
|
|
21
|
+ </view>
|
|
22
|
+ <view class="form_item">
|
|
23
|
+ <view class="title select"><text class="required newicon newicon-bitian"></text>处理方式:</view>
|
|
24
|
+ <uni-data-select class="value" v-model="dataInfo.handleCategory" :localdata="dataInfo.handleCategoryList" :clear="false" placeholder="请选择处理方式" :class="{formRed: isSubmit && !dataInfo.handleCategory}"></uni-data-select>
|
|
25
|
+ </view>
|
|
26
|
+ <view class="form_item" v-if="dataInfo.category.hasSimple != 1">
|
|
27
|
+ <view class="title select"><text class="required newicon newicon-bitian"></text>关闭代码:</view>
|
|
28
|
+ <uni-data-select class="value" v-model="dataInfo.closecode" :localdata="dataInfo.closecodeList" :clear="false" placeholder="请选择关闭代码" :class="{formRed: isSubmit && !dataInfo.closecode}"></uni-data-select>
|
|
29
|
+ </view>
|
|
30
|
+ <view class="form_item">
|
|
31
|
+ <view class="title"><text class="required newicon newicon-bitian transparent"></text>协同人员:</view>
|
|
32
|
+ <text class="synergeticNames ellipsis">{{dataInfo.synergetic.map(v => v.name).join(',')}}</text>
|
|
33
|
+ <button type="primary" plain size="mini" class="primaryPlainButton synergeticAdd" @click="synergeticAdd">+立即添加</button>
|
|
34
|
+ </view>
|
|
35
|
+ <view class="form_item_column">
|
|
36
|
+ <view class="form_item">
|
|
37
|
+ <view class="title"><text class="required newicon newicon-bitian transparent"></text>处理图片:</view>
|
|
38
|
+ <view class="value">
|
|
39
|
+ <uni-file-picker ref="handlerImgRef" v-model="dataInfo.handlerImgList" limit="3" @success="handlerImgSuccess" @fail="handlerImgFail" @select="handlerImgSelect" @delete="handlerImgDelete"></uni-file-picker>
|
|
40
|
+ </view>
|
|
41
|
+ </view>
|
|
42
|
+ <view class="form_item">
|
|
43
|
+ <view class="title transparent"><text class="required newicon newicon-bitian transparent"></text>处理图片:</view>
|
|
44
|
+ <view class="value">
|
|
45
|
+ <text class="imgTips ellipsis">(支持JPG/PNG格式图片,单张大小10M以内)</text>
|
|
46
|
+ </view>
|
|
47
|
+ </view>
|
|
48
|
+ </view>
|
|
49
|
+ </template>
|
|
50
|
+
|
|
51
|
+ <!-- 派单 -->
|
|
52
|
+ <template v-if="dataInfo.tabActiveValue === 'assign'">
|
|
53
|
+ <view class="form_item">
|
|
54
|
+ <view class="title select"><text class="required newicon newicon-bitian"></text>工作组:</view>
|
|
55
|
+ <uni-data-select class="value" v-model="dataInfo.groupId" :localdata="dataInfo.groupList" :clear="false" placeholder="请选择工作组" @change="changeGroup" :class="{formRed: isSubmit && !dataInfo.groupId}"></uni-data-select>
|
|
56
|
+ </view>
|
|
57
|
+ <view class="form_item">
|
|
58
|
+ <view class="title radio"><text class="required newicon newicon-bitian"></text>是否转派到人:</view>
|
|
59
|
+ <uni-data-checkbox class="value" v-model="dataInfo.isAssignUser" :localdata="dataInfo.isAssignUserList" @change="changeIsAssignUser" />
|
|
60
|
+ </view>
|
|
61
|
+ <view class="form_item" v-if="dataInfo.isAssignUser === 1">
|
|
62
|
+ <view class="title select"><text class="required newicon newicon-bitian"></text>转派对象:</view>
|
|
63
|
+ <uni-data-select class="value" v-model="dataInfo.userId" :localdata="dataInfo.userList" :clear="false" placeholder="请选择转派对象" :class="{formRed: isSubmit && dataInfo.groupId && dataInfo.isAssignUser == 1 && !dataInfo.userId}"></uni-data-select>
|
|
64
|
+ </view>
|
|
65
|
+ <view class="form_item_column">
|
|
66
|
+ <view class="form_item">
|
|
67
|
+ <view class="title"><text class="required newicon newicon-bitian transparent"></text>处理图片:</view>
|
|
68
|
+ <view class="value">
|
|
69
|
+ <uni-file-picker ref="handlerImgRef" v-model="dataInfo.handlerImgList" limit="3" @success="handlerImgSuccess" @fail="handlerImgFail" @select="handlerImgSelect" @delete="handlerImgDelete"></uni-file-picker>
|
|
70
|
+ </view>
|
|
71
|
+ </view>
|
|
72
|
+ <view class="form_item">
|
|
73
|
+ <view class="title transparent"><text class="required newicon newicon-bitian transparent"></text>处理图片:</view>
|
|
74
|
+ <view class="value">
|
|
75
|
+ <text class="imgTips ellipsis">(支持JPG/PNG格式图片,单张大小10M以内)</text>
|
|
76
|
+ </view>
|
|
77
|
+ </view>
|
|
78
|
+ </view>
|
|
79
|
+ </template>
|
|
80
|
+ </scroll-view>
|
|
81
|
+ <view class="foot_common_btns">
|
|
82
|
+ <button @click="goBack" type="default" class="cancelButton btn">返回</button>
|
|
83
|
+ <button @click="submit" type="default" class="primaryButton btn">提交</button>
|
|
84
|
+ </view>
|
|
85
|
+ </view>
|
|
86
|
+</template>
|
|
87
|
+
|
|
88
|
+<script setup>
|
|
89
|
+ import { ref, reactive, computed } from 'vue'
|
|
90
|
+ import { onLoad } from '@dcloudio/uni-app'
|
|
91
|
+ import { generateNumberArray } from '@/utils/index.js'
|
|
92
|
+ import { api_group, api_incidentDetail, api_user, api_incidentTask, api_branch, api_dutyDepartment, api_getDictionary, api_querySummaryDoc, api_addSummaryDoc } from "@/http/api.js"
|
|
93
|
+ import { defaultColor } from '@/static/js/theme.js'
|
|
94
|
+ import { useSetTitle } from '@/share/useSetTitle.js'
|
|
95
|
+ import { useMakePhoneCall } from '@/share/useMakePhoneCall.js'
|
|
96
|
+ import { useUploadFile } from '@/share/useUploadFile.js'
|
|
97
|
+ import { useGoBack } from '@/share/useGoBack.js'
|
|
98
|
+ import { useLoginUserStore } from '@/stores/loginUser'
|
|
99
|
+ import { useHandlerStore } from '@/stores/handler'
|
|
100
|
+ import { useIncidentBuildStore } from '@/stores/incidentBuild'
|
|
101
|
+
|
|
102
|
+ useSetTitle();
|
|
103
|
+ const loginUserStore = useLoginUserStore();
|
|
104
|
+ const handlerStore = useHandlerStore();
|
|
105
|
+ const incidentBuildStore = useIncidentBuildStore();
|
|
106
|
+ const { makePhoneCall } = useMakePhoneCall();
|
|
107
|
+ const { uploadFile } = useUploadFile();
|
|
108
|
+ const { goBack } = useGoBack();
|
|
109
|
+
|
|
110
|
+ // 主题颜色
|
|
111
|
+ const primaryColor = ref(defaultColor)
|
|
112
|
+
|
|
113
|
+ // 数据
|
|
114
|
+ const dataInfo = reactive({
|
|
115
|
+ tabs: [
|
|
116
|
+ {id: 5, name: '直接处理', value: 'direct', num: ''},
|
|
117
|
+ {id: 6, name: '派单', value: 'assign', num: ''},
|
|
118
|
+ ],
|
|
119
|
+ tabActiveValue: 0,//当前选择的tab
|
|
120
|
+ incidentId: undefined,//事件ID
|
|
121
|
+ incidentData: {},//事件对象
|
|
122
|
+ groupList: [], //工作组列表
|
|
123
|
+ groupId: undefined, //工作组ID
|
|
124
|
+ userIdList: [], //延期天数列表
|
|
125
|
+ userIdId: undefined, //延期天数ID
|
|
126
|
+ deferralRemark: '',//延期说明
|
|
127
|
+ summaryObj: {
|
|
128
|
+ consumableList: [],//耗材列表
|
|
129
|
+ workHourManagementList: [],//工时列表
|
|
130
|
+ },//汇总单信息
|
|
131
|
+ summaryId: undefined,//汇总单Id
|
|
132
|
+ isNumber: false,//修改数量弹窗
|
|
133
|
+ evtNumber: 1,//弹窗返回的数量
|
|
134
|
+ selectData: {},//选择的对象
|
|
135
|
+ selectType: {},//选择的对象类型
|
|
136
|
+ handleDescription: '',//解决方案
|
|
137
|
+ handleCategory: undefined,//处理方式
|
|
138
|
+ handleCategoryList: [],//处理方式列表
|
|
139
|
+ closecode: undefined,//关闭代码
|
|
140
|
+ closecodeList: [],//关闭代码列表
|
|
141
|
+ handlerImgList: [],//处理图片列表
|
|
142
|
+ category: {},//故障现象
|
|
143
|
+ synergetic: [],//协同人员
|
|
144
|
+ isAssignUser: 1, //工作组是否转派到人
|
|
145
|
+ isAssignUserList: [
|
|
146
|
+ { text: '是', value: 1 },
|
|
147
|
+ { text: '否', value: 0 },
|
|
148
|
+ ], //工作组是否转派到人选项
|
|
149
|
+ })
|
|
150
|
+
|
|
151
|
+ // 是否提交
|
|
152
|
+ const isSubmit = ref(false)
|
|
153
|
+
|
|
154
|
+ // 处理图片
|
|
155
|
+ const handlerImgRef = ref(null)
|
|
156
|
+
|
|
157
|
+ // 上传处理图片成功
|
|
158
|
+ function handlerImgSuccess(e){
|
|
159
|
+ dataInfo.handlerImgList.forEach(v => {
|
|
160
|
+ v.url = v.path;
|
|
161
|
+ })
|
|
162
|
+ console.log(dataInfo.handlerImgList);
|
|
163
|
+ let requestList = [];
|
|
164
|
+
|
|
165
|
+ // 处理图片
|
|
166
|
+ dataInfo.handlerImgList.forEach(v => {
|
|
167
|
+ let handlerOrderImg$ = handlerOrderImg(v);
|
|
168
|
+ requestList.push(handlerOrderImg$);
|
|
169
|
+ })
|
|
170
|
+
|
|
171
|
+ // 报修图片
|
|
172
|
+ dataInfo.incidentData.repairImgList.forEach(v => {
|
|
173
|
+ let repairOrderImg$ = repairOrderImg(v);
|
|
174
|
+ requestList.push(repairOrderImg$);
|
|
175
|
+ })
|
|
176
|
+
|
|
177
|
+ Promise.all(requestList).then(resList => {
|
|
178
|
+ uni.hideLoading();
|
|
179
|
+ console.log(resList);
|
|
180
|
+ uni.showToast({
|
|
181
|
+ icon: 'none',
|
|
182
|
+ title: '建单成功',
|
|
183
|
+ mask: true,
|
|
184
|
+ });
|
|
185
|
+ setTimeout(() => {
|
|
186
|
+ uni.reLaunch({
|
|
187
|
+ url: '/pages/incidentList/incidentList',
|
|
188
|
+ })
|
|
189
|
+ }, 1500)
|
|
190
|
+ })
|
|
191
|
+ }
|
|
192
|
+
|
|
193
|
+ // 上传处理图片失败
|
|
194
|
+ function handlerImgFail(e){
|
|
195
|
+ dataInfo.handlerImgList.forEach(v => {
|
|
196
|
+ v.url = v.path;
|
|
197
|
+ })
|
|
198
|
+ console.log(dataInfo.handlerImgList);
|
|
199
|
+ }
|
|
200
|
+
|
|
201
|
+ // 选择上传图片
|
|
202
|
+ function handlerImgSelect(e){
|
|
203
|
+ dataInfo.handlerImgList = dataInfo.handlerImgList.concat(e.tempFiles);
|
|
204
|
+ console.log(dataInfo.handlerImgList);
|
|
205
|
+ }
|
|
206
|
+
|
|
207
|
+ // 删除上传图片
|
|
208
|
+ function handlerImgDelete(e){
|
|
209
|
+ dataInfo.handlerImgList = dataInfo.handlerImgList.filter(v => e.tempFile.uuid != v.uuid);
|
|
210
|
+ console.log(dataInfo.handlerImgList);
|
|
211
|
+ }
|
|
212
|
+
|
|
213
|
+ // 添加协同人员
|
|
214
|
+ function synergeticAdd(){
|
|
215
|
+ handlerStore.setHandlerData(dataInfo, 'assign');
|
|
216
|
+ uni.navigateTo({
|
|
217
|
+ url: `/pages/synergeticAdd/synergeticAdd?incidentId=${dataInfo.incidentId}`
|
|
218
|
+ })
|
|
219
|
+ }
|
|
220
|
+
|
|
221
|
+ // 选择故障现象
|
|
222
|
+ function selectCategory(){
|
|
223
|
+ handlerStore.setHandlerData(dataInfo, 'assign');
|
|
224
|
+ uni.navigateTo({
|
|
225
|
+ url: `/pages/categoryOne/categoryOne?incidentId=${dataInfo.incidentId}`
|
|
226
|
+ })
|
|
227
|
+ }
|
|
228
|
+
|
|
229
|
+ // 点击修改数量
|
|
230
|
+ function numberClick(data, type){
|
|
231
|
+ if(type === 'editConsumable'){
|
|
232
|
+ dataInfo.evtNumber = data.consumablesNum;
|
|
233
|
+ }else if(type === 'editWorkHourManagement'){
|
|
234
|
+ dataInfo.evtNumber = data.workHourNum2;
|
|
235
|
+ }
|
|
236
|
+
|
|
237
|
+ dataInfo.isNumber = true;
|
|
238
|
+ dataInfo.selectData = data;
|
|
239
|
+ dataInfo.selectType = type;
|
|
240
|
+ }
|
|
241
|
+
|
|
242
|
+ // 确认修改数量
|
|
243
|
+ function conformNumber(evtNumber){
|
|
244
|
+ dataInfo.evtNumber = evtNumber;
|
|
245
|
+ dataInfo.isNumber = false;
|
|
246
|
+ addSummaryDoc();
|
|
247
|
+ }
|
|
248
|
+
|
|
249
|
+ // 移除数量
|
|
250
|
+ function removeNumber(evtNumber){
|
|
251
|
+ dataInfo.evtNumber = evtNumber;
|
|
252
|
+ dataInfo.isNumber = false;
|
|
253
|
+ removeSummaryDoc();
|
|
254
|
+ }
|
|
255
|
+
|
|
256
|
+ // 关闭修改数量
|
|
257
|
+ function cancelNumber(){
|
|
258
|
+ dataInfo.isNumber = false;
|
|
259
|
+ }
|
|
260
|
+
|
|
261
|
+ // 修改耗材/工时
|
|
262
|
+ function addSummaryDoc(){
|
|
263
|
+ uni.showLoading({
|
|
264
|
+ title: "加载中",
|
|
265
|
+ mask: true,
|
|
266
|
+ });
|
|
267
|
+ let postData = {
|
|
268
|
+ "summaryId": dataInfo.summaryId,
|
|
269
|
+ "modifyNum": 'edit',
|
|
270
|
+ };
|
|
271
|
+ if(dataInfo.selectType === 'editConsumable'){
|
|
272
|
+ postData.consumableList = [
|
|
273
|
+ {
|
|
274
|
+ "consumablesId": dataInfo.selectData.consumableId,
|
|
275
|
+ "consumablesNum": dataInfo.evtNumber,
|
|
276
|
+ }
|
|
277
|
+ ];
|
|
278
|
+ }else if(dataInfo.selectType === 'editWorkHourManagement'){
|
|
279
|
+ postData.workHourManagementList = [
|
|
280
|
+ {
|
|
281
|
+ "workHourId": dataInfo.selectData.id,
|
|
282
|
+ "workHourNum": dataInfo.evtNumber,
|
|
283
|
+ }
|
|
284
|
+ ];
|
|
285
|
+ }
|
|
286
|
+ api_addSummaryDoc(postData).then(res => {
|
|
287
|
+ uni.hideLoading();
|
|
288
|
+ if(res.status == 200){
|
|
289
|
+ uni.showToast({
|
|
290
|
+ icon: 'none',
|
|
291
|
+ title: '修改数量成功',
|
|
292
|
+ mask: true,
|
|
293
|
+ });
|
|
294
|
+ getSummaryList();
|
|
295
|
+ }else{
|
|
296
|
+ uni.showToast({
|
|
297
|
+ icon: 'none',
|
|
298
|
+ title: res.msg || '请求数据失败!'
|
|
299
|
+ });
|
|
300
|
+ }
|
|
301
|
+ })
|
|
302
|
+ }
|
|
303
|
+
|
|
304
|
+ // 移除耗材/工时
|
|
305
|
+ function removeSummaryDoc(){
|
|
306
|
+ uni.showLoading({
|
|
307
|
+ title: "加载中",
|
|
308
|
+ mask: true,
|
|
309
|
+ });
|
|
310
|
+ let postData = {
|
|
311
|
+ "summaryId": dataInfo.summaryId,
|
|
312
|
+ "remove": 'remove',
|
|
313
|
+ };
|
|
314
|
+ if(dataInfo.selectType === 'editConsumable'){
|
|
315
|
+ postData.consumableList = [
|
|
316
|
+ {
|
|
317
|
+ "consumablesId": dataInfo.selectData.consumableId,
|
|
318
|
+ "consumablesNum": dataInfo.evtNumber,
|
|
319
|
+ }
|
|
320
|
+ ];
|
|
321
|
+ }else if(dataInfo.selectType === 'editWorkHourManagement'){
|
|
322
|
+ postData.workHourManagementList = [
|
|
323
|
+ {
|
|
324
|
+ "workHourId": dataInfo.selectData.id,
|
|
325
|
+ "workHourNum": dataInfo.evtNumber,
|
|
326
|
+ }
|
|
327
|
+ ];
|
|
328
|
+ }
|
|
329
|
+ api_addSummaryDoc(postData).then(res => {
|
|
330
|
+ uni.hideLoading();
|
|
331
|
+ if(res.status == 200){
|
|
332
|
+ uni.showToast({
|
|
333
|
+ icon: 'none',
|
|
334
|
+ title: '移除成功',
|
|
335
|
+ mask: true,
|
|
336
|
+ });
|
|
337
|
+ getSummaryList();
|
|
338
|
+ }else{
|
|
339
|
+ uni.showToast({
|
|
340
|
+ icon: 'none',
|
|
341
|
+ title: res.msg || '请求数据失败!'
|
|
342
|
+ });
|
|
343
|
+ }
|
|
344
|
+ })
|
|
345
|
+ }
|
|
346
|
+
|
|
347
|
+ // 重置
|
|
348
|
+ function reset(){
|
|
349
|
+ dataInfo.repairTypeList = []; //延期原因列表
|
|
350
|
+ dataInfo.groupId = undefined; //延期原因ID
|
|
351
|
+ dataInfo.userIdList = []; //延期天数列表
|
|
352
|
+ dataInfo.userIdId = undefined; //延期天数ID
|
|
353
|
+ dataInfo.deferralRemark = '';//延期说明
|
|
354
|
+ dataInfo.summaryObj = {
|
|
355
|
+ consumableList: [],//耗材列表
|
|
356
|
+ workHourManagementList: [],//工时列表
|
|
357
|
+ };//汇总单信息
|
|
358
|
+ dataInfo.summaryId = undefined;//汇总单Id
|
|
359
|
+ dataInfo.isNumber = false;//修改数量弹窗
|
|
360
|
+ dataInfo.evtNumber = 1;//弹窗返回的数量
|
|
361
|
+ dataInfo.selectData = {};//选择的对象
|
|
362
|
+ dataInfo.selectType = {};//选择的对象类型
|
|
363
|
+ dataInfo.handleDescription = '';//解决方案
|
|
364
|
+ dataInfo.handleCategory = undefined;//处理方式
|
|
365
|
+ dataInfo.handleCategoryList = [];//处理方式列表
|
|
366
|
+ dataInfo.closecode = undefined;//关闭代码
|
|
367
|
+ dataInfo.closecodeList = [];//关闭代码列表
|
|
368
|
+ dataInfo.handlerImgList = [];//处理图片列表
|
|
369
|
+ dataInfo.category = {};//故障现象
|
|
370
|
+ dataInfo.synergetic = [];//协同人员
|
|
371
|
+ }
|
|
372
|
+
|
|
373
|
+ // 初始化表单
|
|
374
|
+ function initForm(){
|
|
375
|
+ if(dataInfo.tabActiveValue === 'direct'){
|
|
376
|
+ getHandleCategorys();
|
|
377
|
+ getClosecodes();
|
|
378
|
+ }else if(dataInfo.tabActiveValue === 'assign'){
|
|
379
|
+ getGroups();
|
|
380
|
+ }
|
|
381
|
+ }
|
|
382
|
+
|
|
383
|
+ // 点击tab
|
|
384
|
+ function clickTab(tabValue){
|
|
385
|
+ if(dataInfo.tabActiveValue == tabValue){
|
|
386
|
+ return;
|
|
387
|
+ }
|
|
388
|
+ dataInfo.tabActiveValue = tabValue;
|
|
389
|
+ isSubmit.value = false;
|
|
390
|
+ reset();
|
|
391
|
+ dataInfo.category = dataInfo.incidentData.category || {};
|
|
392
|
+ dataInfo.synergetic = dataInfo.incidentData.synergetic || [];
|
|
393
|
+ initForm();
|
|
394
|
+ }
|
|
395
|
+
|
|
396
|
+ // 选择工作组
|
|
397
|
+ function changeGroup(){
|
|
398
|
+ dataInfo.userId = undefined;
|
|
399
|
+ dataInfo.userList = [];
|
|
400
|
+ getUsers();
|
|
401
|
+ }
|
|
402
|
+
|
|
403
|
+ // 选择是否转派到人
|
|
404
|
+ function changeIsAssignUser(){
|
|
405
|
+ dataInfo.userId = undefined;
|
|
406
|
+ }
|
|
407
|
+
|
|
408
|
+ // 获取工作组列表
|
|
409
|
+ function getGroups(){
|
|
410
|
+ uni.showLoading({
|
|
411
|
+ title: "加载中",
|
|
412
|
+ mask: true,
|
|
413
|
+ });
|
|
414
|
+
|
|
415
|
+ let postData = {
|
|
416
|
+ "idx": 0,
|
|
417
|
+ "sum": 9999,
|
|
418
|
+ "group": {
|
|
419
|
+ "selectType": "nouser"
|
|
420
|
+ }
|
|
421
|
+ };
|
|
422
|
+ api_group(postData).then(res => {
|
|
423
|
+ uni.hideLoading();
|
|
424
|
+ if(res.status == 200){
|
|
425
|
+ res.list = res.list || [];
|
|
426
|
+ dataInfo.groupList = res.list.map(v => ({
|
|
427
|
+ text: v.groupName,
|
|
428
|
+ value: v.id,
|
|
429
|
+ }));
|
|
430
|
+ }else{
|
|
431
|
+ uni.showToast({
|
|
432
|
+ icon: 'none',
|
|
433
|
+ title: res.msg || '请求数据失败!'
|
|
434
|
+ });
|
|
435
|
+ }
|
|
436
|
+ })
|
|
437
|
+ }
|
|
438
|
+
|
|
439
|
+ // 获取用户列表
|
|
440
|
+ function getUsers(){
|
|
441
|
+ uni.showLoading({
|
|
442
|
+ title: "加载中",
|
|
443
|
+ mask: true,
|
|
444
|
+ });
|
|
445
|
+ let postData = {
|
|
446
|
+ "idx": 0,
|
|
447
|
+ "sum": 9999,
|
|
448
|
+ "user": {
|
|
449
|
+ "groupdata":{
|
|
450
|
+ "id": dataInfo.groupId,
|
|
451
|
+ },
|
|
452
|
+ "roledata": {
|
|
453
|
+ "rolecode": "first-line support"
|
|
454
|
+ },
|
|
455
|
+ "selectType": "1",
|
|
456
|
+ "selectDetails": 1,
|
|
457
|
+ "simple": true,
|
|
458
|
+ "engineer": 1
|
|
459
|
+ }
|
|
460
|
+ };
|
|
461
|
+ api_user(postData).then(res => {
|
|
462
|
+ uni.hideLoading();
|
|
463
|
+ if(res.status == 200){
|
|
464
|
+ res.list = res.list || [];
|
|
465
|
+ dataInfo.userList = res.list.map(v => ({
|
|
466
|
+ text: v.name,
|
|
467
|
+ value: v.id,
|
|
468
|
+ }));
|
|
469
|
+ }else{
|
|
470
|
+ uni.showToast({
|
|
471
|
+ icon: 'none',
|
|
472
|
+ title: res.msg || '请求数据失败!'
|
|
473
|
+ });
|
|
474
|
+ }
|
|
475
|
+ })
|
|
476
|
+ }
|
|
477
|
+
|
|
478
|
+ // 获取处理方式列表
|
|
479
|
+ function getHandleCategorys(){
|
|
480
|
+ uni.showLoading({
|
|
481
|
+ title: "加载中",
|
|
482
|
+ mask: true,
|
|
483
|
+ });
|
|
484
|
+ let postData = {
|
|
485
|
+ "key": 'incident_handleCategory',
|
|
486
|
+ "type": "list",
|
|
487
|
+ };
|
|
488
|
+ api_getDictionary(postData).then(res => {
|
|
489
|
+ uni.hideLoading();
|
|
490
|
+ res = res || [];
|
|
491
|
+ dataInfo.handleCategoryList = res.map(v => ({
|
|
492
|
+ text: v.name,
|
|
493
|
+ value: v.id,
|
|
494
|
+ key: v.value,
|
|
495
|
+ }));
|
|
496
|
+ if(!dataInfo.handleCategory){
|
|
497
|
+ let handleCategory = dataInfo.handleCategoryList.find(v => v.key == 'SUPPORT');
|
|
498
|
+ dataInfo.handleCategory = handleCategory ? handleCategory.value : undefined;
|
|
499
|
+ }
|
|
500
|
+ })
|
|
501
|
+ }
|
|
502
|
+
|
|
503
|
+ // 获取关闭代码列表
|
|
504
|
+ function getClosecodes(){
|
|
505
|
+ uni.showLoading({
|
|
506
|
+ title: "加载中",
|
|
507
|
+ mask: true,
|
|
508
|
+ });
|
|
509
|
+ let postData = {
|
|
510
|
+ "key": 'incident_closecode',
|
|
511
|
+ "type": "list",
|
|
512
|
+ };
|
|
513
|
+ api_getDictionary(postData).then(res => {
|
|
514
|
+ uni.hideLoading();
|
|
515
|
+ res = res || [];
|
|
516
|
+ dataInfo.closecodeList = res.map(v => ({
|
|
517
|
+ text: v.name,
|
|
518
|
+ value: v.id,
|
|
519
|
+ key: v.value,
|
|
520
|
+ }));
|
|
521
|
+ if(!dataInfo.closecode){
|
|
522
|
+ let closecode = dataInfo.closecodeList.find(v => v.key == '060');
|
|
523
|
+ dataInfo.closecode = closecode ? closecode.value : undefined;
|
|
524
|
+ }
|
|
525
|
+ })
|
|
526
|
+ }
|
|
527
|
+
|
|
528
|
+ // 添加耗材
|
|
529
|
+ function addConsumable(){
|
|
530
|
+ uni.navigateTo({
|
|
531
|
+ url: `/pages/consumableList/consumableList?incidentId=${dataInfo.incidentId}&summaryId=${dataInfo.summaryId}`
|
|
532
|
+ })
|
|
533
|
+ }
|
|
534
|
+
|
|
535
|
+ // 添加工时
|
|
536
|
+ function addWorkHourManagement(){
|
|
537
|
+ uni.navigateTo({
|
|
538
|
+ url: `/pages/workHourManagementOne/workHourManagementOne?incidentId=${dataInfo.incidentId}&summaryId=${dataInfo.summaryId}`
|
|
539
|
+ })
|
|
540
|
+ }
|
|
541
|
+
|
|
542
|
+ // 提交
|
|
543
|
+ function submit(){
|
|
544
|
+ isSubmit.value = true;
|
|
545
|
+ if(dataInfo.tabActiveValue === 'direct'){
|
|
546
|
+ submitHandler();
|
|
547
|
+ }else if(dataInfo.tabActiveValue === 'assign'){
|
|
548
|
+ submitAssign();
|
|
549
|
+ }
|
|
550
|
+ }
|
|
551
|
+
|
|
552
|
+ // 处理提交事件
|
|
553
|
+ function handlerOrder(){
|
|
554
|
+ let postData = {
|
|
555
|
+ incident: dataInfo.incidentData,
|
|
556
|
+ }
|
|
557
|
+
|
|
558
|
+ postData.incident.handleDescription = dataInfo.handleDescription;
|
|
559
|
+ postData.incident.handleCategory = {id: dataInfo.handleCategory};
|
|
560
|
+ postData.incident.closecode = {id: dataInfo.closecode};
|
|
561
|
+ postData.incident.category = dataInfo.category;
|
|
562
|
+ postData.incident.synergetic = dataInfo.synergetic;
|
|
563
|
+
|
|
564
|
+ return api_incidentTask('accept', postData);
|
|
565
|
+ }
|
|
566
|
+
|
|
567
|
+ // 派单提交事件
|
|
568
|
+ function assignOrder(){
|
|
569
|
+ let postData = {
|
|
570
|
+ incident: dataInfo.incidentData,
|
|
571
|
+ }
|
|
572
|
+
|
|
573
|
+ if(dataInfo.userId){
|
|
574
|
+ // 派人
|
|
575
|
+ postData.incident.assignee = dataInfo.userId;
|
|
576
|
+ } else {
|
|
577
|
+ // 派组
|
|
578
|
+ postData.incident.candidateGroups = dataInfo.groupId;
|
|
579
|
+ }
|
|
580
|
+
|
|
581
|
+ return api_incidentTask('accept', postData);
|
|
582
|
+ }
|
|
583
|
+
|
|
584
|
+ // 处理图片
|
|
585
|
+ function handlerOrderImg(imgObj){
|
|
586
|
+ return uploadFile(imgObj, 'incident', dataInfo.incidentId)
|
|
587
|
+ }
|
|
588
|
+
|
|
589
|
+ // 报修图片
|
|
590
|
+ function repairOrderImg(imgObj){
|
|
591
|
+ return uploadFile(imgObj, 'wechatRequesterIncident', dataInfo.incidentId)
|
|
592
|
+ }
|
|
593
|
+
|
|
594
|
+ // 处理提交
|
|
595
|
+ function submitHandler(){
|
|
596
|
+ console.log(dataInfo);
|
|
597
|
+ if(!dataInfo.handleDescription.trim() && dataInfo.category.hasSimple != 1){
|
|
598
|
+ uni.showToast({
|
|
599
|
+ icon: 'none',
|
|
600
|
+ title: '请填写解决方案'
|
|
601
|
+ });
|
|
602
|
+ return;
|
|
603
|
+ }
|
|
604
|
+
|
|
605
|
+ if(!dataInfo.category.id && dataInfo.category.hasSimple != 1){
|
|
606
|
+ uni.showToast({
|
|
607
|
+ icon: 'none',
|
|
608
|
+ title: '请选择故障现象'
|
|
609
|
+ });
|
|
610
|
+ return;
|
|
611
|
+ }
|
|
612
|
+
|
|
613
|
+ if(!dataInfo.handleCategory){
|
|
614
|
+ uni.showToast({
|
|
615
|
+ icon: 'none',
|
|
616
|
+ title: '请选择处理方式'
|
|
617
|
+ });
|
|
618
|
+ return;
|
|
619
|
+ }
|
|
620
|
+
|
|
621
|
+ if(!dataInfo.closecode && dataInfo.category.hasSimple != 1){
|
|
622
|
+ uni.showToast({
|
|
623
|
+ icon: 'none',
|
|
624
|
+ title: '请选择关闭代码'
|
|
625
|
+ });
|
|
626
|
+ return;
|
|
627
|
+ }
|
|
628
|
+
|
|
629
|
+ if(!dataInfo.incidentData.duty){
|
|
630
|
+ uni.showToast({
|
|
631
|
+ icon: 'none',
|
|
632
|
+ title: '您选择的故障现象没有设置责任科室'
|
|
633
|
+ });
|
|
634
|
+ return;
|
|
635
|
+ }
|
|
636
|
+ console.log(dataInfo.handlerImgList)
|
|
637
|
+
|
|
638
|
+ uni.showLoading({
|
|
639
|
+ title: "加载中",
|
|
640
|
+ mask: true,
|
|
641
|
+ });
|
|
642
|
+
|
|
643
|
+ if(dataInfo.handlerImgList.length){
|
|
644
|
+ // 有图片
|
|
645
|
+ let handlerOrder$ = handlerOrder();
|
|
646
|
+ let requestList = [handlerOrder$];
|
|
647
|
+ Promise.all(requestList).then(resList => {
|
|
648
|
+ uni.hideLoading();
|
|
649
|
+ console.log(resList);
|
|
650
|
+ if(resList[0].state == 200){
|
|
651
|
+ dataInfo.incidentId = resList[0].data.id;
|
|
652
|
+ handlerImgRef.value.upload();
|
|
653
|
+ }else{
|
|
654
|
+ uni.showToast({
|
|
655
|
+ icon: 'none',
|
|
656
|
+ title: resList[0].msg || '请求数据失败!'
|
|
657
|
+ });
|
|
658
|
+ }
|
|
659
|
+ })
|
|
660
|
+ }else{
|
|
661
|
+ // 没有图片
|
|
662
|
+ let handlerOrder$ = handlerOrder();
|
|
663
|
+ let requestList = [handlerOrder$];
|
|
664
|
+ Promise.all(requestList).then(resList => {
|
|
665
|
+ uni.hideLoading();
|
|
666
|
+ console.log(resList);
|
|
667
|
+ if(resList[0].state == 200){
|
|
668
|
+ uni.showToast({
|
|
669
|
+ icon: 'none',
|
|
670
|
+ title: '建单成功',
|
|
671
|
+ mask: true,
|
|
672
|
+ });
|
|
673
|
+ setTimeout(() => {
|
|
674
|
+ uni.reLaunch({
|
|
675
|
+ url: '/pages/incidentList/incidentList',
|
|
676
|
+ })
|
|
677
|
+ }, 1500)
|
|
678
|
+ }else{
|
|
679
|
+ uni.showToast({
|
|
680
|
+ icon: 'none',
|
|
681
|
+ title: resList[0].msg || '请求数据失败!'
|
|
682
|
+ });
|
|
683
|
+ }
|
|
684
|
+ })
|
|
685
|
+ }
|
|
686
|
+ }
|
|
687
|
+
|
|
688
|
+ // 派单提交
|
|
689
|
+ function submitAssign(){
|
|
690
|
+ if(!dataInfo.groupId){
|
|
691
|
+ uni.showToast({
|
|
692
|
+ icon: 'none',
|
|
693
|
+ title: '请选择工作组'
|
|
694
|
+ });
|
|
695
|
+ return;
|
|
696
|
+ }
|
|
697
|
+
|
|
698
|
+ if(dataInfo.isAssignUser == 1 && !dataInfo.userId){
|
|
699
|
+ uni.showToast({
|
|
700
|
+ icon: 'none',
|
|
701
|
+ title: '请选择指派对象'
|
|
702
|
+ });
|
|
703
|
+ return;
|
|
704
|
+ }
|
|
705
|
+
|
|
706
|
+ if(!dataInfo.incidentData.duty){
|
|
707
|
+ uni.showToast({
|
|
708
|
+ icon: 'none',
|
|
709
|
+ title: '您选择的故障现象没有设置责任科室'
|
|
710
|
+ });
|
|
711
|
+ return;
|
|
712
|
+ }
|
|
713
|
+
|
|
714
|
+ uni.showLoading({
|
|
715
|
+ title: "加载中",
|
|
716
|
+ mask: true,
|
|
717
|
+ });
|
|
718
|
+
|
|
719
|
+ if(dataInfo.handlerImgList.length){
|
|
720
|
+ // 有图片
|
|
721
|
+ let assignOrder$ = assignOrder();
|
|
722
|
+ let requestList = [assignOrder$];
|
|
723
|
+ Promise.all(requestList).then(resList => {
|
|
724
|
+ uni.hideLoading();
|
|
725
|
+ console.log(resList);
|
|
726
|
+ if(resList[0].state == 200){
|
|
727
|
+ dataInfo.incidentId = resList[0].data.id;
|
|
728
|
+ handlerImgRef.value.upload();
|
|
729
|
+ }else{
|
|
730
|
+ uni.showToast({
|
|
731
|
+ icon: 'none',
|
|
732
|
+ title: resList[0].msg || '请求数据失败!'
|
|
733
|
+ });
|
|
734
|
+ }
|
|
735
|
+ })
|
|
736
|
+ }else{
|
|
737
|
+ // 没有图片
|
|
738
|
+ let assignOrder$ = assignOrder();
|
|
739
|
+ let requestList = [assignOrder$];
|
|
740
|
+ Promise.all(requestList).then(resList => {
|
|
741
|
+ uni.hideLoading();
|
|
742
|
+ console.log(resList);
|
|
743
|
+ if(resList[0].state == 200){
|
|
744
|
+ uni.showToast({
|
|
745
|
+ icon: 'none',
|
|
746
|
+ title: '建单成功',
|
|
747
|
+ mask: true,
|
|
748
|
+ });
|
|
749
|
+ setTimeout(() => {
|
|
750
|
+ uni.reLaunch({
|
|
751
|
+ url: '/pages/incidentList/incidentList',
|
|
752
|
+ })
|
|
753
|
+ }, 1500)
|
|
754
|
+ }else{
|
|
755
|
+ uni.showToast({
|
|
756
|
+ icon: 'none',
|
|
757
|
+ title: resList[0].msg || '请求数据失败!'
|
|
758
|
+ });
|
|
759
|
+ }
|
|
760
|
+ })
|
|
761
|
+ }
|
|
762
|
+
|
|
763
|
+ }
|
|
764
|
+
|
|
765
|
+ onLoad((option) => {
|
|
766
|
+ // 跳转页面选择了选项
|
|
767
|
+ if(handlerStore.handler.data){
|
|
768
|
+ Object.assign(dataInfo, handlerStore.handler.data);
|
|
769
|
+ console.log(dataInfo)
|
|
770
|
+ handlerStore.clearHandlerData();
|
|
771
|
+ }else if(incidentBuildStore.incidentBuild.data){
|
|
772
|
+ // 初始化
|
|
773
|
+ dataInfo.incidentData = incidentBuildStore.incidentBuild.data || {};
|
|
774
|
+ if(dataInfo.incidentData.category){
|
|
775
|
+ dataInfo.category = dataInfo.incidentData.category;
|
|
776
|
+ }
|
|
777
|
+ if(dataInfo.incidentData.priority){
|
|
778
|
+ dataInfo.incidentData.priority = { id: dataInfo.incidentData.priority };
|
|
779
|
+ }
|
|
780
|
+ if(dataInfo.incidentData.source){
|
|
781
|
+ dataInfo.incidentData.source = { id: dataInfo.incidentData.source };
|
|
782
|
+ }
|
|
783
|
+ if(dataInfo.incidentData.requester){
|
|
784
|
+ dataInfo.incidentData.requester = { id: dataInfo.incidentData.requester }
|
|
785
|
+ }
|
|
786
|
+ }
|
|
787
|
+
|
|
788
|
+ dataInfo.tabActiveValue = dataInfo.tabs[0].value;
|
|
789
|
+ initForm()
|
|
790
|
+ })
|
|
791
|
+</script>
|
|
792
|
+
|
|
793
|
+<style lang="scss" scoped>
|
|
794
|
+.handler{
|
|
795
|
+ height: 100%;
|
|
796
|
+ display: flex;
|
|
797
|
+ flex-direction: column;
|
|
798
|
+ justify-content: space-between;
|
|
799
|
+ .head{
|
|
800
|
+ height: 88rpx;
|
|
801
|
+ display: flex;
|
|
802
|
+ position: fixed;
|
|
803
|
+ z-index: 99;
|
|
804
|
+ width: 100%;
|
|
805
|
+ background-color: #fff;
|
|
806
|
+ font-size: 30rpx;
|
|
807
|
+ .tab{
|
|
808
|
+ flex: 1;
|
|
809
|
+ display: flex;
|
|
810
|
+ justify-content: center;
|
|
811
|
+ align-items: center;
|
|
812
|
+ border-bottom: 4rpx solid transparent;
|
|
813
|
+ &.active{
|
|
814
|
+ color: $uni-primary;
|
|
815
|
+ border-color: $uni-primary;
|
|
816
|
+ }
|
|
817
|
+ }
|
|
818
|
+ }
|
|
819
|
+ .body{
|
|
820
|
+ margin-top: 88rpx;
|
|
821
|
+ box-sizing: border-box;
|
|
822
|
+ flex: 1;
|
|
823
|
+ min-height: 0;
|
|
824
|
+ &.bg{
|
|
825
|
+ background-color: #F7F7F7;
|
|
826
|
+ }
|
|
827
|
+ .summaryItem{
|
|
828
|
+ &:first-of-type{
|
|
829
|
+ .summaryItem_head{
|
|
830
|
+ border-bottom: 1rpx solid #DDDDDD;
|
|
831
|
+ }
|
|
832
|
+ }
|
|
833
|
+ .summary_total{
|
|
834
|
+ padding: 20rpx 0;
|
|
835
|
+ display: flex;
|
|
836
|
+ justify-content: center;
|
|
837
|
+ align-items: center;
|
|
838
|
+ }
|
|
839
|
+ .summaryItem_head{
|
|
840
|
+ padding: 24rpx;
|
|
841
|
+ font-size: 26rpx;
|
|
842
|
+ color: #3A3A3A;
|
|
843
|
+ }
|
|
844
|
+ .summaryItem_body{
|
|
845
|
+ font-size: 30rpx;
|
|
846
|
+ background-color: #fff;
|
|
847
|
+ .summaryItem_bodyItem{
|
|
848
|
+ padding: 24rpx;
|
|
849
|
+ border-bottom: 1rpx solid #DDDDDD;
|
|
850
|
+ .summaryItem_bodyItem_top{
|
|
851
|
+ display: flex;
|
|
852
|
+ justify-content: space-between;
|
|
853
|
+ align-items: center;
|
|
854
|
+ .value{
|
|
855
|
+ padding-left: 48rpx;
|
|
856
|
+ flex-shrink: 0;
|
|
857
|
+ }
|
|
858
|
+ }
|
|
859
|
+ .summaryItem_bodyItem_bottom{
|
|
860
|
+ margin-top: 24rpx;
|
|
861
|
+ display: flex;
|
|
862
|
+ justify-content: space-between;
|
|
863
|
+ align-items: center;
|
|
864
|
+ .name{
|
|
865
|
+ text-align: right;
|
|
866
|
+ flex: 1;
|
|
867
|
+ }
|
|
868
|
+ .value{
|
|
869
|
+ width: 240rpx;
|
|
870
|
+ text-align: right;
|
|
871
|
+ padding-left: 48rpx;
|
|
872
|
+ flex-shrink: 0;
|
|
873
|
+ }
|
|
874
|
+ }
|
|
875
|
+ }
|
|
876
|
+ }
|
|
877
|
+ .summaryItem_foot{
|
|
878
|
+ font-size: 30rpx;
|
|
879
|
+ background-color: #fff;
|
|
880
|
+ &.total{
|
|
881
|
+ margin-top: 24rpx;
|
|
882
|
+ }
|
|
883
|
+ .summaryItem_foot_total{
|
|
884
|
+ padding: 24rpx 0;
|
|
885
|
+ display: flex;
|
|
886
|
+ justify-content: center;
|
|
887
|
+ align-items: center;
|
|
888
|
+ }
|
|
889
|
+ .summaryItem_foot_add{
|
|
890
|
+ border-top: 1rpx solid #DDDDDD;
|
|
891
|
+ padding: 24rpx 0;
|
|
892
|
+ display: flex;
|
|
893
|
+ justify-content: center;
|
|
894
|
+ align-items: center;
|
|
895
|
+ .newicon-icon-test{
|
|
896
|
+ font-size: 30rpx;
|
|
897
|
+ font-weight: bold;
|
|
898
|
+ }
|
|
899
|
+ }
|
|
900
|
+ }
|
|
901
|
+ }
|
|
902
|
+ .form_item_column{
|
|
903
|
+ padding-top: 24rpx;
|
|
904
|
+ min-height: 86rpx;
|
|
905
|
+ .form_item{
|
|
906
|
+ padding-top: 0;
|
|
907
|
+ min-height: auto;
|
|
908
|
+ }
|
|
909
|
+ }
|
|
910
|
+ .form_item{
|
|
911
|
+ display: flex;
|
|
912
|
+ align-items: center;
|
|
913
|
+ padding-top: 24rpx;
|
|
914
|
+ min-height: 86rpx;
|
|
915
|
+ &.column{
|
|
916
|
+ height: auto;
|
|
917
|
+ flex-direction: column;
|
|
918
|
+ align-items: flex-start;
|
|
919
|
+ .title{
|
|
920
|
+ margin-right: 0;
|
|
921
|
+ }
|
|
922
|
+ .value{
|
|
923
|
+ margin-top: 10rpx;
|
|
924
|
+ padding-left: 20rpx;
|
|
925
|
+ box-sizing: border-box;
|
|
926
|
+ }
|
|
927
|
+ .tips{
|
|
928
|
+ padding: 24rpx;
|
|
929
|
+ text-align: center;
|
|
930
|
+ font-size: 22rpx;
|
|
931
|
+ color: #909399;
|
|
932
|
+ width: 100%;
|
|
933
|
+ box-sizing: border-box;
|
|
934
|
+ }
|
|
935
|
+ }
|
|
936
|
+ .title{
|
|
937
|
+ font-size: 26rpx;
|
|
938
|
+ display: flex;
|
|
939
|
+ align-items: center;
|
|
940
|
+ margin-right: 12rpx;
|
|
941
|
+ flex-shrink: 0;
|
|
942
|
+ &.select{
|
|
943
|
+ width: calc(5em + 20rpx);
|
|
944
|
+ }
|
|
945
|
+ }
|
|
946
|
+ .value{
|
|
947
|
+ width: 100%;
|
|
948
|
+ &.category{
|
|
949
|
+ width: 100%;
|
|
950
|
+ display: flex;
|
|
951
|
+ justify-content: space-between;
|
|
952
|
+ align-items: center;
|
|
953
|
+ .categoryName{
|
|
954
|
+ font-size: 26rpx;
|
|
955
|
+ color: #555;
|
|
956
|
+ flex: 1;
|
|
957
|
+ }
|
|
958
|
+ .newicon-weibiaoti2010104{
|
|
959
|
+ color: $uni-primary;
|
|
960
|
+ margin-left: 24rpx;
|
|
961
|
+ }
|
|
962
|
+ }
|
|
963
|
+ .imgTips{
|
|
964
|
+ color: #909399;
|
|
965
|
+ font-size: 22rpx;
|
|
966
|
+ }
|
|
967
|
+ }
|
|
968
|
+ .synergeticNames{
|
|
969
|
+ font-size: 26rpx;
|
|
970
|
+ margin-right: 24rpx;
|
|
971
|
+ }
|
|
972
|
+ .synergeticAdd{
|
|
973
|
+ flex-shrink: 0;
|
|
974
|
+ }
|
|
975
|
+ }
|
|
976
|
+ }
|
|
977
|
+}
|
|
978
|
+</style>
|