safecheck-client 4.0.2-69 → 4.0.2-70
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/build/reports/problems/problems-report.html +663 -0
- package/package.json +132 -132
- package/src/components/pc/DefectDeal.vue +1023 -1023
- package/src/components/pc/PaperDefectMain.vue +927 -927
- package/src/filiale/jinhong/android/AndroidDefectDeal.vue +26 -0
- package/src/filiale/jinhong/android/AndroidNotifiedDeal.vue +48 -0
|
@@ -356,6 +356,28 @@
|
|
|
356
356
|
</button>
|
|
357
357
|
</div>
|
|
358
358
|
</div>
|
|
359
|
+
<div class="panel-body panel-self"
|
|
360
|
+
style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
|
|
361
|
+
<img-self :src="deal.f_other_dealpath3" alt="整改照片" :width="140" :height="170" capture="camera"
|
|
362
|
+
type="file"></img-self>
|
|
363
|
+
<div class="row text-right div-photo" style="height: 50px;margin-top: -30px">
|
|
364
|
+
<img src="../../../assets/remove.png" @click="delfile('f_other_dealpath3', deal.f_other_dealpath3)"></img>
|
|
365
|
+
<button type="button" name="button" class="btn btn-primary btn-photo"
|
|
366
|
+
@click="takePic('f_other_dealpath3','整改照片')">拍照
|
|
367
|
+
</button>
|
|
368
|
+
</div>
|
|
369
|
+
</div>
|
|
370
|
+
<div class="panel-body panel-self"
|
|
371
|
+
style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
|
|
372
|
+
<img-self :src="deal.f_other_dealpath4" alt="整改照片" :width="140" :height="170" capture="camera"
|
|
373
|
+
type="file"></img-self>
|
|
374
|
+
<div class="row text-right div-photo" style="height: 50px;margin-top: -30px">
|
|
375
|
+
<img src="../../../assets/remove.png" @click="delfile('f_other_dealpath4', deal.f_other_dealpath4)"></img>
|
|
376
|
+
<button type="button" name="button" class="btn btn-primary btn-photo"
|
|
377
|
+
@click="takePic('f_other_dealpath4','整改照片')">拍照
|
|
378
|
+
</button>
|
|
379
|
+
</div>
|
|
380
|
+
</div>
|
|
359
381
|
</div>
|
|
360
382
|
</div>
|
|
361
383
|
</div>
|
|
@@ -426,6 +448,8 @@ export default {
|
|
|
426
448
|
f_deal_path: '',
|
|
427
449
|
f_other_dealpath1: '',
|
|
428
450
|
f_other_dealpath2: '',
|
|
451
|
+
f_other_dealpath3: '',
|
|
452
|
+
f_other_dealpath4: '',
|
|
429
453
|
f_deal_remark: '',
|
|
430
454
|
f_dealsign_path: '', //签名
|
|
431
455
|
f_dealer: Vue.user.name,
|
|
@@ -628,6 +652,8 @@ export default {
|
|
|
628
652
|
f_deal_path: '',
|
|
629
653
|
f_other_dealpath1: '',
|
|
630
654
|
f_other_dealpath2: '',
|
|
655
|
+
f_other_dealpath3: '',
|
|
656
|
+
f_other_dealpath4: '',
|
|
631
657
|
f_deal_remark: '',
|
|
632
658
|
f_dealsign_path: '', //签名
|
|
633
659
|
f_dealer: Vue.user.name,
|
|
@@ -296,6 +296,50 @@
|
|
|
296
296
|
</button>
|
|
297
297
|
</div>
|
|
298
298
|
</div>
|
|
299
|
+
<div class="panel-body panel-self"
|
|
300
|
+
style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
|
|
301
|
+
<img-self :src="deal.f_notified_path1" alt="隐患通知单" :width="140" :height="170" capture="camera"
|
|
302
|
+
type="file"></img-self>
|
|
303
|
+
<div class="row text-right div-photo" style="height: 50px;margin-top: -30px">
|
|
304
|
+
<img src="../../../assets/remove.png" @click="delfile('f_notified_path1', deal.f_notified_path1)"></img>
|
|
305
|
+
<button type="button" name="button" class="btn btn-primary btn-photo"
|
|
306
|
+
@click="takePic('f_notified_path1','整改照片')">拍照
|
|
307
|
+
</button>
|
|
308
|
+
</div>
|
|
309
|
+
</div>
|
|
310
|
+
<div class="panel-body panel-self"
|
|
311
|
+
style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
|
|
312
|
+
<img-self :src="deal.f_notified_path2" alt="隐患通知单" :width="140" :height="170" capture="camera"
|
|
313
|
+
type="file"></img-self>
|
|
314
|
+
<div class="row text-right div-photo" style="height: 50px;margin-top: -30px">
|
|
315
|
+
<img src="../../../assets/remove.png" @click="delfile('f_notified_path2', deal.f_notified_path2)"></img>
|
|
316
|
+
<button type="button" name="button" class="btn btn-primary btn-photo"
|
|
317
|
+
@click="takePic('f_notified_path2','整改照片')">拍照
|
|
318
|
+
</button>
|
|
319
|
+
</div>
|
|
320
|
+
</div>
|
|
321
|
+
<div class="panel-body panel-self"
|
|
322
|
+
style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
|
|
323
|
+
<img-self :src="deal.f_notified_path3" alt="隐患通知单" :width="140" :height="170" capture="camera"
|
|
324
|
+
type="file"></img-self>
|
|
325
|
+
<div class="row text-right div-photo" style="height: 50px;margin-top: -30px">
|
|
326
|
+
<img src="../../../assets/remove.png" @click="delfile('f_notified_path3', deal.f_notified_path3)"></img>
|
|
327
|
+
<button type="button" name="button" class="btn btn-primary btn-photo"
|
|
328
|
+
@click="takePic('f_notified_path3','整改照片')">拍照
|
|
329
|
+
</button>
|
|
330
|
+
</div>
|
|
331
|
+
</div>
|
|
332
|
+
<div class="panel-body panel-self"
|
|
333
|
+
style="background-color: #F8F8F8;width: 100%;height: 260px;position: relative">
|
|
334
|
+
<img-self :src="deal.f_notified_path4" alt="隐患通知单" :width="140" :height="170" capture="camera"
|
|
335
|
+
type="file"></img-self>
|
|
336
|
+
<div class="row text-right div-photo" style="height: 50px;margin-top: -30px">
|
|
337
|
+
<img src="../../../assets/remove.png" @click="delfile('f_notified_path4', deal.f_notified_path4)"></img>
|
|
338
|
+
<button type="button" name="button" class="btn btn-primary btn-photo"
|
|
339
|
+
@click="takePic('f_notified_path4','整改照片')">拍照
|
|
340
|
+
</button>
|
|
341
|
+
</div>
|
|
342
|
+
</div>
|
|
299
343
|
</div>
|
|
300
344
|
</div>
|
|
301
345
|
</div>
|
|
@@ -330,6 +374,10 @@ export default {
|
|
|
330
374
|
paperid: '',
|
|
331
375
|
deviceid: '',
|
|
332
376
|
f_notified_path: '',
|
|
377
|
+
f_notified_path1: '',
|
|
378
|
+
f_notified_path2: '',
|
|
379
|
+
f_notified_pat3: '',
|
|
380
|
+
f_notified_path4: '',
|
|
333
381
|
f_dealer: Vue.user.name,
|
|
334
382
|
f_dealer_id: Vue.user.id
|
|
335
383
|
},
|