safecheck-client 3.0.32-36 → 3.0.32-38

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 (27) hide show
  1. package/package.json +133 -133
  2. package/src/App.vue +2 -2
  3. package/src/components/map/checkScreen.vue +880 -880
  4. package/src/filiale/Util.js +332 -332
  5. package/src/filiale/ankangyihua/android/AndroidDefectDeal.vue +648 -648
  6. package/src/filiale/ankangyihua/android/CurrentCreate.vue +1039 -1039
  7. package/src/filiale/bayan/pc/NewCheckpaper.vue +1958 -1958
  8. package/src/filiale/dexin/android/SafecheckOrderV.vue +2851 -2851
  9. package/src/filiale/fugou/pc/CheckBook.vue +301 -301
  10. package/src/filiale/fugou/pc/CheckBookDetails.vue +161 -161
  11. package/src/filiale/fugou/pc/CheckBookEntry.vue +66 -66
  12. package/src/filiale/fugou/pc/CheckBookList.vue +366 -366
  13. package/src/filiale/fugou/pc/CheckBookSearchArea.vue +560 -560
  14. package/src/filiale/fugou/pc/CheckBookSearchUser.vue +651 -651
  15. package/src/filiale/fugou/pc/DefectPaperNew.vue +1081 -1081
  16. package/src/filiale/fugou/pc/PlanManage.vue +5 -17
  17. package/src/filiale/fugou/pc/checkPlanList.vue +371 -371
  18. package/src/filiale/kelai/android/SafecheckDevices.vue +1232 -1232
  19. package/src/filiale/qianneng/pc/NewCheckpaper.vue +1546 -1546
  20. package/src/filiale/rongchuang/android/SafecheckDevices.vue +1680 -1680
  21. package/src/filiale/rongchuang/android/SafecheckOrderV.vue +2942 -2942
  22. package/src/filiale/rongchuang/pc/NewCheckpaper.vue +4 -4
  23. package/src/filiale/shanxian/android/SafecheckOrderV.vue +2979 -2979
  24. package/src/filiale/tongchuan/pc/CheckPlanCountChartArea.vue +135 -135
  25. package/src/filiale/yangchunboneng/android/SafecheckUserInfo.vue +869 -869
  26. package/src/filiale/yangchunboneng/pc/CheckBookUser.vue +198 -198
  27. package/src/main.js +1 -1
@@ -57,11 +57,11 @@ div {
57
57
  <div @click="back()">
58
58
  <img src="../../../assets/back.png" style="margin: 0px"/>
59
59
  </div>
60
- <div>
61
- <button type="button" class="btn btn-lg btn-font btn-color" style="width: 25%;" @click="updateSpotCheck('合格')">合格</button>
60
+ <div style="margin-top:20px">
61
+ <button class="button_search" @click="updateSpotCheck('合格')">合格</button>
62
62
  </div>
63
- <div @click="NoSpotCheck" style="color:black">
64
- <button type="button" class="btn btn-lg btn-font btn-color" style="width: 25%;" @click="NoSpotCheck">不合格</button>
63
+ <div style="margin-top:20px">
64
+ <button class="button_search" @click="NoSpotCheck">不合格</button>
65
65
  </div>
66
66
  </div>
67
67
  <work-busy :is-busy="loading"></work-busy>