safecheck-client 3.0.39-4 → 3.0.39-6

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 (36) hide show
  1. package/package.json +1 -1
  2. package/src/App.vue +31 -26
  3. package/src/components/android/AreaPlan.vue +567 -567
  4. package/src/components/pc/RoleSelector.vue +172 -172
  5. package/src/components/rongcheng/AddPlanItem.vue +344 -344
  6. package/src/components/rongcheng/CheckCurrentCreate.vue +1081 -1081
  7. package/src/components/rongcheng/PaperDefectMain.vue +828 -828
  8. package/src/filiale/BFshiye/pc/checkUserList.vue +772 -772
  9. package/src/filiale/dexin/android/AreaPlan.vue +567 -567
  10. package/src/filiale/dexin/android.js +21 -21
  11. package/src/filiale/dexin/pc/PaperList.vue +840 -840
  12. package/src/filiale/qingjian/android/SafecheckOrderV.vue +2918 -2918
  13. package/src/filiale/qingjian/pc/NewCheckpaper.vue +1919 -1918
  14. package/src/filiale/siyang/android/SafecheckDevices.vue +1 -1
  15. package/src/filiale/siyang/android/SafecheckUserInfo.vue +8 -2
  16. package/src/filiale/wensu/android/SafecheckOrderV.vue +2444 -2444
  17. package/src/filiale/wensu/android/SafecheckUserInfo.vue +712 -712
  18. package/src/filiale/wensu/pc/CheckSearchUser.vue +1251 -1251
  19. package/src/filiale/wenxi/android/SafecheckOrderV.vue +2682 -2682
  20. package/src/filiale/wuan/android/SafecheckOrderV.vue +2242 -2242
  21. package/src/filiale/wuan/android/SafecheckUserInfo.vue +655 -655
  22. package/src/filiale/wuan/pc/NewCheckpaper.vue +1184 -1184
  23. package/src/filiale/yangchunboneng/android/CurrentCreate.vue +1191 -1191
  24. package/src/filiale/yangchunboneng/android/SafecheckUserInfo.vue +913 -913
  25. package/src/filiale/yangchunboneng/android.js +21 -21
  26. package/src/filiale/yangchunboneng/pc/CheckBookList.vue +353 -353
  27. package/src/filiale/yangchunboneng/pc/CheckPlanAreaList.vue +677 -677
  28. package/src/filiale/yangchunboneng/pc/CheckSearchUser.vue +1197 -1197
  29. package/src/filiale/yangchunboneng/pc/HiddenSituation.vue +171 -171
  30. package/src/filiale/yangchunboneng/pc/PaperDefectMain.vue +1112 -1112
  31. package/src/filiale/yangchunboneng/pc/PaperList.vue +757 -757
  32. package/src/filiale/yangchunboneng/pc/SelectCheckPlan.vue +331 -331
  33. package/src/filiale/yangchunboneng/pc.js +29 -29
  34. package/src/main.js +33 -33
  35. package/src/rongcheng.js +319 -319
  36. package/yarn-error.log +0 -140
@@ -40,7 +40,7 @@
40
40
  <div class="col-sm-4" v-show="!row.f_path" @click="takePic(idxs, row.f_item_name)">
41
41
  <img src="../../../assets/tackpic.png" :alt="点击拍摄照片" width="140" height="140"></img>
42
42
  </div>
43
- <img v-show="row.f_path" src="../../../assets/remove.png" :class="style__" @click="delfile(idxs, row.f_path)" v-if="role!='androidview'" style="width: 40px;height: 40px;position: absolute;left:110px;top:110px"></img>
43
+ <img v-show="row.f_path" src="../../../assets/remove.png" :class="style__" @click="delfile(idxs, row.f_path)" v-if="role!='androidview'" style="width: 30px;height: 30px;position: absolute;left:110px;top:110px"></img>
44
44
  </div>
45
45
  </div>
46
46
  </div>
@@ -65,6 +65,10 @@
65
65
  <p class="panel-title col-xs-5 text-left font" style="width: 21%;float: left"><b>安检状态:</b></p>
66
66
  <p class="panel-title col-xs-7 text-left input-font">{{ userinfo.f_state }}</p>
67
67
  </div>
68
+ <div class="col-xs-12" style="padding: 2px 0">
69
+ <p class="panel-title col-xs-5 text-left font" style="width: 21%;float: left"><b>安检开始时间:</b></p>
70
+ <p class="panel-title col-xs-7 text-left input-font">{{ f_onsite_time }}</p>
71
+ </div>
68
72
  <div class="col-xs-12">
69
73
  <button type="button" style="width: 45%;float: left" class="btn btn-primary" v-if="updateuserphone"
70
74
  @click="updatePhone(userinfo.f_user_phone,userinfo.f_userinfoid)">电话修改
@@ -552,7 +556,9 @@ export default {
552
556
  start() {
553
557
  this.$parent.$parent.isStrat = true
554
558
  this.$set('action', !this.action)
555
- this.$set('f_onsite_time', Util.toStandardTimeString())
559
+ if (!this.f_onsite_time){
560
+ this.$set('f_onsite_time', Util.toStandardTimeString())
561
+ }
556
562
  },
557
563
  safecheckStateReady() {
558
564
  //tag
@@ -599,7 +605,7 @@ export default {
599
605
  }
600
606
  this.action = true
601
607
  //tag
602
- if (this.f_onsite_time) {
608
+ if (!this.f_onsite_time) {
603
609
  this.$parent.$parent.isStrat = true
604
610
  this.$parent.$parent.data.f_onsite_time = Util.toStandardTimeString()
605
611
  }