safecheck-client 3.0.35-33 → 3.0.35-36

Sign up to get free protection for your applications and to get access to all the features.
Files changed (29) hide show
  1. package/package.json +1 -1
  2. package/src/components/pc/AddPlanItemYyChange.vue +743 -0
  3. package/src/components/pc/SecurityCheckLedger.vue +133 -113
  4. package/src/components/pc/SecurityCheckList.vue +144 -0
  5. package/src/components/pc/SecurityCheckManage.vue +106 -0
  6. package/src/filiale/dexin/pc/DefectListNew.vue +643 -0
  7. package/src/filiale/dexin/pc/DefectMainNew.vue +63 -0
  8. package/src/filiale/dexin/pc/DefectPaperNew.vue +1066 -0
  9. package/src/filiale/dexin/pc.js +1 -0
  10. package/src/filiale/huaran/pc/PaperList.vue +843 -843
  11. package/src/filiale/jingyang/android/AddPlanItem.vue +458 -458
  12. package/src/filiale/jingyang/android/CurrentCreate.vue +1080 -1080
  13. package/src/filiale/jingyang/android/SafecheckOrderV.vue +2734 -2734
  14. package/src/filiale/jingyang/android.js +15 -15
  15. package/src/filiale/qingtongxia/android/AddPlanItem.vue +450 -450
  16. package/src/filiale/qingtongxia/android/CurrentCreate.vue +1053 -1053
  17. package/src/filiale/qingtongxia/android/PhoneUpUserinfo.vue +1230 -1230
  18. package/src/filiale/qingtongxia/android/SafecheckUserInfo.vue +782 -782
  19. package/src/filiale/qingtongxia/android.js +14 -14
  20. package/src/filiale/ruihua/android/SafecheckOrderV.vue +2747 -2747
  21. package/src/filiale/ruihua/android.js +11 -11
  22. package/src/filiale/siyang/android/AppCheckPlan.vue +246 -246
  23. package/src/filiale/siyang/android.js +15 -15
  24. package/src/filiale/siyang/pc/CheckBookList.vue +396 -396
  25. package/src/filiale/siyang/pc.js +22 -22
  26. package/src/filiale/wuan/android/SafecheckOrderV.vue +2241 -2241
  27. package/src/filiale/wuan/android/SafecheckUserInfo.vue +596 -596
  28. package/src/main.js +3 -1
  29. package/src/safecheck.js +910 -901
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "safecheck-client",
3
3
  "//": "主分支版本别乱升,测试包的版本直接发包(建议使用1.XX.XX-XXX格式作为测试包,不要频繁升级第三位版本号),别提交版本号。切了分支切记把主分支版本升了,保证主分支始终是最高版本!!!!!",
4
- "version": "3.0.35-33",
4
+ "version": "3.0.35-36",
5
5
  "description": "安检模块 前端组件",
6
6
  "author": "丁新 <417755458@qq.com>",
7
7
  "license": "ISC",