王飞
2025-01-23 99365608dec6eade7d645a91fb0f2205a332d1f1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
// pages/space/space.js
var req_url = getApp().globalData.base_url;
const app = getApp()
Page({
    /**
     * 页面的初始数据
     */
    data: {
        activeNames: [],
        spanCode: '',
        firehazard: true,
        refer1: "是",
        applicant: "",
        applicationtime: "",
        operatinglocation: "",
        power: "",
        content: "",
        operator: "",
        guardian: '',
        otherworkandnum: '',
        operatingvoltage: '',
        equipment: '',
        customer: '',
        electricitynum1: '',
        electricitynum2: "",
        gasanalysistime2: '',
        gasanalysistime3: '',
        gas2: '',
        gas3: '',
        analysisresult1: '',
        analysisresult2: '',
        analyst1: '',
        analyst2: '',
        result: [],
        otherinjuries: '',
        highlevel: '',
        operatingunit: '',
        operationmanager: '',
        checkstatus: '',
        branchopinion: '',
        hottime: '',
        secureper: '',
        receive: '',
        operationaladvice: '',
        safetyadvice: '',
        completionacceptance: '',
        refer14: '',
        safetymeasure14: '',
        organizer: '',
        safetymeasureother: '',
        rightText: '处理',
        safetyMeasure: [
            {
                context: "作业人员持有电工作业操作证",
                safetymeasure: '',
                refer: "",
            },
            {
                context: "在防爆场所使用的临时电源、元器件和线路达到相应的防爆等级要求",
                safetymeasure: '',
                refer: "",
            },
            {
                context: "上级开关已断电、加锁,并挂安全警示标牌",
                safetymeasure: '',
                refer: "",
            },
            {
                context: "临时用电的单相和混用线路要求按照TN-S三相五线制方式接线",
                safetymeasure: '',
                refer: "",
            },
            {
                context: "临时用电线路如架高敷设,在作业现场敷设高度应不低于2.5 m,跨越道路高度应不低于5 m",
                safetymeasure: '',
                refer: "",
            },
            {
                context: "临时用电线路如沿墙面或地面敷设,已沿建筑物墙体根部敷设,穿越道路或其他易受机械损伤的区域,已采取防机械损伤的措施;在电缆敷设路径附近,已采取防止火花损伤电缆的措施",
                safetymeasure: '',
                refer: "",
            },
            {
                context: "临时用电线路架空进线不应采用裸线",
                safetymeasure: '',
                refer: "",
            },
            {
                context: "暗管埋设及地下电缆线路敷设时,已备好'走向标志'和'安全标志'等标志桩,电缆埋深要求大于0.7m",
                safetymeasure: '',
                refer: "",
            },
            {
                context: "现场临时用配电盘、箱配备有防雨措施,并可靠接地",
                safetymeasure: '',
                refer: "",
            },
            {
                context: "临时用电设施已装配漏电保护器,移动工具、手持工具已采取防漏电的安全措施(一机一闸一保护)",
                safetymeasure: '',
                refer: "",
            },
            {
                context: "用电设备、线路容量、负荷符合要求",
                safetymeasure: '',
                refer: "",
            },
            {
                context: "其他相关特殊作业已办理相应安全作业票",
                safetymeasure: '',
                refer: "",
            },
            {
                context: "作业场所已进行气体检测且符合作业安全要求",
                safetymeasure: '',
                refer: "",
            },
        ],
    },
    onChange(event) {
        this.setData({
            activeNames: event.detail,
 
        });
    },
    /**
     * 生命周期函数--监听页面加载
     */
    onLoad(options) {
        this.setData({
            spanCode: options.num
        })
        if (options.handle==1) {
            this.setData({
                rightText: "完结"
            })
        }
        this.getList()
    },
    onClickLeft() {
        wx.redirectTo({
            url: `/pages/index/index`
        })
    },
    onClickRight() {
        wx.navigateTo({
            url: '../handle/handle?zypcode=' + this.data.spanCode + '&zyptepe= 临时用电安全作业证'
        })
    },
    /**
 * 请求后台获取数据
 */
    getList: function () {
 
        var that = this;
        // var onRefresh = that.data.onRefresh;//false为重新刷新数据,true为分页累加数据
        //请求后台数据
        wx.request({
            url: req_url + "/findElectricityCode",
            data: {
                code: that.data.spanCode,
            },
            method: 'get',
            success: function (res) {
                var datas = res.data;
                if (res.statusCode != 200) {
                    wx.showToast({
                        title: '获取数据失败',
                        icon: 'none',
                        duration: 2000
                    });
                } else {
                    var zypd = []
                    var json = {}
                    json.context = that.data.safetyMeasure[0].context
                    json.refer = datas.refer1
                    json.safetymeasure = datas.safetymeasure1
                    zypd.push(json)
                    var json1 = {}
                    json1.context = that.data.safetyMeasure[1].context
                    json1.refer = datas.refer2
                    json1.safetymeasure = datas.safetymeasure2
                    zypd.push(json1)
                    var json2 = {}
                    json2.context = that.data.safetyMeasure[2].context
                    json2.refer = datas.refer3
                    json2.safetymeasure = datas.safetymeasure3
                    zypd.push(json2)
                    var json3 = {}
                    json3.context = that.data.safetyMeasure[3].context
                    json3.refer = datas.refer4
                    json3.safetymeasure = datas.safetymeasure4
                    zypd.push(json3)
                    var json4 = {}
                    json4.context = that.data.safetyMeasure[4].context
                    json4.refer = datas.refer5
                    json4.safetymeasure = datas.safetymeasure5
                    zypd.push(json4)
                    var json5 = {}
                    json5.context = that.data.safetyMeasure[5].context
                    json5.refer = datas.refer6
                    json5.safetymeasure = datas.safetymeasure6
                    zypd.push(json5)
                    var json6 = {}
                    json6.context = that.data.safetyMeasure[6].context
                    json6.refer = datas.refer7
                    json6.safetymeasure = datas.safetymeasure7
                    zypd.push(json6)
                    var json7 = {}
                    json7.context = that.data.safetyMeasure[7].context
                    json7.refer = datas.refer8
                    json7.safetymeasure = datas.safetymeasure8
                    zypd.push(json7)
                    var json8 = {}
                    json8.context = that.data.safetyMeasure[8].context
                    json8.refer = datas.refer9
                    json8.safetymeasure = datas.safetymeasure9
                    zypd.push(json8)
                    var json9 = {}
                    json9.context = that.data.safetyMeasure[9].context
                    json9.refer = datas.refer10
                    json9.safetymeasure = datas.safetymeasure10
                    zypd.push(json9)
                    var json10 = {}
                    json10.context = that.data.safetyMeasure[10].context
                    json10.refer = datas.refer11
                    json10.safetymeasure = datas.safetymeasure11
                    zypd.push(json10)
                    var json11 = {}
                    json11.context = that.data.safetyMeasure[11].context
                    json11.refer = datas.refer12
                    json11.safetymeasure = datas.safetymeasure12
                    zypd.push(json11)
                    var json12 = {}
                    json12.context = that.data.safetyMeasure[12].context
                    json12.refer = datas.refer13
                    json12.safetymeasure = datas.safetymeasure13
                    zypd.push(json12)
                    var fenxian = []
                    if (datas.firehazard != null && datas.firehazard != '') {
                        fenxian.push("firehazard")
                    }
                    if (datas.drowning != null && datas.drowning != '') {
                        fenxian.push("drowning")
                    }
                    if (datas.getshock != null && datas.getshock != '') {
                        fenxian.push("getshock")
                    }
                    if (datas.guardian != null && datas.guardian != '') {
                        fenxian.push("guardian")
                    }
                    if (datas.highfall != null && datas.highfall != '') {
                        fenxian.push("highfall")
                    }
                    if (datas.liftinginjury != null && datas.liftinginjury != '') {
                        fenxian.push("liftinginjury")
                    }
                    if (datas.mechanicalinjury != null && datas.mechanicalinjury != '') {
                        fenxian.push("mechanicalinjury")
                    }
                    if (datas.otherexplosions != null && datas.otherexplosions != '') {
                        fenxian.push("otherexplosions")
                    }
                    if (datas.scalding != null && datas.scalding != '') {
                        fenxian.push("scalding")
                    }
                    if (datas.zdandzx != null && datas.zdandzx != '') {
                        fenxian.push("zdandzx")
                    }
                    if (datas.physicalattack != null && datas.physicalattack != '') {
                        fenxian.push("physicalattack")
                    }
                    if (datas.containerexplosion != null && datas.containerexplosion != '') {
                        fenxian.push("containerexplosion")
                    }
                    if (datas.boilerexplosion != null && datas.boilerexplosion != '') {
                        fenxian.push("boilerexplosion")
                    }
                    if (datas.collapse != null && datas.collapse != '') {
                        fenxian.push("collapse")
                    }
                    if (datas.vehicleinjury != null && datas.vehicleinjury != '') {
                        fenxian.push("vehicleinjury")
                    }
                    that.setData({
                        safetyMeasure: zypd,
                        spanCode: datas.code,
                        applicant: datas.applicant,
                        applicationtime: datas.applicationtime,
                        operatinglocation: datas.operatinglocation,
                        power: datas.power,
                        operatingvoltage: datas.operatingvoltage,
                        equipment: datas.equipment,
                        guardian: datas.guardian,
                        guardian: datas.guardian,
                        electricitynum1: datas.electricitynum1,
                        electricitynum2: datas.electricitynum2,
                        gasanalysistime2: datas.gasanalysistime2,
                        gasanalysistime3: datas.gasanalysistime3,
                        gas2: datas.gas2,
                        gas3: datas.gas3,
                        analysisresult1: datas.analysisresult1,
                        analysisresult2: datas.analysisresult2,
                        analyst1: datas.analyst1,
                        analyst2: datas.analyst2,
                        guardian: datas.guardian,
                        content: datas.content,
                        otherworkandnum: datas.otherworkandnum,
                        result: fenxian,
                        otherinjuries: datas.otherinjuries,
                        customer: datas.customer,
                        operator: datas.operator,
                        operatingunit: datas.operatingunit,
                        operationmanager: datas.operationmanager,
                        checkstatus: datas.checkstatus,
                        branchopinion: datas.branchopinion,
                        hottime: datas.hottime,
                        secureper: datas.secureper,
                        receive: datas.receive,
                        operationaladvice: datas.operationaladvice,
                        safetyadvice: datas.safetyadvice,
                        completionacceptance: datas.completionacceptance,
                        refer14: datas.refer14,
                        safetymeasure14: datas.safetymeasure14,
                        organizer: datas.organizer,
                        safetymeasureother: datas.safetymeasureother,
                    })
                }
            },
            complete: function (res) {
                wx.hideLoading();
            },
            fail: function (res) {
            }
        })
    },
    /**
     * 生命周期函数--监听页面初次渲染完成
     */
    onReady() {
 
    },
 
    /**
     * 生命周期函数--监听页面显示
     */
    onShow() {
 
    },
 
    /**
     * 生命周期函数--监听页面隐藏
     */
    onHide() {
 
    },
 
    /**
     * 生命周期函数--监听页面卸载
     */
    onUnload() {
 
    },
 
    /**
     * 页面相关事件处理函数--监听用户下拉动作
     */
    onPullDownRefresh() {
 
    },
 
    /**
     * 页面上拉触底事件的处理函数
     */
    onReachBottom() {
 
    },
 
    /**
     * 用户点击右上角分享
     */
    onShareAppMessage() {
 
    }
})