safecheck-client 3.0.33-11 → 3.0.33-111

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 (122) hide show
  1. package/index.html +6 -2
  2. package/package.json +3 -3
  3. package/src/components/Util/ImgSelfSafePlus.vue +12 -10
  4. package/src/components/android/CurrentCreate.vue +1 -1
  5. package/src/components/android/SafecheckDevices.vue +2 -0
  6. package/src/components/android/SafecheckOrderV.vue +15 -11
  7. package/src/components/android/SwitchValve.vue +1 -1
  8. package/src/components/map/checkScreen.vue +27 -21
  9. package/src/components/paper/PaperList.vue +5 -4
  10. package/src/components/paper/PlanChooser.vue +4 -2
  11. package/src/components/planmanage/PlanManage.vue +7 -4
  12. package/src/components/planmanage/checkPlanList.vue +2 -1
  13. package/src/components/planmanage/checkUserList.vue +2 -0
  14. package/src/components/report/CheckPlanCountChartArea.vue +5 -0
  15. package/src/components/report/HiddenSituation.vue +3 -3
  16. package/src/components/rongcheng/AspiratedPaperFeedbackm.vue +28 -1
  17. package/src/components/rongcheng/AspiratedPaperMessage.vue +1 -1
  18. package/src/components/rongcheng/DefectPaper.vue +1 -1
  19. package/src/components/rongcheng/PaperListNPSQ.vue +35 -1
  20. package/src/components/rongcheng/PaperListSQ.vue +32 -11
  21. package/src/components/rongcheng/PhoneUpUserinfo.vue +939 -802
  22. package/src/components/rongcheng/SafecheckOrderV.vue +1 -1
  23. package/src/components/rongcheng/report/CheckPlanAreaList.vue +1 -3
  24. package/src/filiale/Util.js +5 -0
  25. package/src/filiale/bayan/android/AddPlanItem.vue +7 -2
  26. package/src/filiale/bayan/android/CheckPlanDown.vue +249 -0
  27. package/src/filiale/bayan/android/SafecheckOrderV.vue +8 -6
  28. package/src/filiale/bayan/android/SafecheckUserInfo.vue +560 -508
  29. package/src/filiale/bayan/android.js +1 -0
  30. package/src/filiale/bayan/pc/CheckDetail.vue +205 -0
  31. package/src/filiale/bayan/pc/CheckPlan.vue +59 -0
  32. package/src/filiale/bayan/pc/CheckPlanAreaList.vue +565 -0
  33. package/src/filiale/bayan/pc/CheckSearchUser.vue +1065 -0
  34. package/src/filiale/bayan/pc/DefectListNew.vue +597 -0
  35. package/src/filiale/bayan/pc/DefectMainNew.vue +63 -0
  36. package/src/filiale/bayan/pc/DefectPaperNew.vue +1218 -0
  37. package/src/filiale/bayan/pc/HiddenSituation.vue +256 -0
  38. package/src/filiale/bayan/pc/NewCheckpaper.vue +31 -1
  39. package/src/filiale/bayan/pc/PaperList.vue +119 -12
  40. package/src/filiale/bayan/pc/PlanManage.vue +29 -8
  41. package/src/filiale/bayan/pc/SelectCheckPlan.vue +333 -0
  42. package/src/filiale/bayan/pc.js +6 -0
  43. package/src/filiale/dexin/android/SafecheckDevices.vue +1 -1
  44. package/src/filiale/dexin/android/SafecheckOrderV.vue +120 -21
  45. package/src/filiale/dexin/android/WebMeterOpen.vue +1 -1
  46. package/src/filiale/dexin/android/WebMeterOpenEdit.vue +25 -37
  47. package/src/filiale/fugou/android/SafecheckOrderV.vue +2796 -0
  48. package/src/filiale/fugou/android.js +2 -1
  49. package/src/filiale/fugou/pc/AddToCheckBook.vue +56 -119
  50. package/src/filiale/fugou/pc/CheckBook.vue +2 -0
  51. package/src/filiale/fugou/pc/CheckBookEntry.vue +47 -19
  52. package/src/filiale/fugou/pc/CheckBookList.vue +2 -2
  53. package/src/filiale/fugou/pc/CheckBookSearchUser.vue +733 -574
  54. package/src/filiale/fugou/pc/CheckBookUser.vue +102 -45
  55. package/src/filiale/fugou/pc/DefectPaperNew.vue +10 -6
  56. package/src/filiale/fugou/pc/PaperDefectMain.vue +12 -6
  57. package/src/filiale/fugou/pc/PaperList.vue +14 -6
  58. package/src/filiale/fugou/pc/PlanManage.vue +62 -8
  59. package/src/filiale/fugou/pc/checkUserList.vue +222 -42
  60. package/src/filiale/hanzhong/pc/CheckHiddenDanger.vue +15 -5
  61. package/src/filiale/hanzhong/pc/CheckSafeDetail.vue +12 -2
  62. package/src/filiale/hanzhong/pc/CheckSafeStatus.vue +12 -3
  63. package/src/filiale/hanzhong/pc/CheckSearchUser.vue +13 -0
  64. package/src/filiale/hanzhong/pc/CheckUserList.vue +30 -11
  65. package/src/filiale/hanzhong/pc/CheckerSafeDetail.vue +11 -2
  66. package/src/filiale/jingyang/pc/ReportCheckItemList.vue +543 -0
  67. package/src/filiale/jingyang/pc.js +1 -0
  68. package/src/filiale/kelai/pc/CheckPlanAreaList.vue +2 -22
  69. package/src/filiale/liaoyuan/pc/checkPlanList.vue +373 -0
  70. package/src/filiale/liaoyuan/pc.js +2 -1
  71. package/src/filiale/rongchuang/android/SafecheckDevices.vue +468 -748
  72. package/src/filiale/rongchuang/android/SafecheckOrderV.vue +984 -1234
  73. package/src/filiale/rongchuang/android.js +1 -0
  74. package/src/filiale/rongchuang/pc/NewCheckpaper.vue +294 -305
  75. package/src/filiale/rongchuang/pc/PaperList.vue +812 -0
  76. package/src/filiale/rongchuang/pc.js +1 -0
  77. package/src/filiale/tianke/pc/checkScreen.vue +36 -31
  78. package/src/filiale/tongchuan/pc/NewCheckpaper.vue +1 -1
  79. package/src/filiale/tongchuan/pc/checkUserList.vue +2 -2
  80. package/src/filiale/weinan/android/PaperFeedback.vue +1410 -1410
  81. package/src/filiale/weinan/android/SafecheckDevices.vue +6 -2
  82. package/src/filiale/weinan/android/SafecheckOrderV.vue +3335 -3321
  83. package/src/filiale/weinan/pc/CheckSearchUser.vue +1078 -0
  84. package/src/filiale/weinan/pc/DefectPaperNew.vue +7 -1
  85. package/src/filiale/weinan/pc.js +1 -0
  86. package/src/filiale/wensu/pc/CheckSearchUser.vue +2 -0
  87. package/src/filiale/wenxi/android/PhoneUpUserinfo.vue +1 -1
  88. package/src/filiale/wenxi/android/SafecheckUserInfo.vue +84 -63
  89. package/src/filiale/wenxi/pc/NewCheckpaper.vue +1 -1
  90. package/src/filiale/yangchunboneng/android/AddPlanItem.vue +46 -1
  91. package/src/filiale/yangchunboneng/android/CurrentCreate.vue +39 -2
  92. package/src/filiale/yangchunboneng/android/PhoneUpUserinfo.vue +1235 -0
  93. package/src/filiale/yangchunboneng/android/SafecheckDevices.vue +1 -1
  94. package/src/filiale/yangchunboneng/android/SafecheckOrderV.vue +15 -4
  95. package/src/filiale/yangchunboneng/android/SafecheckUserInfo.vue +16 -6
  96. package/src/filiale/yangchunboneng/android.js +1 -0
  97. package/src/filiale/yangchunboneng/pc/CheckBookList.vue +4 -4
  98. package/src/filiale/yangchunboneng/pc/CheckBookSearchUser.vue +76 -32
  99. package/src/filiale/yangchunboneng/pc/CheckBookUser.vue +72 -1
  100. package/src/filiale/yangchunboneng/pc/CheckSearchUser.vue +178 -4
  101. package/src/filiale/yangchunboneng/pc/PaperList.vue +17 -0
  102. package/src/filiale/yongzhou/android/SafecheckOrderV.vue +221 -256
  103. package/src/filiale/yongzhou/pc/CheckPlan.vue +59 -0
  104. package/src/filiale/yongzhou/pc/CheckSearchUser.vue +1 -1
  105. package/src/filiale/yongzhou/pc/DefectPaperNew.vue +1105 -0
  106. package/src/filiale/yongzhou/pc/NoCheckplanSafecheck.vue +412 -107
  107. package/src/filiale/yongzhou/pc/PaperDefectMain.vue +872 -0
  108. package/src/filiale/yongzhou/pc/PaperList.vue +1 -1
  109. package/src/filiale/yongzhou/pc/SelectCheckPlan.vue +364 -0
  110. package/src/filiale/yongzhou/pc/communityTypeDetailG.vue +56 -125
  111. package/src/filiale/yongzhou/pc/communityTypeDetailM.vue +94 -187
  112. package/src/filiale/yongzhou/pc/safeDetail.vue +311 -20
  113. package/src/filiale/yongzhou/pc/safeStatistics.vue +74 -24
  114. package/src/filiale/yongzhou/pc/safeStatisticsDay.vue +2 -2
  115. package/src/filiale/yongzhou/pc/safeStatisticsMonth.vue +2 -2
  116. package/src/filiale/yongzhou/pc/safeStatisticsYear.vue +47 -23
  117. package/src/filiale/yongzhou/pc/safeTable.vue +3 -3
  118. package/src/filiale/yongzhou/pc.js +4 -0
  119. package/src/filiale/zhongsheng/android/CurrentCreate.vue +7 -2
  120. package/src/filiale/zhongsheng/pc/DefectPaperWeiXiu.vue +6 -2
  121. package/src/main.js +1 -1
  122. package/src/rongcheng.js +3 -1
