safecheck-client 3.0.39-5 → 3.0.39-51

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.
Files changed (68) hide show
  1. package/.trae/.ignore +0 -0
  2. package/.vscode/settings.json +3 -0
  3. package/package.json +134 -134
  4. package/src/assets//345/256/232/344/275/215.png +0 -0
  5. package/src/components/android/AndroidDefectDeal.vue +2 -2
  6. package/src/components/android/AreaPlan.vue +567 -567
  7. package/src/components/android/SafecheckOrderV.vue +1 -1
  8. package/src/components/pc/AddPlanItemYyChange.vue +5 -1
  9. package/src/components/pc/SafeCheckOrder/SafeCheckOrderList.vue +34 -0
  10. package/src/components/rongcheng/PaperStatem.vue +6 -6
  11. package/src/filiale/BFshiye/android/PhoneUpUserinfo.vue +3 -1
  12. package/src/filiale/BFshiye/android/SafecheckUserInfo.vue +2 -8
  13. package/src/filiale/baiyin/android/SafecheckUserInfo.vue +775 -0
  14. package/src/filiale/baiyin/android.js +1 -0
  15. package/src/filiale/bayan/pc/NewCheckpaper.vue +2 -2
  16. package/src/filiale/bayan/pc/SelectAreaReport.vue +1 -0
  17. package/src/filiale/bayan/pc/SummaryOfSecurityInspectionProgress.vue +7 -7
  18. package/src/filiale/dexin/android/AreaPlan.vue +567 -567
  19. package/src/filiale/dexin/android.js +21 -21
  20. package/src/filiale/hanzhong/pc/CheckHiddenDanger.vue +2 -2
  21. package/src/filiale/hanzhong/pc/CheckNumberStatistics.vue +1 -1
  22. package/src/filiale/hanzhong/pc/CheckSafeDetail.vue +6 -1
  23. package/src/filiale/hanzhong/pc/CheckSafeStatus.vue +1 -1
  24. package/src/filiale/hanzhong/pc/CheckerSafeDetail.vue +1 -1
  25. package/src/filiale/huatong/android/SafecheckOrderV.vue +2 -2
  26. package/src/filiale/jinhuang/android/AddPlanItem.vue +430 -0
  27. package/src/filiale/jinhuang/android/PhoneUpUserinfo.vue +182 -144
  28. package/src/filiale/jinhuang/android.js +2 -1
  29. package/src/filiale/kelai/android/PaperFeedback.vue +1384 -1370
  30. package/src/filiale/kelai/android/PhoneUpUserinfo.vue +1 -1
  31. package/src/filiale/kelai/android/SafecheckOrderV.vue +1 -1
  32. package/src/filiale/kelai/android/SafecheckUserInfo.vue +1 -1
  33. package/src/filiale/kelai/pc/PaperList.vue +13 -0
  34. package/src/filiale/kelai/pc/UserInfoAudit.vue +126 -90
  35. package/src/filiale/liaoyuan/pc/NewCheckpaper.vue +7 -7
  36. package/src/filiale/qingjian/android/PhoneUpUserinfo.vue +125 -38
  37. package/src/filiale/qingjian/android/SafecheckDevices.vue +1 -1
  38. package/src/filiale/qingjian/android/SafecheckOrderV.vue +3 -0
  39. package/src/filiale/qingjian/android/SafecheckUserInfo.vue +42 -19
  40. package/src/filiale/qingjian/pc/NewCheckpaper.vue +1 -0
  41. package/src/filiale/rongchuang/android/AddPlanItemVisitingWithoutMeeting.vue +454 -0
  42. package/src/filiale/rongchuang/android/AddPlanItemYy.vue +498 -0
  43. package/src/filiale/rongchuang/android/PhoneUpUserinfo.vue +1262 -0
  44. package/src/filiale/rongchuang/android/SafecheckDevices.vue +1 -1
  45. package/src/filiale/rongchuang/android/SafecheckOrderV.vue +3 -2
  46. package/src/filiale/rongchuang/android.js +3 -0
  47. package/src/filiale/rongchuang/pc/NewCheckpaper.vue +2004 -1992
  48. package/src/filiale/rongchuang/pc/checkPlanList.vue +398 -0
  49. package/src/filiale/rongchuang/pc.js +1 -0
  50. package/src/filiale/siyang/android/PhoneInsurancePurchaseDetail.vue +57 -24
  51. package/src/filiale/siyang/android/SafecheckDevices.vue +1302 -1302
  52. package/src/filiale/siyang/android/SafecheckUserInfo.vue +849 -849
  53. package/src/filiale/tongchuan/android/SafecheckDevices.vue +909 -885
  54. package/src/filiale/tongchuan/pc/AMapTrailShowZk.vue +226 -0
  55. package/src/filiale/tongchuan/pc/CheckSearchUser.vue +47 -1
  56. package/src/filiale/tongchuan/pc/DefectPaperWeiXiu.vue +46 -0
  57. package/src/filiale/tongchuan/pc/NoCheckplanSafecheck.vue +34 -0
  58. package/src/filiale/tongchuan/pc/PaperDefectMain.vue +34 -0
  59. package/src/filiale/tongchuan/pc/PaperList.vue +44 -10
  60. package/src/filiale/tongchuan/pc/PersonTrack.vue +269 -0
  61. package/src/filiale/tongchuan/pc/SelectCheckPlan.vue +42 -2
  62. package/src/filiale/tongchuan/pc.js +2 -0
  63. package/src/filiale/wenxi/android/SafecheckOrderV.vue +2682 -2682
  64. package/src/filiale/wenxi/pc/PaperList.vue +9 -3
  65. package/src/filiale/wuan/android/SafecheckOrderV.vue +2242 -2242
  66. package/src/filiale/wuan/android/SafecheckUserInfo.vue +659 -655
  67. package/src/filiale/wuan/pc/NewCheckpaper.vue +1184 -1184
  68. package/src/filiale/yangchunboneng/pc/CheckPlanAreaList.vue +3 -3
