safecheck-client 4.0.0-32 → 4.0.0-34

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.
@@ -3,6 +3,8 @@ import Vue from "vue";
3
3
 
4
4
  //手机特殊目录注册到该文件中
5
5
  let specialComp = {
6
+ 'paper-main': (resolve) => { require(['./pc/PaperList'], resolve) },
7
+ "safe-defect-list-new":(resolve) => { require(['./pc/DefectListNew.vue'], resolve) }
6
8
  }
7
9
  exports.specialComp = specialComp
8
10
 
@@ -466,7 +466,7 @@ export default {
466
466
  this.solveModal.preData.repairedImg = ''
467
467
  this.solveModal.preData.repairedImg1 = ''
468
468
  this.solveModal.preData.repairedImg2 = ''
469
- this.solveModal.preData.defectImg = row.f_path?'/singlepage/rs/image/file/' + row.f_path:null
469
+ this.solveModal.preData.defectImg = row.f_path?'/rs/image/file/' + row.f_path:null
470
470
  this.solveModal.uploadData.id = row.id
471
471
  this.solveModal.preData.type = type
472
472
  this.solveModal.preData.state = row.f_repaire_state
@@ -477,10 +477,10 @@ export default {
477
477
  this.solveModal.preData.repairedImg = row.f_repair_path
478
478
  this.solveModal.preData.repairedImg1 = row.f_repair1_path
479
479
  } else {
480
- this.solveModal.preData.f_repair_path = row.f_repair_path? '/singlepage/rs/image/file/' + row.f_repair_path:null
481
- this.solveModal.preData.repairedImg = row.f_repair_path? '/singlepage/rs/image/file/' + row.f_repair_path:null
482
- this.solveModal.preData.repairedImg1 = row.f_other_dealpath1? '/singlepage/rs/image/file/' + row.f_other_dealpath1:null
483
- this.solveModal.preData.repairedImg2 = row.f_other_dealpath2? '/singlepage/rs/image/file/' + row.f_other_dealpath2:null
480
+ this.solveModal.preData.f_repair_path = row.f_repair_path? '/rs/image/file/' + row.f_repair_path:null
481
+ this.solveModal.preData.repairedImg = row.f_repair_path? '/rs/image/file/' + row.f_repair_path:null
482
+ this.solveModal.preData.repairedImg1 = row.f_other_dealpath1? '/rs/image/file/' + row.f_other_dealpath1:null
483
+ this.solveModal.preData.repairedImg2 = row.f_other_dealpath2? '/rs/image/file/' + row.f_other_dealpath2:null
484
484
  }
485
485
  if (type === '现场已处理') {
486
486
  this.solveModal.uploadData.f_repairman = this.check.f_checker_name
@@ -1,10 +0,0 @@
1
- // 分公司特殊组件页面注册
2
- import Vue from "vue";
3
-
4
- // 手机特殊目录注册到该文件中
5
- let specialComp = {
6
- 'safecheck-userinfo' : (resolve) => { require(['./android/SafecheckUserInfo'], resolve) }
7
- }
8
-
9
- exports.specialComp = specialComp
10
-
@@ -1,13 +0,0 @@
1
- // 分公司特殊组件页面注册
2
- import Vue from "vue";
3
-
4
- //手机特殊目录注册到该文件中
5
- let specialComp = {
6
- 'paper-main': (resolve) => { require(['./pc/PaperList'], resolve) },
7
- "safe-defect-list-new":(resolve) => { require(['./pc/DefectListNew.vue'], resolve) }
8
- }
9
- exports.specialComp = specialComp
10
-
11
-
12
-
13
-