@@ -163,6 +163,7 @@
163
163
  <td style="text-align: center">{{row.f_checker_name}}</td>
164
164
  <td style="text-align: center">
165
165
  <button class="button_spacing button_search-1" @click='$parent.$parent.$parent.change(row)'>查看</button>
166
+ <button class="button_spacing button_search-1" @click="$parent.$parent.$parent.addpic(row)">添加照片</button>
166
167
  <!--<button type="button" class="button_new-1 button_spacing" data-toggle="dropdown"
167
168
  @click="$parent.$parent.$parent.print(row)">
168
169
  打印
@@ -173,6 +174,26 @@
173
174
  </criteria-paged>
174
175
  <check-msg v-if="showcheckmsg" :show="showcheckmsg" :data="checkInfo"></check-msg>
175
176
  </div>
177
+ <modal :show.sync="pic" v-ref:modal backdrop="true">
178
+ <header slot="modal-header" class="modal-header">
179
+ 上传照片
180
+ </header>
181
+ <article slot="modal-body" class="modal-body">
182
+ <div class="from-group">
183
+ <safecheck-file-upload
184
+ :blodid="bolbid"
185
+ :isupload="true"
186
+ :isdelete="true"
187
+ :isusetype="true"
188
+ :isremark="true"
189
+ :takeimg="false"
190
+ ></safecheck-file-upload>
191
+ </div>
192
+ </article>
193
+ <footer slot="modal-footer" class="modal-footer">
194
+ <button type="button" class="btn btn-success" @click='piclose'>关闭</button>
195
+ </footer>
196
+ </modal>
176
197
  </div>