@@ -253,7 +253,7 @@ export default {
253
253
  page:{},
254
254
  selectindex:null,
255
255
  lives:[{label: '是', value: '是'},{label: '否', value: '否'}],
256
- deals:[{label: '现场处理', value: '现场处理'},{label: '自行处理', value: '自行处理'}],
256
+ deals:[{label: '自行处理', value: '自行处理'},{label: '现场整改', value: '现场整改'}],
257
257
  f_live_dispose:'否',
258
258
  f_deal_dispose:'未处理',
259
259
  // 初始表底
@@ -30,7 +30,7 @@
30
30
  <div class="panel-body ">
31
31
  <div class="row auto">
32
32
  <div class="col-xs-12 col-sm-12 col-md-12 flex-between" style="margin-top: 20px;">
33
- <div class="col-xs-3 col-sm-3 col-md-3" v-if="parentPage=='CurrentCreate'">
33
+ <div class="col-xs-3 col-sm-3 col-md-3" v-if="parentPage=='CurrentCreate' || parentPage=='AddPlanItemYy'">
34
34
  <button type="button" name="button" class="col-sm-3 btn btn-primary" @click="save('temp')">
35
35
  临时保存
36
36
  </button>
@@ -160,6 +160,7 @@ import AppInstallationMaterial from './AppInstallationMaterial'
160
160
  data: {
161
161
  f_devices: [],
162
162
  f_defect_content:'',
163
+ f_repair_approved_note:'',
163
164
  f_recording1_path:'',
164
165
  f_visit_number:'',
165
166
  f_remark:''
@@ -1035,7 +1036,7 @@ import AppInstallationMaterial from './AppInstallationMaterial'
1035
1036
  alias: 'getUserinfomation',
1036
1037
  data: {condition: "f_userinfoid = '" + this.item.f_userinfoid + "' and f_no_checkplan in ('无计划安检','复检')"}
1037
1038
  })
1038
- if ((this.item.f_no_checkplan == '无计划安检' || this.item.f_no_checkplan == '复检') && this.item.f_no_checkplan != '打回') {
1039
+ if ((this.item.f_no_checkplan == '无计划安检' || this.item.f_no_checkplan == '复检' || this.item.f_no_checkplan == '预约安检') && this.item.f_no_checkplan != '打回') {
1039
1040
  codata.f_devices = this.f_devices
1040
1041
  if (this.rowCodata && this.rowCodata.istoRepair=='转维修') {
1041
1042
  this.rowCodata = Object.assign({},this.rowCodata,codata)
@@ -9,6 +9,9 @@ let specialComp = {
9
9
  'checkpapermsg': (resolve) => { require(['./android/checkpapermsg'], resolve) },
10
10
  'safecheck-userinfo': (resolve) => { require(['./android/SafecheckUserInfo'], resolve) },
11
11
  'switch-valve': (resolve) => { require(['./android/SwitchValve'], resolve) },
12
+ 'PhoneUpUserinfo': (resolve) => { require(['./android/PhoneUpUserinfo'], resolve) },
13
+ 'add-plan-item-yy': (resolve) => { require(['./android/AddPlanItemYy'], resolve) },
14
+ 'add-plan-item-vwm': (resolve) => { require(['./android/AddPlanItemVisitingWithoutMeeting'], resolve) },
12
15
  }
13
16
 
14
17
  exports.specialComp = specialComp