177
198
  </template>
178
199
 
@@ -184,6 +205,7 @@
184
205
  import * as Util from '../Util'
185
206
  import getNowDate from "../../utils/getNowDate";
186
207
  import HttpResetClass from "vue-client/src/plugins/HttpResetClass";
208
+ import safecheckUpload from "../Util/SafecheckUpload.vue";
187
209
 
188
210
  //获取json配置文件
189
211
  let asyncReady = async function (self) {
@@ -214,6 +236,7 @@
214
236
 
215
237
  export default {
216
238
  title: '民用送气结果查看',
239
+ components: {safecheckUpload},
217
240
  data() {
218
241
  let model = new PagedList('rs/sql/查找安检单', 20, {
219
242
  f_plan_id: 'this.f_plan_id',
@@ -230,16 +253,6 @@
230
253
  model.f_no_checkplan = ''
231
254
  model.f_filialeid = this.$login.f.orgid
232
255
  model.f_check_type='民用'
233
- // let searchData={
234
- // f_plan_id: this.model.f_checker_id==undefined?"":this.model.f_checker_id,
235
- // f_approved: this.model.f_approved,
236
- // f_entry_status: this.model.f_entry,
237
- // f_no_checkplan:this.model.f_no_checkplan[0],
238
- // f_filialeid: this.model.f_filialeid,
239
- // //orderitem: this.model.f_offsite_time,
240
- // //condition:this.model.condition
241
- // }
242
- // model.f_subcompany = this.$login.f.f_fengongsi
243
256
  return {
244
257
  searchData: {
245
258
  condition:"1=1",
@@ -276,10 +289,18 @@
276
289
  orderFields: {
277
290
  f_offsite_time: 'no'
278
291
  },
292
+ bolbid:null,
293
+ pic:false,
279
294
  }
280
295
  },
281
296
  methods: {
282
-
297
+ piclose(){
298
+ this.pic=false
299
+ },
300
+ addpic(row){
301
+ this.bolbid=row.id
302
+ this.pic=true
303
+ },
283
304
  change(row) {
284
305
  //Vue.$login = {jwt: row.f_checker_id}
285
306
  asyncReady(this).then(() => {